Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
plugin.tx_tgmsocialshareprivacy {
view {
# cat=plugin.tx_tgmsocialshareprivacy/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:tgm_socialshareprivacy/Resources/Private/Templates/
# cat=plugin.tx_tgmsocialshareprivacy/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:tgm_socialshareprivacy/Resources/Private/Partials/
# cat=plugin.tx_tgmsocialshareprivacy/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:tgm_socialshareprivacy/Resources/Private/Layouts/
}
persistence {
# cat=plugin.tx_tgmsocialshareprivacy//a; type=string; label=Default storage PID
storagePid = 0
}
settings {
# cat=plugin.tx_tgmsocialshareprivacy//b; type=boolean; label=Include jQuery Libary
include_jquery = 1
# cat=plugin.tx_tgmsocialshareprivacy//b; type=boolean; label=Include jQuery UI Lib (for tooltips)
include_jqueryui = 1
# cat=plugin.tx_tgmsocialshareprivacy//b; type=boolean; label=Include all JS Files in the Footer
include_to_footer = 1
}
}