Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Created April 28, 2014 20:01
Show Gist options
  • Select an option

  • Save kitsunet/11382477 to your computer and use it in GitHub Desktop.

Select an option

Save kitsunet/11382477 to your computer and use it in GitHub Desktop.
Rendering content of subpages in Neos
subPageContent = TYPO3.TypoScript:Collection {
collection = ${q(node).children('[instanceof TYPO3.Neos:Document]')}
itemRenderer = TYPO3.Neos:ContentCollection {
nodePath = 'main'
}
itemName = 'node'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment