We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1422012 commit 8379a3aCopy full SHA for 8379a3a
DistributionPackages/Neos.NeosIo/Resources/Private/Fusion/Content/ButtonDimensionAware.fusion
@@ -2,7 +2,7 @@ prototype(Neos.NeosIo:ButtonDimensionAware) < prototype(Neos.Neos:Content) {
2
templatePath = 'resource://Neos.NeosIo/Private/Templates/NodeTypes/ButtonDimensionAware.html'
3
4
@context.linkedNode = ${q(node).property('linkedNode')}
5
- @context.setLanguage = ${q(node).property('language')}
+ @context.setLanguage = ${q(node).property('language') || ''}
6
7
buttonLabel = ${q(node).property('buttonLabel')}
8
openInNewTab = ${q(node).property('openInNewTab')}
0 commit comments