-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.ts
39 lines (37 loc) · 1.26 KB
/
setup.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Module configuration
module.tx_ujamiidsgvo_dsgvocheck {
persistence {
storagePid = {$module.tx_ujamiidsgvo_dsgvocheck.persistence.storagePid}
}
view {
templateRootPaths.0 = EXT:ujamii_dsgvo/Resources/Private/Templates/
templateRootPaths.1 = {$module.tx_ujamiidsgvo_dsgvocheck.view.templateRootPath}
partialRootPaths.0 = EXT:ujamii_dsgvo/Resources/Private/Partials/
partialRootPaths.1 = {$module.tx_ujamiidsgvo_dsgvocheck.view.partialRootPath}
layoutRootPaths.0 = EXT:ujamii_dsgvo/Resources/Private/Layouts/
layoutRootPaths.1 = {$module.tx_ujamiidsgvo_dsgvocheck.view.layoutRootPath}
}
}
page {
includeJSFooterlibs {
cookie-consent = typo3conf/ext/ujamii_dsgvo/Resources/Public/Assets/cookieconsent.min.js
cookie-consent {
excludeFromConcatenation = 1
disableCompression = 1
}
}
includeCSS {
cookie-consent = typo3conf/ext/ujamii_dsgvo/Resources/Public/Assets/cookieconsent.min.css
cookie-consent {
excludeFromConcatenation = 1
disableCompression = 1
}
}
}
lib.marks {
PRIVACY-PAGE = TEXT
PRIVACY-PAGE {
typolink.parameter = {$page.privacyInfo}
typolink.returnLast = url
}
}