Skip to content

Commit b1d664a

Browse files
committed
[BUGFIX] Make typoscript linter happy
Related #717 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent 280438d commit b1d664a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Configuration/TypoScript/Marketing/setup.typoscript

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44

55
# Enable marketing information in mail to administrator
66
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
7+
settings {
8+
setup {
9+
marketing {
10+
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+
}
1117
features.requireCHashArgumentForActionArguments = 0
1218
}
1319

0 commit comments

Comments
 (0)