Skip to content

Instantly share code, notes, and snippets.

@webdesign2be
Created January 15, 2015 13:47
Show Gist options
  • Select an option

  • Save webdesign2be/877b79f8eb283994c5df to your computer and use it in GitHub Desktop.

Select an option

Save webdesign2be/877b79f8eb283994c5df to your computer and use it in GitHub Desktop.
myImage = TYPO3.TypoScript:Template {
templatePath = "resource://My.Package/Private/Templates/NodeTypes/Image.html"
image = ${q(node).property('image')}
attributes = TYPO3.TypoScript:Attributes {
class = 'image'
data-test = 'testData'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment