kentico_martind
-
3/20/2010 5:44:10 AM
RE:Hide some menu items from cmslistmenu
Hello,
You could add some custom field of type boolean for CMS.MenuItem document type and set this field to true for documents that you don't want to display in main nav. Then you can set WhereCondition of the main menu to display only values that have this value set to false (0), e.g.: MyCustomField = 0
Best Regards,
Martin Dobsicek
|