Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Forked from anonymous/gist:a8161f0adf2ef0ca471f
Last active August 29, 2015 14:16
Show Gist options
  • Save kitsunet/904e17eadf0afecefcbb to your computer and use it in GitHub Desktop.
Save kitsunet/904e17eadf0afecefcbb to your computer and use it in GitHub Desktop.
prototype(Fleos:TwoColumn) >
prototype(Fleos:TwoColumn) < prototype(TYPO3.Neos.NodeTypes:MultiColumn) {
attributes.class = 'row'
attributes.style = TYPO3.Neos:ImageUri {
asset = ${q(node).property('backgroundImage')}
@process.wrapBackgroundImage = ${value ? (' background-image: url(' + value + ');') : ''}
@process.addGenericBackground = ${'background: ' + q(node).property('background') + ';' + value}
}
columns.iterationName = 'multiColumnIteration'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment