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