Skip to content

Instantly share code, notes, and snippets.

@sorenmalling
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save sorenmalling/10022024 to your computer and use it in GitHub Desktop.

Select an option

Save sorenmalling/10022024 to your computer and use it in GitHub Desktop.
prototype(TYPO3.Neos:PrimaryContent) {
blogPost {
condition = ${q(documentNode).is('[instanceof Meteko.Homepage:Post]')}
type = 'Meteko.Homepage:Post'
}
someThingElse {
condition = ${q(documentNode).is('[instanceof Meteko.Homepage:Event]')}
renderPath = 'somepath'
}
# Default taken from DefaultTyposcript.ts2
default {
@position = 'end 9999'
condition = TRUE
renderPath = '/page'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment