Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
debf71b1
Commit
debf71b1
authored
Dec 23, 2020
by
David Steeb
Browse files
[TASK] Add umami simple cookieless tracking
Related: T3DEMO-134
parent
7b058a63
Pipeline
#10218
passed with stage
in 2 minutes and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Configuration/TypoScript/constants.typoscript
View file @
debf71b1
...
...
@@ -19,3 +19,9 @@ styles.templates {
layoutRootPath = EXT:site_t3demo/Resources/Private/Contenttypes/Layouts
partialRootPath = EXT:site_t3demo/Resources/Private/Contenttypes/Partials
}
umami-website-id = 4787f97e-d6be-428f-9710-dc374a6c1570
[applicationContext == "Production"]
umami-website-id = 5092964f-4f3e-4bbc-9717-26b4bfb68ca4
[end]
src/extensions/site_t3demo/Configuration/TypoScript/setup.typoscript
View file @
debf71b1
...
...
@@ -32,6 +32,7 @@ page {
templateName = HeaderData
templateRootPaths.0 = EXT:site_t3demo/Resources/Private/Pages/HeaderData/Templates
partialRootPaths.0 = EXT:site_t3demo/Resources/Private/Pages/HeaderData/Partials
settings.umami-website-id = {$umami-website-id}
}
10 = CASE
...
...
src/extensions/site_t3demo/Resources/Private/Pages/HeaderData/Templates/HeaderData.html
View file @
debf71b1
...
...
@@ -25,4 +25,6 @@
<link
rel=
"preload"
as=
"font"
crossorigin=
""
type=
"font/woff"
href=
"/typo3conf/ext/site_t3demo/Resources/Public/Fonts/Lato/Lato-Light.woff2"
>
<link
rel=
"preload"
as=
"font"
crossorigin=
""
type=
"font/woff"
href=
"/typo3conf/ext/site_t3demo/Resources/Public/Fonts/Lato/Lato-Regular.woff2"
>
<script
async
defer
data-website-id=
"{settings.umami-website-id}"
src=
"https://umami.b13.live/script.js"
></script>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment