-
Notifications
You must be signed in to change notification settings - Fork 9
/
blueprints.yaml
113 lines (103 loc) · 2.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
name: Featherlight
version: 1.5.0
description: "Featherlight is a simple [Grav](http://github.com/getgrav/grav) plugin that adds **lightbox** functionality via the jQuery plugin [Featherlight.js](http://noelboss.github.io/featherlight/)."
icon: file-photo-o
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-featherlight
keywords: featherlight, plugin, code, lightbox
bugs: https://github.com/getgrav/grav-plugin-featherlight/issues
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
hightlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
active:
type: toggle
label: Active
hightlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
help: Activate on all pages. You can override this setting on a page basis
requirejs:
type: toggle
label: RequireJS
hightlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
help: Outputs a AMD module to use with RequireJS
gallery:
type: toggle
label: Gallery
hightlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
help: Enable/disable the lightbox gallery extension
openSpeed:
type: text
size: medium
label: Open Speed
default: '250'
help: Open Speed in ms
closeSpeed:
type: text
size: medium
label: Close Speed
default: '250'
help: Close Speed in ms
closeOnClick:
type: select
size: medium
classes: fancy
label: Close on Click
options:
background: background
anywhere: anywhere
'false': 'false'
closeOnEsc:
type: toggle
label: Close on Esc
hightlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
help: Close the lightbox on hitting the Esc key
root:
type: text
size: medium
label: Root
default: 'body'
help: Where to append featherlights
initTemplate:
type: text
size: medium
label: Init script
default: 'plugin://featherlight/js/featherlight.init.js'
placeholder: 'plugin://featherlight/js/featherlight.init.js'
help: Path to template file for JS init script