-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
72 lines (69 loc) · 2.08 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
name: Fadeshow
version: 1.0.0
description: Enables the creation of a simple fading slideshow
icon: image
author:
name: Julien Dau
email: [email protected]
homepage: https://github.com/domsson/grav-plugin-fadeshow/
keywords: grav, plugin, fader, slideshow, slider, slides
bugs: https://github.com/domsson/grav-plugin-fadeshow/issues
docs: https://github.com/domsson/grav-plugin-fadeshow/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: loose
fields:
enabled:
type: toggle
label: PLUGIN_FADESHOW.ENABLED
highlight: 1
default: 0
options:
1: PLUGIN_FADESHOW.YES
0: PLUGIN_FADESHOW.NO
validate:
type: bool
built_in_css:
type: toggle
label: PLUGIN_FADESHOW.BUILT_IN_CSS
highlight: 1
default: 1
options:
1: PLUGIN_FADESHOW.YES
0: PLUGIN_FADESHOW.NO
validate:
type: bool
attribute:
type: text
label: PLUGIN_FADESHOW.ATTRIBUTE
default: "data-fadeshow"
slider_class:
type: text
label: PLUGIN_FADESHOW.SLIDER_CLASS
default: "fadeshow"
slide_class:
type: text
label: PLUGIN_FADESHOW.SLIDE_CLASS
default: "fadeshow-slide"
slide_class_active:
type: text
label: PLUGIN_FADESHOW.SLIDE_CLASS_ACTIVE
default: "active"
slide_class_hidden:
type: text
label: PLUGIN_FADESHOW.SLIDE_CLASS_HIDDEN
default: "hidden"
nav_class:
type: text
label: PLUGIN_FADESHOW.NAV_CLASS
default: "fadeshow-nav"
btn_class:
type: text
label: PLUGIN_FADESHOW.BTN_CLASS
default: "fadeshow-button"
btn_class_active:
type: text
label: PLUGIN_FADESHOW.BTN_CLASS_ACTIVE
default: "active"