Skip to content

Commit

Permalink
👽 Make compatible with Carbon.Image 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Dec 17, 2018
1 parent 926c0e0 commit b732056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Overwrite.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ prototype(Neos.Neos:Page) {
tagName = 'style'
content = Neos.Fusion:Array {
main = ${Carbon.FileContent.path('Jonnitto.ImagesInARow/Private/Templates/InlineAssets/Main.css')}
[email protected] = ${Configuration.setting('Jonnitto.ImagesInARow.includeCss')}
backend = ${node.context.inBackend ? Carbon.FileContent.path('Jonnitto.ImagesInARow/Private/Templates/InlineAssets/Backend.css') : ''}
}
@if.render = Carbon.Condition:Case {
enabled = ${Configuration.setting('Jonnitto.ImagesInARow.includeCss')}
content.nodeType = 'Jonnitto.ImagesInARow:Container'
}
}
Expand Down

0 comments on commit b732056

Please sign in to comment.