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 0db3e679..3ff9d63c 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript @@ -187,8 +187,8 @@ page { headerData.990 = TEXT headerData.990 { - value = - if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstKey} + value = + if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstScriptUrl} } headerData.995 = TEXT @@ -226,7 +226,7 @@ page { page.headerData.995 > [end] -[applicationContext == "Development" || applicationContext == "Production/Staging"] - page.headerData.990 > - page.headerData.995 > -[end] +#[applicationContext == "Development" || applicationContext == "Production/Staging"] +# page.headerData.990 > +# page.headerData.995 > +#[end] diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript index c3359317..1ecec3a7 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript @@ -147,8 +147,8 @@ plugin.tx_eptheme { # cat=eptheme/600/110; type=string; label=XML sitemap page UIDs to exclude xmlSitemapExcludeUids = - # cat=eptheme/300/100; type=string; label=Cookiefirst key - cookieFirstKey = fabb1554-8932-4075-85dc-97fa68892918 + # cat=eptheme/300/100; type=string; label=Cookiefirst Script + cookieFirstScriptUrl = https://consent.cookiefirst.com/sites/ep-reisen.de-fabb1554-8932-4075-85dc-97fa68892918/consent.js # cat=eptheme/300/110; type=string; label=Google Static Maps Base Url googleStaticMapsBaseUrl = https://maps.googleapis.com/maps/api/staticmap?key=AIzaSyDDOforD1O_j4xXy2nJybC2yQqbUAw9ClY # cat=eptheme/300/120; type=string; label=Google Maps Js API Url diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript index e837ea5e..3c8025e0 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript @@ -48,7 +48,7 @@ plugin.tx_eptheme { eventDisturberListitems = {$plugin.tx_eptheme.settings.eventDisturberListitems} eventDisturberButtonLabel = {$plugin.tx_eptheme.settings.eventDisturberButtonLabel} eventDisturberButtonLink = {$plugin.tx_eptheme.settings.eventDisturberButtonLink} - cookieFirstKey = {$plugin.tx_eptheme.settings.cookieFirstKey} + cookieFirstScriptUrl = {$plugin.tx_eptheme.settings.cookieFirstScriptUrl} bpnBookingUrlTemplateCode = {$plugin.tx_eptheme.settings.bpnBookingUrlTemplateCode} groupsPricePopupPageUid = {$plugin.tx_eptheme.settings.groupsPricePopupPageUid} googleStaticMapsBaseUrl = {$plugin.tx_eptheme.settings.googleStaticMapsBaseUrl}