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 +#}