-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
316 lines (284 loc) · 8.78 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
name: SwiperJS
slug: swiper-js
type: plugin
version: 1.1.3
description: SwiperJS implementation for Grav CMS
icon: ellipsis-h
author:
name: Karmalakas
homepage: https://github.com/Karmalakas/grav-plugin-swiper-js
keywords: grav, plugin, photos, slider, swiper, swiperjs, carousel
bugs: https://github.com/Karmalakas/grav-plugin-swiper-js/issues
docs: https://github.com/Karmalakas/grav-plugin-swiper-js/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.5' }
form:
validation: loose
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_swiper_assets:
type: toggle
label: PLUGIN_SWIPER_JS.USE_BUILT_IN_SWIPER_ASSETS.LABEL
help: PLUGIN_SWIPER_JS.USE_BUILT_IN_SWIPER_ASSETS.HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
built_in_css:
type: toggle
label: PLUGIN_SWIPER_JS.USE_BUILT_IN_CSS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
built_in_js:
type: toggle
label: PLUGIN_SWIPER_JS.USE_BUILT_IN_JS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
defaults:
type: section
title: PLUGIN_SWIPER_JS.DEFAULTS
underline: true
fields:
swiper.autoplay:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.AUTOPLAY
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.loop:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.LOOP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.zoom:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.ZOOM
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.direction:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.DIRECTION.LABEL
default: 0
options:
vertical: PLUGIN_SWIPER_JS.OPTIONS.DIRECTION.VERTICAL
horizontal: PLUGIN_SWIPER_JS.OPTIONS.DIRECTION.HORIZONTAL
validate.pattern: /[vertical|horizontal]/
swiper.effect:
type: select
label: PLUGIN_SWIPER_JS.OPTIONS.EFFECT.LABEL
options:
slide: PLUGIN_SWIPER_JS.OPTIONS.EFFECT.SLIDE
fade: PLUGIN_SWIPER_JS.OPTIONS.EFFECT.FADE
cube: PLUGIN_SWIPER_JS.OPTIONS.EFFECT.CUBE
coverflow: PLUGIN_SWIPER_JS.OPTIONS.EFFECT.COVER_FLOW
flip: PLUGIN_SWIPER_JS.OPTIONS.EFFECT.FLIP
swiper.centeredSlides:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.CENTERED_SLIDES
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.navigation.nextEl:
type: text
label: PLUGIN_SWIPER_JS.OPTIONS.NAVIGATION.NEXT_EL
placeholder: .swiper-button-next
help: PLUGIN_SWIPER_JS.OPTIONS.NAVIGATION.NEXT_EL_HELP
swiper.navigation.prevEl:
type: text
label: PLUGIN_SWIPER_JS.OPTIONS.NAVIGATION.PREV_EL
placeholder: .swiper-button-prev
help: PLUGIN_SWIPER_JS.OPTIONS.NAVIGATION.PREV_EL_HELP
swiper.pagination.el:
type: text
label: PLUGIN_SWIPER_JS.OPTIONS.PAGINATION.EL
placeholder: .swiper-pagination
help: PLUGIN_SWIPER_JS.OPTIONS.PAGINATION.EL_HELP
swiper.scrollbar.el:
type: text
label: PLUGIN_SWIPER_JS.OPTIONS.SCROLLBAR.EL
placeholder: .swiper-scrollbar
help: PLUGIN_SWIPER_JS.OPTIONS.SCROLLBAR.EL_HELP
swiper.spaceBetween:
type: number
label: PLUGIN_SWIPER_JS.OPTIONS.SPACE_BETWEEN.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.SPACE_BETWEEN.HELP
validate:
min: 0
swiper.freeMode:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.FREE_MODE
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.freeModeSticky:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.FREE_MODE_STICKY.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.FREE_MODE_STICKY.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.grabCursor:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.GRAB_CURSOR.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.GRAB_CURSOR.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.autoHeight:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.AUTO_HEIGHT.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.AUTO_HEIGHT.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.initialSlide:
type: number
label: PLUGIN_SWIPER_JS.OPTIONS.INITIAL_SLIDE
swiper.preloadImages:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.PRELOAD_IMAGES.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.PRELOAD_IMAGES.HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.speed:
type: number
label: PLUGIN_SWIPER_JS.OPTIONS.SPEED.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.SPEED.HELP
swiper.shortSwipes:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.SHORT_SWIPES
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.keyboard.enabled:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.KEYBOARD.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.KEYBOARD.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.mousewheel:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.MOUSEWHEEL.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.MOUSEWHEEL.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.history:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.HISTORY.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.HISTORY.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.watchOverflow:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.WATCH_OVERFLOW.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.WATCH_OVERFLOW.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.watchSlidesProgress:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.WATCH_SLIDES_PROGRESS.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.WATCH_SLIDES_PROGRESS.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
swiper.watchSlidesVisibility:
type: toggle
label: PLUGIN_SWIPER_JS.OPTIONS.WATCH_SLIDES_VISIBILITY.LABEL
help: PLUGIN_SWIPER_JS.OPTIONS.WATCH_SLIDES_VISIBILITY.HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool