Skip to content
GitLab
Menu
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
4e4e0de7
Commit
4e4e0de7
authored
Jan 12, 2021
by
Benni Mack
Browse files
Merge branch 'T3DEMO-134' into 'main'
[TASK] Add umami simple cookieless tracking See merge request
!27
parents
12f7da5e
debf71b1
Pipeline
#10223
passed with stages
in 9 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Configuration/TypoScript/constants.typoscript
View file @
4e4e0de7
...
...
@@ -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 @
4e4e0de7
...
...
@@ -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 @
4e4e0de7
...
...
@@ -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
.
Attach a 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