-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlists-olivares.yaml
141 lines (122 loc) · 3.52 KB
/
lists-olivares.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
name: Lists-Olivares
description: UIkit3 Lists particle, by Jose Luis Olivares (https://sv.linkedin.com/in/jolivaress).
type: particle
icon: fa-list fa-lg
configuration:
caching:
type: static
form:
fields:
enabled:
type: input.checkbox
label: Enabled
description: Globally enable particles.
default: true
css.class:
type: input.selectize
label: CSS Classes
description: CSS class name for the particle.
default: center
title:
type: input.text
label: Title
description: Customize the title text.
placeholder: Enter title
titlehx:
type: select.select
label: Title Header Size
description: Select the <h> size
placeholder: 'Select...'
default: h1
options:
h1: Header 1
h2: Header 2
h3: Header 3
title_css:
type: input.selectize
label: Title CSS Classes
description: Customize the title CSS Classes.
listtype:
type: select.select
label: Select the list type
description: unordered or ordered list
default: ul
options:
ul: unordered
ol: ordered
liststyle:
type: select.select
label: Select the list style
description: List style based on UIkit3
default: nostyle
options:
nostyle: default
uk-list-bullet: bullet
uk-list-divider: divider modifier
uk-list-striped: striped modifier
largestyle:
type: input.checkbox
label: Apply large style?
description: Check if you want to use it.
default: false
listclass:
type: input.text
label: Classes for List tag
description: Define the Classes to apply to the list (or leave it blank)
placeholder: Classes
divlistclass:
type: input.text
label: Classes for list div container
description: Define the Classes to apply to the div container (or leave it blank)
placeholder: Classes
default: noclass
enabledlinks:
type: input.checkbox
label: Enable links for items?
description: Check if you want to activate item link.
default: false
items:
type: collection.list
array: true
label: List Items
description: Create each item to the list.
value: name
ajax: true
fields:
.text:
type: input.text
label: Item text
description: Write the item content to display.
default: Item
.link:
type: input.text
label: Item link
description: define item link
default: '#'
.target:
type: select.select
label: Link target
description: Target browser window.
placeholder: 'Select...'
default: _parent
options:
_parent: Self
_blank: New Window
.linktype:
type: select.select
label: Select link style
description: Select style.
placeholder: 'Select...'
default: uk-button uk-button-text
options:
uk-button uk-button-text: button-text
uk-link-muted: muted
uk-link-text: link-text
uk-link-heading: link-heading
uk-link-reset: link-reset
nothing: no style (html normal)
.aclass:
type: input.text
label: Classes for <a> tag
description: Write the classes to apply (or leave it blank)
placeholder: Classes