forked from OleVik/grav-plugin-fullpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
304 lines (303 loc) · 8.58 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
name: FullPage
version: 1.2.1
testing: false
description: Fullscreen navigational slideshows through fullPage.js
icon: arrows-alt
author:
name: Ole Vik
email: [email protected]
homepage: https://github.com/OleVik/grav-plugin-fullpage
demo: https://olevik.me/staging/grav-plugin-fullpage/
keywords: fullpage, fullpage.js, fullscreen, slides, fullscreen.js, presentation
bugs: https://github.com/OleVik/grav-plugin-fullpage/issues
docs: https://github.com/OleVik/grav-plugin-fullpage/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.3' }
- { name: admin, version: '>=1.5' }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
order.by:
type: select
size: medium
classes: fancy
label: Order Type
options:
default: Default - based on folder name
folder: Folder - based on prefix-less folder name
title: Title - based on title field in header
date: Date - based on date field in header
order.dir:
type: toggle
label: Order Direction
options:
asc: Ascending
desc: Descending
theme_css:
type: toggle
label: Use Theme's CSS
description: "Import current theme's /css/custom.css into fullpage.html.twig's assets"
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
builtin_css:
type: toggle
label: Use Plugin's CSS
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
builtin_js:
type: toggle
label: Use Plugin's JS
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
color_function:
type: toggle
label: Color function
description: Default color function to apply.
options:
50: "50%"
YIQ: "YIQ"
header_font:
type: text
label: Heading Font-Family
description: CSS Font-Family to use for headings.
block_font:
type: text
label: Block Font-Family
description: CSS Font-Family to use for block-text.
change_titles:
type: toggle
label: Dynamic titles
description: Update document titles on navigation.
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
inject_footer:
type: text
label: Inject Twig
description: "Render a theme's Twig-template and append it to each section, eg. 'partials/inject.html.twig'."
shortcodes:
type: toggle
label: Shortcodes
description: Enables internal shortcode-processing.
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
transition:
type: toggle
label: OnLoad Transition
description: Fade in from white when DOM-structure is ready.
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
styles:
type: section
title: Default Styles
text: "Array of CSS properties and values. INCOMPLETE: Will use multilevel-field."
underline: true
fields:
styles:
type: multilevel
label: Styles
style: vertical
validate:
type: array
options:
type: section
title: Library options
text: Options to pass to fullPage.js.
underline: true
fields:
options.navigation:
type: toggle
label: Navigation
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.navigationPosition:
type: toggle
label: Navigation Position
options:
right: Right
left: Left
options.showActiveTooltip:
type: toggle
label: Persist Tooltips
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.slidesNavigation:
type: toggle
label: Slides Navigation
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.slidesNavPosition:
type: toggle
label: Slides Navigation Position
options:
bottom: Bottom
top: Top
scrolling:
type: section
title: Scrolling
fields:
options.css3:
type: toggle
label: CSS3 Transformations
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.autoScrolling:
type: toggle
label: "Use 'Automatic' Scrolling"
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.fitToSection:
type: toggle
label: Fit Section to Viewport
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.scrollBar:
type: toggle
label: Use Browser ScrollBar
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.loopTop:
type: toggle
label: Loop Upwards
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.loopBottom:
type: toggle
label: Loop Downwards
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.loopHorizontal:
type: toggle
label: Loop Slides
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.touchSensitivity:
type: range
label: Touch Sensitivity
default: 15
step: 5
validate:
min: 5
max: 100
accessibility:
type: section
title: Accessibility
fields:
options.keyboardScrolling:
type: toggle
label: Navigate with Keyboard
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.animateAnchor:
type: toggle
label: Auto-Navigate
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.recordHistory:
type: toggle
label: Record Browser-History
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
design:
type: section
title: Design
fields:
options.controlArrows:
type: toggle
label: Arrows for Slides
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
options.verticalCentered:
type: toggle
label: Center content vertically
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
structure:
type: section
title: Structure
fields:
options.sectionSelector:
type: text
label: Selector for Sections
options.slideSelector:
type: text
label: Selector for Slides
options.lazyLoading:
type: toggle
label: Ladyload Media
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool