typo3 - Exclude Submenu in Typoscript without hiding its parent -


i want exlude submenu without hiding parent menu

that idea, doesn't work:

menu = hmenu menu {    special = directory   special.value = 2    1 = tmenu    1.expall = 1       1.expall.if {     value = 97     equals.field = pid     negate = 1   }   ... 

thank help

you need set "hide in menu" option, in future can it.


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -