Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
signalwerk authored Jul 26, 2020
1 parent 2ad79a5 commit 9bd3236
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<img src="https://example.com/at-icon.png" alt="at" />'
```
## Acknowledgments
Original email address obfuscation code by [TYPO3 CMS](http://www.typo3.org).
Expand Down

0 comments on commit 9bd3236

Please sign in to comment.