Apply cookieconsent changes to epevents
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
page = PAGE
|
page = PAGE
|
||||||
page {
|
page {
|
||||||
config {
|
|
||||||
index_enable = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
meta {
|
meta {
|
||||||
viewport = width=device-width, initial-scale=1, maximum-scale=1
|
viewport = width=device-width, initial-scale=1, maximum-scale=1
|
||||||
X-UA-Compatible = ie=edge
|
X-UA-Compatible = ie=edge
|
||||||
@@ -11,6 +7,10 @@ page {
|
|||||||
|
|
||||||
shortcutIcon = EXT:ep_events/Resources/Public/images/favicon.ico
|
shortcutIcon = EXT:ep_events/Resources/Public/images/favicon.ico
|
||||||
|
|
||||||
|
includeCSS {
|
||||||
|
main = EXT:ep_events/Resources/Public/css/main.css
|
||||||
|
}
|
||||||
|
|
||||||
includeJS {
|
includeJS {
|
||||||
remarketing = https://www.googleadservices.com/pagead/conversion_async.js
|
remarketing = https://www.googleadservices.com/pagead/conversion_async.js
|
||||||
remarketing.external = 1
|
remarketing.external = 1
|
||||||
@@ -21,8 +21,33 @@ page {
|
|||||||
main = EXT:ep_events/Resources/Public/js/main.js
|
main = EXT:ep_events/Resources/Public/js/main.js
|
||||||
}
|
}
|
||||||
|
|
||||||
includeCSS {
|
jsFooterInline {
|
||||||
main = EXT:ep_events/Resources/Public/css/main.css
|
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
|
10 = FLUIDTEMPLATE
|
||||||
|
|||||||
@@ -171,6 +171,7 @@ config {
|
|||||||
htmlTag_langKey = de
|
htmlTag_langKey = de
|
||||||
compressJs = 1
|
compressJs = 1
|
||||||
compressCss = 1
|
compressCss = 1
|
||||||
|
compressBody = 1
|
||||||
typolinkEnableLinksAcrossDomains = 1
|
typolinkEnableLinksAcrossDomains = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
<f:render partial="MobileNav" />
|
<f:render partial="MobileNav" />
|
||||||
<f:render partial="IconBar" />
|
<f:render partial="IconBar" />
|
||||||
</div>
|
</div>
|
||||||
<f:render partial="CookieConsent" />
|
|
||||||
<f:render partial="Svg"/>
|
<f:render partial="Svg"/>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -78,7 +78,6 @@
|
|||||||
<f:render partial="MobileNav" />
|
<f:render partial="MobileNav" />
|
||||||
<f:render partial="IconBar" />
|
<f:render partial="IconBar" />
|
||||||
</div>
|
</div>
|
||||||
<f:render partial="CookieConsent" />
|
|
||||||
<f:render partial="Svg"/>
|
<f:render partial="Svg"/>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -25,6 +25,5 @@
|
|||||||
<f:render partial="MobileNav" />
|
<f:render partial="MobileNav" />
|
||||||
<f:render partial="IconBar" />
|
<f:render partial="IconBar" />
|
||||||
</div>
|
</div>
|
||||||
<f:render partial="CookieConsent" />
|
|
||||||
<f:render partial="Svg"/>
|
<f:render partial="Svg"/>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -108,7 +108,6 @@
|
|||||||
<f:render partial="MobileNav" />
|
<f:render partial="MobileNav" />
|
||||||
<f:render partial="IconBar" />
|
<f:render partial="IconBar" />
|
||||||
</div>
|
</div>
|
||||||
<f:render partial="CookieConsent" />
|
|
||||||
<f:render partial="Svg"/>
|
<f:render partial="Svg"/>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
<f:render partial="MobileNav" />
|
<f:render partial="MobileNav" />
|
||||||
<f:render partial="IconBar" />
|
<f:render partial="IconBar" />
|
||||||
</div>
|
</div>
|
||||||
<f:render partial="CookieConsent" />
|
|
||||||
<f:render partial="Svg"/>
|
<f:render partial="Svg"/>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user