-
Notifications
You must be signed in to change notification settings - Fork 174
/
ext_conf_template.txt
17 lines (12 loc) · 1.77 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cat=basic/enable/010; type=boolean; label= Disable IP logging: If you don't want to save the sender IP address in the database, you can use this checkbox. Storing IP-addresses may help you to protect your system agains spam or hacks.
disableIpLog = 1
# cat=basic/enable/020; type=boolean; label= Disable Marketing Information: If you want to disable all marketing relevant information of powermail, you can enable this checkbox (effected: mail to admin, backend module, mail records, no static typoscript template)
disableMarketingInformation = 0
# cat=basic/enable/040; type=boolean; label= Disable Plugin Information: Below every powermail plugin is a short info table with form settings. You can disable these information.
disablePluginInformation = 0
# cat=basic/enable/045; type=boolean; label= Disable Plugin Information Mail Preview: Below every powermail plugin is a short info table with form settings. After that information there is a part with a small preview of the latest three mails. You can disable these information. If you turned on "disablePluginInformation", this part is also disabled.
disablePluginInformationMailPreview = 0
# cat=basic/enable/050; type=boolean; label= Enable Form caching: With this setting, you can enable the caching of the form view, what speeds up sites with powermail forms in the frontend. On the other hand there is no more form prefilling - even with confirmation pages and previous-buttons. Enable this only if you know, what your are doing.
enableCaching = 0
# cat=basic/enable/080; type=boolean; label= ElementBrowser replaces IRRE: Editors can add pages within a form table via IRRE. If this checkbox is enabled, an element browser replaces the IRRE Relation. Note: this is a beta-feature and not completely tested!
replaceIrreWithElementBrowser = 0