File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed
Configuration/TypoScript/Powermail Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change 1
1
plugin.tx_powermail {
2
- view {
3
- partialRootPaths {
4
- 981818 = EXT:friendlycaptcha_official/Resources/Private/Powermail/Partials
2
+ view {
3
+ partialRootPaths {
4
+ 981818 = EXT:friendlycaptcha_official/Resources/Private/Powermail/Partials
5
+ }
5
6
}
6
- }
7
- settings.setup.validators {
8
- 981818 {
9
- class = StudioMitte\FriendlyCaptcha\FieldValidator\PowermailValidator
10
- config {
11
7
12
- }
8
+ settings.setup.validators {
9
+ 981818 {
10
+ class = StudioMitte\FriendlyCaptcha\FieldValidator\PowermailValidator
11
+ config {
12
+ # Until https://github.com/in2code-de/powermail/pull/941 is merged & released
13
+ dummy = 1
14
+ }
15
+ }
13
16
}
14
- }
15
17
}
16
18
17
19
[compatVersion("12.4")]
18
- plugin.tx_powermail.settings.setup.validators {
19
- 981818 {
20
- class = StudioMitte\FriendlyCaptcha\FieldValidator\PowermailV11Validator
20
+ plugin.tx_powermail.settings.setup.validators {
21
+ 981818 {
22
+ class = StudioMitte\FriendlyCaptcha\FieldValidator\PowermailV11Validator
23
+ config {
24
+ # Until https://github.com/in2code-de/powermail/pull/941 is merged & released
25
+ dummy = 1
26
+ }
27
+ }
21
28
}
22
- }
23
29
[global]
You can’t perform that action at this time.
0 commit comments