Skip to content

Instantly share code, notes, and snippets.

@alrnz
Last active May 8, 2019 08:44
Show Gist options
  • Save alrnz/04a88f4b555556279db7 to your computer and use it in GitHub Desktop.
Save alrnz/04a88f4b555556279db7 to your computer and use it in GitHub Desktop.
List sys_category - categories of #TYPO3 #TypoScript
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