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
}
}

View File

@@ -0,0 +1,33 @@
plugin.tx_tgmsocialshareprivacy {
view {
templateRootPath = {$plugin.tx_tgmsocialshareprivacy.view.templateRootPath}
partialRootPath = {$plugin.tx_tgmsocialshareprivacy.view.partialRootPath}
layoutRootPath = {$plugin.tx_tgmsocialshareprivacy.view.layoutRootPath}
}
persistence {
storagePid = {$plugin.tx_tgmsocialshareprivacy.persistence.storagePid}
}
features {
# uncomment the following line to enable the new Property Mapper.
# rewrittenPropertyMapper = 1
}
settings {
include_jquery = {$plugin.tx_tgmsocialshareprivacy.settings.include_jquery}
include_jqueryui = {$plugin.tx_tgmsocialshareprivacy.settings.include_jqueryui}
include_to_footer = {$plugin.tx_tgmsocialshareprivacy.settings.include_to_footer}
info_page_id =
use_cookie = 1
cookie_path = "/"
cookie_expires = 365
cookie_description = You may permanently enable buttons.
#cookie_domain = document.location.host
#cookie_https = 0
css_path = typo3conf/ext/tgm_socialshareprivacy/Resources/Public/Css/tgm_socialshareprivacy.css
share_link = current
main_buttons = 1,2,3
additional_buttons =
}
}