Skip to content

Instantly share code, notes, and snippets.

Created March 6, 2015 15:05
Show Gist options
  • Save anonymous/a8161f0adf2ef0ca471f to your computer and use it in GitHub Desktop.
Save anonymous/a8161f0adf2ef0ca471f to your computer and use it in GitHub Desktop.
prototype(Fleos:TwoColumn) >
prototype(Fleos:TwoColumn) < prototype(TYPO3.Neos.NodeTypes:MultiColumn) {
attributes.class = 'row'
/* This was our first try, but without success to put in ###PLACE_HERE### below */
backgroundImageUri = {
asset = ${q(node).property('backgroundImage')}
@if.image = ${q(node).property('backgroundImage')}
}
attributes.style = ${'background: ' + q(node).property('background') + '; background-image: url(' + ###PLACE_HERE### + ');'}
columns.iterationName = 'multiColumnIteration'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment