Created
February 22, 2022 18:14
-
-
Save mficzel/f9fd8e375ec8ac2229c17665111a0403 to your computer and use it in GitHub Desktop.
Themed Component
This file contains hidden or 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(Vendow.Site:ThemedComponent) < prototype(Neos.Fusion:Component) { | |
name = null | |
theme = 'Theme1' | |
# all props | |
renderer = Neos.Fusion:Renderer { | |
type = ${props.theme + ':' + props.name} | |
[email protected] = ${props} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment