If I define a menu in typoscript I can use excludeUidList
to exclude some pages.
With CSC if I want my sitemap CE to exclude some pages I could define it at tt_content.menu.2
.
With FSC the menu-genration moved into the fluid-templates with the usage of the ce:menu.directory
viewhelper but there I can not find any option to exclude a list of pages (I don't want to have a bunch of f:if
VHs in the fluid templates to avoid a list of uids)