Apply cookieconsent changes to epevents
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
page = PAGE
|
||||
page {
|
||||
config {
|
||||
index_enable = 1
|
||||
}
|
||||
|
||||
meta {
|
||||
viewport = width=device-width, initial-scale=1, maximum-scale=1
|
||||
X-UA-Compatible = ie=edge
|
||||
@@ -11,6 +7,10 @@ page {
|
||||
|
||||
shortcutIcon = EXT:ep_events/Resources/Public/images/favicon.ico
|
||||
|
||||
includeCSS {
|
||||
main = EXT:ep_events/Resources/Public/css/main.css
|
||||
}
|
||||
|
||||
includeJS {
|
||||
remarketing = https://www.googleadservices.com/pagead/conversion_async.js
|
||||
remarketing.external = 1
|
||||
@@ -21,8 +21,33 @@ page {
|
||||
main = EXT:ep_events/Resources/Public/js/main.js
|
||||
}
|
||||
|
||||
includeCSS {
|
||||
main = EXT:ep_events/Resources/Public/css/main.css
|
||||
jsFooterInline {
|
||||
10 = TEXT
|
||||
10.typolink.parameter = {$plugin.tx_epevents.settings.dataProtectionPageUid}
|
||||
10.typolink.returnLast = url
|
||||
10.typolink.forceAbsoluteUrl = 1
|
||||
10.wrap (
|
||||
window.addEventListener("load", function (){
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#ffffff",
|
||||
"text": "#1e314b"
|
||||
},
|
||||
"button": {
|
||||
"background": "#19a0d2",
|
||||
"text": "#ffffff"
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"message": "Wir verwenden Cookies. Durch die Benutzung unserer Website akzeptieren Sie unsere Richtlinien.",
|
||||
"dismiss": "Cookies akzeptieren",
|
||||
"link": "Mehr Infos",
|
||||
"href": "|"
|
||||
}
|
||||
})
|
||||
});
|
||||
)
|
||||
}
|
||||
|
||||
10 = FLUIDTEMPLATE
|
||||
|
||||
@@ -171,6 +171,7 @@ config {
|
||||
htmlTag_langKey = de
|
||||
compressJs = 1
|
||||
compressCss = 1
|
||||
compressBody = 1
|
||||
typolinkEnableLinksAcrossDomains = 1
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
<f:render partial="MobileNav" />
|
||||
<f:render partial="IconBar" />
|
||||
</div>
|
||||
<f:render partial="CookieConsent" />
|
||||
<f:render partial="Svg"/>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -78,7 +78,6 @@
|
||||
<f:render partial="MobileNav" />
|
||||
<f:render partial="IconBar" />
|
||||
</div>
|
||||
<f:render partial="CookieConsent" />
|
||||
<f:render partial="Svg"/>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -25,6 +25,5 @@
|
||||
<f:render partial="MobileNav" />
|
||||
<f:render partial="IconBar" />
|
||||
</div>
|
||||
<f:render partial="CookieConsent" />
|
||||
<f:render partial="Svg"/>
|
||||
</html>
|
||||
|
||||
@@ -108,7 +108,6 @@
|
||||
<f:render partial="MobileNav" />
|
||||
<f:render partial="IconBar" />
|
||||
</div>
|
||||
<f:render partial="CookieConsent" />
|
||||
<f:render partial="Svg"/>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
<f:render partial="MobileNav" />
|
||||
<f:render partial="IconBar" />
|
||||
</div>
|
||||
<f:render partial="CookieConsent" />
|
||||
<f:render partial="Svg"/>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user