Created
January 25, 2023 08:00
-
-
Save akroii/eca2db9d6860087bb48645e2dfdbe7cd to your computer and use it in GitHub Desktop.
get mount point nav
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page.5 { | |
dataProcessing { | |
70 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor | |
70 { | |
special = list | |
special.value.stdWrap.cObject = CONTENT | |
special.value.stdWrap.cObject { | |
table = pages | |
select { | |
pidInList = root | |
selectFields = uid | |
where = is_siteroot = 1 | |
} | |
renderObj = TEXT | |
renderObj.value = {field:uid}, | |
renderObj.insertData = 1 | |
} | |
titleField = nav_title // title | |
as = rootPagesNavigation | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment