Skip to content

Commit e288000

Browse files
committed
[BUGFIX] Fix Site Setting access in TypoScript condition
1 parent 96499c6 commit e288000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configuration/Sets/CookieConsent/setup.typoscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[{$page.theme.cookieconsent.enable} == 1]
1+
[siteSetting("page.theme.cookieconsent.enable", false) == true]
22
page {
33
includeJSFooterlibs {
44
# COOKIE CONSENT

0 commit comments

Comments
 (0)