fix: replace CookieFirst script with current version

This commit is contained in:
Björn Fromme
2025-10-03 13:27:12 +02:00
parent febcceb9a8
commit d66d86f35a
3 changed files with 9 additions and 9 deletions
@@ -187,8 +187,8 @@ page {
headerData.990 = TEXT
headerData.990 {
value = <script src="https://consent.cookiefirst.com/banner.js" data-cookiefirst-key="{$plugin.tx_eptheme.settings.cookieFirstKey}"></script>
if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstKey}
value = <script src="{$plugin.tx_eptheme.settings.cookieFirstScriptUrl}"></script>
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]
@@ -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
@@ -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}