-
Notifications
You must be signed in to change notification settings - Fork 1
/
items-contactos.yaml
176 lines (148 loc) · 4.25 KB
/
items-contactos.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
name: Items Contactos
description: Muestra diferentes items de contacto (Ícono + Texto).
type: particle
icon: fa fa-check-square-o
form:
fields:
enabled:
type: input.checkbox
label: Habilitar
description: Habilitar esta partícula.
default: true
separador00:
type: separator.note
class: alert alert-info
content: '<h4>Ajustes Generales</h4>'
titulo:
type: input.text
label: Título
description: 'Título de la partícula'
etiquetatitulo:
type: select.select
label: Etiqueta del título
description: Define la etiqueta HTML que envolverá el título.
placeholder: 'h3'
default: h3
options:
h1: h1
h2: h2
h3: h3
h4: h4
h5: h5
h6: h6
clasecsstitulo:
type: input.text
label: Clase CSS del título
description: 'La clase CSS para el título de la partícula'
pretexto:
type: textarea.textarea
label: Texto previo
description: texto a mostrar antes de la lista.
orientacionitems:
type: input.radios
label: Orientación Items
description: ¿Cómo deseas mostrar los items?
default: g-item-dis-horizontal
options:
g-item-dis-horizontal: Horizontal
g-item-dis-vertical: Vertical
alineacion:
type: input.radios
label: Alineación horizontal
description: Alineación horizontal de los Items
default: g-item-cont-izq
options:
g-item-cont-izq: Izquierda
g-item-cont-cen: Centrado
g-item-cont-der: Derecha
separacionitems:
type: input.text
label: Separación entre items
description: 'Tamaño del ícono que acompaña al texto'
placeholder: '1rem'
clasecssgeneral:
type: input.selectize
label: Clases CSS
description: Clases CSS para esta partícula.
default:
extrageneral:
type: collection.keyvalue
label: Atributos adicionales
description: Ingrese atributos adicionales a la etiqueta.
key_placeholder: Key (data-*, style, ...)
value_placeholder: Value
exclude: ['id', 'class']
separador01:
type: separator.note
class: alert alert-info
content: '<h4>Ajustes del ícono</h4>'
tamanoicono:
type: input.text
label: Tamaño ícono
description: 'Tamaño del ícono que acompaña al texto'
placeholder: '1rem'
coloricono:
type: input.colorpicker
label: Color del Ícono
placeholder: 'Color del Ícono'
alineacionicono:
type: input.radios
label: Posición del ícono
description: Alineación del ícono con respecto al texto.
default: g-item-ico-izqu
options:
g-item-ico-arri: Arriba
g-item-ico-izqu: Izquierda
g-item-ico-abaj: Abajo
espaciadoicono:
type: input.text
label: Separación del ícono
description: 'Distancia del ícono con respecto al texcto.'
placeholder: '0.5rem'
separador02:
type: separator.note
class: alert alert-info
content: '<h4>Ajustes del texto</h4>'
tamanotexto:
type: input.text
label: Tamaño texto
description: 'Tamaño del texto'
placeholder: '1rem'
colortexto:
type: input.colorpicker
label: Color del texto
placeholder: 'Color del texto'
separador03:
type: separator.note
class: alert alert-info
content: '<h4>Número de Items</h4>'
items:
type: collection.list
array: true
label: Items de contacto
description: Crear tus items de contacto.
value: name
ajax: true
fields:
icon:
type: input.icon
label: Icono
texto:
type: textarea.textarea
label: Texto
link:
type: input.text
label: Enlace
target:
type: select.select
label: Target
description: Define si el enlace se abrirá en una nueva ventana.
placeholder: 'Seleccionar'
default: _parent
options:
_parent: Misma ventana
_blank: Nueva ventana
class:
type: input.selectize
label: Clases CSS
description: Clases CSS el item.