@documental-xyz/core 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/env.d.ts +1 -0
- package/integration.ts +3 -0
- package/package.json +10 -5
- package/public/admin/components.yml +38 -0
- package/public/admin/config/Cta_old.yml +137 -0
- package/public/admin/config/collections/pages.yml +24 -0
- package/public/admin/config/components/BigNumbers.yml +33 -0
- package/public/admin/config/components/Button.yml +49 -0
- package/public/admin/config/components/Card.yml +54 -0
- package/public/admin/config/components/Cards.yml +19 -0
- package/public/admin/config/components/CardsCall.yml +66 -0
- package/public/admin/config/components/ChartBar.yml +56 -0
- package/public/admin/config/components/ChartPercentage.yml +47 -0
- package/public/admin/config/components/Column.yml +45 -0
- package/public/admin/config/components/ColumnSticky.yml +70 -0
- package/public/admin/config/components/Columns.yml +90 -0
- package/public/admin/config/components/Compare.yml +29 -0
- package/public/admin/config/components/Cta.yml +194 -0
- package/public/admin/config/components/Gallery.yml +38 -0
- package/public/admin/config/components/Group.yml +143 -0
- package/public/admin/config/components/HtmlEmbed.yml +30 -0
- package/public/admin/config/components/ImageBlock.yml +33 -0
- package/public/admin/config/components/InnerColumns.yml +61 -0
- package/public/admin/config/components/LogosGroup.yml +50 -0
- package/public/admin/config/components/Map.yml +94 -0
- package/public/admin/config/components/MapBox.yml +175 -0
- package/public/admin/config/components/MapView.yml +32 -0
- package/public/admin/config/components/PageSettings.yml +69 -0
- package/public/admin/config/components/PageTheme.yml +71 -0
- package/public/admin/config/components/Pullquote.yml +36 -0
- package/public/admin/config/components/Slider.yml +28 -0
- package/public/admin/config/components/Spacer.yml +27 -0
- package/public/admin/config/components/Text.yml +22 -0
- package/public/admin/config/components/Timeline.yml +27 -0
- package/public/admin/config/components/TimelineBullet.yml +22 -0
- package/public/admin/config/components/VideoEmbed.yml +28 -0
- package/public/admin/config/main.yml +13 -0
- package/public/admin/config/main.yml.template +13 -0
- package/public/admin/config.yml +1775 -0
- package/public/admin/widgets/ColorPicker.svelte +0 -0
- package/public/admin/widgets/ColorSelectWidget.svelte +0 -0
- package/public/admin/widgets/index.js +0 -0
- package/public/favicon.svg +9 -0
- package/src/content/pages/{teste-layout.md → exemple.md} +4 -4
- package/src/vite/yaml-merge-plugin.ts +25 -1
- package/src/content/pages/alter-ameacada.md +0 -80
- package/src/content/pages/expulsions.md +0 -1447
- package/src/content/pages/home.md +0 -346
- package/src/content/pages/nhanderekoa-studio-autonoma.md +0 -3113
- package/src/content/pages/nhanderekoa-terra-ind/303/255gena-jaragu/303/241.md +0 -3806
- package/src/content/pages/nova-landing-page.md +0 -546
- package/src/content/pages/territ/303/263rios-de-exce/303/247/303/243o.md +0 -2199
- package/src/content/pages/teste-alter-do-chao.md +0 -955
- package/src/content/pages/thiago.md +0 -93
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
logosGroup: &logosGroup
|
|
2
|
+
label: 'Logos Group'
|
|
3
|
+
name: 'LogosGroup'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.logos}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'LogosGroup'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Logos'
|
|
14
|
+
name: 'logos'
|
|
15
|
+
widget: 'list'
|
|
16
|
+
required: false
|
|
17
|
+
collapsed: true
|
|
18
|
+
fields:
|
|
19
|
+
- label: 'Image'
|
|
20
|
+
name: 'image'
|
|
21
|
+
widget: 'image'
|
|
22
|
+
required: true
|
|
23
|
+
collapsed: true
|
|
24
|
+
- label: 'Link'
|
|
25
|
+
name: 'link'
|
|
26
|
+
widget: 'object'
|
|
27
|
+
required: true
|
|
28
|
+
collapsed: true
|
|
29
|
+
fields:
|
|
30
|
+
- label: 'URL'
|
|
31
|
+
name: 'url'
|
|
32
|
+
widget: 'string'
|
|
33
|
+
required: true
|
|
34
|
+
collapsed: true
|
|
35
|
+
- label: 'Target'
|
|
36
|
+
name: 'target'
|
|
37
|
+
widget: 'select'
|
|
38
|
+
options: ['_blank', '_parent', '_self', 'custom']
|
|
39
|
+
required: false
|
|
40
|
+
collapsed: true
|
|
41
|
+
- label: 'Custom Target'
|
|
42
|
+
name: 'customTarget'
|
|
43
|
+
widget: 'string'
|
|
44
|
+
required: false
|
|
45
|
+
collapsed: true
|
|
46
|
+
- label: 'Title'
|
|
47
|
+
name: 'title'
|
|
48
|
+
widget: 'string'
|
|
49
|
+
required: false
|
|
50
|
+
collapsed: true
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
map: &map
|
|
2
|
+
label: 'Map'
|
|
3
|
+
name: 'Map'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.shortTitle}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Map'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'ID'
|
|
14
|
+
name: 'id'
|
|
15
|
+
widget: 'string'
|
|
16
|
+
required: true
|
|
17
|
+
collapsed: true
|
|
18
|
+
- label: 'Short Title'
|
|
19
|
+
name: 'shortTitle'
|
|
20
|
+
widget: 'string'
|
|
21
|
+
required: true
|
|
22
|
+
hint: 'Título curto (obrigatório) - será usado no futuro'
|
|
23
|
+
collapsed: true
|
|
24
|
+
- label: 'Long Title'
|
|
25
|
+
name: 'longTitle'
|
|
26
|
+
widget: 'string'
|
|
27
|
+
required: false
|
|
28
|
+
hint: 'Título longo usado como label no menu (opcional)'
|
|
29
|
+
collapsed: true
|
|
30
|
+
- label: 'Description'
|
|
31
|
+
name: 'description'
|
|
32
|
+
widget: 'text'
|
|
33
|
+
required: false
|
|
34
|
+
hint: 'Descrição do componente (opcional) - será usado no futuro'
|
|
35
|
+
collapsed: true
|
|
36
|
+
- label: 'Show in Menu'
|
|
37
|
+
name: 'showInMenu'
|
|
38
|
+
widget: 'boolean'
|
|
39
|
+
default: false
|
|
40
|
+
hint: 'Ativar para mostrar este componente no menu de navegação'
|
|
41
|
+
collapsed: true
|
|
42
|
+
- label: 'Animations'
|
|
43
|
+
name: 'animations'
|
|
44
|
+
widget: 'boolean'
|
|
45
|
+
default: true
|
|
46
|
+
required: true
|
|
47
|
+
hint: 'Enable/disable animations for this component'
|
|
48
|
+
collapsed: true
|
|
49
|
+
- label: 'Column Align'
|
|
50
|
+
name: 'columnAlign'
|
|
51
|
+
widget: 'select'
|
|
52
|
+
options: ['left', 'right', 'center']
|
|
53
|
+
default: 'left'
|
|
54
|
+
required: true
|
|
55
|
+
collapsed: true
|
|
56
|
+
- label: 'Floating Text'
|
|
57
|
+
name: 'floatingText'
|
|
58
|
+
widget: 'boolean'
|
|
59
|
+
required: false
|
|
60
|
+
default: false
|
|
61
|
+
collapsed: true
|
|
62
|
+
- label: 'Text Color'
|
|
63
|
+
name: 'txtColor'
|
|
64
|
+
widget: 'select'
|
|
65
|
+
options:
|
|
66
|
+
- { label: 'Primary', value: 'Primary' }
|
|
67
|
+
- { label: 'Secondary', value: 'Secondary' }
|
|
68
|
+
- { label: 'Highlight', value: 'Highlight' }
|
|
69
|
+
default: 'Primary'
|
|
70
|
+
required: false
|
|
71
|
+
collapsed: true
|
|
72
|
+
- label: 'Background Color'
|
|
73
|
+
name: 'bgColor'
|
|
74
|
+
widget: 'select'
|
|
75
|
+
options:
|
|
76
|
+
- { label: 'Primary', value: 'Primary' }
|
|
77
|
+
- { label: 'Secondary', value: 'Secondary' }
|
|
78
|
+
- { label: 'Highlight', value: 'Highlight' }
|
|
79
|
+
default: 'Secundary'
|
|
80
|
+
required: false
|
|
81
|
+
collapsed: true
|
|
82
|
+
- label: 'Components'
|
|
83
|
+
name: 'components'
|
|
84
|
+
widget: 'list'
|
|
85
|
+
required: false
|
|
86
|
+
collapsed: true
|
|
87
|
+
types:
|
|
88
|
+
- *text
|
|
89
|
+
- *spacer
|
|
90
|
+
- *mapView
|
|
91
|
+
- *imageBlock
|
|
92
|
+
- *videoEmbed
|
|
93
|
+
- *timeline
|
|
94
|
+
- *button
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
mapBox: &mapBox
|
|
2
|
+
label: 'MapBox'
|
|
3
|
+
name: 'mapbox'
|
|
4
|
+
collapsed: true
|
|
5
|
+
widget: 'object'
|
|
6
|
+
summary: '{{fields.style}}'
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'MapBox'
|
|
12
|
+
- label: 'Map Style'
|
|
13
|
+
name: 'style'
|
|
14
|
+
widget: 'string'
|
|
15
|
+
required: true
|
|
16
|
+
hint: 'URL do estilo do MapBox (ex: mapbox://styles/username/style-id)'
|
|
17
|
+
- label: 'Map Token'
|
|
18
|
+
name: 'token'
|
|
19
|
+
widget: 'string'
|
|
20
|
+
required: true
|
|
21
|
+
hint: 'Token de acesso do MapBox'
|
|
22
|
+
- label: 'Map Center Longitude'
|
|
23
|
+
name: 'centerLng'
|
|
24
|
+
widget: 'string'
|
|
25
|
+
collapsed: true
|
|
26
|
+
hint: 'Ex: -54.875'
|
|
27
|
+
required: true
|
|
28
|
+
- label: 'Map Center Latitude'
|
|
29
|
+
name: 'centerLat'
|
|
30
|
+
widget: 'string'
|
|
31
|
+
collapsed: true
|
|
32
|
+
hint: 'Ex: -2.53'
|
|
33
|
+
required: true
|
|
34
|
+
- label: 'Map Zoom'
|
|
35
|
+
name: 'zoom'
|
|
36
|
+
widget: 'string'
|
|
37
|
+
default: '2'
|
|
38
|
+
collapsed: true
|
|
39
|
+
hint: 'Valor numérico como string. Ex: 2 ou 2.5'
|
|
40
|
+
required: true
|
|
41
|
+
- label: 'Map Bearing'
|
|
42
|
+
name: 'bearing'
|
|
43
|
+
widget: 'string'
|
|
44
|
+
default: '0'
|
|
45
|
+
collapsed: true
|
|
46
|
+
hint: 'Valor numérico como string. Ex: 0 ou 45.5'
|
|
47
|
+
required: false
|
|
48
|
+
- label: 'Map Pitch'
|
|
49
|
+
name: 'pitch'
|
|
50
|
+
widget: 'string'
|
|
51
|
+
default: '0'
|
|
52
|
+
collapsed: true
|
|
53
|
+
hint: 'Valor numérico como string. Ex: 0 ou 30'
|
|
54
|
+
required: false
|
|
55
|
+
- label: 'Map Layers'
|
|
56
|
+
name: 'layers'
|
|
57
|
+
widget: 'text'
|
|
58
|
+
required: false
|
|
59
|
+
collapsed: true
|
|
60
|
+
hint: 'Uma layer por linha. Formato: "layerName" ou "layerName[property==value]". Ex: mineracao ou mineracao[pais==Brasil]'
|
|
61
|
+
- label: 'Column Align'
|
|
62
|
+
name: 'columnAlign'
|
|
63
|
+
widget: 'select'
|
|
64
|
+
options: ['left', 'center', 'right']
|
|
65
|
+
required: true
|
|
66
|
+
default: 'left'
|
|
67
|
+
- label: 'Floating Text'
|
|
68
|
+
name: 'floatingText'
|
|
69
|
+
widget: 'boolean'
|
|
70
|
+
required: false
|
|
71
|
+
default: false
|
|
72
|
+
- label: 'Map Views'
|
|
73
|
+
name: 'views'
|
|
74
|
+
widget: 'list'
|
|
75
|
+
collapsed: true
|
|
76
|
+
required: false
|
|
77
|
+
fields:
|
|
78
|
+
- label: 'View ID'
|
|
79
|
+
name: 'id'
|
|
80
|
+
widget: 'string'
|
|
81
|
+
required: true
|
|
82
|
+
hint: 'Identificador único da view'
|
|
83
|
+
- label: 'View Center Longitude'
|
|
84
|
+
name: 'centerLng'
|
|
85
|
+
widget: 'string'
|
|
86
|
+
collapsed: true
|
|
87
|
+
hint: 'Ex: -54.875'
|
|
88
|
+
required: true
|
|
89
|
+
- label: 'View Center Latitude'
|
|
90
|
+
name: 'centerLat'
|
|
91
|
+
widget: 'string'
|
|
92
|
+
collapsed: true
|
|
93
|
+
hint: 'Ex: -2.53'
|
|
94
|
+
required: true
|
|
95
|
+
- label: 'View Zoom'
|
|
96
|
+
name: 'zoom'
|
|
97
|
+
widget: 'string'
|
|
98
|
+
collapsed: true
|
|
99
|
+
hint: 'Valor numérico como string. Ex: 8 ou 8.5'
|
|
100
|
+
required: true
|
|
101
|
+
- label: 'Mobile Zoom'
|
|
102
|
+
name: 'mobileZoom'
|
|
103
|
+
widget: 'string'
|
|
104
|
+
collapsed: true
|
|
105
|
+
required: false
|
|
106
|
+
hint: 'Zoom específico para mobile como string. Ex: 3.5'
|
|
107
|
+
- label: 'Duration (ms)'
|
|
108
|
+
name: 'duration'
|
|
109
|
+
widget: 'string'
|
|
110
|
+
default: '2000'
|
|
111
|
+
collapsed: true
|
|
112
|
+
hint: 'Duração em milissegundos como string. Ex: 2000'
|
|
113
|
+
required: false
|
|
114
|
+
- label: 'View Bearing'
|
|
115
|
+
name: 'bearing'
|
|
116
|
+
widget: 'string'
|
|
117
|
+
default: '0'
|
|
118
|
+
collapsed: true
|
|
119
|
+
hint: 'Valor numérico como string. Ex: 0 ou 45'
|
|
120
|
+
required: false
|
|
121
|
+
- label: 'View Pitch'
|
|
122
|
+
name: 'pitch'
|
|
123
|
+
widget: 'string'
|
|
124
|
+
default: '0'
|
|
125
|
+
collapsed: true
|
|
126
|
+
hint: 'Valor numérico como string. Ex: 0 ou 30'
|
|
127
|
+
required: false
|
|
128
|
+
- label: 'View Layers'
|
|
129
|
+
name: 'layers'
|
|
130
|
+
widget: 'text'
|
|
131
|
+
required: false
|
|
132
|
+
collapsed: true
|
|
133
|
+
hint: 'Uma layer por linha. Ex: mineracao ou mineracao[pais==Brasil]'
|
|
134
|
+
- label: 'Caption Title'
|
|
135
|
+
name: 'title'
|
|
136
|
+
widget: 'string'
|
|
137
|
+
required: false
|
|
138
|
+
- label: 'Notes'
|
|
139
|
+
name: 'notes'
|
|
140
|
+
widget: 'text'
|
|
141
|
+
required: false
|
|
142
|
+
- label: 'Legend Items'
|
|
143
|
+
name: 'items'
|
|
144
|
+
widget: 'list'
|
|
145
|
+
collapsed: true
|
|
146
|
+
required: false
|
|
147
|
+
summary: '{{fields.text}}'
|
|
148
|
+
fields:
|
|
149
|
+
- label: 'Icon'
|
|
150
|
+
name: 'icon'
|
|
151
|
+
widget: 'string'
|
|
152
|
+
required: false
|
|
153
|
+
hint: 'Consulte um ícone no [Google Fonts Icon](https://fonts.google.com/icons)'
|
|
154
|
+
- label: 'Icon Color'
|
|
155
|
+
name: 'colorIcon'
|
|
156
|
+
widget: 'color'
|
|
157
|
+
required: false
|
|
158
|
+
enableAlpha: true
|
|
159
|
+
allowInput: true
|
|
160
|
+
- label: 'Icon Type'
|
|
161
|
+
name: 'typeIcon'
|
|
162
|
+
widget: 'select'
|
|
163
|
+
options: ['outlined', 'rounded', 'sharp']
|
|
164
|
+
default: 'outlined'
|
|
165
|
+
required: true
|
|
166
|
+
- label: 'Icon Fill'
|
|
167
|
+
name: 'iconFill'
|
|
168
|
+
widget: 'boolean'
|
|
169
|
+
required: false
|
|
170
|
+
default: false
|
|
171
|
+
hint: 'Ativa o preenchimento do ícone (fill). Desativado = 0, Ativado = 1'
|
|
172
|
+
- label: 'Text'
|
|
173
|
+
name: 'text'
|
|
174
|
+
widget: 'string'
|
|
175
|
+
required: false
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
mapView: &mapView
|
|
2
|
+
label: 'Map View'
|
|
3
|
+
name: 'MapView'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.mapView}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'MapView'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Map View'
|
|
14
|
+
name: 'mapView'
|
|
15
|
+
widget: 'string'
|
|
16
|
+
required: true
|
|
17
|
+
hint: 'Digite o ID da view do mapa (ex: view_0, view_12, etc.) - deve corresponder a uma view cadastrada no mapbox'
|
|
18
|
+
collapsed: true
|
|
19
|
+
- label: 'Text Color'
|
|
20
|
+
name: 'txtColor'
|
|
21
|
+
widget: 'color'
|
|
22
|
+
required: false
|
|
23
|
+
enableAlpha: true
|
|
24
|
+
allowInput: true
|
|
25
|
+
collapsed: true
|
|
26
|
+
- label: 'Background Color'
|
|
27
|
+
name: 'bgColor'
|
|
28
|
+
widget: 'color'
|
|
29
|
+
required: false
|
|
30
|
+
enableAlpha: true
|
|
31
|
+
allowInput: true
|
|
32
|
+
collapsed: true
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
pageSettings: &pageSettings
|
|
2
|
+
label: 'Page Settings'
|
|
3
|
+
name: 'pageSettings'
|
|
4
|
+
collapsed: true
|
|
5
|
+
widget: 'object'
|
|
6
|
+
fields:
|
|
7
|
+
- label: 'Language'
|
|
8
|
+
name: 'language'
|
|
9
|
+
widget: 'select'
|
|
10
|
+
options: ['pt-BR', 'en', 'es']
|
|
11
|
+
default: 'pt-BR'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Link pt-br'
|
|
14
|
+
name: 'link_pt_br'
|
|
15
|
+
widget: 'string'
|
|
16
|
+
required: false
|
|
17
|
+
default: '#'
|
|
18
|
+
collapsed: true
|
|
19
|
+
- label: 'Link en'
|
|
20
|
+
name: 'link_en'
|
|
21
|
+
widget: 'string'
|
|
22
|
+
required: false
|
|
23
|
+
default: '#'
|
|
24
|
+
collapsed: true
|
|
25
|
+
- label: 'Link es'
|
|
26
|
+
name: 'link_es'
|
|
27
|
+
widget: 'string'
|
|
28
|
+
required: false
|
|
29
|
+
default: '#'
|
|
30
|
+
collapsed: true
|
|
31
|
+
- label: 'Animations'
|
|
32
|
+
name: 'animations'
|
|
33
|
+
widget: 'select'
|
|
34
|
+
options:
|
|
35
|
+
- { label: 'Enable All', value: 'enable_all' }
|
|
36
|
+
- { label: 'Disable All', value: 'disable_all' }
|
|
37
|
+
- { label: 'Custom by Components', value: 'custom' }
|
|
38
|
+
default: 'enable_all'
|
|
39
|
+
required: true
|
|
40
|
+
hint: 'Control animation behavior for the entire page'
|
|
41
|
+
collapsed: true
|
|
42
|
+
- label: 'Text Direction'
|
|
43
|
+
name: 'direction'
|
|
44
|
+
widget: 'select'
|
|
45
|
+
options: ['left', 'right']
|
|
46
|
+
default: 'left'
|
|
47
|
+
collapsed: true
|
|
48
|
+
- label: 'SEO Title'
|
|
49
|
+
name: 'seoTitle'
|
|
50
|
+
widget: 'string'
|
|
51
|
+
required: false
|
|
52
|
+
collapsed: true
|
|
53
|
+
- label: 'SEO Description'
|
|
54
|
+
name: 'seoDescription'
|
|
55
|
+
widget: 'string'
|
|
56
|
+
required: false
|
|
57
|
+
collapsed: true
|
|
58
|
+
- label: 'SEO Keywords'
|
|
59
|
+
name: 'seoKeywords'
|
|
60
|
+
widget: 'list'
|
|
61
|
+
required: false
|
|
62
|
+
collapsed: true
|
|
63
|
+
fields:
|
|
64
|
+
- { label: 'Keyword', name: 'keyword', widget: 'string', collapsed: true }
|
|
65
|
+
- label: 'SEO Image'
|
|
66
|
+
name: 'seoImage'
|
|
67
|
+
widget: 'image'
|
|
68
|
+
required: false
|
|
69
|
+
collapsed: true
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
pageTheme: &pageTheme
|
|
2
|
+
label: 'Page Theme'
|
|
3
|
+
name: 'pageTheme'
|
|
4
|
+
collapsed: true
|
|
5
|
+
widget: 'object'
|
|
6
|
+
fields:
|
|
7
|
+
- label: 'Primary Color'
|
|
8
|
+
name: 'primaryColor'
|
|
9
|
+
widget: 'color'
|
|
10
|
+
required: false
|
|
11
|
+
allowInput: true
|
|
12
|
+
allowAlpha: true
|
|
13
|
+
collapsed: true
|
|
14
|
+
- label: 'Secondary Color'
|
|
15
|
+
name: 'secondaryColor'
|
|
16
|
+
widget: 'color'
|
|
17
|
+
required: false
|
|
18
|
+
allowInput: true
|
|
19
|
+
allowAlpha: true
|
|
20
|
+
collapsed: true
|
|
21
|
+
- label: 'Highlight Color'
|
|
22
|
+
name: 'highlightColor'
|
|
23
|
+
widget: 'color'
|
|
24
|
+
required: false
|
|
25
|
+
allowInput: true
|
|
26
|
+
allowAlpha: true
|
|
27
|
+
collapsed: true
|
|
28
|
+
- label: 'Auxiliary Color'
|
|
29
|
+
name: 'auxiliaryColor'
|
|
30
|
+
widget: 'color'
|
|
31
|
+
required: false
|
|
32
|
+
allowInput: true
|
|
33
|
+
allowAlpha: true
|
|
34
|
+
collapsed: true
|
|
35
|
+
- label: 'Display Font'
|
|
36
|
+
name: 'displayFont'
|
|
37
|
+
widget: 'string'
|
|
38
|
+
required: false
|
|
39
|
+
collapsed: true
|
|
40
|
+
hint: 'Consulte uma fonte para títulos em [Google Fonts](https://fonts.google.com/)'
|
|
41
|
+
- label: 'Text Font'
|
|
42
|
+
name: 'textFont'
|
|
43
|
+
widget: 'string'
|
|
44
|
+
required: false
|
|
45
|
+
collapsed: true
|
|
46
|
+
hint: 'Consulte uma fonte para textos em [Google Fonts](https://fonts.google.com/)'
|
|
47
|
+
- label: 'Spacing Patterns'
|
|
48
|
+
name: 'spacingPatterns'
|
|
49
|
+
widget: 'list'
|
|
50
|
+
collapsed: true
|
|
51
|
+
fields:
|
|
52
|
+
- label: 'Pattern Name'
|
|
53
|
+
name: 'name'
|
|
54
|
+
widget: 'string'
|
|
55
|
+
required: true
|
|
56
|
+
collapsed: true
|
|
57
|
+
- label: 'Mobile Value'
|
|
58
|
+
name: 'mobile'
|
|
59
|
+
widget: 'string'
|
|
60
|
+
required: true
|
|
61
|
+
collapsed: true
|
|
62
|
+
- label: 'Tablet Value'
|
|
63
|
+
name: 'tablet'
|
|
64
|
+
widget: 'string'
|
|
65
|
+
required: true
|
|
66
|
+
collapsed: true
|
|
67
|
+
- label: 'Desktop Value'
|
|
68
|
+
name: 'desktop'
|
|
69
|
+
widget: 'string'
|
|
70
|
+
required: true
|
|
71
|
+
collapsed: true
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
pullquote: &pullquote
|
|
2
|
+
label: 'Pullquote'
|
|
3
|
+
name: 'Pullquote'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.content}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Pullquote'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Text Color'
|
|
14
|
+
name: 'txtColor'
|
|
15
|
+
widget: 'color'
|
|
16
|
+
required: false
|
|
17
|
+
enableAlpha: true
|
|
18
|
+
allowInput: true
|
|
19
|
+
collapsed: true
|
|
20
|
+
- label: 'Background Color'
|
|
21
|
+
name: 'bgColor'
|
|
22
|
+
widget: 'color'
|
|
23
|
+
required: false
|
|
24
|
+
enableAlpha: true
|
|
25
|
+
allowInput: true
|
|
26
|
+
collapsed: true
|
|
27
|
+
- label: 'Content'
|
|
28
|
+
name: 'content'
|
|
29
|
+
widget: 'markdown'
|
|
30
|
+
required: false
|
|
31
|
+
collapsed: true
|
|
32
|
+
- label: 'Byline'
|
|
33
|
+
name: 'byline'
|
|
34
|
+
widget: 'string'
|
|
35
|
+
required: false
|
|
36
|
+
collapsed: true
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
slider: &slider
|
|
2
|
+
label: 'Slider'
|
|
3
|
+
name: 'Slider'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.slides}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Slider'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Slides'
|
|
14
|
+
name: 'slides'
|
|
15
|
+
widget: 'list'
|
|
16
|
+
required: false
|
|
17
|
+
collapsed: true
|
|
18
|
+
fields:
|
|
19
|
+
- label: 'Image'
|
|
20
|
+
name: 'image'
|
|
21
|
+
widget: 'image'
|
|
22
|
+
required: false
|
|
23
|
+
collapsed: true
|
|
24
|
+
- label: 'Caption'
|
|
25
|
+
name: 'caption'
|
|
26
|
+
widget: 'string'
|
|
27
|
+
required: false
|
|
28
|
+
collapsed: true
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
spacer: &spacer
|
|
2
|
+
label: 'Spacer'
|
|
3
|
+
name: 'Spacer'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.desktop}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Spacer'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Desktop Height'
|
|
14
|
+
name: 'desktop'
|
|
15
|
+
widget: 'string'
|
|
16
|
+
required: false
|
|
17
|
+
collapsed: true
|
|
18
|
+
- label: 'Tablet Height'
|
|
19
|
+
name: 'tablet'
|
|
20
|
+
widget: 'string'
|
|
21
|
+
required: false
|
|
22
|
+
collapsed: true
|
|
23
|
+
- label: 'Mobile Height'
|
|
24
|
+
name: 'mobile'
|
|
25
|
+
widget: 'string'
|
|
26
|
+
required: false
|
|
27
|
+
collapsed: true
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
text: &text
|
|
2
|
+
label: 'Text'
|
|
3
|
+
name: 'Text'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.content}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Dropcap'
|
|
9
|
+
name: 'hasDropCap'
|
|
10
|
+
widget: 'boolean'
|
|
11
|
+
required: false
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Type'
|
|
14
|
+
name: 'type'
|
|
15
|
+
widget: 'hidden'
|
|
16
|
+
default: 'Text'
|
|
17
|
+
collapsed: true
|
|
18
|
+
- label: 'Content'
|
|
19
|
+
name: 'content'
|
|
20
|
+
widget: 'markdown'
|
|
21
|
+
required: false
|
|
22
|
+
collapsed: true
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
timeline: &timeline
|
|
2
|
+
label: 'Timeline'
|
|
3
|
+
name: 'Timeline'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: 'Timeline'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Timeline'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Components'
|
|
14
|
+
name: 'components'
|
|
15
|
+
widget: 'list'
|
|
16
|
+
required: false
|
|
17
|
+
collapsed: true
|
|
18
|
+
types:
|
|
19
|
+
- *timelineBullet
|
|
20
|
+
- *text
|
|
21
|
+
- *button
|
|
22
|
+
- *imageBlock
|
|
23
|
+
- *videoEmbed
|
|
24
|
+
- *htmlEmbed
|
|
25
|
+
- *spacer
|
|
26
|
+
- *pullquote
|
|
27
|
+
- *card
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
timelineBullet: &timelineBullet
|
|
2
|
+
label: 'Timeline Bullet'
|
|
3
|
+
name: 'TimelineBullet'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.text}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'TimelineBullet'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Text'
|
|
14
|
+
name: 'text'
|
|
15
|
+
widget: 'string'
|
|
16
|
+
required: false
|
|
17
|
+
collapsed: true
|
|
18
|
+
- label: 'Content'
|
|
19
|
+
name: 'content'
|
|
20
|
+
widget: 'markdown'
|
|
21
|
+
required: false
|
|
22
|
+
collapsed: true
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
videoEmbed: &videoEmbed
|
|
2
|
+
label: 'Video Embed'
|
|
3
|
+
name: 'VideoEmbed'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.videoUrl}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'VideoEmbed'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Wide'
|
|
14
|
+
name: 'wideVideo'
|
|
15
|
+
widget: 'boolean'
|
|
16
|
+
required: false
|
|
17
|
+
default: false
|
|
18
|
+
collapsed: true
|
|
19
|
+
- label: 'Video URL'
|
|
20
|
+
name: 'videoUrl'
|
|
21
|
+
widget: 'string'
|
|
22
|
+
required: false
|
|
23
|
+
collapsed: true
|
|
24
|
+
- label: 'Video Caption'
|
|
25
|
+
name: 'videoCaption'
|
|
26
|
+
widget: 'string'
|
|
27
|
+
required: false
|
|
28
|
+
collapsed: true
|