Created
March 6, 2015 15:05
-
-
Save anonymous/a8161f0adf2ef0ca471f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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