You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@ This plugin provides e-mail obfuscation via field-methods to prevent spam bots f
5
5
## Credits
6
6
First things first - I basically copied this plugin code from [seehat's post](https://forum.getkirby.com/t/email-obfuscate/4475/20) in the Kirby forum. Many thanks to him.
7
7
8
-
## Installation
9
-
10
-
### Composer
8
+
## Installation via Composer
11
9
```
12
10
composer require timnarr/kirby-obfuscate-email
13
11
```
@@ -21,7 +19,7 @@ If you want to obfuscate multiple e-mails in a text field you can use the `obfus
21
19
## Options
22
20
| Option | Default | Type | Description |
23
21
| ------ | ------- | ---- | ----------- |
24
-
|`regex`|`/[A-Z0-9\._%+-]+(@)[A-Z0-9\.-]+(\.)[a-z]{2,}/i`| string | Regular expression, used to find e-mails in text. Change to your pattern if needed. |
22
+
|`regex`|`/[A-Z0-9\._%+-]+(@)[A-Z0-9\.-]+(\.)[a-z]{2,}/i`| string | Regular expression, used to find e-mails in text. Change to custom pattern if needed. |
0 commit comments