From 6562dd426e9fa734c1c57366e8d00112e6a24071 Mon Sep 17 00:00:00 2001 From: Henrik Oehmke Date: Tue, 27 Oct 2020 14:59:19 +0100 Subject: [PATCH] Get dimension values from site context --- Resources/Private/Fusion/Root.fusion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Fusion/Root.fusion b/Resources/Private/Fusion/Root.fusion index 9774a39..b84dc60 100644 --- a/Resources/Private/Fusion/Root.fusion +++ b/Resources/Private/Fusion/Root.fusion @@ -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 }