17 lines
395 B
Text
17 lines
395 B
Text
|
tt_content.menu_pages =< lib.contentElement
|
||
|
tt_content.menu_pages {
|
||
|
templateName = MenuPages
|
||
|
dataProcessing {
|
||
|
10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
|
||
|
10 {
|
||
|
special = list
|
||
|
special.value.field = pages
|
||
|
includeNotInMenu = 1
|
||
|
}
|
||
|
}
|
||
|
|
||
|
stdWrap {
|
||
|
editIcons := appendString(header, header_layout, pages)
|
||
|
}
|
||
|
}
|