From fe74366b2b5f2eee50e3e4925571e9e18cf903eb Mon Sep 17 00:00:00 2001 From: Chris Wiesenekker Date: Thu, 16 Dec 2021 11:49:11 +0100 Subject: [PATCH] Update setup.ts --- Configuration/TypoScript/setup.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Configuration/TypoScript/setup.ts b/Configuration/TypoScript/setup.ts index 864b052..a186d06 100755 --- a/Configuration/TypoScript/setup.ts +++ b/Configuration/TypoScript/setup.ts @@ -105,8 +105,7 @@ page { } #Disable mustConsent feature on the privacy page, else the privacy policy can't be read. -//[page["uid"] == {$plugin.tx_wecookieconsent_pi1.settings.klaro.privacyPolicy}] //TYPO3 9 Condition Syntax -[page|uid = {$plugin.tx_wecookieconsent_pi1.settings.klaro.privacyPolicy}] +[page["uid"] == {$plugin.tx_wecookieconsent_pi1.settings.klaro.privacyPolicy}] //TYPO3 9 Condition Syntax plugin.tx_wecookieconsent_pi1 { settings { klaro { @@ -126,4 +125,4 @@ plugin.tx_wecookieconsent_pi1 { # klaro\.poweredBy = EXT:we_cookie_consent # klaro\.consentNotice\.description = Mein eigener Text # } -#} \ No newline at end of file +#}