Last active
May 8, 2019 08:44
-
-
Save alrnz/04a88f4b555556279db7 to your computer and use it in GitHub Desktop.
List sys_category - categories of #TYPO3 #TypoScript
This file contains hidden or 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
mycategories = CONTENT | |
mycategories { | |
table = sys_category | |
select { | |
pidInList = 4 | |
# where = parent = {$global.parentCategory} | |
} | |
renderObj = TEXT | |
renderObj{ | |
field = title | |
wrap = <li>|</li> | |
} | |
wrap = <ul>|</ul> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment