From fabdd072b48d695b34e90fadc0968b7423b6e7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 8 Mar 2022 17:09:55 +0100 Subject: [PATCH] Disable cookiefirst and gtm for staging environment as well --- .../ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript index 44fb9bac..25af1e38 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript @@ -214,7 +214,7 @@ page { page.headerData.999 > [end] -[applicationContext == "Development"] +[applicationContext == "Development" || applicationContext == "Production/Staging"] page.headerData.998 > page.headerData.999 > [end]