fix: replace CookieFirst script with current version
This commit is contained in:
@@ -187,8 +187,8 @@ page {
|
|||||||
|
|
||||||
headerData.990 = TEXT
|
headerData.990 = TEXT
|
||||||
headerData.990 {
|
headerData.990 {
|
||||||
value = <script src="https://consent.cookiefirst.com/banner.js" data-cookiefirst-key="{$plugin.tx_eptheme.settings.cookieFirstKey}"></script>
|
value = <script src="{$plugin.tx_eptheme.settings.cookieFirstScriptUrl}"></script>
|
||||||
if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstKey}
|
if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstScriptUrl}
|
||||||
}
|
}
|
||||||
|
|
||||||
headerData.995 = TEXT
|
headerData.995 = TEXT
|
||||||
@@ -226,7 +226,7 @@ page {
|
|||||||
page.headerData.995 >
|
page.headerData.995 >
|
||||||
[end]
|
[end]
|
||||||
|
|
||||||
[applicationContext == "Development" || applicationContext == "Production/Staging"]
|
#[applicationContext == "Development" || applicationContext == "Production/Staging"]
|
||||||
page.headerData.990 >
|
# page.headerData.990 >
|
||||||
page.headerData.995 >
|
# page.headerData.995 >
|
||||||
[end]
|
#[end]
|
||||||
|
|||||||
@@ -147,8 +147,8 @@ plugin.tx_eptheme {
|
|||||||
# cat=eptheme/600/110; type=string; label=XML sitemap page UIDs to exclude
|
# cat=eptheme/600/110; type=string; label=XML sitemap page UIDs to exclude
|
||||||
xmlSitemapExcludeUids =
|
xmlSitemapExcludeUids =
|
||||||
|
|
||||||
# cat=eptheme/300/100; type=string; label=Cookiefirst key
|
# cat=eptheme/300/100; type=string; label=Cookiefirst Script
|
||||||
cookieFirstKey = fabb1554-8932-4075-85dc-97fa68892918
|
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
|
# cat=eptheme/300/110; type=string; label=Google Static Maps Base Url
|
||||||
googleStaticMapsBaseUrl = https://maps.googleapis.com/maps/api/staticmap?key=AIzaSyDDOforD1O_j4xXy2nJybC2yQqbUAw9ClY
|
googleStaticMapsBaseUrl = https://maps.googleapis.com/maps/api/staticmap?key=AIzaSyDDOforD1O_j4xXy2nJybC2yQqbUAw9ClY
|
||||||
# cat=eptheme/300/120; type=string; label=Google Maps Js API Url
|
# 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}
|
eventDisturberListitems = {$plugin.tx_eptheme.settings.eventDisturberListitems}
|
||||||
eventDisturberButtonLabel = {$plugin.tx_eptheme.settings.eventDisturberButtonLabel}
|
eventDisturberButtonLabel = {$plugin.tx_eptheme.settings.eventDisturberButtonLabel}
|
||||||
eventDisturberButtonLink = {$plugin.tx_eptheme.settings.eventDisturberButtonLink}
|
eventDisturberButtonLink = {$plugin.tx_eptheme.settings.eventDisturberButtonLink}
|
||||||
cookieFirstKey = {$plugin.tx_eptheme.settings.cookieFirstKey}
|
cookieFirstScriptUrl = {$plugin.tx_eptheme.settings.cookieFirstScriptUrl}
|
||||||
bpnBookingUrlTemplateCode = {$plugin.tx_eptheme.settings.bpnBookingUrlTemplateCode}
|
bpnBookingUrlTemplateCode = {$plugin.tx_eptheme.settings.bpnBookingUrlTemplateCode}
|
||||||
groupsPricePopupPageUid = {$plugin.tx_eptheme.settings.groupsPricePopupPageUid}
|
groupsPricePopupPageUid = {$plugin.tx_eptheme.settings.groupsPricePopupPageUid}
|
||||||
googleStaticMapsBaseUrl = {$plugin.tx_eptheme.settings.googleStaticMapsBaseUrl}
|
googleStaticMapsBaseUrl = {$plugin.tx_eptheme.settings.googleStaticMapsBaseUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user