-
Notifications
You must be signed in to change notification settings - Fork 3
/
cloudcannon.config.yml
586 lines (586 loc) · 14.1 KB
/
cloudcannon.config.yml
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
source: src
paths:
data: _data
collections: ''
layouts: _includes
static: ''
uploads: assets/uploads
includes: _includes
pages: ''
collections_config:
data:
path: _data
output: false
icon: insert_chart_outlined
disable_add: false
disable_add_folder: false
disable_file_actions: false
pages:
path: pages
output: true
filter:
base: strict
exclude:
- 404.html
- components.html
icon: description
disable_add: false
disable_add_folder: false
disable_file_actions: false
schemas:
default:
path: src/schemas/page.html
_inputs:
favicon:
type: image
arrow:
type: select
options:
values:
- name: Up
id: up
- name: Right
id: right
- name: Down
id: down
- name: Left
id: left
color:
comment: >-
Choose a custom icon color (if the icon is an svg) and rounded border
color (if one is included)
icon_size:
type: choice
options:
allow_empty: false
values:
- name: Small
id: small
- name: Large
id: large
default_color:
comment: >-
Use the original colors of the icon without overriding them (does not
apply to the border if one is included)
type: checkbox
icon_type:
comment: >-
Choose outline if you want lines to be filled with color and solid if you
want the whole image filled with color
type: choice
options:
allow_empty: false
values:
- name: Solid
id: solid
- name: Outline
id: outline
icon_path:
type: image
variant:
type: select
options:
values:
- name: Primary
id: primary
- name: Secondary
id: secondary
arrangement:
type: select
comment: The layout of the icon and text together
options:
values:
- name: Inline
id: inline
- name: Stacked
id: stacked
image_alignment:
type: choice
options:
allow_empty: false
values:
- name: Left
id: left
icon: align_horizontal_left
- name: Right
id: right
icon: align_horizontal_right
layout:
hidden: true
eleventyExcludeFromCollections:
hidden: true
draft:
type: switch
comment: If this is switched on, this page will not appear on the live site
page_description:
comment: If empty, defaults to the description set in the SEO data file
featured_image:
comment: If empty, defaults to the image set in the SEO data file
nav_logo_image:
comment: >-
If an image is uploaded it will be used over a name set in the logo text
field
logo_text:
comment: >-
If an image is set in the logo image field, this value will not be used.
You can change the font of a text based logo in data/theme.
footer_logo_image:
comment: >-
If an image is uploaded it will be used over a name set in the logo text
field. Please note, the footer image has a fixed width size but not
a fixed height
footer_content:
type: markdown
options:
link: true
bold: true
italic: true
undo: true
redo: true
initial_height: 135
font:
comment: >-
Write the name of any font from
[https://fonts.google.com/](https://fonts.google.com/) in data/fonts to
access it here
description:
type: markdown
options:
link: true
bold: true
italic: true
undo: true
redo: true
initial_height: 135
contact_details[*].text:
type: markdown
options:
link: true
bold: true
italic: true
undo: true
redo: true
initial_height: 135
content_alignment:
type: choice
options:
allow_empty: false
value_key: id
preview:
text:
- key: name
icon:
- key: icon
values:
- name: Left
id: left
icon: format_align_left
- name: Center
id: center
icon: format_align_center
color_group:
type: select
options:
allow_empty: false
value_key: id
preview:
text:
- key: name
icon:
- key: icon
values:
- &ref_0
id: primary
name: Primary
- &ref_1
name: Secondary
id: secondary0
card_color_group:
comment: >-
Choose the color group for the cards in this grid. It is recommended to
choose a color group different than that of the whole component.
type: select
options:
values:
- *ref_0
- *ref_1
group_name:
hidden: true
comment: >-
This input should be hidden from editors and passed through from the
radio-group component so that these inputs function correctly
nav_color_group:
comment: Choose the color group for the navigation header
type: select
options:
values:
- *ref_0
- *ref_1
footer_color_group:
comment: Choose the color group for the footer
type: select
options:
values:
- *ref_0
- *ref_1
primary_color_group:
comment: The default color group for styling site components
primary_color_group.name:
comment: Change the name of the default color group to easily identify it later
label: Group Name
primary_color_group.background_color:
comment: The background color of site components
primary_color_group.foreground_color:
comment: The color of text, icons and borders
label: Text Color
primary_color_group.interaction_color:
comment: >-
The color for user interactions, for example focusing on text inputs or
clicking buttons
custom_color_groups:
comment: Define different color groups here to easily style site components
custom_color_groups[*].name:
comment: Give your color group a name to easily identify it later
label: Group Name
custom_color_groups[*].background_color:
comment: The background color of site components
custom_color_groups[*].foreground_color:
comment: The color of text, icons and borders
label: Text Color
custom_color_groups[*].interaction_color:
comment: >-
The color for user interactions, for example focusing on text inputs or
clicking buttons
id:
comment: >-
An optional unique identifier to link to this component (with page#id
where id is what you set in this field)
heading_font:
comment: >-
Write the name of any font from
[https://fonts.google.com/](https://fonts.google.com/) in data/fonts to
access it here
content_font:
comment: >-
Write the name of any font from
[https://fonts.google.com/](https://fonts.google.com/) in data/fonts to
access it here
hero_library_icon_name:
comment: >-
Visit [https://heroicons.com/](https://heroicons.com/) to see the full
library
type: select
options:
values:
- academic-cap
- adjustments-horizontal
- adjustments-vertical
- archive-box-arrow-down
- archive-box-x-mark
- archive-box
- arrow-down-circle
- arrow-down-left
- arrow-down-on-square-stack
- arrow-down-on-square
- arrow-down-right
- arrow-down-tray
- arrow-down
- arrow-left-circle
- arrow-left-on-rectangle
- arrow-left
- arrow-long-down
- arrow-long-left
- arrow-long-right
- arrow-long-up
- arrow-path-rounded-square
- arrow-path
- arrow-right-circle
- arrow-right-on-rectangle
- arrow-right
- arrow-small-down
- arrow-small-left
- arrow-small-right
- arrow-small-up
- arrow-top-right-on-square
- arrow-trending-down
- arrow-trending-up
- arrow-up-circle
- arrow-up-left
- arrow-up-on-square-stack
- arrow-up-on-square
- arrow-up-right
- arrow-up-tray
- arrow-up
- arrow-uturn-down
- arrow-uturn-left
- arrow-uturn-right
- arrow-uturn-up
- arrows-pointing-in
- arrows-pointing-out
- arrows-right-left
- arrows-up-down
- at-symbol
- backspace
- backward
- banknotes
- bars-2
- bars-3-bottom-left
- bars-3-bottom-right
- bars-3-center-left
- bars-3
- bars-4
- bars-arrow-down
- bars-arrow-up
- battery-0
- battery-100
- battery-50
- beaker
- bell-alert
- bell-slash
- bell-snooze
- bell
- bolt-slash
- bolt
- book-open
- bookmark-slash
- bookmark-square
- bookmark
- briefcase
- bug-ant
- building-library
- building-office-2
- building-office
- building-storefront
- cake
- calculator
- calendar-days
- calendar
- camera
- chart-bar-square
- chart-bar
- chart-pie
- chat-bubble-bottom-center-text
- chat-bubble-bottom-center
- chat-bubble-left-ellipsis
- chat-bubble-left-right
- chat-bubble-left
- chat-bubble-oval-left-ellipsis
- chat-bubble-oval-left
- check-badge
- check-circle
- check
- chevron-double-down
- chevron-double-left
- chevron-double-right
- chevron-double-up
- chevron-down
- chevron-left
- chevron-right
- chevron-up-down
- chevron-up
- circle-stack
- clipboard-document-check
- clipboard-document-list
- clipboard-document
- clipboard
- clock
- cloud-arrow-down
- cloud-arrow-up
- cloud
- code-bracket-square
- code-bracket
- cog-6-tooth
- cog-8-tooth
- cog
- command-line
- computer-desktop
- cpu-chip
- credit-card
- cube-transparent
- cube
- currency-bangladeshi
- currency-dollar
- currency-euro
- currency-pound
- currency-rupee
- currency-yen
- cursor-arrow-rays
- cursor-arrow-ripple
- device-phone-mobile
- device-tablet
- document-arrow-down
- document-arrow-up
- document-chart-bar
- document-check
- document-duplicate
- document-magnifying-glass
- document-minus
- document-plus
- document-text
- document
- ellipsis-horizontal-circle
- ellipsis-horizontal
- ellipsis-vertical
- envelope-open
- envelope
- exclamation-circle
- exclamation-triangle
- eye-dropper
- eye-slash
- eye
- face-frown
- face-smile
- film
- finger-print
- fire
- flag
- folder-arrow-down
- folder-minus
- folder-open
- folder-plus
- folder
- forward
- funnel
- gif
- gift-top
- gift
- globe-alt
- globe-americas
- globe-asia-australia
- globe-europe-africa
- hand-raised
- hand-thumb-down
- hand-thumb-up
- hashtag
- heart
- home-modern
- home
- identification
- inbox-arrow-down
- inbox-stack
- inbox
- information-circle
- key
- language
- lifebuoy
- light-bulb
- link
- list-bullet
- lock-closed
- lock-open
- magnifying-glass-circle
- magnifying-glass-minus
- magnifying-glass-plus
- magnifying-glass
- map-pin
- map
- megaphone
- microphone
- minus-circle
- minus-small
- minus
- moon
- musical-note
- newspaper
- no-symbol
- paint-brush
- paper-airplane
- paper-clip
- pause-circle
- pause
- pencil-square
- pencil
- phone-arrow-down-left
- phone-arrow-up-right
- phone-x-mark
- phone
- photo
- play-circle
- play-pause
- play
- plus-circle
- plus-small
- plus
- power
- presentation-chart-bar
- presentation-chart-line
- printer
- puzzle-piece
- qr-code
- question-mark-circle
- queue-list
- radio
- receipt-percent
- receipt-refund
- rectangle-group
- rectangle-stack
- rocket-launch
- rss
- scale
- scissors
- server-stack
- server
- share
- shield-check
- shield-exclamation
- shopping-bag
- shopping-cart
- signal-slash
- signal
- sparkles
- speaker-wave
- speaker-x-mark
- square-2-stack
- square-3-stack-3d
- squares-2x2
- squares-plus
- star
- stop-circle
- stop
- sun
- swatch
- table-cells
- tag
- ticket
- trash
- trophy
- truck
- tv
- user-circle
- user-group
- user-minus
- user-plus
- user
- users
- variable
- video-camera-slash
- video-camera
- view-columns
- viewfinder-circle
- wallet
- wifi
- window
- wrench-screwdriver
- wrench
- x-circle
- x-mark
hero:
comment: >-
If a hero is not explicitly included, the default is to display the page
title
type: object
options:
structures: _structures.hero_blocks
show_note:
type: switch
comment: >-
Hide/Show the note that contains helpful information about the live
editing of this component
_select_data: {}
_structures:
content_blocks:
style: modal
_editables: {}
data_config:
fonts: true
timezone: Etc/UTC