forked from hamsaadev/wing-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wing-sliders.yaml
122 lines (104 loc) · 3.08 KB
/
wing-sliders.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
name: Wing Slider
description: slides images based on buttons with description.
type: particle
icon: fa-sliders
form:
fields:
enabled:
type: input.checkbox
label: Enabled
description: Globally enable to the particles.
default: true
background:
type: input.imagepicker
label: background
description: Select an image as the button.
bgsize:
type: select.select
label: background scale
description: Select background scale.
default: section
options:
section: whole section
sliderbox: just slider area
btnposition:
type: select.select
label: buttons position
description: Select to place buttons on right or left of mockups.
default: left
options:
right: right
left: left
up: up
bottom: bottom
textcolor:
type: input.colorpicker
label: buttons text color
default: "#ffffff"
items:
type: collection.list
array: true
label: Items
description: Create each person item.
value: name
ajax: true
fields:
.image:
type: input.imagepicker
label: background
description: Select an image as the button.
.text:
type: input.text
label: text
description: Customize the section title text.
.link:
type: input.text
label: link
description: Place a link for the slide button.
.target:
type: select.select
label: button link target
description: Target of button link.
placeholder: 'Select...'
default: _blank
options:
_self: Self
_blank: New Window
.mockup:
type: input.imagepicker
label: mockup
description: Customize the section title text.
.description:
type: textarea.textarea
label: description
description: write a description related to the current mockup.
.descposition:
type: select.select
label: description position
description: Select to place buttons on right or left of mockups.
default: bottom
options:
up: up
bottom: bottom
description:
type: textarea.textarea
label: description
description: write a description related to the mockups.
gdesccolor:
type: input.colorpicker
label: description color
default: "#ffffff"
descposition:
type: select.select
label: description position
description: Select to place buttons on right or left of mockups.
default: right
options:
right: right
left: left
up: up
bottom: bottom
customcss:
type: textarea.textarea
label: Custom css
description: Enter your custom css for wing slider.