@cloudcannon/configuration-types 0.0.19 → 0.0.21

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.
@@ -26,11 +26,6 @@
26
26
  "description": "The editor to open the new file in. Defaults to an appropriate editor for new file's type if possible. If no default editor can be calculated, or the editor does not support the new file type, a warning is shown in place of the editor.",
27
27
  "markdownDescription": "The editor to open the new file in. Defaults to an appropriate editor for new file's type if\npossible. If no default editor can be calculated, or the editor does not support the new file\ntype, a warning is shown in place of the editor."
28
28
  },
29
- "href": {
30
- "description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
31
- "markdownDescription": "The link that opens when the option is clicked. Can either be an external or internal link. If\ninternal, the link is relative to the current site.",
32
- "type": "string"
33
- },
34
29
  "icon": {
35
30
  "$ref": "#/definitions/Icon",
36
31
  "description": "The icon next to the text in the menu item. Defaults to using icon from the matching schema if set, then falls back to add.",
@@ -53,7 +48,6 @@
53
48
  "additionalProperties": false,
54
49
  "properties": {
55
50
  "cascade": {
56
- "default": true,
57
51
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
58
52
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
59
53
  "type": "boolean"
@@ -122,6 +116,8 @@
122
116
  },
123
117
  "type": {
124
118
  "const": "array",
119
+ "description": "Sets an input type, which controls how this input appears and behaves.",
120
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
125
121
  "type": "string"
126
122
  }
127
123
  },
@@ -134,9 +130,13 @@
134
130
  "additionalProperties": false,
135
131
  "properties": {
136
132
  "empty_type": {
137
- "$ref": "#/definitions/EmptyTypeArray",
138
133
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
139
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
134
+ "enum": [
135
+ "null",
136
+ "array"
137
+ ],
138
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
139
+ "type": "string"
140
140
  },
141
141
  "structures": {
142
142
  "anyOf": [
@@ -168,7 +168,6 @@
168
168
  "additionalProperties": false,
169
169
  "properties": {
170
170
  "cascade": {
171
- "default": true,
172
171
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
173
172
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
174
173
  "type": "boolean"
@@ -249,14 +248,9 @@
249
248
  "markdownDescription": "Options that are specific to this `type` of input."
250
249
  },
251
250
  "type": {
252
- "anyOf": [
253
- {
254
- "$ref": "#/definitions/InputType"
255
- },
256
- {
257
- "type": "null"
258
- }
259
- ]
251
+ "$ref": "#/definitions/InputType",
252
+ "description": "Sets an input type, which controls how this input appears and behaves.",
253
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
260
254
  }
261
255
  },
262
256
  "type": "object"
@@ -278,16 +272,19 @@
278
272
  "type": "array"
279
273
  },
280
274
  "blockquote": {
275
+ "default": true,
281
276
  "description": "Enables a control to wrap blocks of text in block quotes.",
282
277
  "markdownDescription": "Enables a control to wrap blocks of text in block quotes.",
283
278
  "type": "boolean"
284
279
  },
285
280
  "bold": {
281
+ "default": true,
286
282
  "description": "Enables a control to set selected text to bold.",
287
283
  "markdownDescription": "Enables a control to set selected text to bold.",
288
284
  "type": "boolean"
289
285
  },
290
286
  "bulletedlist": {
287
+ "default": true,
291
288
  "description": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.",
292
289
  "markdownDescription": "Enables a control to insert an unordered list, or to convert selected blocks of text into a\nunordered list.",
293
290
  "type": "boolean"
@@ -298,26 +295,31 @@
298
295
  "type": "string"
299
296
  },
300
297
  "code": {
298
+ "default": false,
301
299
  "description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
302
300
  "markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
303
301
  "type": "boolean"
304
302
  },
305
303
  "code_block": {
304
+ "default": false,
306
305
  "description": "Enables a control to insert a code block.",
307
306
  "markdownDescription": "Enables a control to insert a code block.",
308
307
  "type": "boolean"
309
308
  },
310
309
  "code_inline": {
310
+ "default": false,
311
311
  "description": "Enables a control to create an inline code element, containing any selected text.",
312
312
  "markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
313
313
  "type": "boolean"
314
314
  },
315
315
  "copyformatting": {
316
+ "default": false,
316
317
  "description": "Enables a control to copy formatting from text to other text. Only applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other styles or formatting.",
317
318
  "markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from\n`bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other\nstyles or formatting.",
318
319
  "type": "boolean"
319
320
  },
320
321
  "embed": {
322
+ "default": false,
321
323
  "description": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.",
322
324
  "markdownDescription": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other\nmedia. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags.\nEmbeds containing script tags are not loaded in the editor.",
323
325
  "type": "boolean"
@@ -329,6 +331,7 @@
329
331
  "type": "boolean"
330
332
  },
331
333
  "format": {
334
+ "default": "p h1 h2 h3 h4 h5 h6",
332
335
  "description": "Enables a drop down menu for structured text. Has options for \"p\", \"h1\", \"h2\", \"h3\", \"h4\", \"h5\", \"h6\". Set as space separated options (e.g. \"p h1 h2\").",
333
336
  "markdownDescription": "Enables a drop down menu for structured text. Has options for \"p\", \"h1\", \"h2\", \"h3\", \"h4\",\n\"h5\", \"h6\". Set as space separated options (e.g. \"p h1 h2\").",
334
337
  "type": "string"
@@ -339,11 +342,13 @@
339
342
  "type": "number"
340
343
  },
341
344
  "horizontalrule": {
345
+ "default": false,
342
346
  "description": "Enables a control to insert a horizontal rule.",
343
347
  "markdownDescription": "Enables a control to insert a horizontal rule.",
344
348
  "type": "boolean"
345
349
  },
346
350
  "image": {
351
+ "default": true,
347
352
  "description": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
348
353
  "markdownDescription": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
349
354
  "type": "boolean"
@@ -355,11 +360,13 @@
355
360
  "type": "boolean"
356
361
  },
357
362
  "indent": {
363
+ "default": false,
358
364
  "description": "Enables a control to increase indentation for numbered and unordered lists.",
359
365
  "markdownDescription": "Enables a control to increase indentation for numbered and unordered lists.",
360
366
  "type": "boolean"
361
367
  },
362
368
  "italic": {
369
+ "default": true,
363
370
  "description": "Enables a control to italicize selected text.",
364
371
  "markdownDescription": "Enables a control to italicize selected text.",
365
372
  "type": "boolean"
@@ -375,6 +382,7 @@
375
382
  "type": "string"
376
383
  },
377
384
  "link": {
385
+ "default": true,
378
386
  "description": "Enables a control to create hyperlinks around selected text.",
379
387
  "markdownDescription": "Enables a control to create hyperlinks around selected text.",
380
388
  "type": "boolean"
@@ -390,11 +398,13 @@
390
398
  "type": "string"
391
399
  },
392
400
  "numberedlist": {
401
+ "default": true,
393
402
  "description": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.",
394
403
  "markdownDescription": "Enables a control to insert a numbered list, or to convert selected blocks of text into a\nnumbered list.",
395
404
  "type": "boolean"
396
405
  },
397
406
  "outdent": {
407
+ "default": false,
398
408
  "description": "Enables a control to reduce indentation for numbered and unordered lists.",
399
409
  "markdownDescription": "Enables a control to reduce indentation for numbered and unordered lists.",
400
410
  "type": "boolean"
@@ -411,6 +421,7 @@
411
421
  "type": "boolean"
412
422
  },
413
423
  "redo": {
424
+ "default": false,
414
425
  "description": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.",
415
426
  "markdownDescription": "Enables a control to redo recent edits undone with undo. Redo is always enabled through\nstandard OS-specific keyboard shortcuts.",
416
427
  "type": "boolean"
@@ -421,6 +432,7 @@
421
432
  "type": "boolean"
422
433
  },
423
434
  "removeformat": {
435
+ "default": true,
424
436
  "description": "Enables the control to remove formatting from text. Applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles or formatting.",
425
437
  "markdownDescription": "Enables the control to remove formatting from text. Applies to formatting from `bold`,\n`italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles\nor formatting.",
426
438
  "type": "boolean"
@@ -467,11 +479,13 @@
467
479
  "type": "array"
468
480
  },
469
481
  "snippet": {
482
+ "default": true,
470
483
  "description": "Enables a control to insert snippets, if any are available.",
471
484
  "markdownDescription": "Enables a control to insert snippets, if any are available.",
472
485
  "type": "boolean"
473
486
  },
474
487
  "strike": {
488
+ "default": false,
475
489
  "description": "Enables a control to strike selected text.",
476
490
  "markdownDescription": "Enables a control to strike selected text.",
477
491
  "type": "boolean"
@@ -482,26 +496,31 @@
482
496
  "type": "string"
483
497
  },
484
498
  "subscript": {
499
+ "default": false,
485
500
  "description": "Enables a control to set selected text to subscript.",
486
501
  "markdownDescription": "Enables a control to set selected text to subscript.",
487
502
  "type": "boolean"
488
503
  },
489
504
  "superscript": {
505
+ "default": false,
490
506
  "description": "Enables a control to set selected text to superscript.",
491
507
  "markdownDescription": "Enables a control to set selected text to superscript.",
492
508
  "type": "boolean"
493
509
  },
494
510
  "table": {
511
+ "default": false,
495
512
  "description": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.",
496
513
  "markdownDescription": "Enables a control to insert a table. Further options for table cells are available in the\ncontext menu for cells within the editor.",
497
514
  "type": "boolean"
498
515
  },
499
516
  "underline": {
517
+ "default": false,
500
518
  "description": "Enables a control to underline selected text.",
501
519
  "markdownDescription": "Enables a control to underline selected text.",
502
520
  "type": "boolean"
503
521
  },
504
522
  "undo": {
523
+ "default": false,
505
524
  "description": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.",
506
525
  "markdownDescription": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific\nkeyboard shortcuts.",
507
526
  "type": "boolean"
@@ -518,7 +537,6 @@
518
537
  "additionalProperties": false,
519
538
  "properties": {
520
539
  "cascade": {
521
- "default": true,
522
540
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
523
541
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
524
542
  "type": "boolean"
@@ -592,9 +610,13 @@
592
610
  "type": "boolean"
593
611
  },
594
612
  "empty_type": {
595
- "$ref": "#/definitions/EmptyTypeText",
596
613
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
597
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
614
+ "enum": [
615
+ "null",
616
+ "string"
617
+ ],
618
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
619
+ "type": "string"
598
620
  },
599
621
  "picker_preview": {
600
622
  "$ref": "#/definitions/Preview",
@@ -650,6 +672,8 @@
650
672
  },
651
673
  "type": {
652
674
  "const": "choice",
675
+ "description": "Sets an input type, which controls how this input appears and behaves.",
676
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
653
677
  "type": "string"
654
678
  }
655
679
  },
@@ -662,7 +686,6 @@
662
686
  "additionalProperties": false,
663
687
  "properties": {
664
688
  "cascade": {
665
- "default": true,
666
689
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
667
690
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
668
691
  "type": "boolean"
@@ -731,6 +754,8 @@
731
754
  },
732
755
  "type": {
733
756
  "const": "code",
757
+ "description": "Sets an input type, which controls how this input appears and behaves.",
758
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
734
759
  "type": "string"
735
760
  }
736
761
  },
@@ -743,9 +768,13 @@
743
768
  "additionalProperties": false,
744
769
  "properties": {
745
770
  "empty_type": {
746
- "$ref": "#/definitions/EmptyTypeText",
747
771
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
748
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
772
+ "enum": [
773
+ "null",
774
+ "string"
775
+ ],
776
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
777
+ "type": "string"
749
778
  },
750
779
  "max_visible_lines": {
751
780
  "default": 30,
@@ -788,22 +817,6 @@
788
817
  "CollectionConfig": {
789
818
  "additionalProperties": false,
790
819
  "properties": {
791
- "_array_structures": {
792
- "additionalProperties": {},
793
- "deprecated": "Use _structures instead.",
794
- "description": "Now known as _structures.",
795
- "markdownDescription": "Now known as _structures.",
796
- "type": "object"
797
- },
798
- "_comments": {
799
- "additionalProperties": {
800
- "type": "string"
801
- },
802
- "deprecated": "Use _inputs instead.",
803
- "description": "Now part of _inputs.*.comment.",
804
- "markdownDescription": "Now part of _inputs.*.comment.",
805
- "type": "object"
806
- },
807
820
  "_editables": {
808
821
  "$ref": "#/definitions/Editables",
809
822
  "description": "Contains input options for Editable Regions and the Content Editor.",
@@ -826,16 +839,6 @@
826
839
  "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
827
840
  "type": "object"
828
841
  },
829
- "_options": {
830
- "additionalProperties": {
831
- "additionalProperties": {},
832
- "type": "object"
833
- },
834
- "deprecated": "Use _inputs instead.",
835
- "description": "Now part of _inputs.*.options.",
836
- "markdownDescription": "Now part of _inputs.*.options.",
837
- "type": "object"
838
- },
839
842
  "_select_data": {
840
843
  "additionalProperties": {
841
844
  "$ref": "#/definitions/SelectValues"
@@ -855,7 +858,14 @@
855
858
  "add_options": {
856
859
  "description": "Changes the options presented in the add menu in the collection file list. Defaults to an automatically generated list from _Schemas_, or uses the first file in the collection if no schemas are configured.",
857
860
  "items": {
858
- "$ref": "#/definitions/AddOption"
861
+ "anyOf": [
862
+ {
863
+ "$ref": "#/definitions/AddOption"
864
+ },
865
+ {
866
+ "$ref": "#/definitions/HrefAddOption"
867
+ }
868
+ ]
859
869
  },
860
870
  "markdownDescription": "Changes the options presented in the add menu in the collection file list. Defaults to an\nautomatically generated list from _Schemas_, or uses the first file in the collection if no\nschemas are configured.",
861
871
  "type": "array"
@@ -912,6 +922,7 @@
912
922
  },
913
923
  "icon": {
914
924
  "$ref": "#/definitions/Icon",
925
+ "default": "notes",
915
926
  "description": "Sets an icon to use alongside references to this collection.",
916
927
  "markdownDescription": "Sets an icon to use alongside references to this collection."
917
928
  },
@@ -931,8 +942,8 @@
931
942
  "type": "string"
932
943
  },
933
944
  "path": {
934
- "description": "The top-most folder where the files in this collection are stored. It is relative to source.",
935
- "markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
945
+ "description": "The top-most folder where the files in this collection are stored. It is relative to `source`.",
946
+ "markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to `source`.",
936
947
  "type": "string"
937
948
  },
938
949
  "preview": {
@@ -977,6 +988,9 @@
977
988
  "type": "string"
978
989
  }
979
990
  },
991
+ "required": [
992
+ "path"
993
+ ],
980
994
  "type": "object"
981
995
  },
982
996
  "CollectionGroup": {
@@ -1006,7 +1020,6 @@
1006
1020
  "additionalProperties": false,
1007
1021
  "properties": {
1008
1022
  "cascade": {
1009
- "default": true,
1010
1023
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
1011
1024
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
1012
1025
  "type": "boolean"
@@ -1075,6 +1088,8 @@
1075
1088
  },
1076
1089
  "type": {
1077
1090
  "const": "color",
1091
+ "description": "Sets an input type, which controls how this input appears and behaves.",
1092
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
1078
1093
  "type": "string"
1079
1094
  }
1080
1095
  },
@@ -1092,9 +1107,13 @@
1092
1107
  "type": "boolean"
1093
1108
  },
1094
1109
  "empty_type": {
1095
- "$ref": "#/definitions/EmptyTypeText",
1096
1110
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1097
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
1111
+ "enum": [
1112
+ "null",
1113
+ "string"
1114
+ ],
1115
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1116
+ "type": "string"
1098
1117
  },
1099
1118
  "format": {
1100
1119
  "description": "Sets what format the color value is saved as. Defaults to the naming convention, or HEX if that is unset.",
@@ -1140,8 +1159,8 @@
1140
1159
  "type": "string"
1141
1160
  },
1142
1161
  "template_string": {
1143
- "description": "Set the string for the commit template. This will only be used if template_path is not set.",
1144
- "markdownDescription": "Set the string for the commit template. This will only be used if template_path is not set.",
1162
+ "description": "Set the string for the commit template. This will only be used if `template_path` is not set.",
1163
+ "markdownDescription": "Set the string for the commit template. This will only be used if `template_path` is not set.",
1145
1164
  "type": "string"
1146
1165
  }
1147
1166
  },
@@ -1213,7 +1232,6 @@
1213
1232
  "additionalProperties": false,
1214
1233
  "properties": {
1215
1234
  "cascade": {
1216
- "default": true,
1217
1235
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
1218
1236
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
1219
1237
  "type": "boolean"
@@ -1277,14 +1295,16 @@
1277
1295
  },
1278
1296
  "options": {
1279
1297
  "$ref": "#/definitions/DateInputOptions",
1280
- "description": "Options that are specific to this `type` of input.",
1281
- "markdownDescription": "Options that are specific to this `type` of input."
1298
+ "description": "Options that are specific to Date inputs.",
1299
+ "markdownDescription": "Options that are specific to Date inputs."
1282
1300
  },
1283
1301
  "type": {
1302
+ "description": "Sets an input type, which controls how this input appears and behaves.",
1284
1303
  "enum": [
1285
1304
  "date",
1286
1305
  "datetime"
1287
1306
  ],
1307
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
1288
1308
  "type": "string"
1289
1309
  }
1290
1310
  },
@@ -1297,12 +1317,17 @@
1297
1317
  "additionalProperties": false,
1298
1318
  "properties": {
1299
1319
  "empty_type": {
1300
- "$ref": "#/definitions/EmptyTypeText",
1301
1320
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1302
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
1321
+ "enum": [
1322
+ "null",
1323
+ "string"
1324
+ ],
1325
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1326
+ "type": "string"
1303
1327
  },
1304
1328
  "timezone": {
1305
1329
  "$ref": "#/definitions/Timezone",
1330
+ "default": "Etc/UTC",
1306
1331
  "description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with. Defaults to the global `timezone`.",
1307
1332
  "markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with. Defaults to the global `timezone`."
1308
1333
  }
@@ -1314,6 +1339,7 @@
1314
1339
  "properties": {
1315
1340
  "icon": {
1316
1341
  "$ref": "#/definitions/Icon",
1342
+ "default": "auto_stories",
1317
1343
  "description": "The icon displayed next to the link.",
1318
1344
  "markdownDescription": "The icon displayed next to the link."
1319
1345
  },
@@ -1387,53 +1413,9 @@
1387
1413
  ],
1388
1414
  "type": "string"
1389
1415
  },
1390
- "EmptyTypeArray": {
1391
- "enum": [
1392
- "null",
1393
- "array"
1394
- ],
1395
- "type": "string"
1396
- },
1397
- "EmptyTypeNumber": {
1398
- "enum": [
1399
- "null",
1400
- "number"
1401
- ],
1402
- "type": "string"
1403
- },
1404
- "EmptyTypeObject": {
1405
- "enum": [
1406
- "null",
1407
- "object"
1408
- ],
1409
- "type": "string"
1410
- },
1411
- "EmptyTypeText": {
1412
- "enum": [
1413
- "null",
1414
- "string"
1415
- ],
1416
- "type": "string"
1417
- },
1418
1416
  "FileConfigEntry": {
1419
1417
  "additionalProperties": false,
1420
1418
  "properties": {
1421
- "_array_structures": {
1422
- "additionalProperties": {},
1423
- "deprecated": "Use _structures instead.",
1424
- "description": "Now known as _structures.",
1425
- "markdownDescription": "Now known as _structures.",
1426
- "type": "object"
1427
- },
1428
- "_comments": {
1429
- "additionalProperties": {
1430
- "type": "string"
1431
- },
1432
- "deprecated": "Use _inputs instead.",
1433
- "description": "Now part of _inputs.*.comment.",
1434
- "markdownDescription": "Now part of _inputs.*.comment.",
1435
- "type": "object"
1436
- },
1437
1419
  "_editables": {
1438
1420
  "$ref": "#/definitions/Editables",
1439
1421
  "description": "Contains input options for Editable Regions and the Content Editor.",
@@ -1456,16 +1438,6 @@
1456
1438
  "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
1457
1439
  "type": "object"
1458
1440
  },
1459
- "_options": {
1460
- "additionalProperties": {
1461
- "additionalProperties": {},
1462
- "type": "object"
1463
- },
1464
- "deprecated": "Use _inputs instead.",
1465
- "description": "Now part of _inputs.*.options.",
1466
- "markdownDescription": "Now part of _inputs.*.options.",
1467
- "type": "object"
1468
- },
1469
1441
  "_select_data": {
1470
1442
  "additionalProperties": {
1471
1443
  "$ref": "#/definitions/SelectValues"
@@ -1507,7 +1479,6 @@
1507
1479
  "additionalProperties": false,
1508
1480
  "properties": {
1509
1481
  "cascade": {
1510
- "default": true,
1511
1482
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
1512
1483
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
1513
1484
  "type": "boolean"
@@ -1571,14 +1542,16 @@
1571
1542
  },
1572
1543
  "options": {
1573
1544
  "$ref": "#/definitions/FileInputOptions",
1574
- "description": "Options that are specific to this `type` of input.",
1575
- "markdownDescription": "Options that are specific to this `type` of input."
1545
+ "description": "Options that are specific to File inputs.",
1546
+ "markdownDescription": "Options that are specific to File inputs."
1576
1547
  },
1577
1548
  "type": {
1549
+ "description": "Sets an input type, which controls how this input appears and behaves.",
1578
1550
  "enum": [
1579
1551
  "file",
1580
1552
  "document"
1581
1553
  ],
1554
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
1582
1555
  "type": "string"
1583
1556
  }
1584
1557
  },
@@ -1599,12 +1572,11 @@
1599
1572
  "type": "array"
1600
1573
  },
1601
1574
  {
1602
- "const": "*",
1603
1575
  "type": "string"
1604
1576
  }
1605
1577
  ],
1606
- "description": "Restricts which file types are available to select or upload to this input.",
1607
- "markdownDescription": "Restricts which file types are available to select or upload to this input."
1578
+ "description": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value '*' means any type is accepted.",
1579
+ "markdownDescription": "Restricts which file types are available to select or upload to this input. Accepted format is\nan array or comma-separated string of MIME types. The special value '*' means any type is\naccepted."
1608
1580
  },
1609
1581
  "allowed_sources": {
1610
1582
  "description": "If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.",
@@ -1615,9 +1587,13 @@
1615
1587
  "type": "array"
1616
1588
  },
1617
1589
  "empty_type": {
1618
- "$ref": "#/definitions/EmptyTypeText",
1619
1590
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1620
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
1591
+ "enum": [
1592
+ "null",
1593
+ "string"
1594
+ ],
1595
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1596
+ "type": "string"
1621
1597
  },
1622
1598
  "paths": {
1623
1599
  "$ref": "#/definitions/Paths",
@@ -1627,6 +1603,31 @@
1627
1603
  },
1628
1604
  "type": "object"
1629
1605
  },
1606
+ "HrefAddOption": {
1607
+ "additionalProperties": false,
1608
+ "properties": {
1609
+ "href": {
1610
+ "description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
1611
+ "markdownDescription": "The link that opens when the option is clicked. Can either be an external or internal link. If\ninternal, the link is relative to the current site.",
1612
+ "type": "string"
1613
+ },
1614
+ "icon": {
1615
+ "$ref": "#/definitions/Icon",
1616
+ "default": "add",
1617
+ "description": "The icon next to the text in the menu item.",
1618
+ "markdownDescription": "The icon next to the text in the menu item."
1619
+ },
1620
+ "name": {
1621
+ "description": "The text displayed for the menu item.",
1622
+ "markdownDescription": "The text displayed for the menu item.",
1623
+ "type": "string"
1624
+ }
1625
+ },
1626
+ "required": [
1627
+ "href"
1628
+ ],
1629
+ "type": "object"
1630
+ },
1630
1631
  "Icon": {
1631
1632
  "enum": [
1632
1633
  "10k",
@@ -3852,7 +3853,6 @@
3852
3853
  "additionalProperties": false,
3853
3854
  "properties": {
3854
3855
  "cascade": {
3855
- "default": true,
3856
3856
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
3857
3857
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
3858
3858
  "type": "boolean"
@@ -3916,11 +3916,13 @@
3916
3916
  },
3917
3917
  "options": {
3918
3918
  "$ref": "#/definitions/ImageInputOptions",
3919
- "description": "Options that are specific to this `type` of input.",
3920
- "markdownDescription": "Options that are specific to this `type` of input."
3919
+ "description": "Options that are specific to Image inputs.",
3920
+ "markdownDescription": "Options that are specific to Image inputs."
3921
3921
  },
3922
3922
  "type": {
3923
3923
  "const": "image",
3924
+ "description": "Sets an input type, which controls how this input appears and behaves.",
3925
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
3924
3926
  "type": "string"
3925
3927
  }
3926
3928
  },
@@ -3941,12 +3943,11 @@
3941
3943
  "type": "array"
3942
3944
  },
3943
3945
  {
3944
- "const": "*",
3945
3946
  "type": "string"
3946
3947
  }
3947
3948
  ],
3948
- "description": "Restricts which file types are available to select or upload to this input.",
3949
- "markdownDescription": "Restricts which file types are available to select or upload to this input."
3949
+ "description": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value '*' means any type is accepted.",
3950
+ "markdownDescription": "Restricts which file types are available to select or upload to this input. Accepted format is\nan array or comma-separated string of MIME types. The special value '*' means any type is\naccepted."
3950
3951
  },
3951
3952
  "allowed_sources": {
3952
3953
  "description": "If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.",
@@ -3957,9 +3958,13 @@
3957
3958
  "type": "array"
3958
3959
  },
3959
3960
  "empty_type": {
3960
- "$ref": "#/definitions/EmptyTypeText",
3961
3961
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
3962
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
3962
+ "enum": [
3963
+ "null",
3964
+ "string"
3965
+ ],
3966
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
3967
+ "type": "string"
3963
3968
  },
3964
3969
  "expandable": {
3965
3970
  "default": false,
@@ -4132,7 +4137,8 @@
4132
4137
  "choice",
4133
4138
  "multichoice",
4134
4139
  "object",
4135
- "array"
4140
+ "array",
4141
+ "auto"
4136
4142
  ],
4137
4143
  "type": "string"
4138
4144
  },
@@ -4144,15 +4150,7 @@
4144
4150
  "type": "string"
4145
4151
  },
4146
4152
  "LinkEditable": {
4147
- "additionalProperties": false,
4148
- "properties": {
4149
- "paths": {
4150
- "$ref": "#/definitions/Paths",
4151
- "description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
4152
- "markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
4153
- }
4154
- },
4155
- "type": "object"
4153
+ "$ref": "#/definitions/WithPaths"
4156
4154
  },
4157
4155
  "MarkdownAttributeElementOptions": {
4158
4156
  "additionalProperties": {
@@ -4172,10 +4170,13 @@
4172
4170
  "additionalProperties": false,
4173
4171
  "properties": {
4174
4172
  "engine": {
4173
+ "default": "kramdown",
4174
+ "description": "The flavor of Markdown to use to convert between HTML and Markdown.",
4175
4175
  "enum": [
4176
4176
  "commonmark",
4177
4177
  "kramdown"
4178
4178
  ],
4179
+ "markdownDescription": "The flavor of Markdown to use to convert between HTML and Markdown.",
4179
4180
  "type": "string"
4180
4181
  },
4181
4182
  "options": {
@@ -4183,8 +4184,8 @@
4183
4184
  "properties": {
4184
4185
  "attribute_elements": {
4185
4186
  "$ref": "#/definitions/MarkdownAttributeElementOptions",
4186
- "description": "Define positioning behaviour of Markdown attributes for different elements.",
4187
- "markdownDescription": "Define positioning behaviour of Markdown attributes for different elements."
4187
+ "description": "Define positioning behavior of Markdown attributes for different elements.",
4188
+ "markdownDescription": "Define positioning behavior of Markdown attributes for different elements."
4188
4189
  },
4189
4190
  "attributes": {
4190
4191
  "description": "Save element attributes in Markdown format instead of converting to HTML.",
@@ -4192,8 +4193,8 @@
4192
4193
  "type": "boolean"
4193
4194
  },
4194
4195
  "breaks": {
4195
- "description": "Convert '\\n' in paragraphs into <br>.",
4196
- "markdownDescription": "Convert '\\n' in paragraphs into <br>.",
4196
+ "description": "Convert `\\n` in paragraphs into `<br>`.",
4197
+ "markdownDescription": "Convert `\\n` in paragraphs into `<br>`.",
4197
4198
  "type": "boolean"
4198
4199
  },
4199
4200
  "code_block_fences": {
@@ -4216,8 +4217,8 @@
4216
4217
  "type": "boolean"
4217
4218
  },
4218
4219
  "heading_ids": {
4219
- "description": "Generate IDs for headings",
4220
- "markdownDescription": "Generate IDs for headings",
4220
+ "description": "Generate IDs for headings.",
4221
+ "markdownDescription": "Generate IDs for headings.",
4221
4222
  "type": "boolean"
4222
4223
  },
4223
4224
  "html": {
@@ -4231,8 +4232,8 @@
4231
4232
  "type": "boolean"
4232
4233
  },
4233
4234
  "quotes": {
4234
- "description": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).",
4235
- "markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For\nexample, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0',\n'\\xA0›'] for French (including nbsp).",
4235
+ "description": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use `'«»„“'` for Russian, `'„“‚‘'` for German, and `['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›']` for French (including `nbsp`).",
4236
+ "markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For\nexample, you can use `'«»„“'` for Russian, `'„“‚‘'` for German, and `['«\\xA0', '\\xA0»',\n'‹\\xA0', '\\xA0›']` for French (including `nbsp`).",
4236
4237
  "type": "string"
4237
4238
  },
4238
4239
  "sentence_per_line": {
@@ -4246,18 +4247,18 @@
4246
4247
  "type": "boolean"
4247
4248
  },
4248
4249
  "strikethrough": {
4249
- "description": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4250
- "markdownDescription": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4250
+ "description": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`).",
4251
+ "markdownDescription": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`).",
4251
4252
  "type": "boolean"
4252
4253
  },
4253
4254
  "subscript": {
4254
- "description": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4255
- "markdownDescription": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4255
+ "description": "Output subscript in wrapped in tildes (e.g. `~sub~`).",
4256
+ "markdownDescription": "Output subscript in wrapped in tildes (e.g. `~sub~`).",
4256
4257
  "type": "boolean"
4257
4258
  },
4258
4259
  "superscript": {
4259
- "description": "Output superscript in wrapped in carets (e.g. ^super^)",
4260
- "markdownDescription": "Output superscript in wrapped in carets (e.g. ^super^)",
4260
+ "description": "Output superscript in wrapped in carets (e.g. `^super^`).",
4261
+ "markdownDescription": "Output superscript in wrapped in carets (e.g. `^super^`).",
4261
4262
  "type": "boolean"
4262
4263
  },
4263
4264
  "table": {
@@ -4271,13 +4272,13 @@
4271
4272
  "type": "boolean"
4272
4273
  },
4273
4274
  "typographer": {
4274
- "description": "Enable some language-neutral replacement + quotes beautification.",
4275
- "markdownDescription": "Enable some language-neutral replacement + quotes beautification.",
4275
+ "description": "Enable some language-neutral replacement, as well as quotes beautification.",
4276
+ "markdownDescription": "Enable some language-neutral replacement, as well as quotes beautification.",
4276
4277
  "type": "boolean"
4277
4278
  },
4278
4279
  "xhtml": {
4279
- "description": "Use '/' to close single tags (<br />).",
4280
- "markdownDescription": "Use '/' to close single tags (<br />).",
4280
+ "description": "Use `/` to close single tags (e.g. `<br />`).",
4281
+ "markdownDescription": "Use `/` to close single tags (e.g. `<br />`).",
4281
4282
  "type": "boolean"
4282
4283
  }
4283
4284
  },
@@ -4732,7 +4733,6 @@
4732
4733
  "additionalProperties": false,
4733
4734
  "properties": {
4734
4735
  "cascade": {
4735
- "default": true,
4736
4736
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
4737
4737
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
4738
4738
  "type": "boolean"
@@ -4806,9 +4806,13 @@
4806
4806
  "type": "boolean"
4807
4807
  },
4808
4808
  "empty_type": {
4809
- "$ref": "#/definitions/EmptyTypeArray",
4810
4809
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4811
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
4810
+ "enum": [
4811
+ "null",
4812
+ "array"
4813
+ ],
4814
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4815
+ "type": "string"
4812
4816
  },
4813
4817
  "picker_preview": {
4814
4818
  "$ref": "#/definitions/Preview",
@@ -4864,6 +4868,8 @@
4864
4868
  },
4865
4869
  "type": {
4866
4870
  "const": "multichoice",
4871
+ "description": "Sets an input type, which controls how this input appears and behaves.",
4872
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
4867
4873
  "type": "string"
4868
4874
  }
4869
4875
  },
@@ -4876,7 +4882,6 @@
4876
4882
  "additionalProperties": false,
4877
4883
  "properties": {
4878
4884
  "cascade": {
4879
- "default": true,
4880
4885
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
4881
4886
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
4882
4887
  "type": "boolean"
@@ -4956,9 +4961,13 @@
4956
4961
  "type": "boolean"
4957
4962
  },
4958
4963
  "empty_type": {
4959
- "$ref": "#/definitions/EmptyTypeArray",
4960
4964
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4961
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
4965
+ "enum": [
4966
+ "null",
4967
+ "array"
4968
+ ],
4969
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4970
+ "type": "string"
4962
4971
  },
4963
4972
  "picker_preview": {
4964
4973
  "$ref": "#/definitions/Preview",
@@ -5014,6 +5023,8 @@
5014
5023
  },
5015
5024
  "type": {
5016
5025
  "const": "multiselect",
5026
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5027
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
5017
5028
  "type": "string"
5018
5029
  }
5019
5030
  },
@@ -5026,7 +5037,6 @@
5026
5037
  "additionalProperties": false,
5027
5038
  "properties": {
5028
5039
  "cascade": {
5029
- "default": true,
5030
5040
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
5031
5041
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
5032
5042
  "type": "boolean"
@@ -5095,6 +5105,8 @@
5095
5105
  },
5096
5106
  "type": {
5097
5107
  "const": "number",
5108
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5109
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
5098
5110
  "type": "string"
5099
5111
  }
5100
5112
  },
@@ -5107,9 +5119,13 @@
5107
5119
  "additionalProperties": false,
5108
5120
  "properties": {
5109
5121
  "empty_type": {
5110
- "$ref": "#/definitions/EmptyTypeNumber",
5111
5122
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5112
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5123
+ "enum": [
5124
+ "null",
5125
+ "number"
5126
+ ],
5127
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5128
+ "type": "string"
5113
5129
  },
5114
5130
  "max": {
5115
5131
  "description": "The greatest value in the range of permitted values.",
@@ -5133,7 +5149,6 @@
5133
5149
  "additionalProperties": false,
5134
5150
  "properties": {
5135
5151
  "cascade": {
5136
- "default": true,
5137
5152
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
5138
5153
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
5139
5154
  "type": "boolean"
@@ -5202,6 +5217,8 @@
5202
5217
  },
5203
5218
  "type": {
5204
5219
  "const": "object",
5220
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5221
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
5205
5222
  "type": "string"
5206
5223
  }
5207
5224
  },
@@ -5214,21 +5231,32 @@
5214
5231
  "additionalProperties": false,
5215
5232
  "properties": {
5216
5233
  "collapsed": {
5234
+ "default": false,
5235
+ "description": "Controls if this group is collapsed or expanded when first viewed.",
5236
+ "markdownDescription": "Controls if this group is collapsed or expanded when first viewed.",
5217
5237
  "type": "boolean"
5218
5238
  },
5219
5239
  "comment": {
5240
+ "description": "Changes the subtext below the `heading`. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
5241
+ "markdownDescription": "Changes the subtext below the `heading`. Has no default. Supports a limited set of Markdown:\nlinks, bold, italic, subscript, superscript, and inline code elements are allowed.",
5220
5242
  "type": "string"
5221
5243
  },
5222
5244
  "documentation": {
5223
- "$ref": "#/definitions/Documentation"
5245
+ "$ref": "#/definitions/Documentation",
5246
+ "description": "Provides a custom link for documentation for editors shown above the collection file list.",
5247
+ "markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
5224
5248
  },
5225
5249
  "heading": {
5250
+ "description": "The main text for the group shown when collapsed or expanded.",
5251
+ "markdownDescription": "The main text for the group shown when collapsed or expanded.",
5226
5252
  "type": "string"
5227
5253
  },
5228
5254
  "inputs": {
5255
+ "description": "The keys of each input in this group.",
5229
5256
  "items": {
5230
5257
  "type": "string"
5231
5258
  },
5259
+ "markdownDescription": "The keys of each input in this group.",
5232
5260
  "type": "array"
5233
5261
  }
5234
5262
  },
@@ -5238,14 +5266,19 @@
5238
5266
  "additionalProperties": false,
5239
5267
  "properties": {
5240
5268
  "allow_label_formatting": {
5269
+ "default": false,
5241
5270
  "description": "Controls whether or not labels on mutable object entries are formatted.",
5242
5271
  "markdownDescription": "Controls whether or not labels on mutable object entries are formatted.",
5243
5272
  "type": "boolean"
5244
5273
  },
5245
5274
  "empty_type": {
5246
- "$ref": "#/definitions/EmptyTypeObject",
5247
5275
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5248
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5276
+ "enum": [
5277
+ "null",
5278
+ "object"
5279
+ ],
5280
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5281
+ "type": "string"
5249
5282
  },
5250
5283
  "entries": {
5251
5284
  "additionalProperties": false,
@@ -5295,6 +5328,7 @@
5295
5328
  "type": "array"
5296
5329
  },
5297
5330
  "place_groups_below": {
5331
+ "default": false,
5298
5332
  "description": "Controls which order input groups and ungrouped inputs appear in.",
5299
5333
  "markdownDescription": "Controls which order input groups and ungrouped inputs appear in.",
5300
5334
  "type": "boolean"
@@ -5317,6 +5351,7 @@
5317
5351
  "markdownDescription": "Provides data formats for value of this object. When choosing an item, team members are\nprompted to choose from a number of values you have defined. `structures` applies to the object\nitself."
5318
5352
  },
5319
5353
  "subtype": {
5354
+ "default": "object",
5320
5355
  "description": "Changes the appearance and behavior of the input.",
5321
5356
  "enum": [
5322
5357
  "object",
@@ -5343,13 +5378,11 @@
5343
5378
  "additionalProperties": false,
5344
5379
  "properties": {
5345
5380
  "dam_static": {
5346
- "default": "",
5347
5381
  "description": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM Uploads_ path when CloudCannon outputs the URL of an asset.",
5348
5382
  "markdownDescription": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM\nUploads_ path when CloudCannon outputs the URL of an asset.",
5349
5383
  "type": "string"
5350
5384
  },
5351
5385
  "dam_uploads": {
5352
- "default": "",
5353
5386
  "description": "Default location of newly uploaded DAM files.",
5354
5387
  "markdownDescription": "Default location of newly uploaded DAM files.",
5355
5388
  "type": "string"
@@ -5457,6 +5490,7 @@
5457
5490
  "additionalProperties": false,
5458
5491
  "properties": {
5459
5492
  "fit": {
5493
+ "default": "padded",
5460
5494
  "description": "Controls how the gallery image is positioned within the gallery.",
5461
5495
  "enum": [
5462
5496
  "padded",
@@ -5534,7 +5568,6 @@
5534
5568
  "additionalProperties": false,
5535
5569
  "properties": {
5536
5570
  "cascade": {
5537
- "default": true,
5538
5571
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
5539
5572
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
5540
5573
  "type": "boolean"
@@ -5603,6 +5636,8 @@
5603
5636
  },
5604
5637
  "type": {
5605
5638
  "const": "range",
5639
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5640
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
5606
5641
  "type": "string"
5607
5642
  }
5608
5643
  },
@@ -5615,38 +5650,39 @@
5615
5650
  "additionalProperties": false,
5616
5651
  "properties": {
5617
5652
  "empty_type": {
5618
- "$ref": "#/definitions/EmptyTypeNumber",
5619
5653
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5620
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5654
+ "enum": [
5655
+ "null",
5656
+ "number"
5657
+ ],
5658
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5659
+ "type": "string"
5621
5660
  },
5622
5661
  "max": {
5662
+ "default": 10,
5623
5663
  "description": "The greatest value in the range of permitted values.",
5624
5664
  "markdownDescription": "The greatest value in the range of permitted values.",
5625
5665
  "type": "number"
5626
5666
  },
5627
5667
  "min": {
5668
+ "default": 0,
5628
5669
  "description": "The lowest value in the range of permitted values.",
5629
5670
  "markdownDescription": "The lowest value in the range of permitted values.",
5630
5671
  "type": "number"
5631
5672
  },
5632
5673
  "step": {
5674
+ "default": 1,
5633
5675
  "description": "A number that specifies the granularity that the value must adhere to, or the special value any, which allows any decimal value between `max` and `min`.",
5634
5676
  "markdownDescription": "A number that specifies the granularity that the value must adhere to, or the special value\nany, which allows any decimal value between `max` and `min`.",
5635
5677
  "type": "number"
5636
5678
  }
5637
5679
  },
5638
- "required": [
5639
- "min",
5640
- "max",
5641
- "step"
5642
- ],
5643
5680
  "type": "object"
5644
5681
  },
5645
5682
  "RichTextInput": {
5646
5683
  "additionalProperties": false,
5647
5684
  "properties": {
5648
5685
  "cascade": {
5649
- "default": true,
5650
5686
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
5651
5687
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
5652
5688
  "type": "boolean"
@@ -5714,10 +5750,12 @@
5714
5750
  "markdownDescription": "Options that are specific to this `type` of input."
5715
5751
  },
5716
5752
  "type": {
5753
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5717
5754
  "enum": [
5718
5755
  "html",
5719
5756
  "markdown"
5720
5757
  ],
5758
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
5721
5759
  "type": "string"
5722
5760
  }
5723
5761
  },
@@ -5735,6 +5773,7 @@
5735
5773
  "type": "boolean"
5736
5774
  },
5737
5775
  "allow_resize": {
5776
+ "default": false,
5738
5777
  "description": "Shows or hides the resize handler to vertically resize the input.",
5739
5778
  "markdownDescription": "Shows or hides the resize handler to vertically resize the input.",
5740
5779
  "type": "boolean"
@@ -5748,16 +5787,19 @@
5748
5787
  "type": "array"
5749
5788
  },
5750
5789
  "blockquote": {
5790
+ "default": true,
5751
5791
  "description": "Enables a control to wrap blocks of text in block quotes.",
5752
5792
  "markdownDescription": "Enables a control to wrap blocks of text in block quotes.",
5753
5793
  "type": "boolean"
5754
5794
  },
5755
5795
  "bold": {
5796
+ "default": true,
5756
5797
  "description": "Enables a control to set selected text to bold.",
5757
5798
  "markdownDescription": "Enables a control to set selected text to bold.",
5758
5799
  "type": "boolean"
5759
5800
  },
5760
5801
  "bulletedlist": {
5802
+ "default": true,
5761
5803
  "description": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.",
5762
5804
  "markdownDescription": "Enables a control to insert an unordered list, or to convert selected blocks of text into a\nunordered list.",
5763
5805
  "type": "boolean"
@@ -5768,34 +5810,43 @@
5768
5810
  "type": "string"
5769
5811
  },
5770
5812
  "code": {
5813
+ "default": false,
5771
5814
  "description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
5772
5815
  "markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
5773
5816
  "type": "boolean"
5774
5817
  },
5775
5818
  "code_block": {
5819
+ "default": false,
5776
5820
  "description": "Enables a control to insert a code block.",
5777
5821
  "markdownDescription": "Enables a control to insert a code block.",
5778
5822
  "type": "boolean"
5779
5823
  },
5780
5824
  "code_inline": {
5825
+ "default": false,
5781
5826
  "description": "Enables a control to create an inline code element, containing any selected text.",
5782
5827
  "markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
5783
5828
  "type": "boolean"
5784
5829
  },
5785
5830
  "copyformatting": {
5831
+ "default": false,
5786
5832
  "description": "Enables a control to copy formatting from text to other text. Only applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other styles or formatting.",
5787
5833
  "markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from\n`bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other\nstyles or formatting.",
5788
5834
  "type": "boolean"
5789
5835
  },
5790
5836
  "embed": {
5837
+ "default": false,
5791
5838
  "description": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.",
5792
5839
  "markdownDescription": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other\nmedia. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags.\nEmbeds containing script tags are not loaded in the editor.",
5793
5840
  "type": "boolean"
5794
5841
  },
5795
5842
  "empty_type": {
5796
- "$ref": "#/definitions/EmptyTypeText",
5797
5843
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5798
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5844
+ "enum": [
5845
+ "null",
5846
+ "string"
5847
+ ],
5848
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5849
+ "type": "string"
5799
5850
  },
5800
5851
  "expandable": {
5801
5852
  "default": false,
@@ -5804,6 +5855,7 @@
5804
5855
  "type": "boolean"
5805
5856
  },
5806
5857
  "format": {
5858
+ "default": "p h1 h2 h3 h4 h5 h6",
5807
5859
  "description": "Enables a drop down menu for structured text. Has options for \"p\", \"h1\", \"h2\", \"h3\", \"h4\", \"h5\", \"h6\". Set as space separated options (e.g. \"p h1 h2\").",
5808
5860
  "markdownDescription": "Enables a drop down menu for structured text. Has options for \"p\", \"h1\", \"h2\", \"h3\", \"h4\",\n\"h5\", \"h6\". Set as space separated options (e.g. \"p h1 h2\").",
5809
5861
  "type": "string"
@@ -5814,11 +5866,13 @@
5814
5866
  "type": "number"
5815
5867
  },
5816
5868
  "horizontalrule": {
5869
+ "default": false,
5817
5870
  "description": "Enables a control to insert a horizontal rule.",
5818
5871
  "markdownDescription": "Enables a control to insert a horizontal rule.",
5819
5872
  "type": "boolean"
5820
5873
  },
5821
5874
  "image": {
5875
+ "default": true,
5822
5876
  "description": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
5823
5877
  "markdownDescription": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
5824
5878
  "type": "boolean"
@@ -5830,16 +5884,19 @@
5830
5884
  "type": "boolean"
5831
5885
  },
5832
5886
  "indent": {
5887
+ "default": false,
5833
5888
  "description": "Enables a control to increase indentation for numbered and unordered lists.",
5834
5889
  "markdownDescription": "Enables a control to increase indentation for numbered and unordered lists.",
5835
5890
  "type": "boolean"
5836
5891
  },
5837
5892
  "initial_height": {
5893
+ "default": 320,
5838
5894
  "description": "Defines the initial height of this input in pixels (px).",
5839
5895
  "markdownDescription": "Defines the initial height of this input in pixels (px).",
5840
5896
  "type": "number"
5841
5897
  },
5842
5898
  "italic": {
5899
+ "default": true,
5843
5900
  "description": "Enables a control to italicize selected text.",
5844
5901
  "markdownDescription": "Enables a control to italicize selected text.",
5845
5902
  "type": "boolean"
@@ -5855,6 +5912,7 @@
5855
5912
  "type": "string"
5856
5913
  },
5857
5914
  "link": {
5915
+ "default": true,
5858
5916
  "description": "Enables a control to create hyperlinks around selected text.",
5859
5917
  "markdownDescription": "Enables a control to create hyperlinks around selected text.",
5860
5918
  "type": "boolean"
@@ -5870,11 +5928,13 @@
5870
5928
  "type": "string"
5871
5929
  },
5872
5930
  "numberedlist": {
5931
+ "default": true,
5873
5932
  "description": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.",
5874
5933
  "markdownDescription": "Enables a control to insert a numbered list, or to convert selected blocks of text into a\nnumbered list.",
5875
5934
  "type": "boolean"
5876
5935
  },
5877
5936
  "outdent": {
5937
+ "default": false,
5878
5938
  "description": "Enables a control to reduce indentation for numbered and unordered lists.",
5879
5939
  "markdownDescription": "Enables a control to reduce indentation for numbered and unordered lists.",
5880
5940
  "type": "boolean"
@@ -5891,6 +5951,7 @@
5891
5951
  "type": "boolean"
5892
5952
  },
5893
5953
  "redo": {
5954
+ "default": false,
5894
5955
  "description": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.",
5895
5956
  "markdownDescription": "Enables a control to redo recent edits undone with undo. Redo is always enabled through\nstandard OS-specific keyboard shortcuts.",
5896
5957
  "type": "boolean"
@@ -5901,6 +5962,7 @@
5901
5962
  "type": "boolean"
5902
5963
  },
5903
5964
  "removeformat": {
5965
+ "default": true,
5904
5966
  "description": "Enables the control to remove formatting from text. Applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles or formatting.",
5905
5967
  "markdownDescription": "Enables the control to remove formatting from text. Applies to formatting from `bold`,\n`italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles\nor formatting.",
5906
5968
  "type": "boolean"
@@ -5947,11 +6009,13 @@
5947
6009
  "type": "array"
5948
6010
  },
5949
6011
  "snippet": {
6012
+ "default": true,
5950
6013
  "description": "Enables a control to insert snippets, if any are available.",
5951
6014
  "markdownDescription": "Enables a control to insert snippets, if any are available.",
5952
6015
  "type": "boolean"
5953
6016
  },
5954
6017
  "strike": {
6018
+ "default": false,
5955
6019
  "description": "Enables a control to strike selected text.",
5956
6020
  "markdownDescription": "Enables a control to strike selected text.",
5957
6021
  "type": "boolean"
@@ -5962,26 +6026,31 @@
5962
6026
  "type": "string"
5963
6027
  },
5964
6028
  "subscript": {
6029
+ "default": false,
5965
6030
  "description": "Enables a control to set selected text to subscript.",
5966
6031
  "markdownDescription": "Enables a control to set selected text to subscript.",
5967
6032
  "type": "boolean"
5968
6033
  },
5969
6034
  "superscript": {
6035
+ "default": false,
5970
6036
  "description": "Enables a control to set selected text to superscript.",
5971
6037
  "markdownDescription": "Enables a control to set selected text to superscript.",
5972
6038
  "type": "boolean"
5973
6039
  },
5974
6040
  "table": {
6041
+ "default": false,
5975
6042
  "description": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.",
5976
6043
  "markdownDescription": "Enables a control to insert a table. Further options for table cells are available in the\ncontext menu for cells within the editor.",
5977
6044
  "type": "boolean"
5978
6045
  },
5979
6046
  "underline": {
6047
+ "default": false,
5980
6048
  "description": "Enables a control to underline selected text.",
5981
6049
  "markdownDescription": "Enables a control to underline selected text.",
5982
6050
  "type": "boolean"
5983
6051
  },
5984
6052
  "undo": {
6053
+ "default": false,
5985
6054
  "description": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.",
5986
6055
  "markdownDescription": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific\nkeyboard shortcuts.",
5987
6056
  "type": "boolean"
@@ -5997,22 +6066,6 @@
5997
6066
  "Schema": {
5998
6067
  "additionalProperties": false,
5999
6068
  "properties": {
6000
- "_array_structures": {
6001
- "additionalProperties": {},
6002
- "deprecated": "Use _structures instead.",
6003
- "description": "Now known as _structures.",
6004
- "markdownDescription": "Now known as _structures.",
6005
- "type": "object"
6006
- },
6007
- "_comments": {
6008
- "additionalProperties": {
6009
- "type": "string"
6010
- },
6011
- "deprecated": "Use _inputs instead.",
6012
- "description": "Now part of _inputs.*.comment.",
6013
- "markdownDescription": "Now part of _inputs.*.comment.",
6014
- "type": "object"
6015
- },
6016
6069
  "_editables": {
6017
6070
  "$ref": "#/definitions/Editables",
6018
6071
  "description": "Contains input options for Editable Regions and the Content Editor.",
@@ -6035,16 +6088,6 @@
6035
6088
  "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
6036
6089
  "type": "object"
6037
6090
  },
6038
- "_options": {
6039
- "additionalProperties": {
6040
- "additionalProperties": {},
6041
- "type": "object"
6042
- },
6043
- "deprecated": "Use _inputs instead.",
6044
- "description": "Now part of _inputs.*.options.",
6045
- "markdownDescription": "Now part of _inputs.*.options.",
6046
- "type": "object"
6047
- },
6048
6091
  "_select_data": {
6049
6092
  "additionalProperties": {
6050
6093
  "$ref": "#/definitions/SelectValues"
@@ -6073,6 +6116,7 @@
6073
6116
  },
6074
6117
  "icon": {
6075
6118
  "$ref": "#/definitions/Icon",
6119
+ "default": "notes",
6076
6120
  "description": "Displayed in the add menu when creating new files; also used as the icon for collection files if no other preview is found. Defaults to notes.",
6077
6121
  "markdownDescription": "Displayed in the add menu when creating new files; also used as the icon for collection files\nif no other preview is found. Defaults to notes."
6078
6122
  },
@@ -6121,7 +6165,6 @@
6121
6165
  "additionalProperties": false,
6122
6166
  "properties": {
6123
6167
  "cascade": {
6124
- "default": true,
6125
6168
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
6126
6169
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
6127
6170
  "type": "boolean"
@@ -6201,9 +6244,13 @@
6201
6244
  "type": "boolean"
6202
6245
  },
6203
6246
  "empty_type": {
6204
- "$ref": "#/definitions/EmptyTypeText",
6205
6247
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
6206
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
6248
+ "enum": [
6249
+ "null",
6250
+ "string"
6251
+ ],
6252
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
6253
+ "type": "string"
6207
6254
  },
6208
6255
  "picker_preview": {
6209
6256
  "$ref": "#/definitions/Preview",
@@ -6259,6 +6306,8 @@
6259
6306
  },
6260
6307
  "type": {
6261
6308
  "const": "select",
6309
+ "description": "Sets an input type, which controls how this input appears and behaves.",
6310
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
6262
6311
  "type": "string"
6263
6312
  }
6264
6313
  },
@@ -6339,6 +6388,7 @@
6339
6388
  "type": "array"
6340
6389
  },
6341
6390
  "definitions": {
6391
+ "additionalProperties": {},
6342
6392
  "description": "The variables required for the selected template.",
6343
6393
  "markdownDescription": "The variables required for the selected template.",
6344
6394
  "type": "object"
@@ -6349,6 +6399,7 @@
6349
6399
  "type": "boolean"
6350
6400
  },
6351
6401
  "params": {
6402
+ "additionalProperties": {},
6352
6403
  "description": "The parameters of this snippet.",
6353
6404
  "markdownDescription": "The parameters of this snippet.",
6354
6405
  "type": "object"
@@ -6377,6 +6428,16 @@
6377
6428
  "description": "The template that this snippet should inherit, out of the available Shortcode Templates.",
6378
6429
  "markdownDescription": "The template that this snippet should inherit, out of the available Shortcode Templates.",
6379
6430
  "type": "string"
6431
+ },
6432
+ "view": {
6433
+ "description": "Controls how selected items are rendered. Defaults to 'card', or 'inline' if `inline` is true.",
6434
+ "enum": [
6435
+ "card",
6436
+ "inline",
6437
+ "gallery"
6438
+ ],
6439
+ "markdownDescription": "Controls how selected items are rendered. Defaults to 'card', or 'inline' if `inline` is true.",
6440
+ "type": "string"
6380
6441
  }
6381
6442
  },
6382
6443
  "type": "object"
@@ -6404,7 +6465,8 @@
6404
6465
  "type": "string"
6405
6466
  },
6406
6467
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6407
- "type": "array"
6468
+ "type": "array",
6469
+ "uniqueItems": true
6408
6470
  }
6409
6471
  },
6410
6472
  "required": [
@@ -6427,7 +6489,8 @@
6427
6489
  "type": "string"
6428
6490
  },
6429
6491
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6430
- "type": "array"
6492
+ "type": "array",
6493
+ "uniqueItems": true
6431
6494
  }
6432
6495
  },
6433
6496
  "required": [
@@ -6459,7 +6522,8 @@
6459
6522
  "type": "string"
6460
6523
  },
6461
6524
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6462
- "type": "array"
6525
+ "type": "array",
6526
+ "uniqueItems": true
6463
6527
  }
6464
6528
  },
6465
6529
  "required": [
@@ -6482,7 +6546,8 @@
6482
6546
  "type": "string"
6483
6547
  },
6484
6548
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6485
- "type": "array"
6549
+ "type": "array",
6550
+ "uniqueItems": true
6486
6551
  }
6487
6552
  },
6488
6553
  "required": [
@@ -6515,7 +6580,8 @@
6515
6580
  "type": "string"
6516
6581
  },
6517
6582
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6518
- "type": "array"
6583
+ "type": "array",
6584
+ "uniqueItems": true
6519
6585
  }
6520
6586
  },
6521
6587
  "required": [
@@ -6539,7 +6605,8 @@
6539
6605
  "type": "string"
6540
6606
  },
6541
6607
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6542
- "type": "array"
6608
+ "type": "array",
6609
+ "uniqueItems": true
6543
6610
  }
6544
6611
  },
6545
6612
  "required": [
@@ -6582,7 +6649,8 @@
6582
6649
  "type": "string"
6583
6650
  },
6584
6651
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6585
- "type": "array"
6652
+ "type": "array",
6653
+ "uniqueItems": true
6586
6654
  }
6587
6655
  },
6588
6656
  "required": [
@@ -6616,7 +6684,8 @@
6616
6684
  "type": "string"
6617
6685
  },
6618
6686
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6619
- "type": "array"
6687
+ "type": "array",
6688
+ "uniqueItems": true
6620
6689
  }
6621
6690
  },
6622
6691
  "required": [
@@ -6651,7 +6720,8 @@
6651
6720
  "type": "string"
6652
6721
  },
6653
6722
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6654
- "type": "array"
6723
+ "type": "array",
6724
+ "uniqueItems": true
6655
6725
  }
6656
6726
  },
6657
6727
  "required": [
@@ -6677,7 +6747,8 @@
6677
6747
  "type": "string"
6678
6748
  },
6679
6749
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6680
- "type": "array"
6750
+ "type": "array",
6751
+ "uniqueItems": true
6681
6752
  }
6682
6753
  },
6683
6754
  "required": [
@@ -6711,7 +6782,8 @@
6711
6782
  "type": "string"
6712
6783
  },
6713
6784
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6714
- "type": "array"
6785
+ "type": "array",
6786
+ "uniqueItems": true
6715
6787
  }
6716
6788
  },
6717
6789
  "required": [
@@ -6736,7 +6808,8 @@
6736
6808
  "type": "string"
6737
6809
  },
6738
6810
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6739
- "type": "array"
6811
+ "type": "array",
6812
+ "uniqueItems": true
6740
6813
  }
6741
6814
  },
6742
6815
  "required": [
@@ -6771,7 +6844,8 @@
6771
6844
  "type": "string"
6772
6845
  },
6773
6846
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6774
- "type": "array"
6847
+ "type": "array",
6848
+ "uniqueItems": true
6775
6849
  }
6776
6850
  },
6777
6851
  "required": [
@@ -6797,7 +6871,8 @@
6797
6871
  "type": "string"
6798
6872
  },
6799
6873
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6800
- "type": "array"
6874
+ "type": "array",
6875
+ "uniqueItems": true
6801
6876
  }
6802
6877
  },
6803
6878
  "required": [
@@ -6847,7 +6922,8 @@
6847
6922
  "type": "string"
6848
6923
  },
6849
6924
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in\n`include`.",
6850
- "type": "array"
6925
+ "type": "array",
6926
+ "uniqueItems": true
6851
6927
  }
6852
6928
  },
6853
6929
  "required": [
@@ -6888,7 +6964,8 @@
6888
6964
  "type": "string"
6889
6965
  },
6890
6966
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in\n`exclude`.",
6891
- "type": "array"
6967
+ "type": "array",
6968
+ "uniqueItems": true
6892
6969
  }
6893
6970
  },
6894
6971
  "required": [
@@ -7010,6 +7087,7 @@
7010
7087
  "type": "boolean"
7011
7088
  },
7012
7089
  "style": {
7090
+ "default": "select",
7013
7091
  "description": "Defines whether options are shown to your editors in a select menu (select, default) or a modal pop up window (modal) when adding a new item.",
7014
7092
  "enum": [
7015
7093
  "select",
@@ -7035,11 +7113,60 @@
7035
7113
  "StructureValue": {
7036
7114
  "additionalProperties": false,
7037
7115
  "properties": {
7116
+ "_editables": {
7117
+ "$ref": "#/definitions/Editables",
7118
+ "description": "Contains input options for Editable Regions and the Content Editor.",
7119
+ "markdownDescription": "Contains input options for Editable Regions and the Content Editor."
7120
+ },
7121
+ "_enabled_editors": {
7122
+ "description": "Set a preferred editor and/or disable the others. The first value sets which editor opens by default, and the following values specify which editors are accessible.",
7123
+ "items": {
7124
+ "$ref": "#/definitions/EditorKey"
7125
+ },
7126
+ "markdownDescription": "Set a preferred editor and/or disable the others. The first value sets which editor opens by\ndefault, and the following values specify which editors are accessible.",
7127
+ "type": "array",
7128
+ "uniqueItems": true
7129
+ },
7130
+ "_inputs": {
7131
+ "additionalProperties": {
7132
+ "$ref": "#/definitions/Input"
7133
+ },
7134
+ "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
7135
+ "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
7136
+ "type": "object"
7137
+ },
7138
+ "_select_data": {
7139
+ "additionalProperties": {
7140
+ "$ref": "#/definitions/SelectValues"
7141
+ },
7142
+ "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
7143
+ "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
7144
+ "type": "object"
7145
+ },
7146
+ "_structures": {
7147
+ "additionalProperties": {
7148
+ "$ref": "#/definitions/Structure"
7149
+ },
7150
+ "description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
7151
+ "markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
7152
+ "type": "object"
7153
+ },
7154
+ "comment": {
7155
+ "description": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
7156
+ "markdownDescription": "Provides short descriptive text for editors shown in the Data Editor for expanded values\nmatching this Structure value. Has no default. Supports a limited set of Markdown: links, bold,\nitalic, subscript, superscript, and inline code elements are allowed.",
7157
+ "type": "string"
7158
+ },
7038
7159
  "default": {
7160
+ "default": false,
7039
7161
  "description": "If set to true, this item will be considered the default type for this structure. If the type of a value within a structure cannot be inferred based on its id_key or matching fields, then it will fall back to this item. If multiple items have default set to true, only the first item will be used.",
7040
7162
  "markdownDescription": "If set to true, this item will be considered the default type for this structure. If the type\nof a value within a structure cannot be inferred based on its id_key or matching fields, then\nit will fall back to this item. If multiple items have default set to true, only the first item\nwill be used.",
7041
7163
  "type": "boolean"
7042
7164
  },
7165
+ "documentation": {
7166
+ "$ref": "#/definitions/Documentation",
7167
+ "description": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default.",
7168
+ "markdownDescription": "Provides a custom link for documentation for editors shown in the Data Editor for expanded\nvalues matching this Structure value. Has no default."
7169
+ },
7043
7170
  "groups": {
7044
7171
  "description": "Allows you to group the inputs inside this object together without changing the data structure.",
7045
7172
  "items": {
@@ -7079,6 +7206,7 @@
7079
7206
  "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
7080
7207
  },
7081
7208
  "place_groups_below": {
7209
+ "default": false,
7082
7210
  "description": "Controls which order input groups and ungrouped inputs appear in.",
7083
7211
  "markdownDescription": "Controls which order input groups and ungrouped inputs appear in.",
7084
7212
  "type": "boolean"
@@ -7104,6 +7232,7 @@
7104
7232
  "type": "boolean"
7105
7233
  },
7106
7234
  "tabbed": {
7235
+ "default": false,
7107
7236
  "description": "Show nested objects as tabs. Requires all top-level keys to be objects.",
7108
7237
  "markdownDescription": "Show nested objects as tabs. Requires all top-level keys to be objects.",
7109
7238
  "type": "boolean"
@@ -7311,21 +7440,25 @@
7311
7440
  "type": "boolean"
7312
7441
  },
7313
7442
  "bold": {
7443
+ "default": true,
7314
7444
  "description": "Enables a control to set selected text to bold.",
7315
7445
  "markdownDescription": "Enables a control to set selected text to bold.",
7316
7446
  "type": "boolean"
7317
7447
  },
7318
7448
  "copyformatting": {
7449
+ "default": false,
7319
7450
  "description": "Enables a control to copy formatting from text to other text. Only applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other styles or formatting.",
7320
7451
  "markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from\n`bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other\nstyles or formatting.",
7321
7452
  "type": "boolean"
7322
7453
  },
7323
7454
  "italic": {
7455
+ "default": true,
7324
7456
  "description": "Enables a control to italicize selected text.",
7325
7457
  "markdownDescription": "Enables a control to italicize selected text.",
7326
7458
  "type": "boolean"
7327
7459
  },
7328
7460
  "link": {
7461
+ "default": true,
7329
7462
  "description": "Enables a control to create hyperlinks around selected text.",
7330
7463
  "markdownDescription": "Enables a control to create hyperlinks around selected text.",
7331
7464
  "type": "boolean"
@@ -7336,6 +7469,7 @@
7336
7469
  "markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
7337
7470
  },
7338
7471
  "redo": {
7472
+ "default": false,
7339
7473
  "description": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.",
7340
7474
  "markdownDescription": "Enables a control to redo recent edits undone with undo. Redo is always enabled through\nstandard OS-specific keyboard shortcuts.",
7341
7475
  "type": "boolean"
@@ -7346,31 +7480,37 @@
7346
7480
  "type": "boolean"
7347
7481
  },
7348
7482
  "removeformat": {
7483
+ "default": true,
7349
7484
  "description": "Enables the control to remove formatting from text. Applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles or formatting.",
7350
7485
  "markdownDescription": "Enables the control to remove formatting from text. Applies to formatting from `bold`,\n`italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles\nor formatting.",
7351
7486
  "type": "boolean"
7352
7487
  },
7353
7488
  "strike": {
7489
+ "default": false,
7354
7490
  "description": "Enables a control to strike selected text.",
7355
7491
  "markdownDescription": "Enables a control to strike selected text.",
7356
7492
  "type": "boolean"
7357
7493
  },
7358
7494
  "subscript": {
7495
+ "default": false,
7359
7496
  "description": "Enables a control to set selected text to subscript.",
7360
7497
  "markdownDescription": "Enables a control to set selected text to subscript.",
7361
7498
  "type": "boolean"
7362
7499
  },
7363
7500
  "superscript": {
7501
+ "default": false,
7364
7502
  "description": "Enables a control to set selected text to superscript.",
7365
7503
  "markdownDescription": "Enables a control to set selected text to superscript.",
7366
7504
  "type": "boolean"
7367
7505
  },
7368
7506
  "underline": {
7507
+ "default": false,
7369
7508
  "description": "Enables a control to underline selected text.",
7370
7509
  "markdownDescription": "Enables a control to underline selected text.",
7371
7510
  "type": "boolean"
7372
7511
  },
7373
7512
  "undo": {
7513
+ "default": false,
7374
7514
  "description": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.",
7375
7515
  "markdownDescription": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific\nkeyboard shortcuts.",
7376
7516
  "type": "boolean"
@@ -7382,7 +7522,6 @@
7382
7522
  "additionalProperties": false,
7383
7523
  "properties": {
7384
7524
  "cascade": {
7385
- "default": true,
7386
7525
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
7387
7526
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
7388
7527
  "type": "boolean"
@@ -7450,6 +7589,7 @@
7450
7589
  "markdownDescription": "Options that are specific to this `type` of input."
7451
7590
  },
7452
7591
  "type": {
7592
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7453
7593
  "enum": [
7454
7594
  "text",
7455
7595
  "email",
@@ -7460,6 +7600,7 @@
7460
7600
  "github",
7461
7601
  "instagram"
7462
7602
  ],
7603
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
7463
7604
  "type": "string"
7464
7605
  }
7465
7606
  },
@@ -7472,9 +7613,13 @@
7472
7613
  "additionalProperties": false,
7473
7614
  "properties": {
7474
7615
  "empty_type": {
7475
- "$ref": "#/definitions/EmptyTypeText",
7476
7616
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
7477
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
7617
+ "enum": [
7618
+ "null",
7619
+ "string"
7620
+ ],
7621
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
7622
+ "type": "string"
7478
7623
  },
7479
7624
  "icon": {
7480
7625
  "$ref": "#/definitions/Icon",
@@ -8136,7 +8281,6 @@
8136
8281
  "additionalProperties": false,
8137
8282
  "properties": {
8138
8283
  "cascade": {
8139
- "default": true,
8140
8284
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
8141
8285
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
8142
8286
  "type": "boolean"
@@ -8204,7 +8348,10 @@
8204
8348
  "markdownDescription": "Options that are specific to this `type` of input."
8205
8349
  },
8206
8350
  "type": {
8207
- "type": "null"
8351
+ "const": "auto",
8352
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8353
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
8354
+ "type": "string"
8208
8355
  }
8209
8356
  },
8210
8357
  "type": "object"
@@ -8213,7 +8360,6 @@
8213
8360
  "additionalProperties": false,
8214
8361
  "properties": {
8215
8362
  "cascade": {
8216
- "default": true,
8217
8363
  "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
8218
8364
  "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
8219
8365
  "type": "boolean"
@@ -8282,6 +8428,8 @@
8282
8428
  },
8283
8429
  "type": {
8284
8430
  "const": "range",
8431
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8432
+ "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
8285
8433
  "type": "string"
8286
8434
  }
8287
8435
  },
@@ -8294,9 +8442,13 @@
8294
8442
  "additionalProperties": false,
8295
8443
  "properties": {
8296
8444
  "empty_type": {
8297
- "$ref": "#/definitions/EmptyTypeText",
8298
8445
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8299
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8446
+ "enum": [
8447
+ "null",
8448
+ "string"
8449
+ ],
8450
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8451
+ "type": "string"
8300
8452
  },
8301
8453
  "paths": {
8302
8454
  "$ref": "#/definitions/Paths",
@@ -8310,9 +8462,13 @@
8310
8462
  "additionalProperties": false,
8311
8463
  "properties": {
8312
8464
  "empty_type": {
8313
- "$ref": "#/definitions/EmptyTypeArray",
8314
8465
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8315
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8466
+ "enum": [
8467
+ "null",
8468
+ "array"
8469
+ ],
8470
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8471
+ "type": "string"
8316
8472
  }
8317
8473
  },
8318
8474
  "type": "object"
@@ -8321,9 +8477,13 @@
8321
8477
  "additionalProperties": false,
8322
8478
  "properties": {
8323
8479
  "empty_type": {
8324
- "$ref": "#/definitions/EmptyTypeNumber",
8325
8480
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8326
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8481
+ "enum": [
8482
+ "null",
8483
+ "number"
8484
+ ],
8485
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8486
+ "type": "string"
8327
8487
  }
8328
8488
  },
8329
8489
  "type": "object"
@@ -8332,9 +8492,13 @@
8332
8492
  "additionalProperties": false,
8333
8493
  "properties": {
8334
8494
  "empty_type": {
8335
- "$ref": "#/definitions/EmptyTypeObject",
8336
8495
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8337
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8496
+ "enum": [
8497
+ "null",
8498
+ "object"
8499
+ ],
8500
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8501
+ "type": "string"
8338
8502
  }
8339
8503
  },
8340
8504
  "type": "object"
@@ -8343,9 +8507,24 @@
8343
8507
  "additionalProperties": false,
8344
8508
  "properties": {
8345
8509
  "empty_type": {
8346
- "$ref": "#/definitions/EmptyTypeText",
8347
8510
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8348
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8511
+ "enum": [
8512
+ "null",
8513
+ "string"
8514
+ ],
8515
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8516
+ "type": "string"
8517
+ }
8518
+ },
8519
+ "type": "object"
8520
+ },
8521
+ "WithPaths": {
8522
+ "additionalProperties": false,
8523
+ "properties": {
8524
+ "paths": {
8525
+ "$ref": "#/definitions/Paths",
8526
+ "description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
8527
+ "markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
8349
8528
  }
8350
8529
  },
8351
8530
  "type": "object"
@@ -8354,22 +8533,6 @@
8354
8533
  "description": "The base format for the configuration file.",
8355
8534
  "markdownDescription": "The base format for the configuration file.",
8356
8535
  "properties": {
8357
- "_array_structures": {
8358
- "additionalProperties": {},
8359
- "deprecated": "Use _structures instead.",
8360
- "description": "Now known as _structures.",
8361
- "markdownDescription": "Now known as _structures.",
8362
- "type": "object"
8363
- },
8364
- "_comments": {
8365
- "additionalProperties": {
8366
- "type": "string"
8367
- },
8368
- "deprecated": "Use _inputs instead.",
8369
- "description": "Now part of _inputs.*.comment.",
8370
- "markdownDescription": "Now part of _inputs.*.comment.",
8371
- "type": "object"
8372
- },
8373
8536
  "_editables": {
8374
8537
  "$ref": "#/definitions/Editables",
8375
8538
  "description": "Contains input options for Editable Regions and the Content Editor.",
@@ -8392,16 +8555,6 @@
8392
8555
  "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
8393
8556
  "type": "object"
8394
8557
  },
8395
- "_options": {
8396
- "additionalProperties": {
8397
- "additionalProperties": {},
8398
- "type": "object"
8399
- },
8400
- "deprecated": "Use _inputs instead.",
8401
- "description": "Now part of _inputs.*.options.",
8402
- "markdownDescription": "Now part of _inputs.*.options.",
8403
- "type": "object"
8404
- },
8405
8558
  "_select_data": {
8406
8559
  "additionalProperties": {
8407
8560
  "$ref": "#/definitions/SelectValues"
@@ -8414,29 +8567,29 @@
8414
8567
  "additionalProperties": {
8415
8568
  "$ref": "#/definitions/SnippetConfig"
8416
8569
  },
8417
- "description": "Configuration for custom snippets.",
8418
- "markdownDescription": "Configuration for custom snippets.",
8570
+ "description": "Configuration for custom snippets.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets",
8571
+ "markdownDescription": "Configuration for custom snippets.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets",
8419
8572
  "type": "object"
8420
8573
  },
8421
8574
  "_snippets_definitions": {
8422
8575
  "additionalProperties": {
8423
8576
  "$ref": "#/definitions/SnippetConfig"
8424
8577
  },
8425
- "description": "Extended option used when creating more complex custom snippets.",
8426
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
8578
+ "description": "Extended option used when creating more complex custom snippets.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets_definitions",
8579
+ "markdownDescription": "Extended option used when creating more complex custom snippets.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets_definitions",
8427
8580
  "type": "object"
8428
8581
  },
8429
8582
  "_snippets_imports": {
8430
8583
  "$ref": "#/definitions/SnippetsImports",
8431
- "description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
8432
- "markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
8584
+ "description": "Provides control over which snippets are available to use and/or extend within `_snippets`.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets_imports",
8585
+ "markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets_imports"
8433
8586
  },
8434
8587
  "_snippets_templates": {
8435
8588
  "additionalProperties": {
8436
8589
  "$ref": "#/definitions/SnippetConfig"
8437
8590
  },
8438
- "description": "Extended option used when creating more complex custom snippets.",
8439
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
8591
+ "description": "Extended option used when creating more complex custom snippets.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets_templates",
8592
+ "markdownDescription": "Extended option used when creating more complex custom snippets.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#_snippets_templates",
8440
8593
  "type": "object"
8441
8594
  },
8442
8595
  "_structures": {
@@ -8448,59 +8601,59 @@
8448
8601
  "type": "object"
8449
8602
  },
8450
8603
  "base_url": {
8451
- "description": "The subpath where your output files are hosted.",
8452
- "markdownDescription": "The subpath where your output files are hosted.",
8604
+ "description": "The subpath where your output files are hosted.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#base_url",
8605
+ "markdownDescription": "The subpath where your output files are hosted.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#base_url",
8453
8606
  "type": "string"
8454
8607
  },
8455
8608
  "collection_groups": {
8456
- "description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
8609
+ "description": "Defines which collections are shown in the site navigation and how those collections are grouped.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#collections_groups",
8457
8610
  "items": {
8458
8611
  "$ref": "#/definitions/CollectionGroup"
8459
8612
  },
8460
- "markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
8613
+ "markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#collections_groups",
8461
8614
  "type": "array"
8462
8615
  },
8463
8616
  "collections_config": {
8464
8617
  "additionalProperties": {
8465
8618
  "$ref": "#/definitions/CollectionConfig"
8466
8619
  },
8467
- "description": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection.",
8468
- "markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by\nfolder. Entries are keyed by a chosen collection key, and contain configuration specific to\nthat collection.",
8620
+ "description": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#collections_config",
8621
+ "markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by\nfolder. Entries are keyed by a chosen collection key, and contain configuration specific to\nthat collection.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#collections_config",
8469
8622
  "type": "object"
8470
8623
  },
8471
8624
  "commit_templates": {
8472
- "description": "Templates for commit messages when saving changes.",
8625
+ "description": "Templates for commit messages when saving changes.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#commit_templates",
8473
8626
  "items": {
8474
8627
  "$ref": "#/definitions/CommitTemplate"
8475
8628
  },
8476
- "markdownDescription": "Templates for commit messages when saving changes.",
8629
+ "markdownDescription": "Templates for commit messages when saving changes.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#commit_templates",
8477
8630
  "type": "array"
8478
8631
  },
8479
8632
  "data_config": {
8480
8633
  "additionalProperties": {
8481
8634
  "$ref": "#/definitions/DataConfigEntry"
8482
8635
  },
8483
- "description": "Controls what data sets are available to populate select and multiselect inputs.",
8484
- "markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
8636
+ "description": "Controls what data sets are available to populate select and multiselect inputs.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#data_config",
8637
+ "markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#data_config",
8485
8638
  "type": "object"
8486
8639
  },
8487
8640
  "editor": {
8488
8641
  "$ref": "#/definitions/Editor",
8489
- "description": "Contains settings for the default editor actions on your site.",
8490
- "markdownDescription": "Contains settings for the default editor actions on your site."
8642
+ "description": "Contains settings for the default editor actions on your site.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#editor.default_path",
8643
+ "markdownDescription": "Contains settings for the default editor actions on your site.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#editor.default_path"
8491
8644
  },
8492
8645
  "file_config": {
8493
- "additionalProperties": {
8646
+ "description": "Provides scope to configure at a file level, without adding configuration to files.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#file_config",
8647
+ "items": {
8494
8648
  "$ref": "#/definitions/FileConfigEntry"
8495
8649
  },
8496
- "description": "Provides scope to configure at a file level, without adding configuration to files.",
8497
- "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
8498
- "type": "object"
8650
+ "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#file_config",
8651
+ "type": "array"
8499
8652
  },
8500
8653
  "markdown": {
8501
8654
  "$ref": "#/definitions/MarkdownSettings",
8502
- "description": "Contains settings for various Markdown engines.",
8503
- "markdownDescription": "Contains settings for various Markdown engines."
8655
+ "description": "Contains settings for various Markdown engines.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#markdown",
8656
+ "markdownDescription": "Contains settings for various Markdown engines.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#markdown"
8504
8657
  },
8505
8658
  "paths": {
8506
8659
  "$ref": "#/definitions/Paths",
@@ -8508,20 +8661,20 @@
8508
8661
  "markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
8509
8662
  },
8510
8663
  "source": {
8511
- "description": "Base path to your site source files, relative to the root folder.",
8512
- "markdownDescription": "Base path to your site source files, relative to the root folder.",
8664
+ "description": "This key defines the base path for your source files, relative to the root folder of your repository. Unless you use a nested folder as the source for your Site you can leave this key empty or set it to `/`.\n\nBy default, this key is empty.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#source",
8665
+ "markdownDescription": "This key defines the base path for your source files, relative to the root folder of your\nrepository. Unless you use a nested folder as the source for your Site you can leave this key\nempty or set it to `/`.\n\nBy default, this key is empty.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#source",
8513
8666
  "type": "string"
8514
8667
  },
8515
8668
  "source_editor": {
8516
8669
  "$ref": "#/definitions/SourceEditor",
8517
- "description": "Settings for the behavior and appearance of the Source Editor.",
8518
- "markdownDescription": "Settings for the behavior and appearance of the Source Editor."
8670
+ "description": "Settings for the behavior and appearance of the Source Editor.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#source_editor",
8671
+ "markdownDescription": "Settings for the behavior and appearance of the Source Editor.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#source_editor"
8519
8672
  },
8520
8673
  "timezone": {
8521
8674
  "$ref": "#/definitions/Timezone",
8522
8675
  "default": "Etc/UTC",
8523
- "description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
8524
- "markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
8676
+ "description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#timezone",
8677
+ "markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with.\n\nhttps://cloudcannon.com/documentation/articles/configuration-file-reference/#timezone"
8525
8678
  }
8526
8679
  },
8527
8680
  "type": "object"