-
Notifications
You must be signed in to change notification settings - Fork 3
/
blueprints.yaml
44 lines (43 loc) · 1.11 KB
/
blueprints.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Antispam
version: 1.5.7
description: Automatic obfuscation of plain text email addresses in Grav pages.
icon: at
author:
name: Netzhexe.de
email: ak@netzhexe.de
homepage: https://github.com/skinofthesoul/grav-plugin-antispam
keywords: grav, plugin, spam protection, email obfuscation
bugs: https://github.com/skinofthesoul/grav-plugin-antispam/issues
docs: https://github.com/skinofthesoul/grav-plugin-antispam/blob/master/README.md
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
target:
type: toggle
label: PLUGIN_ANTISPAM.TARGET_BLANK
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
change_on_output:
label: PLUGIN_ANTISPAM.CHANGE_ON_OUTPUT
type: toggle
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO