[TYPO3-english] Re: Re: Custom TS menu - output description/abstract
Tom Warwick
tom.warwick at typo3.org
Tue Feb 2 12:31:54 CET 2016
Bernd,
This works perfectly, thank you very much.
For reference, this is my TS to display the Description field in my submenu.
lib.subMenu = HMENU
lib.subMenu.entryLevel = -1
lib.subMenu.required = 1
lib.subMenu.1 = TMENU
lib.subMenu.1.wrap = <ul>|</ul>
lib.subMenu.1.noBlur=1
lib.subMenu.1.NO {
allWrap = <li class="toplevel">|</li>
ACT = 1
ACT.wrapItemAndSub = <li class="active">|</li>
after.cObject = TEXT
after.cObject {
field = description // abstract
wrap = |
}
}
More information about the TYPO3-english
mailing list