We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280438d commit b1d664aCopy full SHA for b1d664a
Configuration/TypoScript/Marketing/setup.typoscript
@@ -4,10 +4,16 @@
4
5
# Enable marketing information in mail to administrator
6
plugin.tx_powermail {
7
- settings.setup.marketing.information = 1
8
- # if enabled the service ip-api.com is used
9
- # please check http://ip-api.com/docs/legal for terms & conditions
10
- settings.setup.marketing.determineCountry = 0
+ settings {
+ setup {
+ marketing {
+ information = 1
11
+ # if enabled the service ip-api.com is used
12
+ # please check http://ip-api.com/docs/legal for terms & conditions
13
+ determineCountry = 0
14
+ }
15
16
17
features.requireCHashArgumentForActionArguments = 0
18
}
19
0 commit comments