-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
43 lines (42 loc) · 1.14 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
name: Embed Privacy
version: 0.1.0
description: Hides embedded content until user activly clicks on. Useful to embed 3rd party sited like Twitter.
icon: plug
author:
name: Pascal Querner
email: [email protected]
homepage: https://github.com/pquerner/grav-plugin-embed-privacy
keywords: grav, plugin, etc
bugs: https://github.com/pquerner/grav-plugin-embed-privacy/issues
docs: https://github.com/pquerner/grav-plugin-embed-privacy/blob/develop/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
iframely_enabled:
type: toggle
label: PLUGIN_EMBED_PRIVACY.ENABLE_IFRAMELY
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
iframely_baseurl:
type: text
label: PLUGIN_EMBED_PRIVACY.IFRAMELY_BASEURL
highlight: 1
default:
validate:
type: text