Skip to content
Snippets Groups Projects

Feature 5.3.0

Merged Georgi requested to merge feature_5.3.0 into master
5 files
+ 104
46
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 099eb3cd
    [TASK] #278 Make the CookieList template paths customizable · 099eb3cd
    Georgi authored
plugin.tx_sgcookieoptin {
view {
# cat=plugin.tx_tx_extensionskeleton/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:sg_cookie_optin/Resources/Private/Templates/
# cat=plugin.tx_tx_extensionskeleton/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:sg_cookie_optin/Resources/Private/Partials/
# cat=plugin.tx_tx_extensionskeleton/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:sg_cookie_optin/Resources/Private/Layouts/
}
}
Loading