-
Notifications
You must be signed in to change notification settings - Fork 15
/
blueprints.yaml
238 lines (212 loc) · 5.61 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
name: LightSlider
version: 1.5.3
description: "This plugin wraps the [Lightslider](http://sachinchoolur.github.io/lightslider/) jQuery plugin and let's you add nice content sliders."
icon: bolt
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-lightslider
demo: http://demo.getgrav.org/shop-skeleton
keywords: lightslider, plugin, slider, images, carousel
bugs: https://lightslider.com/getgrav/grav-plugin-lightslider/issues
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
built_in_css:
type: toggle
label: Use built in CSS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
slider_type:
type: toggle
label: Slider Type
highlight: 1
default: text
options:
text: Text
image: Image
type_text_height:
type: text
size: x-small
label: Type Text Height
default: auto
help: CSS attribute for height. Defaults to `auto` but could be `300px`
type_text_vertical_padding:
type: text
size: x-small
label: Type Text Vertical Padding
default: 80px
help: CSS attribute for vertical padding. Defaults to `80px`
type_text_horizontal_padding:
type: text
size: x-small
label: Type Text Horizontal Padding
default: 50px
help: CSS attribute for horizontal padding. Defaults to `50px`
type_text_brightness:
type: text
size: x-small
label: Type Text Brightness
default: 0
help: Optional brightness value ranging from daker `-255` to lighter `255` where `0` is no change
item:
type: text
size: x-small
label: Item
default: 1
help: The number of slides to show at a time
slideMove:
type: text
size: x-small
label: Slide Move
default: 1
help: This option sets the number of slides moved at a time. The default setting is `1`
slideMargin:
type: text
size: x-small
label: Slide Margin
default: 0
help: This option sets the spacing between each slide.
loop:
type: toggle
label: Loop
highlight: true
default: 'false'
options:
'true': Enabled
'false': Disabled
help: Sets whether or not to loop the slides or stop at the last slide
mode:
type: toggle
label: Loop
highlight: fade
default: fade
options:
fade: Fade
slide: Slide
help: Sets the transition mode
controls:
type: toggle
label: Controls
highlight: true
default: 'true'
options:
'true': Enabled
'false': Disabled
help: Enables the front-end controls, giving visitors the ability to switch between slides
keyPress:
type: toggle
label: Key Press
highlight: true
default: 'true'
options:
'true': Enabled
'false': Disabled
help: Enables keyboard navigation between slides
auto:
type: toggle
label: Auto
highlight: true
default: 'true'
options:
'true': Enabled
'false': Disabled
help: Sets whether or not automatic transitions is enabled
pause:
type: text
size: x-small
label: Pause
default: 2000
help: Sets the time (in milliseconds) between automatic transitions
pauseOnHover:
type: toggle
label: Pause on Hover
highlight: true
default: 'false'
options:
'true': Enabled
'false': Disabled
help: Sets whether or not it should pause the transitions on hover
speed:
type: text
size: x-small
label: Speed
default: 1000
help: Sets the time (in milliseconds) of the transition between slides
pager:
type: toggle
label: Pager
highlight: true
default: 'true'
options:
'true': Enabled
'false': Disabled
help: Toggles the pagination that appears along with the lightSlider
gallery:
type: toggle
label: Gallery
highlight: true
default: 'false'
options:
'true': Enabled
'false': Disabled
help: Enables gallery style thumbnail pager (will disable standard pager)
gallery_thumb_width:
type: text
size: x-small
label: Gallery Thumb Width
default: 100
help: Sets the gallery thumb image width
gallery_thumb_height:
type: text
size: x-small
label: Gallery Thumb Height
default: 100
help: Sets the gallery thumb image height
gallery_margin:
type: text
size: x-small
label: Gallery Margin
default: 15
help: Vertical space between the bottom of the slider and the gallery
gallery_thumb_margin:
type: text
size: x-small
label: Gallery Thumb Margin
default: 5
help: Horizontal space between the gallery thumbnails
enableTouch:
type: toggle
label: Enable Touch
highlight: true
default: 'true'
options:
'true': Enabled
'false': Disabled
help: Enables touch support for touch-enabled devices
enableDrag:
type: toggle
label: Enable Drag
highlight: true
default: 'true'
options:
'true': Enabled
'false': Disabled
help: Enables desktop mouse drag support