Skip to content

Commit

Permalink
Get dimension values from site context
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Oehmke authored and Nikdro committed Oct 28, 2020
1 parent 58a2f68 commit 6562dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Root.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prototype(Neos.Neos:Page) {
package = 'KaufmannDigital.GDPR.CookieConsent'
controller = 'Api'
action = 'renderCookieSettings'
arguments.dimensions = ${site.dimensions}
arguments.dimensions = ${site.context.dimensions}
absolute = true
}

Expand Down

0 comments on commit 6562dd4

Please sign in to comment.