We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2235a0 commit 906ba8fCopy full SHA for 906ba8f
Configuration/TypoScript/config/config.typoscript
@@ -18,8 +18,8 @@ config {
18
extTarget = _blank
19
disableImgBorderAttr = 1
20
21
- spamProtectEmailAddresses = 2
22
- spamProtectEmailAddresses_atSubst = @<span class="d-none">no-spam</span>
+ spamProtectEmailAddresses = ascii
+ spamProtectEmailAddresses_atSubst = <span style='display:none'>whatever</span>@
23
24
## Enable RealUrl
25
tx_realurl_enable = 1
0 commit comments