diff --git a/README.md b/README.md index 98682f6..e7010d9 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,16 @@ prototype(Neos.Neos:Page) { } ``` +The replacment string for the at-sign (@) can be configured. The insertation is in HTML so it's also possible to replace it with something like an image. + +```yaml +# Settings.yaml +Networkteam: + Neos: + MailObfuscator: + atCharReplacementString: 'at' +``` + ## Acknowledgments Original email address obfuscation code by [TYPO3 CMS](http://www.typo3.org).