Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Last active August 29, 2015 13:58
Show Gist options
  • Save kitsunet/9937687 to your computer and use it in GitHub Desktop.
Save kitsunet/9937687 to your computer and use it in GitHub Desktop.
prototype(Customer.Products:ProductImageContainer) {
text = ${q(node).property('text')}
link = ${q(node).property('link')}
image = TYPO3.Neos.NodeTypes:Image {
@override.node = ${q(node).children('content').children('[instanceof TYPO3.Neos.NodeTypes:Image]').get(0)}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment