ds-site/Configuration/TypoScript/Setup/ContentElements/MenuAbstract.typoscript

12 lines
291 B
Text
Raw Normal View History

2019-11-13 23:40:26 +01:00
tt_content.menu_abstract =< lib.contentElement
tt_content.menu_abstract {
templateName = MenuAbstract
dataProcessing {
10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
10 {
special = directory
special.value.field = pages
}
}
}