@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,70 @@
|
|
|
1
|
+
columnSticky: &columnSticky
|
|
2
|
+
label: 'Column Sticky'
|
|
3
|
+
name: 'ColumnSticky'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.title}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'ColumnSticky'
|
|
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: 'Padding Top'
|
|
28
|
+
name: 'paddingTop'
|
|
29
|
+
widget: 'boolean'
|
|
30
|
+
required: false
|
|
31
|
+
default: false
|
|
32
|
+
collapsed: true
|
|
33
|
+
- label: 'Padding Bottom'
|
|
34
|
+
name: 'paddingBottom'
|
|
35
|
+
widget: 'boolean'
|
|
36
|
+
required: false
|
|
37
|
+
default: false
|
|
38
|
+
collapsed: true
|
|
39
|
+
- label: 'Layout'
|
|
40
|
+
name: 'layout'
|
|
41
|
+
widget: 'select'
|
|
42
|
+
options: ['text-bigger', 'title-bottom']
|
|
43
|
+
default: 'text-bigger'
|
|
44
|
+
collapsed: true
|
|
45
|
+
- label: 'Title'
|
|
46
|
+
name: 'title'
|
|
47
|
+
widget: 'string'
|
|
48
|
+
required: false
|
|
49
|
+
collapsed: true
|
|
50
|
+
- label: 'Components'
|
|
51
|
+
name: 'components'
|
|
52
|
+
widget: 'list'
|
|
53
|
+
required: false
|
|
54
|
+
collapsed: true
|
|
55
|
+
types:
|
|
56
|
+
- *text
|
|
57
|
+
- *chartBar
|
|
58
|
+
- *chartPercentage
|
|
59
|
+
- *imageBlock
|
|
60
|
+
- *htmlEmbed
|
|
61
|
+
- *videoEmbed
|
|
62
|
+
- *logosGroup
|
|
63
|
+
- *innerColumns
|
|
64
|
+
- *cardsCall
|
|
65
|
+
- *compare
|
|
66
|
+
- *pullquote
|
|
67
|
+
- *spacer
|
|
68
|
+
- *slider
|
|
69
|
+
- *cards
|
|
70
|
+
- *timeline
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
columns: &columns
|
|
2
|
+
label: 'Columns'
|
|
3
|
+
name: 'Columns'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
collapsed: true
|
|
6
|
+
fields:
|
|
7
|
+
- label: 'Type'
|
|
8
|
+
name: 'type'
|
|
9
|
+
widget: 'hidden'
|
|
10
|
+
default: 'Columns'
|
|
11
|
+
collapsed: true
|
|
12
|
+
- label: 'Padding Top'
|
|
13
|
+
name: paddingTop
|
|
14
|
+
widget: boolean
|
|
15
|
+
default: false
|
|
16
|
+
collapsed: true
|
|
17
|
+
- label: 'Padding Bottom'
|
|
18
|
+
name: paddingBottom
|
|
19
|
+
widget: boolean
|
|
20
|
+
default: false
|
|
21
|
+
collapsed: true
|
|
22
|
+
- label: 'Invert on Mobile'
|
|
23
|
+
name: invertOnMobile
|
|
24
|
+
widget: boolean
|
|
25
|
+
default: false
|
|
26
|
+
collapsed: true
|
|
27
|
+
- label: 'Alignment'
|
|
28
|
+
name: 'columnsAlign'
|
|
29
|
+
widget: 'select'
|
|
30
|
+
default: 66-33
|
|
31
|
+
options:
|
|
32
|
+
- { label: 'Bigger left', value: 66-33 }
|
|
33
|
+
- { label: 'Bigger right', value: '33-66' }
|
|
34
|
+
collapsed: true
|
|
35
|
+
- label: 'Column 1'
|
|
36
|
+
name: 'column1'
|
|
37
|
+
widget: 'object'
|
|
38
|
+
required: true
|
|
39
|
+
collapsed: false
|
|
40
|
+
fields:
|
|
41
|
+
- label: 'Components'
|
|
42
|
+
name: 'components'
|
|
43
|
+
widget: 'list'
|
|
44
|
+
required: false
|
|
45
|
+
collapsed: true
|
|
46
|
+
types:
|
|
47
|
+
- *text
|
|
48
|
+
- *chartBar
|
|
49
|
+
- *chartPercentage
|
|
50
|
+
- *imageBlock
|
|
51
|
+
- *videoEmbed
|
|
52
|
+
- *logosGroup
|
|
53
|
+
- *innerColumns
|
|
54
|
+
- *bigNumbers
|
|
55
|
+
- *pullquote
|
|
56
|
+
- *spacer
|
|
57
|
+
- *gallery
|
|
58
|
+
- *slider
|
|
59
|
+
- *cards
|
|
60
|
+
- *button
|
|
61
|
+
- *timeline
|
|
62
|
+
- *compare
|
|
63
|
+
- label: 'Column 2'
|
|
64
|
+
name: 'column2'
|
|
65
|
+
widget: 'object'
|
|
66
|
+
required: true
|
|
67
|
+
collapsed: false
|
|
68
|
+
fields:
|
|
69
|
+
- label: 'Components'
|
|
70
|
+
name: 'components'
|
|
71
|
+
widget: 'list'
|
|
72
|
+
required: false
|
|
73
|
+
collapsed: true
|
|
74
|
+
types:
|
|
75
|
+
- *text
|
|
76
|
+
- *chartBar
|
|
77
|
+
- *chartPercentage
|
|
78
|
+
- *imageBlock
|
|
79
|
+
- *videoEmbed
|
|
80
|
+
- *logosGroup
|
|
81
|
+
- *innerColumns
|
|
82
|
+
- *bigNumbers
|
|
83
|
+
- *pullquote
|
|
84
|
+
- *spacer
|
|
85
|
+
- *gallery
|
|
86
|
+
- *slider
|
|
87
|
+
- *cards
|
|
88
|
+
- *button
|
|
89
|
+
- *timeline
|
|
90
|
+
- *compare
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
compare: &compare
|
|
2
|
+
label: 'Compare'
|
|
3
|
+
name: 'Compare'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.caption}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Compare'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Image Left'
|
|
14
|
+
name: 'imageLeft'
|
|
15
|
+
widget: 'image'
|
|
16
|
+
required: true
|
|
17
|
+
multiple: false
|
|
18
|
+
collapsed: true
|
|
19
|
+
- label: 'Image Right'
|
|
20
|
+
name: 'imageRight'
|
|
21
|
+
widget: 'image'
|
|
22
|
+
required: true
|
|
23
|
+
multiple: false
|
|
24
|
+
collapsed: true
|
|
25
|
+
- label: 'Caption'
|
|
26
|
+
name: 'caption'
|
|
27
|
+
widget: 'markdown'
|
|
28
|
+
required: false
|
|
29
|
+
collapsed: true
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
cta: &cta
|
|
2
|
+
label: 'CTA'
|
|
3
|
+
name: 'Cta'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.shortTitle}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Cta'
|
|
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: 'Text Color'
|
|
50
|
+
name: 'txtColor'
|
|
51
|
+
widget: 'select'
|
|
52
|
+
options:
|
|
53
|
+
- { label: 'Primary', value: 'Primary' }
|
|
54
|
+
- { label: 'Secondary', value: 'Secondary' }
|
|
55
|
+
- { label: 'Highlight', value: 'Highlight' }
|
|
56
|
+
- { label: 'Custom', value: 'Custom' }
|
|
57
|
+
default: 'Primary'
|
|
58
|
+
required: false
|
|
59
|
+
collapsed: true
|
|
60
|
+
- label: 'Custom Text Color'
|
|
61
|
+
name: 'customTxtColor'
|
|
62
|
+
widget: 'color'
|
|
63
|
+
required: false
|
|
64
|
+
enableAlpha: true
|
|
65
|
+
allowInput: true
|
|
66
|
+
collapsed: true
|
|
67
|
+
- label: 'Background Color'
|
|
68
|
+
name: 'bgColor'
|
|
69
|
+
widget: 'select'
|
|
70
|
+
options:
|
|
71
|
+
- { label: 'Primary', value: 'Primary' }
|
|
72
|
+
- { label: 'Secondary', value: 'Secondary' }
|
|
73
|
+
- { label: 'Highlight', value: 'Highlight' }
|
|
74
|
+
- { label: 'Custom', value: 'Custom' }
|
|
75
|
+
default: 'Secondary'
|
|
76
|
+
required: false
|
|
77
|
+
collapsed: true
|
|
78
|
+
- label: 'Custom Background Color'
|
|
79
|
+
name: 'customBgColor'
|
|
80
|
+
widget: 'color'
|
|
81
|
+
required: false
|
|
82
|
+
enableAlpha: true
|
|
83
|
+
allowInput: true
|
|
84
|
+
collapsed: true
|
|
85
|
+
- label: 'Add Background media'
|
|
86
|
+
name: 'backgroundMedia'
|
|
87
|
+
required: false
|
|
88
|
+
widget: 'list'
|
|
89
|
+
max: 1
|
|
90
|
+
collapsed: true
|
|
91
|
+
types:
|
|
92
|
+
- label: 'Image'
|
|
93
|
+
name: 'backgroundImage'
|
|
94
|
+
widget: 'object'
|
|
95
|
+
collapsed: true
|
|
96
|
+
fields:
|
|
97
|
+
- label: 'Image'
|
|
98
|
+
name: 'imgSrc'
|
|
99
|
+
widget: 'image'
|
|
100
|
+
required: false
|
|
101
|
+
multiple: false
|
|
102
|
+
collapsed: true
|
|
103
|
+
- label: 'Video'
|
|
104
|
+
name: 'backgroundVideo'
|
|
105
|
+
widget: 'object'
|
|
106
|
+
collapsed: true
|
|
107
|
+
fields:
|
|
108
|
+
- label: 'Video'
|
|
109
|
+
name: 'videoSrc'
|
|
110
|
+
widget: 'file'
|
|
111
|
+
multiple: false
|
|
112
|
+
required: false
|
|
113
|
+
collapsed: true
|
|
114
|
+
- label: 'Overlay'
|
|
115
|
+
name: 'overlay'
|
|
116
|
+
widget: 'select'
|
|
117
|
+
options: ['dark', 'light']
|
|
118
|
+
required: false
|
|
119
|
+
collapsed: true
|
|
120
|
+
- label: 'Add media'
|
|
121
|
+
name: 'ctaMedia'
|
|
122
|
+
required: false
|
|
123
|
+
widget: 'list'
|
|
124
|
+
max: 1
|
|
125
|
+
collapsed: true
|
|
126
|
+
types:
|
|
127
|
+
- label: 'Image'
|
|
128
|
+
name: 'ctaImage'
|
|
129
|
+
widget: 'object'
|
|
130
|
+
collapsed: true
|
|
131
|
+
fields:
|
|
132
|
+
- label: 'Image'
|
|
133
|
+
name: 'src'
|
|
134
|
+
widget: 'image'
|
|
135
|
+
required: false
|
|
136
|
+
multiple: false
|
|
137
|
+
collapsed: true
|
|
138
|
+
- label: 'Or external URL'
|
|
139
|
+
name: 'externalUrl'
|
|
140
|
+
widget: 'string'
|
|
141
|
+
required: false
|
|
142
|
+
hint: 'URL externa (opcional, substitui a imagem acima)'
|
|
143
|
+
collapsed: true
|
|
144
|
+
- label: 'Video'
|
|
145
|
+
name: 'ctaVideo'
|
|
146
|
+
widget: 'object'
|
|
147
|
+
collapsed: true
|
|
148
|
+
fields:
|
|
149
|
+
- label: 'Video'
|
|
150
|
+
name: 'src'
|
|
151
|
+
widget: 'file'
|
|
152
|
+
multiple: false
|
|
153
|
+
required: false
|
|
154
|
+
collapsed: true
|
|
155
|
+
- label: 'Or external URL'
|
|
156
|
+
name: 'externalUrl'
|
|
157
|
+
widget: 'string'
|
|
158
|
+
required: false
|
|
159
|
+
hint: 'URL externa (opcional, substitui o vídeo acima)'
|
|
160
|
+
collapsed: true
|
|
161
|
+
- label: 'CTA Text'
|
|
162
|
+
name: 'ctaText'
|
|
163
|
+
widget: 'markdown'
|
|
164
|
+
required: false
|
|
165
|
+
collapsed: true
|
|
166
|
+
- label: 'Highlighted Text'
|
|
167
|
+
name: 'highlightedText'
|
|
168
|
+
widget: 'string'
|
|
169
|
+
required: false
|
|
170
|
+
hint: 'Texto destacado (exibido quando não há media)'
|
|
171
|
+
collapsed: true
|
|
172
|
+
- label: 'Link'
|
|
173
|
+
name: 'link'
|
|
174
|
+
widget: 'object'
|
|
175
|
+
required: false
|
|
176
|
+
collapsed: true
|
|
177
|
+
fields:
|
|
178
|
+
- label: 'URL'
|
|
179
|
+
name: 'url'
|
|
180
|
+
widget: 'string'
|
|
181
|
+
required: false
|
|
182
|
+
collapsed: true
|
|
183
|
+
- label: 'Target'
|
|
184
|
+
name: 'target'
|
|
185
|
+
widget: 'select'
|
|
186
|
+
options: ['_self', '_blank']
|
|
187
|
+
default: '_self'
|
|
188
|
+
required: false
|
|
189
|
+
collapsed: true
|
|
190
|
+
- label: 'Text'
|
|
191
|
+
name: 'text'
|
|
192
|
+
widget: 'string'
|
|
193
|
+
required: false
|
|
194
|
+
collapsed: true
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
gallery: &gallery
|
|
2
|
+
label: 'Gallery'
|
|
3
|
+
name: 'Gallery'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.uniqid}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Gallery'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Unique ID'
|
|
14
|
+
name: 'uniqid'
|
|
15
|
+
widget: 'string'
|
|
16
|
+
required: true
|
|
17
|
+
collapsed: true
|
|
18
|
+
- label: 'Description'
|
|
19
|
+
name: 'description'
|
|
20
|
+
widget: 'markdown'
|
|
21
|
+
required: false
|
|
22
|
+
collapsed: true
|
|
23
|
+
- label: 'Images'
|
|
24
|
+
name: 'images'
|
|
25
|
+
widget: 'list'
|
|
26
|
+
required: false
|
|
27
|
+
collapsed: true
|
|
28
|
+
fields:
|
|
29
|
+
- label: 'Image'
|
|
30
|
+
name: 'image'
|
|
31
|
+
widget: 'image'
|
|
32
|
+
required: false
|
|
33
|
+
collapsed: true
|
|
34
|
+
- label: 'Caption'
|
|
35
|
+
name: 'caption'
|
|
36
|
+
widget: 'markdown'
|
|
37
|
+
required: false
|
|
38
|
+
collapsed: true
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
group: &group
|
|
2
|
+
label: 'Group'
|
|
3
|
+
name: 'Group'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.shortTitle}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'Group'
|
|
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 grupo (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 grupo 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: 'Text Color'
|
|
50
|
+
name: 'txtColor'
|
|
51
|
+
widget: 'select'
|
|
52
|
+
options:
|
|
53
|
+
- { label: 'Primary', value: 'Primary' }
|
|
54
|
+
- { label: 'Secondary', value: 'Secondary' }
|
|
55
|
+
- { label: 'Highlight', value: 'Highlight' }
|
|
56
|
+
- { label: 'Custom', value: 'Custom' }
|
|
57
|
+
default: 'Primary'
|
|
58
|
+
required: false
|
|
59
|
+
collapsed: true
|
|
60
|
+
- label: 'Custom Text Color'
|
|
61
|
+
name: 'customTxtColor'
|
|
62
|
+
widget: 'color'
|
|
63
|
+
required: false
|
|
64
|
+
enableAlpha: true
|
|
65
|
+
allowInput: true
|
|
66
|
+
collapsed: true
|
|
67
|
+
- label: 'Background Color'
|
|
68
|
+
name: 'bgColor'
|
|
69
|
+
widget: 'select'
|
|
70
|
+
options:
|
|
71
|
+
- { label: 'Primary', value: 'Primary' }
|
|
72
|
+
- { label: 'Secondary', value: 'Secondary' }
|
|
73
|
+
- { label: 'Highlight', value: 'Highlight' }
|
|
74
|
+
- { label: 'Custom', value: 'Custom' }
|
|
75
|
+
default: 'Secondary'
|
|
76
|
+
required: false
|
|
77
|
+
collapsed: true
|
|
78
|
+
- label: 'Custom Background Color'
|
|
79
|
+
name: 'customBgColor'
|
|
80
|
+
widget: 'color'
|
|
81
|
+
required: false
|
|
82
|
+
enableAlpha: true
|
|
83
|
+
allowInput: true
|
|
84
|
+
collapsed: true
|
|
85
|
+
- label: 'Add Background media'
|
|
86
|
+
name: 'backgroundMedia'
|
|
87
|
+
required: false
|
|
88
|
+
widget: 'list'
|
|
89
|
+
max: 1
|
|
90
|
+
collapsed: true
|
|
91
|
+
types:
|
|
92
|
+
- label: 'Image'
|
|
93
|
+
name: 'backgroundImage'
|
|
94
|
+
widget: 'object'
|
|
95
|
+
collapsed: true
|
|
96
|
+
fields:
|
|
97
|
+
- label: 'Image'
|
|
98
|
+
name: 'imgSrc'
|
|
99
|
+
widget: 'image'
|
|
100
|
+
required: false
|
|
101
|
+
multiple: false
|
|
102
|
+
collapsed: true
|
|
103
|
+
- label: 'Video'
|
|
104
|
+
name: 'backgroundVideo'
|
|
105
|
+
widget: 'object'
|
|
106
|
+
collapsed: true
|
|
107
|
+
fields:
|
|
108
|
+
- label: 'Video'
|
|
109
|
+
name: 'videoSrc'
|
|
110
|
+
widget: 'file'
|
|
111
|
+
multiple: false
|
|
112
|
+
required: false
|
|
113
|
+
collapsed: true
|
|
114
|
+
- label: 'Overlay'
|
|
115
|
+
name: 'overlay'
|
|
116
|
+
widget: 'select'
|
|
117
|
+
options: ['dark', 'light']
|
|
118
|
+
required: false
|
|
119
|
+
collapsed: true
|
|
120
|
+
- label: 'Components'
|
|
121
|
+
name: 'components'
|
|
122
|
+
widget: 'list'
|
|
123
|
+
required: false
|
|
124
|
+
collapsed: true
|
|
125
|
+
types:
|
|
126
|
+
- *text
|
|
127
|
+
- *htmlEmbed
|
|
128
|
+
- *videoEmbed
|
|
129
|
+
- *imageBlock
|
|
130
|
+
- *columnSticky
|
|
131
|
+
- *chartBar
|
|
132
|
+
- *chartPercentage
|
|
133
|
+
- *cards
|
|
134
|
+
- *cardsCall
|
|
135
|
+
- *logosGroup
|
|
136
|
+
- *column
|
|
137
|
+
- *columns
|
|
138
|
+
- *spacer
|
|
139
|
+
- *compare
|
|
140
|
+
- *gallery
|
|
141
|
+
- *slider
|
|
142
|
+
- *bigNumbers
|
|
143
|
+
- *timeline
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
htmlEmbed: &htmlEmbed
|
|
2
|
+
label: 'HTML Embed'
|
|
3
|
+
name: 'HtmlEmbed'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: 'HTML Embed'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'HtmlEmbed'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Wide'
|
|
14
|
+
name: 'wideHtml'
|
|
15
|
+
widget: 'boolean'
|
|
16
|
+
required: false
|
|
17
|
+
default: false
|
|
18
|
+
collapsed: true
|
|
19
|
+
- label: 'HTML Code'
|
|
20
|
+
name: 'htmlCode'
|
|
21
|
+
widget: 'code'
|
|
22
|
+
required: true
|
|
23
|
+
default_language: 'html'
|
|
24
|
+
output_code_only: true
|
|
25
|
+
collapsed: true
|
|
26
|
+
- label: 'Caption'
|
|
27
|
+
name: 'htmlCaption'
|
|
28
|
+
widget: 'string'
|
|
29
|
+
required: false
|
|
30
|
+
collapsed: true
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
imageBlock: &imageBlock
|
|
2
|
+
label: 'Image Block'
|
|
3
|
+
name: 'ImageBlock'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: '{{fields.src}}'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'ImageBlock'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Wide'
|
|
14
|
+
name: 'wideImage'
|
|
15
|
+
widget: 'boolean'
|
|
16
|
+
required: false
|
|
17
|
+
default: false
|
|
18
|
+
collapsed: true
|
|
19
|
+
- label: 'Image'
|
|
20
|
+
name: 'src'
|
|
21
|
+
widget: 'image'
|
|
22
|
+
required: false
|
|
23
|
+
collapsed: true
|
|
24
|
+
- label: 'Alt Text'
|
|
25
|
+
name: 'alt'
|
|
26
|
+
widget: 'string'
|
|
27
|
+
required: false
|
|
28
|
+
collapsed: true
|
|
29
|
+
- label: 'Description'
|
|
30
|
+
name: 'description'
|
|
31
|
+
widget: 'string'
|
|
32
|
+
required: false
|
|
33
|
+
collapsed: true
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
innerColumns: &innerColumns
|
|
2
|
+
label: 'Inner Columns'
|
|
3
|
+
name: 'InnerColumns'
|
|
4
|
+
widget: 'object'
|
|
5
|
+
summary: 'Inner Columns'
|
|
6
|
+
collapsed: true
|
|
7
|
+
fields:
|
|
8
|
+
- label: 'Type'
|
|
9
|
+
name: 'type'
|
|
10
|
+
widget: 'hidden'
|
|
11
|
+
default: 'InnerColumns'
|
|
12
|
+
collapsed: true
|
|
13
|
+
- label: 'Column 1'
|
|
14
|
+
name: 'column1'
|
|
15
|
+
widget: 'object'
|
|
16
|
+
required: true
|
|
17
|
+
collapsed: true
|
|
18
|
+
default: null
|
|
19
|
+
fields:
|
|
20
|
+
- label: 'Components'
|
|
21
|
+
name: 'components'
|
|
22
|
+
widget: 'list'
|
|
23
|
+
required: false
|
|
24
|
+
collapsed: true
|
|
25
|
+
types:
|
|
26
|
+
- *text
|
|
27
|
+
- *chartBar
|
|
28
|
+
- *chartPercentage
|
|
29
|
+
- *imageBlock
|
|
30
|
+
- *videoEmbed
|
|
31
|
+
- *logosGroup
|
|
32
|
+
- *bigNumbers
|
|
33
|
+
- *pullquote
|
|
34
|
+
- *spacer
|
|
35
|
+
- *gallery
|
|
36
|
+
- *slider
|
|
37
|
+
- label: 'Column 2'
|
|
38
|
+
name: 'column2'
|
|
39
|
+
widget: 'object'
|
|
40
|
+
required: true
|
|
41
|
+
collapsed: false
|
|
42
|
+
default: null
|
|
43
|
+
fields:
|
|
44
|
+
- label: 'Components'
|
|
45
|
+
name: 'components'
|
|
46
|
+
widget: 'list'
|
|
47
|
+
required: false
|
|
48
|
+
collapsed: true
|
|
49
|
+
types:
|
|
50
|
+
- *text
|
|
51
|
+
- *chartBar
|
|
52
|
+
- *chartPercentage
|
|
53
|
+
- *imageBlock
|
|
54
|
+
- *htmlEmbed
|
|
55
|
+
- *videoEmbed
|
|
56
|
+
- *logosGroup
|
|
57
|
+
- *bigNumbers
|
|
58
|
+
- *pullquote
|
|
59
|
+
- *spacer
|
|
60
|
+
- *gallery
|
|
61
|
+
- *slider
|