Skip to content

Commit 8379a3a

Browse files
committed
BUGFIX: Missing fallback for dimension aware button
1 parent 1422012 commit 8379a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DistributionPackages/Neos.NeosIo/Resources/Private/Fusion/Content/ButtonDimensionAware.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ prototype(Neos.NeosIo:ButtonDimensionAware) < prototype(Neos.Neos:Content) {
22
templatePath = 'resource://Neos.NeosIo/Private/Templates/NodeTypes/ButtonDimensionAware.html'
33

44
@context.linkedNode = ${q(node).property('linkedNode')}
5-
@context.setLanguage = ${q(node).property('language')}
5+
@context.setLanguage = ${q(node).property('language') || ''}
66

77
buttonLabel = ${q(node).property('buttonLabel')}
88
openInNewTab = ${q(node).property('openInNewTab')}

0 commit comments

Comments
 (0)