@cloudcannon/configuration-types 0.0.7 → 0.0.8

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.
@@ -289,8 +289,18 @@
289
289
  "type": "string"
290
290
  },
291
291
  "code": {
292
- "description": "Enables a control to set selected text to inline code, and unselected blocks of text to code blocks.",
293
- "markdownDescription": "Enables a control to set selected text to inline code, and unselected blocks of text to code\nblocks.",
292
+ "description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
293
+ "markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
294
+ "type": "boolean"
295
+ },
296
+ "code_block": {
297
+ "description": "Enables a control to insert a code block.",
298
+ "markdownDescription": "Enables a control to insert a code block.",
299
+ "type": "boolean"
300
+ },
301
+ "code_inline": {
302
+ "description": "Enables a control to create an inline code element, containing any selected text.",
303
+ "markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
294
304
  "type": "boolean"
295
305
  },
296
306
  "copyformatting": {
@@ -732,10 +742,10 @@
732
742
  "type": "number"
733
743
  },
734
744
  "theme": {
745
+ "$ref": "#/definitions/Theme",
735
746
  "default": "monokai",
736
747
  "description": "Changes the color scheme for syntax highlighting in the editor.",
737
- "markdownDescription": "Changes the color scheme for syntax highlighting in the editor.",
738
- "type": "string"
748
+ "markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
739
749
  }
740
750
  },
741
751
  "type": "object"
@@ -745,16 +755,18 @@
745
755
  "properties": {
746
756
  "_array_structures": {
747
757
  "additionalProperties": {},
748
- "description": "[DEPRECATED] Now known as _structures.",
749
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
758
+ "deprecated": "Use _structures instead.",
759
+ "description": "Now known as _structures.",
760
+ "markdownDescription": "Now known as _structures.",
750
761
  "type": "object"
751
762
  },
752
763
  "_comments": {
753
764
  "additionalProperties": {
754
765
  "type": "string"
755
766
  },
756
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
757
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
767
+ "deprecated": "Use _inputs instead.",
768
+ "description": "Now part of _inputs.*.comment.",
769
+ "markdownDescription": "Now part of _inputs.*.comment.",
758
770
  "type": "object"
759
771
  },
760
772
  "_editables": {
@@ -783,8 +795,9 @@
783
795
  "additionalProperties": {},
784
796
  "type": "object"
785
797
  },
786
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
787
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
798
+ "deprecated": "Use _inputs instead.",
799
+ "description": "Now part of _inputs.*.options.",
800
+ "markdownDescription": "Now part of _inputs.*.options.",
788
801
  "type": "object"
789
802
  },
790
803
  "_select_data": {
@@ -822,18 +835,18 @@
822
835
  "type": "string"
823
836
  },
824
837
  "disable_add": {
825
- "description": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
826
- "markdownDescription": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
838
+ "description": "Prevents users from adding new files in the collection file list if true.",
839
+ "markdownDescription": "Prevents users from adding new files in the collection file list if true.",
827
840
  "type": "boolean"
828
841
  },
829
842
  "disable_add_folder": {
830
- "description": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
831
- "markdownDescription": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
843
+ "description": "Prevents users from adding new folders in the collection file list if true.",
844
+ "markdownDescription": "Prevents users from adding new folders in the collection file list if true.",
832
845
  "type": "boolean"
833
846
  },
834
847
  "disable_file_actions": {
835
- "description": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
836
- "markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
848
+ "description": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
849
+ "markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
837
850
  "type": "boolean"
838
851
  },
839
852
  "documentation": {
@@ -841,28 +854,16 @@
841
854
  "description": "Provides a custom link for documentation for editors shown above the collection file list.",
842
855
  "markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
843
856
  },
844
- "filter": {
845
- "anyOf": [
846
- {
847
- "$ref": "#/definitions/Filter"
848
- },
849
- {
850
- "$ref": "#/definitions/FilterBase"
851
- }
852
- ],
853
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
854
- "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
855
- },
856
857
  "glob": {
857
858
  "anyOf": [
858
- {
859
- "type": "string"
860
- },
861
859
  {
862
860
  "items": {
863
861
  "type": "string"
864
862
  },
865
863
  "type": "array"
864
+ },
865
+ {
866
+ "type": "string"
866
867
  }
867
868
  ],
868
869
  "description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
@@ -888,19 +889,6 @@
888
889
  "markdownDescription": "Whether or not files in this collection produce files in the build output.",
889
890
  "type": "boolean"
890
891
  },
891
- "parser": {
892
- "description": "Overrides how each file in the collection is read. Detected automatically from file extension if unset.",
893
- "enum": [
894
- "csv",
895
- "front-matter",
896
- "json",
897
- "properties",
898
- "toml",
899
- "yaml"
900
- ],
901
- "markdownDescription": "Overrides how each file in the collection is read. Detected automatically from file extension\nif unset.",
902
- "type": "string"
903
- },
904
892
  "path": {
905
893
  "description": "The top-most folder where the files in this collection are stored. It is relative to source.",
906
894
  "markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
@@ -1124,214 +1112,22 @@
1124
1112
  "type": "object"
1125
1113
  },
1126
1114
  "Configuration": {
1127
- "anyOf": [
1128
- {
1129
- "$ref": "#/definitions/DefaultConfiguration"
1130
- },
1131
- {
1132
- "$ref": "#/definitions/HugoConfiguration"
1133
- },
1134
- {
1135
- "$ref": "#/definitions/JekyllConfiguration"
1136
- },
1137
- {
1138
- "$ref": "#/definitions/EleventyConfiguration"
1139
- }
1140
- ]
1141
- },
1142
- "Create": {
1143
- "additionalProperties": false,
1144
- "properties": {
1145
- "_inputs": {
1146
- "additionalProperties": {
1147
- "$ref": "#/definitions/Input"
1148
- },
1149
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
1150
- "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
1151
- "type": "object"
1152
- },
1153
- "_select_data": {
1154
- "additionalProperties": {
1155
- "$ref": "#/definitions/SelectValues"
1156
- },
1157
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
1158
- "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
1159
- "type": "object"
1160
- },
1161
- "_structures": {
1162
- "additionalProperties": {
1163
- "$ref": "#/definitions/Structure"
1164
- },
1165
- "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.",
1166
- "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.",
1167
- "type": "object"
1168
- },
1169
- "extra_data": {
1170
- "additionalProperties": {
1171
- "type": "string"
1172
- },
1173
- "description": "Adds to the available data placeholders coming from the file. Entry values follow the same format as path, and are processed sequentially before path. These values are not saved back to your file.",
1174
- "markdownDescription": "Adds to the available data placeholders coming from the file. Entry values follow the same\nformat as path, and are processed sequentially before path. These values are not saved back to\nyour file.",
1175
- "type": "object"
1176
- },
1177
- "path": {
1178
- "description": "The raw template to be processed when creating files. Relative to the containing collection's path.",
1179
- "markdownDescription": "The raw template to be processed when creating files. Relative to the containing collection's\npath.",
1180
- "type": "string"
1181
- },
1182
- "publish_to": {
1183
- "description": "Defines a target collection when publishing. When a file is published (currently only relevant to Jekyll), the target collection's create definition is used instead.",
1184
- "markdownDescription": "Defines a target collection when publishing. When a file is published (currently only relevant\nto Jekyll), the target collection's create definition is used instead.",
1185
- "type": "string"
1186
- }
1187
- },
1188
- "required": [
1189
- "path"
1190
- ],
1191
- "type": "object"
1192
- },
1193
- "DataConfigEntry": {
1194
- "additionalProperties": false,
1195
- "properties": {
1196
- "parser": {
1197
- "description": "Overrides how each file in the dataset is read. Detected automatically from file extension if unset.",
1198
- "enum": [
1199
- "csv",
1200
- "front-matter",
1201
- "json",
1202
- "properties",
1203
- "toml",
1204
- "yaml"
1205
- ],
1206
- "markdownDescription": "Overrides how each file in the dataset is read. Detected automatically from file extension if\nunset.",
1207
- "type": "string"
1208
- },
1209
- "path": {
1210
- "description": "The path to a file or folder of files containing data.",
1211
- "markdownDescription": "The path to a file or folder of files containing data.",
1212
- "type": "string"
1213
- }
1214
- },
1215
- "required": [
1216
- "path"
1217
- ],
1218
- "type": "object"
1219
- },
1220
- "DateInput": {
1221
- "additionalProperties": false,
1222
- "properties": {
1223
- "cascade": {
1224
- "default": true,
1225
- "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
1226
- "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
1227
- "type": "boolean"
1228
- },
1229
- "comment": {
1230
- "description": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
1231
- "markdownDescription": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown:\nlinks, bold, italic, subscript, superscript, and inline code elements are allowed.",
1232
- "type": "string"
1233
- },
1234
- "context": {
1235
- "additionalProperties": false,
1236
- "description": "Adds an expandable section of rich text below the input.",
1237
- "markdownDescription": "Adds an expandable section of rich text below the input.",
1238
- "properties": {
1239
- "content": {
1240
- "description": "The rich text content shown when opened. Supports a limited set of Markdown.",
1241
- "markdownDescription": "The rich text content shown when opened. Supports a limited set of Markdown.",
1242
- "type": "string"
1243
- },
1244
- "icon": {
1245
- "$ref": "#/definitions/Icon",
1246
- "description": "The icon shown when not open.",
1247
- "markdownDescription": "The icon shown when not open."
1248
- },
1249
- "open": {
1250
- "description": "Makes the content visible initially.",
1251
- "markdownDescription": "Makes the content visible initially.",
1252
- "type": "boolean"
1253
- },
1254
- "title": {
1255
- "description": "The text shown when not open. Defaults to \"Context\" if unset.",
1256
- "markdownDescription": "The text shown when not open. Defaults to \"Context\" if unset.",
1257
- "type": "string"
1258
- }
1259
- },
1260
- "type": "object"
1261
- },
1262
- "documentation": {
1263
- "$ref": "#/definitions/Documentation",
1264
- "description": "Provides a custom link for documentation for editors shown above input.",
1265
- "markdownDescription": "Provides a custom link for documentation for editors shown above input."
1266
- },
1267
- "hidden": {
1268
- "default": false,
1269
- "description": "Toggles the visibility of this input.",
1270
- "markdownDescription": "Toggles the visibility of this input.",
1271
- "type": [
1272
- "boolean",
1273
- "string"
1274
- ]
1275
- },
1276
- "instance_value": {
1277
- "$ref": "#/definitions/InstanceValue",
1278
- "description": "Controls if and how the value of this input is instantiated when created. This occurs when creating files, or adding array items containing the configured input.",
1279
- "markdownDescription": "Controls if and how the value of this input is instantiated when created. This occurs when\ncreating files, or adding array items containing the configured input."
1280
- },
1281
- "label": {
1282
- "description": "Optionally changes the text above this input.",
1283
- "markdownDescription": "Optionally changes the text above this input.",
1284
- "type": "string"
1285
- },
1286
- "options": {
1287
- "$ref": "#/definitions/DateInputOptions",
1288
- "description": "Options that are specific to this `type` of input.",
1289
- "markdownDescription": "Options that are specific to this `type` of input."
1290
- },
1291
- "type": {
1292
- "enum": [
1293
- "date",
1294
- "datetime"
1295
- ],
1296
- "type": "string"
1297
- }
1298
- },
1299
- "required": [
1300
- "type"
1301
- ],
1302
- "type": "object"
1303
- },
1304
- "DateInputOptions": {
1305
- "additionalProperties": false,
1306
- "properties": {
1307
- "empty_type": {
1308
- "$ref": "#/definitions/EmptyTypeText",
1309
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1310
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
1311
- },
1312
- "timezone": {
1313
- "$ref": "#/definitions/Timezone",
1314
- "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`.",
1315
- "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`."
1316
- }
1317
- },
1318
- "type": "object"
1319
- },
1320
- "DefaultConfiguration": {
1321
1115
  "additionalProperties": false,
1322
1116
  "properties": {
1323
1117
  "_array_structures": {
1324
1118
  "additionalProperties": {},
1325
- "description": "[DEPRECATED] Now known as _structures.",
1326
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
1119
+ "deprecated": "Use _structures instead.",
1120
+ "description": "Now known as _structures.",
1121
+ "markdownDescription": "Now known as _structures.",
1327
1122
  "type": "object"
1328
1123
  },
1329
1124
  "_comments": {
1330
1125
  "additionalProperties": {
1331
1126
  "type": "string"
1332
1127
  },
1333
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
1334
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
1128
+ "deprecated": "Use _inputs instead.",
1129
+ "description": "Now part of _inputs.*.comment.",
1130
+ "markdownDescription": "Now part of _inputs.*.comment.",
1335
1131
  "type": "object"
1336
1132
  },
1337
1133
  "_editables": {
@@ -1360,8 +1156,9 @@
1360
1156
  "additionalProperties": {},
1361
1157
  "type": "object"
1362
1158
  },
1363
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
1364
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
1159
+ "deprecated": "Use _inputs instead.",
1160
+ "description": "Now part of _inputs.*.options.",
1161
+ "markdownDescription": "Now part of _inputs.*.options.",
1365
1162
  "type": "object"
1366
1163
  },
1367
1164
  "_select_data": {
@@ -1431,9 +1228,11 @@
1431
1228
  "type": "object"
1432
1229
  },
1433
1230
  "commit_templates": {
1231
+ "description": "Templates for commit messages when saving changes.",
1434
1232
  "items": {
1435
1233
  "$ref": "#/definitions/CommitTemplate"
1436
1234
  },
1235
+ "markdownDescription": "Templates for commit messages when saving changes.",
1437
1236
  "type": "array"
1438
1237
  },
1439
1238
  "data_config": {
@@ -1513,11 +1312,6 @@
1513
1312
  },
1514
1313
  "type": "object"
1515
1314
  },
1516
- "output": {
1517
- "description": "Generates the integration file in another folder. Not applicable to Jekyll, Hugo, and Eleventy. Defaults to the root folder.",
1518
- "markdownDescription": "Generates the integration file in another folder. Not applicable to Jekyll, Hugo, and Eleventy.\nDefaults to the root folder.",
1519
- "type": "string"
1520
- },
1521
1315
  "paths": {
1522
1316
  "$ref": "#/definitions/Paths",
1523
1317
  "description": "Global paths to common folders.",
@@ -1533,9 +1327,6 @@
1533
1327
  "description": "Settings for the behavior and appearance of the Source Editor.",
1534
1328
  "markdownDescription": "Settings for the behavior and appearance of the Source Editor."
1535
1329
  },
1536
- "ssg": {
1537
- "$ref": "#/definitions/SsgKey"
1538
- },
1539
1330
  "timezone": {
1540
1331
  "$ref": "#/definitions/Timezone",
1541
1332
  "default": "Etc/UTC",
@@ -1545,33 +1336,211 @@
1545
1336
  },
1546
1337
  "type": "object"
1547
1338
  },
1548
- "Documentation": {
1339
+ "Create": {
1549
1340
  "additionalProperties": false,
1550
1341
  "properties": {
1551
- "icon": {
1552
- "$ref": "#/definitions/Icon",
1553
- "description": "The icon displayed next to the link.",
1554
- "markdownDescription": "The icon displayed next to the link."
1342
+ "_inputs": {
1343
+ "additionalProperties": {
1344
+ "$ref": "#/definitions/Input"
1345
+ },
1346
+ "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
1347
+ "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
1348
+ "type": "object"
1555
1349
  },
1556
- "text": {
1557
- "description": "The visible text used in the link.",
1558
- "markdownDescription": "The visible text used in the link.",
1559
- "type": "string"
1350
+ "_select_data": {
1351
+ "additionalProperties": {
1352
+ "$ref": "#/definitions/SelectValues"
1353
+ },
1354
+ "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
1355
+ "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
1356
+ "type": "object"
1560
1357
  },
1561
- "url": {
1562
- "description": "The \"href\" value of the link.",
1563
- "markdownDescription": "The \"href\" value of the link.",
1564
- "type": "string"
1565
- }
1566
- },
1567
- "required": [
1568
- "url"
1569
- ],
1570
- "type": "object"
1571
- },
1572
- "Editables": {
1573
- "additionalProperties": false,
1574
- "properties": {
1358
+ "_structures": {
1359
+ "additionalProperties": {
1360
+ "$ref": "#/definitions/Structure"
1361
+ },
1362
+ "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.",
1363
+ "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.",
1364
+ "type": "object"
1365
+ },
1366
+ "extra_data": {
1367
+ "additionalProperties": {
1368
+ "type": "string"
1369
+ },
1370
+ "description": "Adds to the available data placeholders coming from the file. Entry values follow the same format as path, and are processed sequentially before path. These values are not saved back to your file.",
1371
+ "markdownDescription": "Adds to the available data placeholders coming from the file. Entry values follow the same\nformat as path, and are processed sequentially before path. These values are not saved back to\nyour file.",
1372
+ "type": "object"
1373
+ },
1374
+ "path": {
1375
+ "description": "The raw template to be processed when creating files. Relative to the containing collection's path.",
1376
+ "markdownDescription": "The raw template to be processed when creating files. Relative to the containing collection's\npath.",
1377
+ "type": "string"
1378
+ },
1379
+ "publish_to": {
1380
+ "description": "Defines a target collection when publishing. When a file is published, the target collection's create definition is used instead.",
1381
+ "markdownDescription": "Defines a target collection when publishing. When a file is published, the target collection's\ncreate definition is used instead.",
1382
+ "type": "string"
1383
+ }
1384
+ },
1385
+ "required": [
1386
+ "path"
1387
+ ],
1388
+ "type": "object"
1389
+ },
1390
+ "DataConfigEntry": {
1391
+ "additionalProperties": false,
1392
+ "properties": {
1393
+ "parser": {
1394
+ "description": "Overrides the format files are read. Detected automatically from file extension if unset.",
1395
+ "enum": [
1396
+ "csv",
1397
+ "front-matter",
1398
+ "json",
1399
+ "properties",
1400
+ "toml",
1401
+ "yaml"
1402
+ ],
1403
+ "markdownDescription": "Overrides the format files are read. Detected automatically from file extension if unset.",
1404
+ "type": "string"
1405
+ },
1406
+ "path": {
1407
+ "description": "The path to a file or folder of files containing data.",
1408
+ "markdownDescription": "The path to a file or folder of files containing data.",
1409
+ "type": "string"
1410
+ }
1411
+ },
1412
+ "required": [
1413
+ "path"
1414
+ ],
1415
+ "type": "object"
1416
+ },
1417
+ "DateInput": {
1418
+ "additionalProperties": false,
1419
+ "properties": {
1420
+ "cascade": {
1421
+ "default": true,
1422
+ "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
1423
+ "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
1424
+ "type": "boolean"
1425
+ },
1426
+ "comment": {
1427
+ "description": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
1428
+ "markdownDescription": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown:\nlinks, bold, italic, subscript, superscript, and inline code elements are allowed.",
1429
+ "type": "string"
1430
+ },
1431
+ "context": {
1432
+ "additionalProperties": false,
1433
+ "description": "Adds an expandable section of rich text below the input.",
1434
+ "markdownDescription": "Adds an expandable section of rich text below the input.",
1435
+ "properties": {
1436
+ "content": {
1437
+ "description": "The rich text content shown when opened. Supports a limited set of Markdown.",
1438
+ "markdownDescription": "The rich text content shown when opened. Supports a limited set of Markdown.",
1439
+ "type": "string"
1440
+ },
1441
+ "icon": {
1442
+ "$ref": "#/definitions/Icon",
1443
+ "description": "The icon shown when not open.",
1444
+ "markdownDescription": "The icon shown when not open."
1445
+ },
1446
+ "open": {
1447
+ "description": "Makes the content visible initially.",
1448
+ "markdownDescription": "Makes the content visible initially.",
1449
+ "type": "boolean"
1450
+ },
1451
+ "title": {
1452
+ "description": "The text shown when not open. Defaults to \"Context\" if unset.",
1453
+ "markdownDescription": "The text shown when not open. Defaults to \"Context\" if unset.",
1454
+ "type": "string"
1455
+ }
1456
+ },
1457
+ "type": "object"
1458
+ },
1459
+ "documentation": {
1460
+ "$ref": "#/definitions/Documentation",
1461
+ "description": "Provides a custom link for documentation for editors shown above input.",
1462
+ "markdownDescription": "Provides a custom link for documentation for editors shown above input."
1463
+ },
1464
+ "hidden": {
1465
+ "default": false,
1466
+ "description": "Toggles the visibility of this input.",
1467
+ "markdownDescription": "Toggles the visibility of this input.",
1468
+ "type": [
1469
+ "boolean",
1470
+ "string"
1471
+ ]
1472
+ },
1473
+ "instance_value": {
1474
+ "$ref": "#/definitions/InstanceValue",
1475
+ "description": "Controls if and how the value of this input is instantiated when created. This occurs when creating files, or adding array items containing the configured input.",
1476
+ "markdownDescription": "Controls if and how the value of this input is instantiated when created. This occurs when\ncreating files, or adding array items containing the configured input."
1477
+ },
1478
+ "label": {
1479
+ "description": "Optionally changes the text above this input.",
1480
+ "markdownDescription": "Optionally changes the text above this input.",
1481
+ "type": "string"
1482
+ },
1483
+ "options": {
1484
+ "$ref": "#/definitions/DateInputOptions",
1485
+ "description": "Options that are specific to this `type` of input.",
1486
+ "markdownDescription": "Options that are specific to this `type` of input."
1487
+ },
1488
+ "type": {
1489
+ "enum": [
1490
+ "date",
1491
+ "datetime"
1492
+ ],
1493
+ "type": "string"
1494
+ }
1495
+ },
1496
+ "required": [
1497
+ "type"
1498
+ ],
1499
+ "type": "object"
1500
+ },
1501
+ "DateInputOptions": {
1502
+ "additionalProperties": false,
1503
+ "properties": {
1504
+ "empty_type": {
1505
+ "$ref": "#/definitions/EmptyTypeText",
1506
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1507
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
1508
+ },
1509
+ "timezone": {
1510
+ "$ref": "#/definitions/Timezone",
1511
+ "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`.",
1512
+ "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`."
1513
+ }
1514
+ },
1515
+ "type": "object"
1516
+ },
1517
+ "Documentation": {
1518
+ "additionalProperties": false,
1519
+ "properties": {
1520
+ "icon": {
1521
+ "$ref": "#/definitions/Icon",
1522
+ "description": "The icon displayed next to the link.",
1523
+ "markdownDescription": "The icon displayed next to the link."
1524
+ },
1525
+ "text": {
1526
+ "description": "The visible text used in the link.",
1527
+ "markdownDescription": "The visible text used in the link.",
1528
+ "type": "string"
1529
+ },
1530
+ "url": {
1531
+ "description": "The \"href\" value of the link.",
1532
+ "markdownDescription": "The \"href\" value of the link.",
1533
+ "type": "string"
1534
+ }
1535
+ },
1536
+ "required": [
1537
+ "url"
1538
+ ],
1539
+ "type": "object"
1540
+ },
1541
+ "Editables": {
1542
+ "additionalProperties": false,
1543
+ "properties": {
1575
1544
  "block": {
1576
1545
  "$ref": "#/definitions/BlockEditable",
1577
1546
  "description": "Contains input options for block Editable Regions.",
@@ -1623,21 +1592,51 @@
1623
1592
  ],
1624
1593
  "type": "string"
1625
1594
  },
1626
- "EleventyConfiguration": {
1595
+ "EmptyTypeArray": {
1596
+ "enum": [
1597
+ "null",
1598
+ "array"
1599
+ ],
1600
+ "type": "string"
1601
+ },
1602
+ "EmptyTypeNumber": {
1603
+ "enum": [
1604
+ "null",
1605
+ "number"
1606
+ ],
1607
+ "type": "string"
1608
+ },
1609
+ "EmptyTypeObject": {
1610
+ "enum": [
1611
+ "null",
1612
+ "object"
1613
+ ],
1614
+ "type": "string"
1615
+ },
1616
+ "EmptyTypeText": {
1617
+ "enum": [
1618
+ "null",
1619
+ "string"
1620
+ ],
1621
+ "type": "string"
1622
+ },
1623
+ "FileConfigEntry": {
1627
1624
  "additionalProperties": false,
1628
1625
  "properties": {
1629
1626
  "_array_structures": {
1630
1627
  "additionalProperties": {},
1631
- "description": "[DEPRECATED] Now known as _structures.",
1632
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
1628
+ "deprecated": "Use _structures instead.",
1629
+ "description": "Now known as _structures.",
1630
+ "markdownDescription": "Now known as _structures.",
1633
1631
  "type": "object"
1634
1632
  },
1635
1633
  "_comments": {
1636
1634
  "additionalProperties": {
1637
1635
  "type": "string"
1638
1636
  },
1639
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
1640
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
1637
+ "deprecated": "Use _inputs instead.",
1638
+ "description": "Now part of _inputs.*.comment.",
1639
+ "markdownDescription": "Now part of _inputs.*.comment.",
1641
1640
  "type": "object"
1642
1641
  },
1643
1642
  "_editables": {
@@ -1666,8 +1665,9 @@
1666
1665
  "additionalProperties": {},
1667
1666
  "type": "object"
1668
1667
  },
1669
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
1670
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
1668
+ "deprecated": "Use _inputs instead.",
1669
+ "description": "Now part of _inputs.*.options.",
1670
+ "markdownDescription": "Now part of _inputs.*.options.",
1671
1671
  "type": "object"
1672
1672
  },
1673
1673
  "_select_data": {
@@ -1678,35 +1678,6 @@
1678
1678
  "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
1679
1679
  "type": "object"
1680
1680
  },
1681
- "_snippets": {
1682
- "additionalProperties": {
1683
- "$ref": "#/definitions/SnippetConfig"
1684
- },
1685
- "description": "Configuration for custom snippets.",
1686
- "markdownDescription": "Configuration for custom snippets.",
1687
- "type": "object"
1688
- },
1689
- "_snippets_definitions": {
1690
- "additionalProperties": {
1691
- "$ref": "#/definitions/SnippetConfig"
1692
- },
1693
- "description": "Extended option used when creating more complex custom snippets.",
1694
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
1695
- "type": "object"
1696
- },
1697
- "_snippets_imports": {
1698
- "$ref": "#/definitions/SnippetsImports",
1699
- "description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
1700
- "markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
1701
- },
1702
- "_snippets_templates": {
1703
- "additionalProperties": {
1704
- "$ref": "#/definitions/SnippetConfig"
1705
- },
1706
- "description": "Extended option used when creating more complex custom snippets.",
1707
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
1708
- "type": "object"
1709
- },
1710
1681
  "_structures": {
1711
1682
  "additionalProperties": {
1712
1683
  "$ref": "#/definitions/Structure"
@@ -1715,532 +1686,110 @@
1715
1686
  "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.",
1716
1687
  "type": "object"
1717
1688
  },
1718
- "base_url": {
1719
- "description": "The subpath where your output files are hosted.",
1720
- "markdownDescription": "The subpath where your output files are hosted.",
1721
- "type": "string"
1722
- },
1723
- "collection_groups": {
1724
- "description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
1725
- "items": {
1726
- "$ref": "#/definitions/CollectionGroup"
1727
- },
1728
- "markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
1729
- "type": "array"
1730
- },
1731
- "collections_config": {
1732
- "additionalProperties": {
1733
- "additionalProperties": false,
1734
- "properties": {
1735
- "_array_structures": {
1736
- "additionalProperties": {},
1737
- "description": "[DEPRECATED] Now known as _structures.",
1738
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
1739
- "type": "object"
1740
- },
1741
- "_comments": {
1742
- "additionalProperties": {
1743
- "type": "string"
1744
- },
1745
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
1746
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
1747
- "type": "object"
1748
- },
1749
- "_editables": {
1750
- "$ref": "#/definitions/Editables",
1751
- "description": "Contains input options for Editable Regions and the Content Editor.",
1752
- "markdownDescription": "Contains input options for Editable Regions and the Content Editor."
1753
- },
1754
- "_enabled_editors": {
1755
- "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.",
1756
- "items": {
1757
- "$ref": "#/definitions/EditorKey"
1758
- },
1759
- "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.",
1760
- "type": "array"
1761
- },
1762
- "_inputs": {
1763
- "additionalProperties": {
1764
- "$ref": "#/definitions/Input"
1765
- },
1766
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
1767
- "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
1768
- "type": "object"
1769
- },
1770
- "_options": {
1771
- "additionalProperties": {
1772
- "additionalProperties": {},
1773
- "type": "object"
1774
- },
1775
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
1776
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
1777
- "type": "object"
1778
- },
1779
- "_select_data": {
1780
- "additionalProperties": {
1781
- "$ref": "#/definitions/SelectValues"
1782
- },
1783
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
1784
- "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
1785
- "type": "object"
1786
- },
1787
- "_structures": {
1788
- "additionalProperties": {
1789
- "$ref": "#/definitions/Structure"
1790
- },
1791
- "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.",
1792
- "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.",
1793
- "type": "object"
1794
- },
1795
- "add_options": {
1796
- "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.",
1797
- "items": {
1798
- "$ref": "#/definitions/AddOption"
1799
- },
1800
- "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.",
1801
- "type": "array"
1802
- },
1803
- "create": {
1804
- "$ref": "#/definitions/Create",
1805
- "description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
1806
- "markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
1807
- },
1808
- "description": {
1809
- "description": "Text or Markdown to show above the collection file list.",
1810
- "markdownDescription": "Text or Markdown to show above the collection file list.",
1811
- "type": "string"
1812
- },
1813
- "disable_add": {
1814
- "description": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
1815
- "markdownDescription": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
1816
- "type": "boolean"
1817
- },
1818
- "disable_add_folder": {
1819
- "description": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
1820
- "markdownDescription": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
1821
- "type": "boolean"
1822
- },
1823
- "disable_file_actions": {
1824
- "description": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
1825
- "markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
1826
- "type": "boolean"
1827
- },
1828
- "documentation": {
1829
- "$ref": "#/definitions/Documentation",
1830
- "description": "Provides a custom link for documentation for editors shown above the collection file list.",
1831
- "markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
1832
- },
1833
- "filter": {
1834
- "anyOf": [
1835
- {
1836
- "$ref": "#/definitions/Filter"
1837
- },
1838
- {
1839
- "$ref": "#/definitions/FilterBase"
1840
- }
1841
- ],
1842
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
1843
- "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
1844
- },
1845
- "glob": {
1846
- "anyOf": [
1847
- {
1848
- "type": "string"
1849
- },
1850
- {
1851
- "items": {
1852
- "type": "string"
1853
- },
1854
- "type": "array"
1855
- }
1856
- ],
1857
- "description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
1858
- "markdownDescription": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`."
1859
- },
1860
- "icon": {
1861
- "$ref": "#/definitions/Icon",
1862
- "description": "Sets an icon to use alongside references to this collection.",
1863
- "markdownDescription": "Sets an icon to use alongside references to this collection."
1864
- },
1865
- "name": {
1866
- "description": "The display name of this collection. Used in headings and in the context menu for items in the collection. This is optional as CloudCannon auto-generates this from the collection key.",
1867
- "markdownDescription": "The display name of this collection. Used in headings and in the context menu for items in the\ncollection. This is optional as CloudCannon auto-generates this from the collection key.",
1868
- "type": "string"
1869
- },
1870
- "new_preview_url": {
1871
- "description": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will load that set preview URL and use the Data Bindings and Previews to render your new page without saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the Visual Editor.",
1872
- "markdownDescription": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will\nload that set preview URL and use the Data Bindings and Previews to render your new page\nwithout saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the\nVisual Editor.",
1873
- "type": "string"
1874
- },
1875
- "output": {
1876
- "description": "Whether or not files in this collection produce files in the build output.",
1877
- "markdownDescription": "Whether or not files in this collection produce files in the build output.",
1878
- "type": "boolean"
1879
- },
1880
- "path": {
1881
- "description": "The top-most folder where the files in this collection are stored. It is relative to source.",
1882
- "markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
1883
- "type": "string"
1884
- },
1885
- "preview": {
1886
- "$ref": "#/definitions/Preview",
1887
- "description": "Changes the way items are previewed in the CMS.",
1888
- "markdownDescription": "Changes the way items are previewed in the CMS."
1889
- },
1890
- "schema_key": {
1891
- "description": "The key used in each file to identify the schema that file uses. The value this key represents in each of this collection's files should match the keys in schemas. Defaults to _schema.",
1892
- "markdownDescription": "The key used in each file to identify the schema that file uses. The value this key represents\nin each of this collection's files should match the keys in schemas. Defaults to _schema.",
1893
- "type": "string"
1894
- },
1895
- "schemas": {
1896
- "additionalProperties": {
1897
- "$ref": "#/definitions/Schema"
1898
- },
1899
- "description": "The set of schemas for this collection. Schemas are used when creating and editing files in this collection. Each entry corresponds to a schema that describes a data structure for this collection.\n\nThe keys in this object should match the values used for schema_key inside each of this collection's files. default is a special entry and is used when a file has no schema.",
1900
- "markdownDescription": "The set of schemas for this collection. Schemas are used when creating and editing files in\nthis collection. Each entry corresponds to a schema that describes a data structure for this\ncollection.\n\nThe keys in this object should match the values used for schema_key inside each of this\ncollection's files. default is a special entry and is used when a file has no schema.",
1901
- "type": "object"
1902
- },
1903
- "singular_key": {
1904
- "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
1905
- "markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
1906
- "type": "string"
1907
- },
1908
- "singular_name": {
1909
- "description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
1910
- "markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
1689
+ "glob": {
1690
+ "anyOf": [
1691
+ {
1692
+ "items": {
1911
1693
  "type": "string"
1912
1694
  },
1913
- "sort": {
1914
- "$ref": "#/definitions/Sort",
1915
- "description": "Sets the default sorting for the collection file list. Defaults to the first option in sort_options, then falls back descending path. As an exception, defaults to descending date for blog-like collections.",
1916
- "markdownDescription": "Sets the default sorting for the collection file list. Defaults to the first option in\nsort_options, then falls back descending path. As an exception, defaults to descending date for\nblog-like collections."
1917
- },
1918
- "sort_options": {
1919
- "description": "Controls the available options in the sort menu. Defaults to generating the options from the first item in the collection, falling back to ascending path and descending path.",
1920
- "items": {
1921
- "$ref": "#/definitions/SortOption"
1922
- },
1923
- "markdownDescription": "Controls the available options in the sort menu. Defaults to generating the options from the\nfirst item in the collection, falling back to ascending path and descending path.",
1924
- "type": "array"
1925
- }
1695
+ "type": "array"
1926
1696
  },
1927
- "type": "object"
1928
- },
1929
- "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.",
1930
- "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.",
1931
- "type": "object"
1932
- },
1933
- "collections_config_override": {
1934
- "description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
1935
- "markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true.\nDefaults to false.",
1697
+ {
1698
+ "type": "string"
1699
+ }
1700
+ ],
1701
+ "description": "The glob pattern(s) targeting a path to one or more files.",
1702
+ "markdownDescription": "The glob pattern(s) targeting a path to one or more files."
1703
+ }
1704
+ },
1705
+ "required": [
1706
+ "glob"
1707
+ ],
1708
+ "type": "object"
1709
+ },
1710
+ "FileInput": {
1711
+ "additionalProperties": false,
1712
+ "properties": {
1713
+ "cascade": {
1714
+ "default": true,
1715
+ "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
1716
+ "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
1936
1717
  "type": "boolean"
1937
1718
  },
1938
- "commit_templates": {
1939
- "items": {
1940
- "$ref": "#/definitions/CommitTemplate"
1941
- },
1942
- "type": "array"
1943
- },
1944
- "data_config": {
1945
- "additionalProperties": {
1946
- "type": "boolean"
1947
- },
1948
- "description": "Controls what data sets are available to populate select and multiselect inputs.",
1949
- "markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
1950
- "type": "object"
1951
- },
1952
- "editor": {
1953
- "$ref": "#/definitions/Editor",
1954
- "description": "Contains settings for the default editor actions on your site.",
1955
- "markdownDescription": "Contains settings for the default editor actions on your site."
1956
- },
1957
- "file_config": {
1958
- "additionalProperties": {
1959
- "$ref": "#/definitions/FileConfigEntry"
1960
- },
1961
- "description": "Provides scope to configure at a file level, without adding configuration to files.",
1962
- "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
1963
- "type": "object"
1719
+ "comment": {
1720
+ "description": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
1721
+ "markdownDescription": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown:\nlinks, bold, italic, subscript, superscript, and inline code elements are allowed.",
1722
+ "type": "string"
1964
1723
  },
1965
- "generator": {
1724
+ "context": {
1966
1725
  "additionalProperties": false,
1967
- "description": "Contains settings for various Markdown engines.",
1968
- "markdownDescription": "Contains settings for various Markdown engines.",
1726
+ "description": "Adds an expandable section of rich text below the input.",
1727
+ "markdownDescription": "Adds an expandable section of rich text below the input.",
1969
1728
  "properties": {
1970
- "metadata": {
1971
- "additionalProperties": false,
1972
- "description": "Settings for various Markdown engines.",
1973
- "markdownDescription": "Settings for various Markdown engines.",
1974
- "properties": {
1975
- "commonmark": {
1976
- "description": "Markdown options specific used when markdown is set to \"commonmark\".",
1977
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
1978
- "type": "object"
1979
- },
1980
- "commonmarkghpages": {
1981
- "description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
1982
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
1983
- "type": "object"
1984
- },
1985
- "goldmark": {
1986
- "description": "Markdown options specific used when markdown is set to \"goldmark\".",
1987
- "markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
1988
- "type": "object"
1989
- },
1990
- "kramdown": {
1991
- "description": "Markdown options specific used when markdown is set to \"kramdown\".",
1992
- "markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
1993
- "type": "object"
1994
- },
1995
- "markdown": {
1996
- "description": "The Markdown engine used on your site.",
1997
- "enum": [
1998
- "kramdown",
1999
- "commonmark",
2000
- "commonmarkghpages",
2001
- "goldmark",
2002
- "markdown-it"
2003
- ],
2004
- "markdownDescription": "The Markdown engine used on your site.",
2005
- "type": "string"
2006
- },
2007
- "markdown-it": {
2008
- "description": "Markdown options specific used when markdown is set to \"markdown-it\".",
2009
- "markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
2010
- "type": "object"
2011
- }
2012
- },
2013
- "required": [
2014
- "markdown"
2015
- ],
2016
- "type": "object"
1729
+ "content": {
1730
+ "description": "The rich text content shown when opened. Supports a limited set of Markdown.",
1731
+ "markdownDescription": "The rich text content shown when opened. Supports a limited set of Markdown.",
1732
+ "type": "string"
1733
+ },
1734
+ "icon": {
1735
+ "$ref": "#/definitions/Icon",
1736
+ "description": "The icon shown when not open.",
1737
+ "markdownDescription": "The icon shown when not open."
1738
+ },
1739
+ "open": {
1740
+ "description": "Makes the content visible initially.",
1741
+ "markdownDescription": "Makes the content visible initially.",
1742
+ "type": "boolean"
1743
+ },
1744
+ "title": {
1745
+ "description": "The text shown when not open. Defaults to \"Context\" if unset.",
1746
+ "markdownDescription": "The text shown when not open. Defaults to \"Context\" if unset.",
1747
+ "type": "string"
2017
1748
  }
2018
1749
  },
2019
1750
  "type": "object"
2020
1751
  },
2021
- "paths": {
2022
- "$ref": "#/definitions/Paths",
2023
- "description": "Global paths to common folders.",
2024
- "markdownDescription": "Global paths to common folders."
1752
+ "documentation": {
1753
+ "$ref": "#/definitions/Documentation",
1754
+ "description": "Provides a custom link for documentation for editors shown above input.",
1755
+ "markdownDescription": "Provides a custom link for documentation for editors shown above input."
2025
1756
  },
2026
- "source": {
2027
- "description": "Base path to your site source files, relative to the root folder.",
2028
- "markdownDescription": "Base path to your site source files, relative to the root folder.",
2029
- "type": "string"
1757
+ "hidden": {
1758
+ "default": false,
1759
+ "description": "Toggles the visibility of this input.",
1760
+ "markdownDescription": "Toggles the visibility of this input.",
1761
+ "type": [
1762
+ "boolean",
1763
+ "string"
1764
+ ]
2030
1765
  },
2031
- "source_editor": {
2032
- "$ref": "#/definitions/SourceEditor",
2033
- "description": "Settings for the behavior and appearance of the Source Editor.",
2034
- "markdownDescription": "Settings for the behavior and appearance of the Source Editor."
1766
+ "instance_value": {
1767
+ "$ref": "#/definitions/InstanceValue",
1768
+ "description": "Controls if and how the value of this input is instantiated when created. This occurs when creating files, or adding array items containing the configured input.",
1769
+ "markdownDescription": "Controls if and how the value of this input is instantiated when created. This occurs when\ncreating files, or adding array items containing the configured input."
2035
1770
  },
2036
- "ssg": {
2037
- "const": "eleventy",
1771
+ "label": {
1772
+ "description": "Optionally changes the text above this input.",
1773
+ "markdownDescription": "Optionally changes the text above this input.",
2038
1774
  "type": "string"
2039
1775
  },
2040
- "timezone": {
2041
- "$ref": "#/definitions/Timezone",
2042
- "default": "Etc/UTC",
2043
- "description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
2044
- "markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
1776
+ "options": {
1777
+ "$ref": "#/definitions/FileInputOptions",
1778
+ "description": "Options that are specific to this `type` of input.",
1779
+ "markdownDescription": "Options that are specific to this `type` of input."
1780
+ },
1781
+ "type": {
1782
+ "enum": [
1783
+ "file",
1784
+ "document"
1785
+ ],
1786
+ "type": "string"
2045
1787
  }
2046
1788
  },
2047
- "type": "object"
2048
- },
2049
- "EmptyTypeArray": {
2050
- "enum": [
2051
- "null",
2052
- "array"
2053
- ],
2054
- "type": "string"
2055
- },
2056
- "EmptyTypeNumber": {
2057
- "enum": [
2058
- "null",
2059
- "number"
1789
+ "required": [
1790
+ "type"
2060
1791
  ],
2061
- "type": "string"
2062
- },
2063
- "EmptyTypeObject": {
2064
- "enum": [
2065
- "null",
2066
- "object"
2067
- ],
2068
- "type": "string"
2069
- },
2070
- "EmptyTypeText": {
2071
- "enum": [
2072
- "null",
2073
- "string"
2074
- ],
2075
- "type": "string"
2076
- },
2077
- "FileConfigEntry": {
2078
- "additionalProperties": false,
2079
- "properties": {
2080
- "_array_structures": {
2081
- "additionalProperties": {},
2082
- "description": "[DEPRECATED] Now known as _structures.",
2083
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
2084
- "type": "object"
2085
- },
2086
- "_comments": {
2087
- "additionalProperties": {
2088
- "type": "string"
2089
- },
2090
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
2091
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
2092
- "type": "object"
2093
- },
2094
- "_editables": {
2095
- "$ref": "#/definitions/Editables",
2096
- "description": "Contains input options for Editable Regions and the Content Editor.",
2097
- "markdownDescription": "Contains input options for Editable Regions and the Content Editor."
2098
- },
2099
- "_enabled_editors": {
2100
- "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.",
2101
- "items": {
2102
- "$ref": "#/definitions/EditorKey"
2103
- },
2104
- "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.",
2105
- "type": "array"
2106
- },
2107
- "_inputs": {
2108
- "additionalProperties": {
2109
- "$ref": "#/definitions/Input"
2110
- },
2111
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
2112
- "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
2113
- "type": "object"
2114
- },
2115
- "_options": {
2116
- "additionalProperties": {
2117
- "additionalProperties": {},
2118
- "type": "object"
2119
- },
2120
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
2121
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
2122
- "type": "object"
2123
- },
2124
- "_select_data": {
2125
- "additionalProperties": {
2126
- "$ref": "#/definitions/SelectValues"
2127
- },
2128
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
2129
- "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
2130
- "type": "object"
2131
- },
2132
- "_structures": {
2133
- "additionalProperties": {
2134
- "$ref": "#/definitions/Structure"
2135
- },
2136
- "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.",
2137
- "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.",
2138
- "type": "object"
2139
- },
2140
- "glob": {
2141
- "anyOf": [
2142
- {
2143
- "type": "string"
2144
- },
2145
- {
2146
- "items": {
2147
- "type": "string"
2148
- },
2149
- "type": "array"
2150
- }
2151
- ],
2152
- "description": "The glob pattern(s) targeting a path to one or more files.",
2153
- "markdownDescription": "The glob pattern(s) targeting a path to one or more files."
2154
- }
2155
- },
2156
- "required": [
2157
- "glob"
2158
- ],
2159
- "type": "object"
2160
- },
2161
- "FileInput": {
2162
- "additionalProperties": false,
2163
- "properties": {
2164
- "cascade": {
2165
- "default": true,
2166
- "description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
2167
- "markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less\nspecific configuration.",
2168
- "type": "boolean"
2169
- },
2170
- "comment": {
2171
- "description": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
2172
- "markdownDescription": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown:\nlinks, bold, italic, subscript, superscript, and inline code elements are allowed.",
2173
- "type": "string"
2174
- },
2175
- "context": {
2176
- "additionalProperties": false,
2177
- "description": "Adds an expandable section of rich text below the input.",
2178
- "markdownDescription": "Adds an expandable section of rich text below the input.",
2179
- "properties": {
2180
- "content": {
2181
- "description": "The rich text content shown when opened. Supports a limited set of Markdown.",
2182
- "markdownDescription": "The rich text content shown when opened. Supports a limited set of Markdown.",
2183
- "type": "string"
2184
- },
2185
- "icon": {
2186
- "$ref": "#/definitions/Icon",
2187
- "description": "The icon shown when not open.",
2188
- "markdownDescription": "The icon shown when not open."
2189
- },
2190
- "open": {
2191
- "description": "Makes the content visible initially.",
2192
- "markdownDescription": "Makes the content visible initially.",
2193
- "type": "boolean"
2194
- },
2195
- "title": {
2196
- "description": "The text shown when not open. Defaults to \"Context\" if unset.",
2197
- "markdownDescription": "The text shown when not open. Defaults to \"Context\" if unset.",
2198
- "type": "string"
2199
- }
2200
- },
2201
- "type": "object"
2202
- },
2203
- "documentation": {
2204
- "$ref": "#/definitions/Documentation",
2205
- "description": "Provides a custom link for documentation for editors shown above input.",
2206
- "markdownDescription": "Provides a custom link for documentation for editors shown above input."
2207
- },
2208
- "hidden": {
2209
- "default": false,
2210
- "description": "Toggles the visibility of this input.",
2211
- "markdownDescription": "Toggles the visibility of this input.",
2212
- "type": [
2213
- "boolean",
2214
- "string"
2215
- ]
2216
- },
2217
- "instance_value": {
2218
- "$ref": "#/definitions/InstanceValue",
2219
- "description": "Controls if and how the value of this input is instantiated when created. This occurs when creating files, or adding array items containing the configured input.",
2220
- "markdownDescription": "Controls if and how the value of this input is instantiated when created. This occurs when\ncreating files, or adding array items containing the configured input."
2221
- },
2222
- "label": {
2223
- "description": "Optionally changes the text above this input.",
2224
- "markdownDescription": "Optionally changes the text above this input.",
2225
- "type": "string"
2226
- },
2227
- "options": {
2228
- "$ref": "#/definitions/FileInputOptions",
2229
- "description": "Options that are specific to this `type` of input.",
2230
- "markdownDescription": "Options that are specific to this `type` of input."
2231
- },
2232
- "type": {
2233
- "enum": [
2234
- "file",
2235
- "document"
2236
- ],
2237
- "type": "string"
2238
- }
2239
- },
2240
- "required": [
2241
- "type"
2242
- ],
2243
- "type": "object"
1792
+ "type": "object"
2244
1793
  },
2245
1794
  "FileInputOptions": {
2246
1795
  "additionalProperties": false,
@@ -2255,495 +1804,29 @@
2255
1804
  },
2256
1805
  {
2257
1806
  "const": "*",
2258
- "type": "string"
2259
- }
2260
- ],
2261
- "description": "Restricts which file types are available to select or upload to this input.",
2262
- "markdownDescription": "Restricts which file types are available to select or upload to this input."
2263
- },
2264
- "allowed_sources": {
2265
- "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.",
2266
- "items": {
2267
- "type": "string"
2268
- },
2269
- "markdownDescription": "If you have one or more DAMs connected to your site, you can use this key to list which asset\nsources can be uploaded to and selected from.",
2270
- "type": "array"
2271
- },
2272
- "empty_type": {
2273
- "$ref": "#/definitions/EmptyTypeText",
2274
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
2275
- "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
2276
- },
2277
- "paths": {
2278
- "$ref": "#/definitions/ReducedPaths",
2279
- "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`.",
2280
- "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`."
2281
- }
2282
- },
2283
- "type": "object"
2284
- },
2285
- "Filter": {
2286
- "additionalProperties": false,
2287
- "properties": {
2288
- "base": {
2289
- "$ref": "#/definitions/FilterBase",
2290
- "description": "Defines the initial set of visible files in the collection file list. Defaults to \"all\", or \"strict\" for the auto-discovered `pages` collection in Jekyll, Hugo, and Eleventy.",
2291
- "markdownDescription": "Defines the initial set of visible files in the collection file list. Defaults to \"all\", or\n\"strict\" for the auto-discovered `pages` collection in Jekyll, Hugo, and Eleventy."
2292
- },
2293
- "exclude": {
2294
- "description": "Remove from the visible files set with `base`. Paths must be relative to the containing collection `path`.",
2295
- "items": {
2296
- "type": "string"
2297
- },
2298
- "markdownDescription": "Remove from the visible files set with `base`. Paths must be relative to the containing\ncollection `path`.",
2299
- "type": "array"
2300
- },
2301
- "include": {
2302
- "description": "Add to the visible files set with `base`. Paths must be relative to the containing collection `path`.",
2303
- "items": {
2304
- "type": "string"
2305
- },
2306
- "markdownDescription": "Add to the visible files set with `base`. Paths must be relative to the containing collection\n`path`.",
2307
- "type": "array"
2308
- }
2309
- },
2310
- "type": "object"
2311
- },
2312
- "FilterBase": {
2313
- "enum": [
2314
- "none",
2315
- "all",
2316
- "strict"
2317
- ],
2318
- "type": "string"
2319
- },
2320
- "HugoCollectionConfig": {
2321
- "additionalProperties": false,
2322
- "properties": {
2323
- "_array_structures": {
2324
- "additionalProperties": {},
2325
- "description": "[DEPRECATED] Now known as _structures.",
2326
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
2327
- "type": "object"
2328
- },
2329
- "_comments": {
2330
- "additionalProperties": {
2331
- "type": "string"
2332
- },
2333
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
2334
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
2335
- "type": "object"
2336
- },
2337
- "_editables": {
2338
- "$ref": "#/definitions/Editables",
2339
- "description": "Contains input options for Editable Regions and the Content Editor.",
2340
- "markdownDescription": "Contains input options for Editable Regions and the Content Editor."
2341
- },
2342
- "_enabled_editors": {
2343
- "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.",
2344
- "items": {
2345
- "$ref": "#/definitions/EditorKey"
2346
- },
2347
- "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.",
2348
- "type": "array"
2349
- },
2350
- "_inputs": {
2351
- "additionalProperties": {
2352
- "$ref": "#/definitions/Input"
2353
- },
2354
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
2355
- "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
2356
- "type": "object"
2357
- },
2358
- "_options": {
2359
- "additionalProperties": {
2360
- "additionalProperties": {},
2361
- "type": "object"
2362
- },
2363
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
2364
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
2365
- "type": "object"
2366
- },
2367
- "_select_data": {
2368
- "additionalProperties": {
2369
- "$ref": "#/definitions/SelectValues"
2370
- },
2371
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
2372
- "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
2373
- "type": "object"
2374
- },
2375
- "_structures": {
2376
- "additionalProperties": {
2377
- "$ref": "#/definitions/Structure"
2378
- },
2379
- "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.",
2380
- "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.",
2381
- "type": "object"
2382
- },
2383
- "add_options": {
2384
- "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.",
2385
- "items": {
2386
- "$ref": "#/definitions/AddOption"
2387
- },
2388
- "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.",
2389
- "type": "array"
2390
- },
2391
- "create": {
2392
- "$ref": "#/definitions/Create",
2393
- "description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
2394
- "markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
2395
- },
2396
- "description": {
2397
- "description": "Text or Markdown to show above the collection file list.",
2398
- "markdownDescription": "Text or Markdown to show above the collection file list.",
2399
- "type": "string"
2400
- },
2401
- "disable_add": {
2402
- "description": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
2403
- "markdownDescription": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
2404
- "type": "boolean"
2405
- },
2406
- "disable_add_folder": {
2407
- "description": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
2408
- "markdownDescription": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
2409
- "type": "boolean"
2410
- },
2411
- "disable_file_actions": {
2412
- "description": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
2413
- "markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
2414
- "type": "boolean"
2415
- },
2416
- "documentation": {
2417
- "$ref": "#/definitions/Documentation",
2418
- "description": "Provides a custom link for documentation for editors shown above the collection file list.",
2419
- "markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
2420
- },
2421
- "filter": {
2422
- "anyOf": [
2423
- {
2424
- "$ref": "#/definitions/Filter"
2425
- },
2426
- {
2427
- "$ref": "#/definitions/FilterBase"
2428
- }
2429
- ],
2430
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
2431
- "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
2432
- },
2433
- "glob": {
2434
- "anyOf": [
2435
- {
2436
- "type": "string"
2437
- },
2438
- {
2439
- "items": {
2440
- "type": "string"
2441
- },
2442
- "type": "array"
2443
- }
2444
- ],
2445
- "description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
2446
- "markdownDescription": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`."
2447
- },
2448
- "icon": {
2449
- "$ref": "#/definitions/Icon",
2450
- "description": "Sets an icon to use alongside references to this collection.",
2451
- "markdownDescription": "Sets an icon to use alongside references to this collection."
2452
- },
2453
- "name": {
2454
- "description": "The display name of this collection. Used in headings and in the context menu for items in the collection. This is optional as CloudCannon auto-generates this from the collection key.",
2455
- "markdownDescription": "The display name of this collection. Used in headings and in the context menu for items in the\ncollection. This is optional as CloudCannon auto-generates this from the collection key.",
2456
- "type": "string"
2457
- },
2458
- "new_preview_url": {
2459
- "description": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will load that set preview URL and use the Data Bindings and Previews to render your new page without saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the Visual Editor.",
2460
- "markdownDescription": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will\nload that set preview URL and use the Data Bindings and Previews to render your new page\nwithout saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the\nVisual Editor.",
2461
- "type": "string"
2462
- },
2463
- "output": {
2464
- "description": "Whether or not files in this collection produce files in the build output.",
2465
- "markdownDescription": "Whether or not files in this collection produce files in the build output.",
2466
- "type": "boolean"
2467
- },
2468
- "parse_branch_index": {
2469
- "description": "Controls whether branch index files (e.g. _index.md) are assigned to this collection or not. The \"pages\" collection defaults this to true, and false otherwise.",
2470
- "markdownDescription": "Controls whether branch index files (e.g. _index.md) are assigned to this collection or not.\nThe \"pages\" collection defaults this to true, and false otherwise.",
2471
- "type": "boolean"
2472
- },
2473
- "path": {
2474
- "description": "The top-most folder where the files in this collection are stored. It is relative to source.",
2475
- "markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
2476
- "type": "string"
2477
- },
2478
- "preview": {
2479
- "$ref": "#/definitions/Preview",
2480
- "description": "Changes the way items are previewed in the CMS.",
2481
- "markdownDescription": "Changes the way items are previewed in the CMS."
2482
- },
2483
- "schema_key": {
2484
- "description": "The key used in each file to identify the schema that file uses. The value this key represents in each of this collection's files should match the keys in schemas. Defaults to _schema.",
2485
- "markdownDescription": "The key used in each file to identify the schema that file uses. The value this key represents\nin each of this collection's files should match the keys in schemas. Defaults to _schema.",
2486
- "type": "string"
2487
- },
2488
- "schemas": {
2489
- "additionalProperties": {
2490
- "$ref": "#/definitions/Schema"
2491
- },
2492
- "description": "The set of schemas for this collection. Schemas are used when creating and editing files in this collection. Each entry corresponds to a schema that describes a data structure for this collection.\n\nThe keys in this object should match the values used for schema_key inside each of this collection's files. default is a special entry and is used when a file has no schema.",
2493
- "markdownDescription": "The set of schemas for this collection. Schemas are used when creating and editing files in\nthis collection. Each entry corresponds to a schema that describes a data structure for this\ncollection.\n\nThe keys in this object should match the values used for schema_key inside each of this\ncollection's files. default is a special entry and is used when a file has no schema.",
2494
- "type": "object"
2495
- },
2496
- "singular_key": {
2497
- "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
2498
- "markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
2499
- "type": "string"
2500
- },
2501
- "singular_name": {
2502
- "description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
2503
- "markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
2504
- "type": "string"
2505
- },
2506
- "sort": {
2507
- "$ref": "#/definitions/Sort",
2508
- "description": "Sets the default sorting for the collection file list. Defaults to the first option in sort_options, then falls back descending path. As an exception, defaults to descending date for blog-like collections.",
2509
- "markdownDescription": "Sets the default sorting for the collection file list. Defaults to the first option in\nsort_options, then falls back descending path. As an exception, defaults to descending date for\nblog-like collections."
2510
- },
2511
- "sort_options": {
2512
- "description": "Controls the available options in the sort menu. Defaults to generating the options from the first item in the collection, falling back to ascending path and descending path.",
2513
- "items": {
2514
- "$ref": "#/definitions/SortOption"
2515
- },
2516
- "markdownDescription": "Controls the available options in the sort menu. Defaults to generating the options from the\nfirst item in the collection, falling back to ascending path and descending path.",
2517
- "type": "array"
2518
- }
2519
- },
2520
- "type": "object"
2521
- },
2522
- "HugoConfiguration": {
2523
- "additionalProperties": false,
2524
- "properties": {
2525
- "_array_structures": {
2526
- "additionalProperties": {},
2527
- "description": "[DEPRECATED] Now known as _structures.",
2528
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
2529
- "type": "object"
2530
- },
2531
- "_comments": {
2532
- "additionalProperties": {
2533
- "type": "string"
2534
- },
2535
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
2536
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
2537
- "type": "object"
2538
- },
2539
- "_editables": {
2540
- "$ref": "#/definitions/Editables",
2541
- "description": "Contains input options for Editable Regions and the Content Editor.",
2542
- "markdownDescription": "Contains input options for Editable Regions and the Content Editor."
2543
- },
2544
- "_enabled_editors": {
2545
- "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.",
2546
- "items": {
2547
- "$ref": "#/definitions/EditorKey"
2548
- },
2549
- "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.",
2550
- "type": "array"
2551
- },
2552
- "_inputs": {
2553
- "additionalProperties": {
2554
- "$ref": "#/definitions/Input"
2555
- },
2556
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
2557
- "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
2558
- "type": "object"
2559
- },
2560
- "_options": {
2561
- "additionalProperties": {
2562
- "additionalProperties": {},
2563
- "type": "object"
2564
- },
2565
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
2566
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
2567
- "type": "object"
2568
- },
2569
- "_select_data": {
2570
- "additionalProperties": {
2571
- "$ref": "#/definitions/SelectValues"
2572
- },
2573
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
2574
- "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
2575
- "type": "object"
2576
- },
2577
- "_snippets": {
2578
- "additionalProperties": {
2579
- "$ref": "#/definitions/SnippetConfig"
2580
- },
2581
- "description": "Configuration for custom snippets.",
2582
- "markdownDescription": "Configuration for custom snippets.",
2583
- "type": "object"
2584
- },
2585
- "_snippets_definitions": {
2586
- "additionalProperties": {
2587
- "$ref": "#/definitions/SnippetConfig"
2588
- },
2589
- "description": "Extended option used when creating more complex custom snippets.",
2590
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
2591
- "type": "object"
2592
- },
2593
- "_snippets_imports": {
2594
- "$ref": "#/definitions/SnippetsImports",
2595
- "description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
2596
- "markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
2597
- },
2598
- "_snippets_templates": {
2599
- "additionalProperties": {
2600
- "$ref": "#/definitions/SnippetConfig"
2601
- },
2602
- "description": "Extended option used when creating more complex custom snippets.",
2603
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
2604
- "type": "object"
2605
- },
2606
- "_structures": {
2607
- "additionalProperties": {
2608
- "$ref": "#/definitions/Structure"
2609
- },
2610
- "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.",
2611
- "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.",
2612
- "type": "object"
2613
- },
2614
- "base_url": {
2615
- "description": "The subpath where your output files are hosted.",
2616
- "markdownDescription": "The subpath where your output files are hosted.",
2617
- "type": "string"
2618
- },
2619
- "collection_groups": {
2620
- "description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
2621
- "items": {
2622
- "$ref": "#/definitions/CollectionGroup"
2623
- },
2624
- "markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
2625
- "type": "array"
2626
- },
2627
- "collections_config": {
2628
- "additionalProperties": {
2629
- "$ref": "#/definitions/HugoCollectionConfig"
2630
- },
2631
- "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.",
2632
- "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.",
2633
- "type": "object"
2634
- },
2635
- "collections_config_override": {
2636
- "description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
2637
- "markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true.\nDefaults to false.",
2638
- "type": "boolean"
2639
- },
2640
- "commit_templates": {
2641
- "items": {
2642
- "$ref": "#/definitions/CommitTemplate"
2643
- },
2644
- "type": "array"
2645
- },
2646
- "data_config": {
2647
- "additionalProperties": {
2648
- "type": "boolean"
2649
- },
2650
- "description": "Controls what data sets are available to populate select and multiselect inputs.",
2651
- "markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
2652
- "type": "object"
2653
- },
2654
- "editor": {
2655
- "$ref": "#/definitions/Editor",
2656
- "description": "Contains settings for the default editor actions on your site.",
2657
- "markdownDescription": "Contains settings for the default editor actions on your site."
2658
- },
2659
- "file_config": {
2660
- "additionalProperties": {
2661
- "$ref": "#/definitions/FileConfigEntry"
2662
- },
2663
- "description": "Provides scope to configure at a file level, without adding configuration to files.",
2664
- "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
2665
- "type": "object"
2666
- },
2667
- "generator": {
2668
- "additionalProperties": false,
2669
- "description": "Contains settings for various Markdown engines.",
2670
- "markdownDescription": "Contains settings for various Markdown engines.",
2671
- "properties": {
2672
- "metadata": {
2673
- "additionalProperties": false,
2674
- "description": "Settings for various Markdown engines.",
2675
- "markdownDescription": "Settings for various Markdown engines.",
2676
- "properties": {
2677
- "commonmark": {
2678
- "description": "Markdown options specific used when markdown is set to \"commonmark\".",
2679
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
2680
- "type": "object"
2681
- },
2682
- "commonmarkghpages": {
2683
- "description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
2684
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
2685
- "type": "object"
2686
- },
2687
- "goldmark": {
2688
- "description": "Markdown options specific used when markdown is set to \"goldmark\".",
2689
- "markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
2690
- "type": "object"
2691
- },
2692
- "kramdown": {
2693
- "description": "Markdown options specific used when markdown is set to \"kramdown\".",
2694
- "markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
2695
- "type": "object"
2696
- },
2697
- "markdown": {
2698
- "description": "The Markdown engine used on your site.",
2699
- "enum": [
2700
- "kramdown",
2701
- "commonmark",
2702
- "commonmarkghpages",
2703
- "goldmark",
2704
- "markdown-it"
2705
- ],
2706
- "markdownDescription": "The Markdown engine used on your site.",
2707
- "type": "string"
2708
- },
2709
- "markdown-it": {
2710
- "description": "Markdown options specific used when markdown is set to \"markdown-it\".",
2711
- "markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
2712
- "type": "object"
2713
- }
2714
- },
2715
- "required": [
2716
- "markdown"
2717
- ],
2718
- "type": "object"
2719
- }
2720
- },
2721
- "type": "object"
2722
- },
2723
- "paths": {
2724
- "$ref": "#/definitions/Paths",
2725
- "description": "Global paths to common folders.",
2726
- "markdownDescription": "Global paths to common folders."
2727
- },
2728
- "source": {
2729
- "description": "Base path to your site source files, relative to the root folder.",
2730
- "markdownDescription": "Base path to your site source files, relative to the root folder.",
2731
- "type": "string"
1807
+ "type": "string"
1808
+ }
1809
+ ],
1810
+ "description": "Restricts which file types are available to select or upload to this input.",
1811
+ "markdownDescription": "Restricts which file types are available to select or upload to this input."
2732
1812
  },
2733
- "source_editor": {
2734
- "$ref": "#/definitions/SourceEditor",
2735
- "description": "Settings for the behavior and appearance of the Source Editor.",
2736
- "markdownDescription": "Settings for the behavior and appearance of the Source Editor."
1813
+ "allowed_sources": {
1814
+ "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.",
1815
+ "items": {
1816
+ "type": "string"
1817
+ },
1818
+ "markdownDescription": "If you have one or more DAMs connected to your site, you can use this key to list which asset\nsources can be uploaded to and selected from.",
1819
+ "type": "array"
2737
1820
  },
2738
- "ssg": {
2739
- "const": "hugo",
2740
- "type": "string"
1821
+ "empty_type": {
1822
+ "$ref": "#/definitions/EmptyTypeText",
1823
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
1824
+ "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
2741
1825
  },
2742
- "timezone": {
2743
- "$ref": "#/definitions/Timezone",
2744
- "default": "Etc/UTC",
2745
- "description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
2746
- "markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
1826
+ "paths": {
1827
+ "$ref": "#/definitions/ReducedPaths",
1828
+ "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`.",
1829
+ "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`."
2747
1830
  }
2748
1831
  },
2749
1832
  "type": "object"
@@ -5116,586 +4199,163 @@
5116
4199
  "image/jpeg",
5117
4200
  "image/png"
5118
4201
  ],
5119
- "markdownDescription": "Sets the format images are converted to prior to upload. The extension of the file is updated\nto match. Defaults to keeping the mime type of the uploaded file.",
5120
- "type": "string"
5121
- },
5122
- "paths": {
5123
- "$ref": "#/definitions/ReducedPaths",
5124
- "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`.",
5125
- "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`."
5126
- },
5127
- "prevent_resize_existing_files": {
5128
- "default": false,
5129
- "description": "Enable to skip the image resizing process configured for this input when selecting existing images.",
5130
- "markdownDescription": "Enable to skip the image resizing process configured for this input when selecting existing\nimages.",
5131
- "type": "boolean"
5132
- },
5133
- "resize_style": {
5134
- "default": "contain",
5135
- "description": "Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.",
5136
- "enum": [
5137
- "cover",
5138
- "contain",
5139
- "stretch",
5140
- "crop"
5141
- ],
5142
- "markdownDescription": "Sets how uploaded image files are resized with a bounding box defined by width and height prior\nto upload. Has no effect when selecting existing images, or if width and height are unset.",
5143
- "type": "string"
5144
- },
5145
- "sizes": {
5146
- "description": "Definitions for creating additional images of different sizes when uploading or selecting existing files.",
5147
- "items": {
5148
- "additionalProperties": false,
5149
- "properties": {
5150
- "size": {
5151
- "description": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w).",
5152
- "markdownDescription": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of\nthe image (e.g. 2x, 3x, 100w, 360w).",
5153
- "type": "string"
5154
- },
5155
- "target": {
5156
- "description": "A reference to another input that is given the path to this additional image file.",
5157
- "markdownDescription": "A reference to another input that is given the path to this additional image file.",
5158
- "type": "string"
5159
- }
5160
- },
5161
- "required": [
5162
- "size"
5163
- ],
5164
- "type": "object"
5165
- },
5166
- "markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting\nexisting files.",
5167
- "type": "array"
5168
- },
5169
- "width": {
5170
- "description": "Defines the width of the bounding box used in the image resizing process defined with resize_style.",
5171
- "markdownDescription": "Defines the width of the bounding box used in the image resizing process defined with\nresize_style.",
5172
- "type": "number"
5173
- }
5174
- },
5175
- "type": "object"
5176
- },
5177
- "Input": {
5178
- "anyOf": [
5179
- {
5180
- "$ref": "#/definitions/BaseInput"
5181
- },
5182
- {
5183
- "$ref": "#/definitions/UnknownInput"
5184
- },
5185
- {
5186
- "$ref": "#/definitions/TextInput"
5187
- },
5188
- {
5189
- "$ref": "#/definitions/CodeInput"
5190
- },
5191
- {
5192
- "$ref": "#/definitions/ColorInput"
5193
- },
5194
- {
5195
- "$ref": "#/definitions/NumberInput"
5196
- },
5197
- {
5198
- "$ref": "#/definitions/RangeInput"
5199
- },
5200
- {
5201
- "$ref": "#/definitions/UrlInput"
5202
- },
5203
- {
5204
- "$ref": "#/definitions/RichTextInput"
5205
- },
5206
- {
5207
- "$ref": "#/definitions/DateInput"
5208
- },
5209
- {
5210
- "$ref": "#/definitions/FileInput"
5211
- },
5212
- {
5213
- "$ref": "#/definitions/ImageInput"
5214
- },
5215
- {
5216
- "$ref": "#/definitions/SelectInput"
5217
- },
5218
- {
5219
- "$ref": "#/definitions/MultiselectInput"
5220
- },
5221
- {
5222
- "$ref": "#/definitions/ChoiceInput"
5223
- },
5224
- {
5225
- "$ref": "#/definitions/MultichoiceInput"
5226
- },
5227
- {
5228
- "$ref": "#/definitions/ObjectInput"
5229
- },
5230
- {
5231
- "$ref": "#/definitions/ArrayInput"
5232
- }
5233
- ]
5234
- },
5235
- "InputType": {
5236
- "enum": [
5237
- "text",
5238
- "textarea",
5239
- "email",
5240
- "disabled",
5241
- "pinterest",
5242
- "facebook",
5243
- "twitter",
5244
- "github",
5245
- "instagram",
5246
- "code",
5247
- "checkbox",
5248
- "switch",
5249
- "color",
5250
- "number",
5251
- "range",
5252
- "url",
5253
- "html",
5254
- "markdown",
5255
- "date",
5256
- "datetime",
5257
- "time",
5258
- "file",
5259
- "image",
5260
- "document",
5261
- "select",
5262
- "multiselect",
5263
- "choice",
5264
- "multichoice",
5265
- "object",
5266
- "array"
5267
- ],
5268
- "type": "string"
5269
- },
5270
- "InstanceValue": {
5271
- "enum": [
5272
- "UUID",
5273
- "NOW"
5274
- ],
5275
- "type": "string"
5276
- },
5277
- "JekyllConfiguration": {
5278
- "additionalProperties": false,
5279
- "properties": {
5280
- "_array_structures": {
5281
- "additionalProperties": {},
5282
- "description": "[DEPRECATED] Now known as _structures.",
5283
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
5284
- "type": "object"
5285
- },
5286
- "_comments": {
5287
- "additionalProperties": {
5288
- "type": "string"
5289
- },
5290
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
5291
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
5292
- "type": "object"
5293
- },
5294
- "_editables": {
5295
- "$ref": "#/definitions/Editables",
5296
- "description": "Contains input options for Editable Regions and the Content Editor.",
5297
- "markdownDescription": "Contains input options for Editable Regions and the Content Editor."
5298
- },
5299
- "_enabled_editors": {
5300
- "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.",
5301
- "items": {
5302
- "$ref": "#/definitions/EditorKey"
5303
- },
5304
- "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.",
5305
- "type": "array"
5306
- },
5307
- "_inputs": {
5308
- "additionalProperties": {
5309
- "$ref": "#/definitions/Input"
5310
- },
5311
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
5312
- "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
5313
- "type": "object"
5314
- },
5315
- "_options": {
5316
- "additionalProperties": {
5317
- "additionalProperties": {},
5318
- "type": "object"
5319
- },
5320
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
5321
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
5322
- "type": "object"
5323
- },
5324
- "_select_data": {
5325
- "additionalProperties": {
5326
- "$ref": "#/definitions/SelectValues"
5327
- },
5328
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
5329
- "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
5330
- "type": "object"
5331
- },
5332
- "_snippets": {
5333
- "additionalProperties": {
5334
- "$ref": "#/definitions/SnippetConfig"
5335
- },
5336
- "description": "Configuration for custom snippets.",
5337
- "markdownDescription": "Configuration for custom snippets.",
5338
- "type": "object"
5339
- },
5340
- "_snippets_definitions": {
5341
- "additionalProperties": {
5342
- "$ref": "#/definitions/SnippetConfig"
5343
- },
5344
- "description": "Extended option used when creating more complex custom snippets.",
5345
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
5346
- "type": "object"
5347
- },
5348
- "_snippets_imports": {
5349
- "$ref": "#/definitions/SnippetsImports",
5350
- "description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
5351
- "markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
4202
+ "markdownDescription": "Sets the format images are converted to prior to upload. The extension of the file is updated\nto match. Defaults to keeping the mime type of the uploaded file.",
4203
+ "type": "string"
5352
4204
  },
5353
- "_snippets_templates": {
5354
- "additionalProperties": {
5355
- "$ref": "#/definitions/SnippetConfig"
5356
- },
5357
- "description": "Extended option used when creating more complex custom snippets.",
5358
- "markdownDescription": "Extended option used when creating more complex custom snippets.",
5359
- "type": "object"
4205
+ "paths": {
4206
+ "$ref": "#/definitions/ReducedPaths",
4207
+ "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`.",
4208
+ "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`."
5360
4209
  },
5361
- "_structures": {
5362
- "additionalProperties": {
5363
- "$ref": "#/definitions/Structure"
5364
- },
5365
- "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.",
5366
- "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.",
5367
- "type": "object"
4210
+ "prevent_resize_existing_files": {
4211
+ "default": false,
4212
+ "description": "Enable to skip the image resizing process configured for this input when selecting existing images.",
4213
+ "markdownDescription": "Enable to skip the image resizing process configured for this input when selecting existing\nimages.",
4214
+ "type": "boolean"
5368
4215
  },
5369
- "base_url": {
5370
- "description": "The subpath where your output files are hosted.",
5371
- "markdownDescription": "The subpath where your output files are hosted.",
4216
+ "resize_style": {
4217
+ "default": "contain",
4218
+ "description": "Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.",
4219
+ "enum": [
4220
+ "cover",
4221
+ "contain",
4222
+ "stretch",
4223
+ "crop"
4224
+ ],
4225
+ "markdownDescription": "Sets how uploaded image files are resized with a bounding box defined by width and height prior\nto upload. Has no effect when selecting existing images, or if width and height are unset.",
5372
4226
  "type": "string"
5373
4227
  },
5374
- "collection_groups": {
5375
- "description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
4228
+ "sizes": {
4229
+ "description": "Definitions for creating additional images of different sizes when uploading or selecting existing files.",
5376
4230
  "items": {
5377
- "$ref": "#/definitions/CollectionGroup"
5378
- },
5379
- "markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
5380
- "type": "array"
5381
- },
5382
- "collections_config": {
5383
- "additionalProperties": {
5384
4231
  "additionalProperties": false,
5385
4232
  "properties": {
5386
- "_array_structures": {
5387
- "additionalProperties": {},
5388
- "description": "[DEPRECATED] Now known as _structures.",
5389
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
5390
- "type": "object"
5391
- },
5392
- "_comments": {
5393
- "additionalProperties": {
5394
- "type": "string"
5395
- },
5396
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
5397
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
5398
- "type": "object"
5399
- },
5400
- "_editables": {
5401
- "$ref": "#/definitions/Editables",
5402
- "description": "Contains input options for Editable Regions and the Content Editor.",
5403
- "markdownDescription": "Contains input options for Editable Regions and the Content Editor."
5404
- },
5405
- "_enabled_editors": {
5406
- "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.",
5407
- "items": {
5408
- "$ref": "#/definitions/EditorKey"
5409
- },
5410
- "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.",
5411
- "type": "array"
5412
- },
5413
- "_inputs": {
5414
- "additionalProperties": {
5415
- "$ref": "#/definitions/Input"
5416
- },
5417
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
5418
- "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
5419
- "type": "object"
5420
- },
5421
- "_options": {
5422
- "additionalProperties": {
5423
- "additionalProperties": {},
5424
- "type": "object"
5425
- },
5426
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
5427
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
5428
- "type": "object"
5429
- },
5430
- "_select_data": {
5431
- "additionalProperties": {
5432
- "$ref": "#/definitions/SelectValues"
5433
- },
5434
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
5435
- "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
5436
- "type": "object"
5437
- },
5438
- "_structures": {
5439
- "additionalProperties": {
5440
- "$ref": "#/definitions/Structure"
5441
- },
5442
- "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.",
5443
- "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.",
5444
- "type": "object"
5445
- },
5446
- "add_options": {
5447
- "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.",
5448
- "items": {
5449
- "$ref": "#/definitions/AddOption"
5450
- },
5451
- "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.",
5452
- "type": "array"
5453
- },
5454
- "create": {
5455
- "$ref": "#/definitions/Create",
5456
- "description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
5457
- "markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
5458
- },
5459
- "description": {
5460
- "description": "Text or Markdown to show above the collection file list.",
5461
- "markdownDescription": "Text or Markdown to show above the collection file list.",
5462
- "type": "string"
5463
- },
5464
- "disable_add": {
5465
- "description": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
5466
- "markdownDescription": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
5467
- "type": "boolean"
5468
- },
5469
- "disable_add_folder": {
5470
- "description": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
5471
- "markdownDescription": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
5472
- "type": "boolean"
5473
- },
5474
- "disable_file_actions": {
5475
- "description": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
5476
- "markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
5477
- "type": "boolean"
5478
- },
5479
- "documentation": {
5480
- "$ref": "#/definitions/Documentation",
5481
- "description": "Provides a custom link for documentation for editors shown above the collection file list.",
5482
- "markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
5483
- },
5484
- "filter": {
5485
- "anyOf": [
5486
- {
5487
- "$ref": "#/definitions/Filter"
5488
- },
5489
- {
5490
- "$ref": "#/definitions/FilterBase"
5491
- }
5492
- ],
5493
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
5494
- "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
5495
- },
5496
- "glob": {
5497
- "anyOf": [
5498
- {
5499
- "type": "string"
5500
- },
5501
- {
5502
- "items": {
5503
- "type": "string"
5504
- },
5505
- "type": "array"
5506
- }
5507
- ],
5508
- "description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
5509
- "markdownDescription": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`."
5510
- },
5511
- "icon": {
5512
- "$ref": "#/definitions/Icon",
5513
- "description": "Sets an icon to use alongside references to this collection.",
5514
- "markdownDescription": "Sets an icon to use alongside references to this collection."
5515
- },
5516
- "name": {
5517
- "description": "The display name of this collection. Used in headings and in the context menu for items in the collection. This is optional as CloudCannon auto-generates this from the collection key.",
5518
- "markdownDescription": "The display name of this collection. Used in headings and in the context menu for items in the\ncollection. This is optional as CloudCannon auto-generates this from the collection key.",
5519
- "type": "string"
5520
- },
5521
- "new_preview_url": {
5522
- "description": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will load that set preview URL and use the Data Bindings and Previews to render your new page without saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the Visual Editor.",
5523
- "markdownDescription": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will\nload that set preview URL and use the Data Bindings and Previews to render your new page\nwithout saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the\nVisual Editor.",
5524
- "type": "string"
5525
- },
5526
- "output": {
5527
- "description": "Whether or not files in this collection produce files in the build output.",
5528
- "markdownDescription": "Whether or not files in this collection produce files in the build output.",
5529
- "type": "boolean"
5530
- },
5531
- "path": {
5532
- "description": "The top-most folder where the files in this collection are stored. It is relative to source.",
5533
- "markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
5534
- "type": "string"
5535
- },
5536
- "preview": {
5537
- "$ref": "#/definitions/Preview",
5538
- "description": "Changes the way items are previewed in the CMS.",
5539
- "markdownDescription": "Changes the way items are previewed in the CMS."
5540
- },
5541
- "schema_key": {
5542
- "description": "The key used in each file to identify the schema that file uses. The value this key represents in each of this collection's files should match the keys in schemas. Defaults to _schema.",
5543
- "markdownDescription": "The key used in each file to identify the schema that file uses. The value this key represents\nin each of this collection's files should match the keys in schemas. Defaults to _schema.",
5544
- "type": "string"
5545
- },
5546
- "schemas": {
5547
- "additionalProperties": {
5548
- "$ref": "#/definitions/Schema"
5549
- },
5550
- "description": "The set of schemas for this collection. Schemas are used when creating and editing files in this collection. Each entry corresponds to a schema that describes a data structure for this collection.\n\nThe keys in this object should match the values used for schema_key inside each of this collection's files. default is a special entry and is used when a file has no schema.",
5551
- "markdownDescription": "The set of schemas for this collection. Schemas are used when creating and editing files in\nthis collection. Each entry corresponds to a schema that describes a data structure for this\ncollection.\n\nThe keys in this object should match the values used for schema_key inside each of this\ncollection's files. default is a special entry and is used when a file has no schema.",
5552
- "type": "object"
5553
- },
5554
- "singular_key": {
5555
- "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
5556
- "markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
4233
+ "size": {
4234
+ "description": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w).",
4235
+ "markdownDescription": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of\nthe image (e.g. 2x, 3x, 100w, 360w).",
5557
4236
  "type": "string"
5558
4237
  },
5559
- "singular_name": {
5560
- "description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
5561
- "markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
4238
+ "target": {
4239
+ "description": "A reference to another input that is given the path to this additional image file.",
4240
+ "markdownDescription": "A reference to another input that is given the path to this additional image file.",
5562
4241
  "type": "string"
5563
- },
5564
- "sort": {
5565
- "$ref": "#/definitions/Sort",
5566
- "description": "Sets the default sorting for the collection file list. Defaults to the first option in sort_options, then falls back descending path. As an exception, defaults to descending date for blog-like collections.",
5567
- "markdownDescription": "Sets the default sorting for the collection file list. Defaults to the first option in\nsort_options, then falls back descending path. As an exception, defaults to descending date for\nblog-like collections."
5568
- },
5569
- "sort_options": {
5570
- "description": "Controls the available options in the sort menu. Defaults to generating the options from the first item in the collection, falling back to ascending path and descending path.",
5571
- "items": {
5572
- "$ref": "#/definitions/SortOption"
5573
- },
5574
- "markdownDescription": "Controls the available options in the sort menu. Defaults to generating the options from the\nfirst item in the collection, falling back to ascending path and descending path.",
5575
- "type": "array"
5576
4242
  }
5577
4243
  },
4244
+ "required": [
4245
+ "size"
4246
+ ],
5578
4247
  "type": "object"
5579
4248
  },
5580
- "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.",
5581
- "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.",
5582
- "type": "object"
4249
+ "markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting\nexisting files.",
4250
+ "type": "array"
5583
4251
  },
5584
- "collections_config_override": {
5585
- "description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
5586
- "markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true.\nDefaults to false.",
5587
- "type": "boolean"
4252
+ "width": {
4253
+ "description": "Defines the width of the bounding box used in the image resizing process defined with resize_style.",
4254
+ "markdownDescription": "Defines the width of the bounding box used in the image resizing process defined with\nresize_style.",
4255
+ "type": "number"
4256
+ }
4257
+ },
4258
+ "type": "object"
4259
+ },
4260
+ "Input": {
4261
+ "anyOf": [
4262
+ {
4263
+ "$ref": "#/definitions/BaseInput"
5588
4264
  },
5589
- "commit_templates": {
5590
- "items": {
5591
- "$ref": "#/definitions/CommitTemplate"
5592
- },
5593
- "type": "array"
4265
+ {
4266
+ "$ref": "#/definitions/UnknownInput"
5594
4267
  },
5595
- "data_config": {
5596
- "additionalProperties": {
5597
- "type": "boolean"
5598
- },
5599
- "description": "Controls what data sets are available to populate select and multiselect inputs.",
5600
- "markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
5601
- "type": "object"
4268
+ {
4269
+ "$ref": "#/definitions/TextInput"
5602
4270
  },
5603
- "editor": {
5604
- "$ref": "#/definitions/Editor",
5605
- "description": "Contains settings for the default editor actions on your site.",
5606
- "markdownDescription": "Contains settings for the default editor actions on your site."
4271
+ {
4272
+ "$ref": "#/definitions/CodeInput"
5607
4273
  },
5608
- "file_config": {
5609
- "additionalProperties": {
5610
- "$ref": "#/definitions/FileConfigEntry"
5611
- },
5612
- "description": "Provides scope to configure at a file level, without adding configuration to files.",
5613
- "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
5614
- "type": "object"
4274
+ {
4275
+ "$ref": "#/definitions/ColorInput"
5615
4276
  },
5616
- "generator": {
5617
- "additionalProperties": false,
5618
- "description": "Contains settings for various Markdown engines.",
5619
- "markdownDescription": "Contains settings for various Markdown engines.",
5620
- "properties": {
5621
- "metadata": {
5622
- "additionalProperties": false,
5623
- "description": "Settings for various Markdown engines.",
5624
- "markdownDescription": "Settings for various Markdown engines.",
5625
- "properties": {
5626
- "commonmark": {
5627
- "description": "Markdown options specific used when markdown is set to \"commonmark\".",
5628
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
5629
- "type": "object"
5630
- },
5631
- "commonmarkghpages": {
5632
- "description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
5633
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
5634
- "type": "object"
5635
- },
5636
- "goldmark": {
5637
- "description": "Markdown options specific used when markdown is set to \"goldmark\".",
5638
- "markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
5639
- "type": "object"
5640
- },
5641
- "kramdown": {
5642
- "description": "Markdown options specific used when markdown is set to \"kramdown\".",
5643
- "markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
5644
- "type": "object"
5645
- },
5646
- "markdown": {
5647
- "description": "The Markdown engine used on your site.",
5648
- "enum": [
5649
- "kramdown",
5650
- "commonmark",
5651
- "commonmarkghpages",
5652
- "goldmark",
5653
- "markdown-it"
5654
- ],
5655
- "markdownDescription": "The Markdown engine used on your site.",
5656
- "type": "string"
5657
- },
5658
- "markdown-it": {
5659
- "description": "Markdown options specific used when markdown is set to \"markdown-it\".",
5660
- "markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
5661
- "type": "object"
5662
- }
5663
- },
5664
- "required": [
5665
- "markdown"
5666
- ],
5667
- "type": "object"
5668
- }
5669
- },
5670
- "type": "object"
4277
+ {
4278
+ "$ref": "#/definitions/NumberInput"
5671
4279
  },
5672
- "paths": {
5673
- "$ref": "#/definitions/Paths",
5674
- "description": "Global paths to common folders.",
5675
- "markdownDescription": "Global paths to common folders."
4280
+ {
4281
+ "$ref": "#/definitions/RangeInput"
5676
4282
  },
5677
- "source": {
5678
- "description": "Base path to your site source files, relative to the root folder.",
5679
- "markdownDescription": "Base path to your site source files, relative to the root folder.",
5680
- "type": "string"
4283
+ {
4284
+ "$ref": "#/definitions/UrlInput"
5681
4285
  },
5682
- "source_editor": {
5683
- "$ref": "#/definitions/SourceEditor",
5684
- "description": "Settings for the behavior and appearance of the Source Editor.",
5685
- "markdownDescription": "Settings for the behavior and appearance of the Source Editor."
4286
+ {
4287
+ "$ref": "#/definitions/RichTextInput"
4288
+ },
4289
+ {
4290
+ "$ref": "#/definitions/DateInput"
4291
+ },
4292
+ {
4293
+ "$ref": "#/definitions/FileInput"
4294
+ },
4295
+ {
4296
+ "$ref": "#/definitions/ImageInput"
4297
+ },
4298
+ {
4299
+ "$ref": "#/definitions/SelectInput"
4300
+ },
4301
+ {
4302
+ "$ref": "#/definitions/MultiselectInput"
4303
+ },
4304
+ {
4305
+ "$ref": "#/definitions/ChoiceInput"
4306
+ },
4307
+ {
4308
+ "$ref": "#/definitions/MultichoiceInput"
5686
4309
  },
5687
- "ssg": {
5688
- "const": "jekyll",
5689
- "type": "string"
4310
+ {
4311
+ "$ref": "#/definitions/ObjectInput"
5690
4312
  },
5691
- "timezone": {
5692
- "$ref": "#/definitions/Timezone",
5693
- "default": "Etc/UTC",
5694
- "description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
5695
- "markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
4313
+ {
4314
+ "$ref": "#/definitions/ArrayInput"
5696
4315
  }
5697
- },
5698
- "type": "object"
4316
+ ]
4317
+ },
4318
+ "InputType": {
4319
+ "enum": [
4320
+ "text",
4321
+ "textarea",
4322
+ "email",
4323
+ "disabled",
4324
+ "pinterest",
4325
+ "facebook",
4326
+ "twitter",
4327
+ "github",
4328
+ "instagram",
4329
+ "code",
4330
+ "checkbox",
4331
+ "switch",
4332
+ "color",
4333
+ "number",
4334
+ "range",
4335
+ "url",
4336
+ "html",
4337
+ "markdown",
4338
+ "date",
4339
+ "datetime",
4340
+ "time",
4341
+ "file",
4342
+ "image",
4343
+ "document",
4344
+ "select",
4345
+ "multiselect",
4346
+ "choice",
4347
+ "multichoice",
4348
+ "object",
4349
+ "array"
4350
+ ],
4351
+ "type": "string"
4352
+ },
4353
+ "InstanceValue": {
4354
+ "enum": [
4355
+ "UUID",
4356
+ "NOW"
4357
+ ],
4358
+ "type": "string"
5699
4359
  },
5700
4360
  "LinkEditable": {
5701
4361
  "additionalProperties": false,
@@ -6683,158 +5343,22 @@
6683
5343
  "additionalProperties": false,
6684
5344
  "properties": {
6685
5345
  "icon": {
6686
- "anyOf": [
6687
- {
6688
- "items": {
6689
- "anyOf": [
6690
- {
6691
- "additionalProperties": false,
6692
- "properties": {
6693
- "key": {
6694
- "description": "The key used to access the value used for the preview.",
6695
- "markdownDescription": "The key used to access the value used for the preview.",
6696
- "type": "string"
6697
- }
6698
- },
6699
- "required": [
6700
- "key"
6701
- ],
6702
- "type": "object"
6703
- },
6704
- {
6705
- "type": "string"
6706
- },
6707
- {
6708
- "type": "boolean"
6709
- }
6710
- ]
6711
- },
6712
- "type": "array"
6713
- },
6714
- {
6715
- "type": "string"
6716
- },
6717
- {
6718
- "type": "boolean"
6719
- }
6720
- ],
5346
+ "$ref": "#/definitions/PreviewEntry",
6721
5347
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
6722
5348
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
6723
5349
  },
6724
5350
  "image": {
6725
- "anyOf": [
6726
- {
6727
- "items": {
6728
- "anyOf": [
6729
- {
6730
- "additionalProperties": false,
6731
- "properties": {
6732
- "key": {
6733
- "description": "The key used to access the value used for the preview.",
6734
- "markdownDescription": "The key used to access the value used for the preview.",
6735
- "type": "string"
6736
- }
6737
- },
6738
- "required": [
6739
- "key"
6740
- ],
6741
- "type": "object"
6742
- },
6743
- {
6744
- "type": "string"
6745
- },
6746
- {
6747
- "type": "boolean"
6748
- }
6749
- ]
6750
- },
6751
- "type": "array"
6752
- },
6753
- {
6754
- "type": "string"
6755
- },
6756
- {
6757
- "type": "boolean"
6758
- }
6759
- ],
5351
+ "$ref": "#/definitions/PreviewEntry",
6760
5352
  "description": "Controls the image shown per item.",
6761
5353
  "markdownDescription": "Controls the image shown per item."
6762
5354
  },
6763
5355
  "subtext": {
6764
- "anyOf": [
6765
- {
6766
- "items": {
6767
- "anyOf": [
6768
- {
6769
- "additionalProperties": false,
6770
- "properties": {
6771
- "key": {
6772
- "description": "The key used to access the value used for the preview.",
6773
- "markdownDescription": "The key used to access the value used for the preview.",
6774
- "type": "string"
6775
- }
6776
- },
6777
- "required": [
6778
- "key"
6779
- ],
6780
- "type": "object"
6781
- },
6782
- {
6783
- "type": "string"
6784
- },
6785
- {
6786
- "type": "boolean"
6787
- }
6788
- ]
6789
- },
6790
- "type": "array"
6791
- },
6792
- {
6793
- "type": "string"
6794
- },
6795
- {
6796
- "type": "boolean"
6797
- }
6798
- ],
5356
+ "$ref": "#/definitions/PreviewEntry",
6799
5357
  "description": "Controls the supporting text shown per item.",
6800
5358
  "markdownDescription": "Controls the supporting text shown per item."
6801
5359
  },
6802
5360
  "text": {
6803
- "anyOf": [
6804
- {
6805
- "items": {
6806
- "anyOf": [
6807
- {
6808
- "additionalProperties": false,
6809
- "properties": {
6810
- "key": {
6811
- "description": "The key used to access the value used for the preview.",
6812
- "markdownDescription": "The key used to access the value used for the preview.",
6813
- "type": "string"
6814
- }
6815
- },
6816
- "required": [
6817
- "key"
6818
- ],
6819
- "type": "object"
6820
- },
6821
- {
6822
- "type": "string"
6823
- },
6824
- {
6825
- "type": "boolean"
6826
- }
6827
- ]
6828
- },
6829
- "type": "array"
6830
- },
6831
- {
6832
- "type": "string"
6833
- },
6834
- {
6835
- "type": "boolean"
6836
- }
6837
- ],
5361
+ "$ref": "#/definitions/PreviewEntry",
6838
5362
  "description": "Controls the main text shown per item.",
6839
5363
  "markdownDescription": "Controls the main text shown per item."
6840
5364
  }
@@ -6845,7 +5369,6 @@
6845
5369
  "additionalProperties": false,
6846
5370
  "properties": {
6847
5371
  "collections": {
6848
- "default": "",
6849
5372
  "description": "Parent folder of all collections.",
6850
5373
  "markdownDescription": "Parent folder of all collections.",
6851
5374
  "type": "string"
@@ -6915,41 +5438,7 @@
6915
5438
  "markdownDescription": "Details for large image/icon preview per item."
6916
5439
  },
6917
5440
  "icon": {
6918
- "anyOf": [
6919
- {
6920
- "items": {
6921
- "anyOf": [
6922
- {
6923
- "additionalProperties": false,
6924
- "properties": {
6925
- "key": {
6926
- "description": "The key used to access the value used for the preview.",
6927
- "markdownDescription": "The key used to access the value used for the preview.",
6928
- "type": "string"
6929
- }
6930
- },
6931
- "required": [
6932
- "key"
6933
- ],
6934
- "type": "object"
6935
- },
6936
- {
6937
- "type": "string"
6938
- },
6939
- {
6940
- "type": "boolean"
6941
- }
6942
- ]
6943
- },
6944
- "type": "array"
6945
- },
6946
- {
6947
- "type": "string"
6948
- },
6949
- {
6950
- "type": "boolean"
6951
- }
6952
- ],
5441
+ "$ref": "#/definitions/PreviewEntry",
6953
5442
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
6954
5443
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
6955
5444
  },
@@ -6959,41 +5448,7 @@
6959
5448
  "type": "string"
6960
5449
  },
6961
5450
  "image": {
6962
- "anyOf": [
6963
- {
6964
- "items": {
6965
- "anyOf": [
6966
- {
6967
- "additionalProperties": false,
6968
- "properties": {
6969
- "key": {
6970
- "description": "The key used to access the value used for the preview.",
6971
- "markdownDescription": "The key used to access the value used for the preview.",
6972
- "type": "string"
6973
- }
6974
- },
6975
- "required": [
6976
- "key"
6977
- ],
6978
- "type": "object"
6979
- },
6980
- {
6981
- "type": "string"
6982
- },
6983
- {
6984
- "type": "boolean"
6985
- }
6986
- ]
6987
- },
6988
- "type": "array"
6989
- },
6990
- {
6991
- "type": "string"
6992
- },
6993
- {
6994
- "type": "boolean"
6995
- }
6996
- ],
5451
+ "$ref": "#/definitions/PreviewEntry",
6997
5452
  "description": "Controls the image shown per item.",
6998
5453
  "markdownDescription": "Controls the image shown per item."
6999
5454
  },
@@ -7006,86 +5461,44 @@
7006
5461
  "type": "array"
7007
5462
  },
7008
5463
  "subtext": {
7009
- "anyOf": [
7010
- {
7011
- "items": {
7012
- "anyOf": [
7013
- {
7014
- "additionalProperties": false,
7015
- "properties": {
7016
- "key": {
7017
- "description": "The key used to access the value used for the preview.",
7018
- "markdownDescription": "The key used to access the value used for the preview.",
7019
- "type": "string"
7020
- }
7021
- },
7022
- "required": [
7023
- "key"
7024
- ],
7025
- "type": "object"
7026
- },
7027
- {
7028
- "type": "string"
7029
- },
7030
- {
7031
- "type": "boolean"
7032
- }
7033
- ]
7034
- },
7035
- "type": "array"
7036
- },
7037
- {
7038
- "type": "string"
7039
- },
7040
- {
7041
- "type": "boolean"
7042
- }
7043
- ],
5464
+ "$ref": "#/definitions/PreviewEntry",
7044
5465
  "description": "Controls the supporting text shown per item.",
7045
5466
  "markdownDescription": "Controls the supporting text shown per item."
7046
5467
  },
7047
5468
  "text": {
7048
- "anyOf": [
7049
- {
7050
- "items": {
7051
- "anyOf": [
7052
- {
7053
- "additionalProperties": false,
7054
- "properties": {
7055
- "key": {
7056
- "description": "The key used to access the value used for the preview.",
7057
- "markdownDescription": "The key used to access the value used for the preview.",
7058
- "type": "string"
7059
- }
7060
- },
7061
- "required": [
7062
- "key"
7063
- ],
7064
- "type": "object"
7065
- },
7066
- {
7067
- "type": "string"
7068
- },
7069
- {
7070
- "type": "boolean"
7071
- }
7072
- ]
7073
- },
7074
- "type": "array"
7075
- },
7076
- {
7077
- "type": "string"
7078
- },
7079
- {
7080
- "type": "boolean"
7081
- }
7082
- ],
5469
+ "$ref": "#/definitions/PreviewEntry",
7083
5470
  "description": "Controls the main text shown per item.",
7084
5471
  "markdownDescription": "Controls the main text shown per item."
7085
5472
  }
7086
5473
  },
7087
5474
  "type": "object"
7088
5475
  },
5476
+ "PreviewEntry": {
5477
+ "anyOf": [
5478
+ {
5479
+ "items": {
5480
+ "anyOf": [
5481
+ {
5482
+ "$ref": "#/definitions/PreviewKeyEntry"
5483
+ },
5484
+ {
5485
+ "type": "string"
5486
+ },
5487
+ {
5488
+ "type": "boolean"
5489
+ }
5490
+ ]
5491
+ },
5492
+ "type": "array"
5493
+ },
5494
+ {
5495
+ "type": "string"
5496
+ },
5497
+ {
5498
+ "type": "boolean"
5499
+ }
5500
+ ]
5501
+ },
7089
5502
  "PreviewGallery": {
7090
5503
  "additionalProperties": false,
7091
5504
  "properties": {
@@ -7101,41 +5514,7 @@
7101
5514
  "type": "string"
7102
5515
  },
7103
5516
  "icon": {
7104
- "anyOf": [
7105
- {
7106
- "items": {
7107
- "anyOf": [
7108
- {
7109
- "additionalProperties": false,
7110
- "properties": {
7111
- "key": {
7112
- "description": "The key used to access the value used for the preview.",
7113
- "markdownDescription": "The key used to access the value used for the preview.",
7114
- "type": "string"
7115
- }
7116
- },
7117
- "required": [
7118
- "key"
7119
- ],
7120
- "type": "object"
7121
- },
7122
- {
7123
- "type": "string"
7124
- },
7125
- {
7126
- "type": "boolean"
7127
- }
7128
- ]
7129
- },
7130
- "type": "array"
7131
- },
7132
- {
7133
- "type": "string"
7134
- },
7135
- {
7136
- "type": "boolean"
7137
- }
7138
- ],
5517
+ "$ref": "#/definitions/PreviewEntry",
7139
5518
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
7140
5519
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
7141
5520
  },
@@ -7145,125 +5524,37 @@
7145
5524
  "type": "string"
7146
5525
  },
7147
5526
  "image": {
7148
- "anyOf": [
7149
- {
7150
- "items": {
7151
- "anyOf": [
7152
- {
7153
- "additionalProperties": false,
7154
- "properties": {
7155
- "key": {
7156
- "description": "The key used to access the value used for the preview.",
7157
- "markdownDescription": "The key used to access the value used for the preview.",
7158
- "type": "string"
7159
- }
7160
- },
7161
- "required": [
7162
- "key"
7163
- ],
7164
- "type": "object"
7165
- },
7166
- {
7167
- "type": "string"
7168
- },
7169
- {
7170
- "type": "boolean"
7171
- }
7172
- ]
7173
- },
7174
- "type": "array"
7175
- },
7176
- {
7177
- "type": "string"
7178
- },
7179
- {
7180
- "type": "boolean"
7181
- }
7182
- ],
5527
+ "$ref": "#/definitions/PreviewEntry",
7183
5528
  "description": "Controls the image shown per item.",
7184
5529
  "markdownDescription": "Controls the image shown per item."
7185
5530
  },
7186
5531
  "text": {
7187
- "anyOf": [
7188
- {
7189
- "items": {
7190
- "anyOf": [
7191
- {
7192
- "additionalProperties": false,
7193
- "properties": {
7194
- "key": {
7195
- "description": "The key used to access the value used for the preview.",
7196
- "markdownDescription": "The key used to access the value used for the preview.",
7197
- "type": "string"
7198
- }
7199
- },
7200
- "required": [
7201
- "key"
7202
- ],
7203
- "type": "object"
7204
- },
7205
- {
7206
- "type": "string"
7207
- },
7208
- {
7209
- "type": "boolean"
7210
- }
7211
- ]
7212
- },
7213
- "type": "array"
7214
- },
7215
- {
7216
- "type": "string"
7217
- },
7218
- {
7219
- "type": "boolean"
7220
- }
7221
- ],
5532
+ "$ref": "#/definitions/PreviewEntry",
7222
5533
  "description": "Controls the main text shown per item.",
7223
5534
  "markdownDescription": "Controls the main text shown per item."
7224
5535
  }
7225
5536
  },
7226
5537
  "type": "object"
7227
5538
  },
5539
+ "PreviewKeyEntry": {
5540
+ "additionalProperties": false,
5541
+ "properties": {
5542
+ "key": {
5543
+ "description": "The key used to access the value used for the preview.",
5544
+ "markdownDescription": "The key used to access the value used for the preview.",
5545
+ "type": "string"
5546
+ }
5547
+ },
5548
+ "required": [
5549
+ "key"
5550
+ ],
5551
+ "type": "object"
5552
+ },
7228
5553
  "PreviewMetadata": {
7229
5554
  "additionalProperties": false,
7230
5555
  "properties": {
7231
5556
  "icon": {
7232
- "anyOf": [
7233
- {
7234
- "items": {
7235
- "anyOf": [
7236
- {
7237
- "additionalProperties": false,
7238
- "properties": {
7239
- "key": {
7240
- "description": "The key used to access the value used for the preview.",
7241
- "markdownDescription": "The key used to access the value used for the preview.",
7242
- "type": "string"
7243
- }
7244
- },
7245
- "required": [
7246
- "key"
7247
- ],
7248
- "type": "object"
7249
- },
7250
- {
7251
- "type": "string"
7252
- },
7253
- {
7254
- "type": "boolean"
7255
- }
7256
- ]
7257
- },
7258
- "type": "array"
7259
- },
7260
- {
7261
- "type": "string"
7262
- },
7263
- {
7264
- "type": "boolean"
7265
- }
7266
- ],
5557
+ "$ref": "#/definitions/PreviewEntry",
7267
5558
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
7268
5559
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
7269
5560
  },
@@ -7272,81 +5563,13 @@
7272
5563
  "markdownDescription": "Controls the color of the icon.",
7273
5564
  "type": "string"
7274
5565
  },
7275
- "image": {
7276
- "anyOf": [
7277
- {
7278
- "items": {
7279
- "anyOf": [
7280
- {
7281
- "additionalProperties": false,
7282
- "properties": {
7283
- "key": {
7284
- "description": "The key used to access the value used for the preview.",
7285
- "markdownDescription": "The key used to access the value used for the preview.",
7286
- "type": "string"
7287
- }
7288
- },
7289
- "required": [
7290
- "key"
7291
- ],
7292
- "type": "object"
7293
- },
7294
- {
7295
- "type": "string"
7296
- },
7297
- {
7298
- "type": "boolean"
7299
- }
7300
- ]
7301
- },
7302
- "type": "array"
7303
- },
7304
- {
7305
- "type": "string"
7306
- },
7307
- {
7308
- "type": "boolean"
7309
- }
7310
- ],
5566
+ "image": {
5567
+ "$ref": "#/definitions/PreviewEntry",
7311
5568
  "description": "Controls the image shown per item.",
7312
5569
  "markdownDescription": "Controls the image shown per item."
7313
5570
  },
7314
5571
  "text": {
7315
- "anyOf": [
7316
- {
7317
- "items": {
7318
- "anyOf": [
7319
- {
7320
- "additionalProperties": false,
7321
- "properties": {
7322
- "key": {
7323
- "description": "The key used to access the value used for the preview.",
7324
- "markdownDescription": "The key used to access the value used for the preview.",
7325
- "type": "string"
7326
- }
7327
- },
7328
- "required": [
7329
- "key"
7330
- ],
7331
- "type": "object"
7332
- },
7333
- {
7334
- "type": "string"
7335
- },
7336
- {
7337
- "type": "boolean"
7338
- }
7339
- ]
7340
- },
7341
- "type": "array"
7342
- },
7343
- {
7344
- "type": "string"
7345
- },
7346
- {
7347
- "type": "boolean"
7348
- }
7349
- ],
5572
+ "$ref": "#/definitions/PreviewEntry",
7350
5573
  "description": "Controls the main text shown per item.",
7351
5574
  "markdownDescription": "Controls the main text shown per item."
7352
5575
  }
@@ -7635,8 +5858,18 @@
7635
5858
  "type": "string"
7636
5859
  },
7637
5860
  "code": {
7638
- "description": "Enables a control to set selected text to inline code, and unselected blocks of text to code blocks.",
7639
- "markdownDescription": "Enables a control to set selected text to inline code, and unselected blocks of text to code\nblocks.",
5861
+ "description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
5862
+ "markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
5863
+ "type": "boolean"
5864
+ },
5865
+ "code_block": {
5866
+ "description": "Enables a control to insert a code block.",
5867
+ "markdownDescription": "Enables a control to insert a code block.",
5868
+ "type": "boolean"
5869
+ },
5870
+ "code_inline": {
5871
+ "description": "Enables a control to create an inline code element, containing any selected text.",
5872
+ "markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
7640
5873
  "type": "boolean"
7641
5874
  },
7642
5875
  "copyformatting": {
@@ -7861,16 +6094,18 @@
7861
6094
  "properties": {
7862
6095
  "_array_structures": {
7863
6096
  "additionalProperties": {},
7864
- "description": "[DEPRECATED] Now known as _structures.",
7865
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
6097
+ "deprecated": "Use _structures instead.",
6098
+ "description": "Now known as _structures.",
6099
+ "markdownDescription": "Now known as _structures.",
7866
6100
  "type": "object"
7867
6101
  },
7868
6102
  "_comments": {
7869
6103
  "additionalProperties": {
7870
6104
  "type": "string"
7871
6105
  },
7872
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
7873
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
6106
+ "deprecated": "Use _inputs instead.",
6107
+ "description": "Now part of _inputs.*.comment.",
6108
+ "markdownDescription": "Now part of _inputs.*.comment.",
7874
6109
  "type": "object"
7875
6110
  },
7876
6111
  "_editables": {
@@ -7899,8 +6134,9 @@
7899
6134
  "additionalProperties": {},
7900
6135
  "type": "object"
7901
6136
  },
7902
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
7903
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
6137
+ "deprecated": "Use _inputs instead.",
6138
+ "description": "Now part of _inputs.*.options.",
6139
+ "markdownDescription": "Now part of _inputs.*.options.",
7904
6140
  "type": "object"
7905
6141
  },
7906
6142
  "_select_data": {
@@ -8098,80 +6334,12 @@
8098
6334
  "additionalProperties": false,
8099
6335
  "properties": {
8100
6336
  "icon": {
8101
- "anyOf": [
8102
- {
8103
- "items": {
8104
- "anyOf": [
8105
- {
8106
- "additionalProperties": false,
8107
- "properties": {
8108
- "key": {
8109
- "description": "The key used to access the value used for the preview.",
8110
- "markdownDescription": "The key used to access the value used for the preview.",
8111
- "type": "string"
8112
- }
8113
- },
8114
- "required": [
8115
- "key"
8116
- ],
8117
- "type": "object"
8118
- },
8119
- {
8120
- "type": "string"
8121
- },
8122
- {
8123
- "type": "boolean"
8124
- }
8125
- ]
8126
- },
8127
- "type": "array"
8128
- },
8129
- {
8130
- "type": "string"
8131
- },
8132
- {
8133
- "type": "boolean"
8134
- }
8135
- ],
6337
+ "$ref": "#/definitions/PreviewEntry",
8136
6338
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
8137
6339
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
8138
6340
  },
8139
6341
  "text": {
8140
- "anyOf": [
8141
- {
8142
- "items": {
8143
- "anyOf": [
8144
- {
8145
- "additionalProperties": false,
8146
- "properties": {
8147
- "key": {
8148
- "description": "The key used to access the value used for the preview.",
8149
- "markdownDescription": "The key used to access the value used for the preview.",
8150
- "type": "string"
8151
- }
8152
- },
8153
- "required": [
8154
- "key"
8155
- ],
8156
- "type": "object"
8157
- },
8158
- {
8159
- "type": "string"
8160
- },
8161
- {
8162
- "type": "boolean"
8163
- }
8164
- ]
8165
- },
8166
- "type": "array"
8167
- },
8168
- {
8169
- "type": "string"
8170
- },
8171
- {
8172
- "type": "boolean"
8173
- }
8174
- ],
6342
+ "$ref": "#/definitions/PreviewEntry",
8175
6343
  "description": "Controls the main text shown per item.",
8176
6344
  "markdownDescription": "Controls the main text shown per item."
8177
6345
  }
@@ -8281,6 +6449,354 @@
8281
6449
  },
8282
6450
  "type": "object"
8283
6451
  },
6452
+ "SnippetsImport<(\"_cc_jekyll_unknown_paired_tag\"|\"_cc_jekyll_unknown_tag\"|\"jekyll_highlight\"|\"_cc_jekyll_template\"|\"jekyll_raw\"|\"jekyll_link\"|\"jekyll_post_url\")>": {
6453
+ "additionalProperties": false,
6454
+ "properties": {
6455
+ "exclude": {
6456
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6457
+ "items": {
6458
+ "enum": [
6459
+ "_cc_jekyll_unknown_paired_tag",
6460
+ "_cc_jekyll_unknown_tag",
6461
+ "jekyll_highlight",
6462
+ "_cc_jekyll_template",
6463
+ "jekyll_raw",
6464
+ "jekyll_link",
6465
+ "jekyll_post_url"
6466
+ ],
6467
+ "type": "string"
6468
+ },
6469
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6470
+ "type": "array"
6471
+ },
6472
+ "include": {
6473
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6474
+ "items": {
6475
+ "enum": [
6476
+ "_cc_jekyll_unknown_paired_tag",
6477
+ "_cc_jekyll_unknown_tag",
6478
+ "jekyll_highlight",
6479
+ "_cc_jekyll_template",
6480
+ "jekyll_raw",
6481
+ "jekyll_link",
6482
+ "jekyll_post_url"
6483
+ ],
6484
+ "type": "string"
6485
+ },
6486
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6487
+ "type": "array"
6488
+ }
6489
+ },
6490
+ "type": "object"
6491
+ },
6492
+ "SnippetsImport<(\"docusaurus_mdx_admonition\"|\"docusaurus_mdx_tabs\"|\"docusaurus_mdx_truncate\"|\"docusaurus_mdx_codeblock\")>": {
6493
+ "additionalProperties": false,
6494
+ "properties": {
6495
+ "exclude": {
6496
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6497
+ "items": {
6498
+ "enum": [
6499
+ "docusaurus_mdx_admonition",
6500
+ "docusaurus_mdx_tabs",
6501
+ "docusaurus_mdx_truncate",
6502
+ "docusaurus_mdx_codeblock"
6503
+ ],
6504
+ "type": "string"
6505
+ },
6506
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6507
+ "type": "array"
6508
+ },
6509
+ "include": {
6510
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6511
+ "items": {
6512
+ "enum": [
6513
+ "docusaurus_mdx_admonition",
6514
+ "docusaurus_mdx_tabs",
6515
+ "docusaurus_mdx_truncate",
6516
+ "docusaurus_mdx_codeblock"
6517
+ ],
6518
+ "type": "string"
6519
+ },
6520
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6521
+ "type": "array"
6522
+ }
6523
+ },
6524
+ "type": "object"
6525
+ },
6526
+ "SnippetsImport<(\"eleventy_liquid_raw\"|\"_cc_eleventy_liquid_unknown_paired_shortcode\"|\"_cc_eleventy_liquid_unknown_shortcode\"|\"_cc_eleventy_liquid_template\")>": {
6527
+ "additionalProperties": false,
6528
+ "properties": {
6529
+ "exclude": {
6530
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6531
+ "items": {
6532
+ "enum": [
6533
+ "eleventy_liquid_raw",
6534
+ "_cc_eleventy_liquid_unknown_paired_shortcode",
6535
+ "_cc_eleventy_liquid_unknown_shortcode",
6536
+ "_cc_eleventy_liquid_template"
6537
+ ],
6538
+ "type": "string"
6539
+ },
6540
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6541
+ "type": "array"
6542
+ },
6543
+ "include": {
6544
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6545
+ "items": {
6546
+ "enum": [
6547
+ "eleventy_liquid_raw",
6548
+ "_cc_eleventy_liquid_unknown_paired_shortcode",
6549
+ "_cc_eleventy_liquid_unknown_shortcode",
6550
+ "_cc_eleventy_liquid_template"
6551
+ ],
6552
+ "type": "string"
6553
+ },
6554
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6555
+ "type": "array"
6556
+ }
6557
+ },
6558
+ "type": "object"
6559
+ },
6560
+ "SnippetsImport<(\"eleventy_nunjucks_raw\"|\"eleventy_nunjucks_verbatim\"|\"_cc_eleventy_nunjucks_unknown_paired_shortcode\"|\"_cc_eleventy_nunjucks_unknown_shortcode\"|\"_cc_eleventy_nunjucks_template\")>": {
6561
+ "additionalProperties": false,
6562
+ "properties": {
6563
+ "exclude": {
6564
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6565
+ "items": {
6566
+ "enum": [
6567
+ "eleventy_nunjucks_raw",
6568
+ "eleventy_nunjucks_verbatim",
6569
+ "_cc_eleventy_nunjucks_unknown_paired_shortcode",
6570
+ "_cc_eleventy_nunjucks_unknown_shortcode",
6571
+ "_cc_eleventy_nunjucks_template"
6572
+ ],
6573
+ "type": "string"
6574
+ },
6575
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6576
+ "type": "array"
6577
+ },
6578
+ "include": {
6579
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6580
+ "items": {
6581
+ "enum": [
6582
+ "eleventy_nunjucks_raw",
6583
+ "eleventy_nunjucks_verbatim",
6584
+ "_cc_eleventy_nunjucks_unknown_paired_shortcode",
6585
+ "_cc_eleventy_nunjucks_unknown_shortcode",
6586
+ "_cc_eleventy_nunjucks_template"
6587
+ ],
6588
+ "type": "string"
6589
+ },
6590
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6591
+ "type": "array"
6592
+ }
6593
+ },
6594
+ "type": "object"
6595
+ },
6596
+ "SnippetsImport<(\"hugo_summary_divider\"|\"hugo_highlight\"|\"hugo_figure\"|\"hugo_gist\"|\"hugo_instagram\"|\"hugo_param\"|\"hugo_ref\"|\"hugo_relref\"|\"hugo_tweet\"|\"hugo_vimeo\"|\"hugo_youtube\"|\"_cc_hugo_unknown_paired\"|\"_cc_hugo_unknown\"|\"_cc_hugo_unknown_paired_processed\"|\"_cc_hugo_unknown_processed\")>": {
6597
+ "additionalProperties": false,
6598
+ "properties": {
6599
+ "exclude": {
6600
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6601
+ "items": {
6602
+ "enum": [
6603
+ "hugo_summary_divider",
6604
+ "hugo_highlight",
6605
+ "hugo_figure",
6606
+ "hugo_gist",
6607
+ "hugo_instagram",
6608
+ "hugo_param",
6609
+ "hugo_ref",
6610
+ "hugo_relref",
6611
+ "hugo_tweet",
6612
+ "hugo_vimeo",
6613
+ "hugo_youtube",
6614
+ "_cc_hugo_unknown_paired",
6615
+ "_cc_hugo_unknown",
6616
+ "_cc_hugo_unknown_paired_processed",
6617
+ "_cc_hugo_unknown_processed"
6618
+ ],
6619
+ "type": "string"
6620
+ },
6621
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6622
+ "type": "array"
6623
+ },
6624
+ "include": {
6625
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6626
+ "items": {
6627
+ "enum": [
6628
+ "hugo_summary_divider",
6629
+ "hugo_highlight",
6630
+ "hugo_figure",
6631
+ "hugo_gist",
6632
+ "hugo_instagram",
6633
+ "hugo_param",
6634
+ "hugo_ref",
6635
+ "hugo_relref",
6636
+ "hugo_tweet",
6637
+ "hugo_vimeo",
6638
+ "hugo_youtube",
6639
+ "_cc_hugo_unknown_paired",
6640
+ "_cc_hugo_unknown",
6641
+ "_cc_hugo_unknown_paired_processed",
6642
+ "_cc_hugo_unknown_processed"
6643
+ ],
6644
+ "type": "string"
6645
+ },
6646
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6647
+ "type": "array"
6648
+ }
6649
+ },
6650
+ "type": "object"
6651
+ },
6652
+ "SnippetsImport<(\"import\"|\"_cc_mdx_unknown_export\"|\"_cc_mdx_unknown_export_expression\"|\"_cc_mdx_unknown_export_default\"|\"_cc_mdx_unknown_template\"|\"_cc_mdx_paired_unknown\"|\"_cc_mdx_unknown\")>": {
6653
+ "additionalProperties": false,
6654
+ "properties": {
6655
+ "exclude": {
6656
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6657
+ "items": {
6658
+ "enum": [
6659
+ "import",
6660
+ "_cc_mdx_unknown_export",
6661
+ "_cc_mdx_unknown_export_expression",
6662
+ "_cc_mdx_unknown_export_default",
6663
+ "_cc_mdx_unknown_template",
6664
+ "_cc_mdx_paired_unknown",
6665
+ "_cc_mdx_unknown"
6666
+ ],
6667
+ "type": "string"
6668
+ },
6669
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6670
+ "type": "array"
6671
+ },
6672
+ "include": {
6673
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6674
+ "items": {
6675
+ "enum": [
6676
+ "import",
6677
+ "_cc_mdx_unknown_export",
6678
+ "_cc_mdx_unknown_export_expression",
6679
+ "_cc_mdx_unknown_export_default",
6680
+ "_cc_mdx_unknown_template",
6681
+ "_cc_mdx_paired_unknown",
6682
+ "_cc_mdx_unknown"
6683
+ ],
6684
+ "type": "string"
6685
+ },
6686
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6687
+ "type": "array"
6688
+ }
6689
+ },
6690
+ "type": "object"
6691
+ },
6692
+ "SnippetsImport<(\"markdoc_id_annotation\"|\"markdoc_class_annotation\"|\"markdoc_table\"|\"_cc_markdoc_unknown_tag\"|\"_cc_markdoc_unknown_paired_tag\"|\"_cc_markdoc_unknown_template\")>": {
6693
+ "additionalProperties": false,
6694
+ "properties": {
6695
+ "exclude": {
6696
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6697
+ "items": {
6698
+ "enum": [
6699
+ "markdoc_id_annotation",
6700
+ "markdoc_class_annotation",
6701
+ "markdoc_table",
6702
+ "_cc_markdoc_unknown_tag",
6703
+ "_cc_markdoc_unknown_paired_tag",
6704
+ "_cc_markdoc_unknown_template"
6705
+ ],
6706
+ "type": "string"
6707
+ },
6708
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6709
+ "type": "array"
6710
+ },
6711
+ "include": {
6712
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6713
+ "items": {
6714
+ "enum": [
6715
+ "markdoc_id_annotation",
6716
+ "markdoc_class_annotation",
6717
+ "markdoc_table",
6718
+ "_cc_markdoc_unknown_tag",
6719
+ "_cc_markdoc_unknown_paired_tag",
6720
+ "_cc_markdoc_unknown_template"
6721
+ ],
6722
+ "type": "string"
6723
+ },
6724
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6725
+ "type": "array"
6726
+ }
6727
+ },
6728
+ "type": "object"
6729
+ },
6730
+ "SnippetsImport<(\"python_markdown_abbreviation\"|\"python_markdown_admonition\"|\"python_markdown_arithmatex\"|\"python_markdown_attribute_list\"|\"python_markdown_code_block\"|\"python_markdown_collapsible_admonition\"|\"python_markdown_tabs\"|\"python_markdown_footnote\"|\"python_markdown_footnote_marker\"|\"python_markdown_icon\"|\"python_markdown_image\"|\"python_markdown_inline_arithmatex\"|\"python_markdown_inline_code\"|\"python_markdown_link\"|\"python_markdown_reference_image\"|\"python_markdown_reference_template_image\"|\"python_markdown_reference_link\"|\"python_markdown_reference\"|\"python_markdown_reference_template\"|\"python_markdown_block_snippet\"|\"_cc_python_markdown_unknown_snippet\"|\"_cc_python_markdown_unknown_markdown_in_html\")>": {
6731
+ "additionalProperties": false,
6732
+ "properties": {
6733
+ "exclude": {
6734
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6735
+ "items": {
6736
+ "enum": [
6737
+ "python_markdown_abbreviation",
6738
+ "python_markdown_admonition",
6739
+ "python_markdown_arithmatex",
6740
+ "python_markdown_attribute_list",
6741
+ "python_markdown_code_block",
6742
+ "python_markdown_collapsible_admonition",
6743
+ "python_markdown_tabs",
6744
+ "python_markdown_footnote",
6745
+ "python_markdown_footnote_marker",
6746
+ "python_markdown_icon",
6747
+ "python_markdown_image",
6748
+ "python_markdown_inline_arithmatex",
6749
+ "python_markdown_inline_code",
6750
+ "python_markdown_link",
6751
+ "python_markdown_reference_image",
6752
+ "python_markdown_reference_template_image",
6753
+ "python_markdown_reference_link",
6754
+ "python_markdown_reference",
6755
+ "python_markdown_reference_template",
6756
+ "python_markdown_block_snippet",
6757
+ "_cc_python_markdown_unknown_snippet",
6758
+ "_cc_python_markdown_unknown_markdown_in_html"
6759
+ ],
6760
+ "type": "string"
6761
+ },
6762
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6763
+ "type": "array"
6764
+ },
6765
+ "include": {
6766
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6767
+ "items": {
6768
+ "enum": [
6769
+ "python_markdown_abbreviation",
6770
+ "python_markdown_admonition",
6771
+ "python_markdown_arithmatex",
6772
+ "python_markdown_attribute_list",
6773
+ "python_markdown_code_block",
6774
+ "python_markdown_collapsible_admonition",
6775
+ "python_markdown_tabs",
6776
+ "python_markdown_footnote",
6777
+ "python_markdown_footnote_marker",
6778
+ "python_markdown_icon",
6779
+ "python_markdown_image",
6780
+ "python_markdown_inline_arithmatex",
6781
+ "python_markdown_inline_code",
6782
+ "python_markdown_link",
6783
+ "python_markdown_reference_image",
6784
+ "python_markdown_reference_template_image",
6785
+ "python_markdown_reference_link",
6786
+ "python_markdown_reference",
6787
+ "python_markdown_reference_template",
6788
+ "python_markdown_block_snippet",
6789
+ "_cc_python_markdown_unknown_snippet",
6790
+ "_cc_python_markdown_unknown_markdown_in_html"
6791
+ ],
6792
+ "type": "string"
6793
+ },
6794
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6795
+ "type": "array"
6796
+ }
6797
+ },
6798
+ "type": "object"
6799
+ },
8284
6800
  "SnippetsImports": {
8285
6801
  "additionalProperties": false,
8286
6802
  "properties": {
@@ -8290,38 +6806,7 @@
8290
6806
  "type": "boolean"
8291
6807
  },
8292
6808
  {
8293
- "additionalProperties": false,
8294
- "properties": {
8295
- "exclude": {
8296
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8297
- "items": {
8298
- "enum": [
8299
- "docusaurus_mdx_admonition",
8300
- "docusaurus_mdx_tabs",
8301
- "docusaurus_mdx_truncate",
8302
- "docusaurus_mdx_codeblock"
8303
- ],
8304
- "type": "string"
8305
- },
8306
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8307
- "type": "array"
8308
- },
8309
- "include": {
8310
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8311
- "items": {
8312
- "enum": [
8313
- "docusaurus_mdx_admonition",
8314
- "docusaurus_mdx_tabs",
8315
- "docusaurus_mdx_truncate",
8316
- "docusaurus_mdx_codeblock"
8317
- ],
8318
- "type": "string"
8319
- },
8320
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8321
- "type": "array"
8322
- }
8323
- },
8324
- "type": "object"
6809
+ "$ref": "#/definitions/SnippetsImport%3C(%22docusaurus_mdx_admonition%22%7C%22docusaurus_mdx_tabs%22%7C%22docusaurus_mdx_truncate%22%7C%22docusaurus_mdx_codeblock%22)%3E"
8325
6810
  }
8326
6811
  ],
8327
6812
  "description": "Default snippets for Docusaurus SSG.",
@@ -8333,38 +6818,7 @@
8333
6818
  "type": "boolean"
8334
6819
  },
8335
6820
  {
8336
- "additionalProperties": false,
8337
- "properties": {
8338
- "exclude": {
8339
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8340
- "items": {
8341
- "enum": [
8342
- "eleventy_liquid_raw",
8343
- "_cc_eleventy_liquid_unknown_paired_shortcode",
8344
- "_cc_eleventy_liquid_unknown_shortcode",
8345
- "_cc_eleventy_liquid_template"
8346
- ],
8347
- "type": "string"
8348
- },
8349
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8350
- "type": "array"
8351
- },
8352
- "include": {
8353
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8354
- "items": {
8355
- "enum": [
8356
- "eleventy_liquid_raw",
8357
- "_cc_eleventy_liquid_unknown_paired_shortcode",
8358
- "_cc_eleventy_liquid_unknown_shortcode",
8359
- "_cc_eleventy_liquid_template"
8360
- ],
8361
- "type": "string"
8362
- },
8363
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8364
- "type": "array"
8365
- }
8366
- },
8367
- "type": "object"
6821
+ "$ref": "#/definitions/SnippetsImport%3C(%22eleventy_liquid_raw%22%7C%22_cc_eleventy_liquid_unknown_paired_shortcode%22%7C%22_cc_eleventy_liquid_unknown_shortcode%22%7C%22_cc_eleventy_liquid_template%22)%3E"
8368
6822
  }
8369
6823
  ],
8370
6824
  "description": "Default snippets for Eleventy SSG Liquid files.",
@@ -8376,40 +6830,7 @@
8376
6830
  "type": "boolean"
8377
6831
  },
8378
6832
  {
8379
- "additionalProperties": false,
8380
- "properties": {
8381
- "exclude": {
8382
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8383
- "items": {
8384
- "enum": [
8385
- "eleventy_nunjucks_raw",
8386
- "eleventy_nunjucks_verbatim",
8387
- "_cc_eleventy_nunjucks_unknown_paired_shortcode",
8388
- "_cc_eleventy_nunjucks_unknown_shortcode",
8389
- "_cc_eleventy_nunjucks_template"
8390
- ],
8391
- "type": "string"
8392
- },
8393
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8394
- "type": "array"
8395
- },
8396
- "include": {
8397
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8398
- "items": {
8399
- "enum": [
8400
- "eleventy_nunjucks_raw",
8401
- "eleventy_nunjucks_verbatim",
8402
- "_cc_eleventy_nunjucks_unknown_paired_shortcode",
8403
- "_cc_eleventy_nunjucks_unknown_shortcode",
8404
- "_cc_eleventy_nunjucks_template"
8405
- ],
8406
- "type": "string"
8407
- },
8408
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8409
- "type": "array"
8410
- }
8411
- },
8412
- "type": "object"
6833
+ "$ref": "#/definitions/SnippetsImport%3C(%22eleventy_nunjucks_raw%22%7C%22eleventy_nunjucks_verbatim%22%7C%22_cc_eleventy_nunjucks_unknown_paired_shortcode%22%7C%22_cc_eleventy_nunjucks_unknown_shortcode%22%7C%22_cc_eleventy_nunjucks_template%22)%3E"
8413
6834
  }
8414
6835
  ],
8415
6836
  "description": "Default snippets for Eleventy SSG Nunjucks files.",
@@ -8421,60 +6842,7 @@
8421
6842
  "type": "boolean"
8422
6843
  },
8423
6844
  {
8424
- "additionalProperties": false,
8425
- "properties": {
8426
- "exclude": {
8427
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8428
- "items": {
8429
- "enum": [
8430
- "hugo_summary_divider",
8431
- "hugo_highlight",
8432
- "hugo_figure",
8433
- "hugo_gist",
8434
- "hugo_instagram",
8435
- "hugo_param",
8436
- "hugo_ref",
8437
- "hugo_relref",
8438
- "hugo_tweet",
8439
- "hugo_vimeo",
8440
- "hugo_youtube",
8441
- "_cc_hugo_unknown_paired",
8442
- "_cc_hugo_unknown",
8443
- "_cc_hugo_unknown_paired_processed",
8444
- "_cc_hugo_unknown_processed"
8445
- ],
8446
- "type": "string"
8447
- },
8448
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8449
- "type": "array"
8450
- },
8451
- "include": {
8452
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8453
- "items": {
8454
- "enum": [
8455
- "hugo_summary_divider",
8456
- "hugo_highlight",
8457
- "hugo_figure",
8458
- "hugo_gist",
8459
- "hugo_instagram",
8460
- "hugo_param",
8461
- "hugo_ref",
8462
- "hugo_relref",
8463
- "hugo_tweet",
8464
- "hugo_vimeo",
8465
- "hugo_youtube",
8466
- "_cc_hugo_unknown_paired",
8467
- "_cc_hugo_unknown",
8468
- "_cc_hugo_unknown_paired_processed",
8469
- "_cc_hugo_unknown_processed"
8470
- ],
8471
- "type": "string"
8472
- },
8473
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8474
- "type": "array"
8475
- }
8476
- },
8477
- "type": "object"
6845
+ "$ref": "#/definitions/SnippetsImport%3C(%22hugo_summary_divider%22%7C%22hugo_highlight%22%7C%22hugo_figure%22%7C%22hugo_gist%22%7C%22hugo_instagram%22%7C%22hugo_param%22%7C%22hugo_ref%22%7C%22hugo_relref%22%7C%22hugo_tweet%22%7C%22hugo_vimeo%22%7C%22hugo_youtube%22%7C%22_cc_hugo_unknown_paired%22%7C%22_cc_hugo_unknown%22%7C%22_cc_hugo_unknown_paired_processed%22%7C%22_cc_hugo_unknown_processed%22)%3E"
8478
6846
  }
8479
6847
  ],
8480
6848
  "description": "Default snippets for Hugo SSG.",
@@ -8486,44 +6854,7 @@
8486
6854
  "type": "boolean"
8487
6855
  },
8488
6856
  {
8489
- "additionalProperties": false,
8490
- "properties": {
8491
- "exclude": {
8492
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8493
- "items": {
8494
- "enum": [
8495
- "_cc_jekyll_unknown_paired_tag",
8496
- "_cc_jekyll_unknown_tag",
8497
- "jekyll_highlight",
8498
- "_cc_jekyll_template",
8499
- "jekyll_raw",
8500
- "jekyll_link",
8501
- "jekyll_post_url"
8502
- ],
8503
- "type": "string"
8504
- },
8505
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8506
- "type": "array"
8507
- },
8508
- "include": {
8509
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8510
- "items": {
8511
- "enum": [
8512
- "_cc_jekyll_unknown_paired_tag",
8513
- "_cc_jekyll_unknown_tag",
8514
- "jekyll_highlight",
8515
- "_cc_jekyll_template",
8516
- "jekyll_raw",
8517
- "jekyll_link",
8518
- "jekyll_post_url"
8519
- ],
8520
- "type": "string"
8521
- },
8522
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8523
- "type": "array"
8524
- }
8525
- },
8526
- "type": "object"
6857
+ "$ref": "#/definitions/SnippetsImport%3C(%22_cc_jekyll_unknown_paired_tag%22%7C%22_cc_jekyll_unknown_tag%22%7C%22jekyll_highlight%22%7C%22_cc_jekyll_template%22%7C%22jekyll_raw%22%7C%22jekyll_link%22%7C%22jekyll_post_url%22)%3E"
8527
6858
  }
8528
6859
  ],
8529
6860
  "description": "Default snippets for Jekyll SSG.",
@@ -8535,42 +6866,7 @@
8535
6866
  "type": "boolean"
8536
6867
  },
8537
6868
  {
8538
- "additionalProperties": false,
8539
- "properties": {
8540
- "exclude": {
8541
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8542
- "items": {
8543
- "enum": [
8544
- "markdoc_id_annotation",
8545
- "markdoc_class_annotation",
8546
- "markdoc_table",
8547
- "_cc_markdoc_unknown_tag",
8548
- "_cc_markdoc_unknown_paired_tag",
8549
- "_cc_markdoc_unknown_template"
8550
- ],
8551
- "type": "string"
8552
- },
8553
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8554
- "type": "array"
8555
- },
8556
- "include": {
8557
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8558
- "items": {
8559
- "enum": [
8560
- "markdoc_id_annotation",
8561
- "markdoc_class_annotation",
8562
- "markdoc_table",
8563
- "_cc_markdoc_unknown_tag",
8564
- "_cc_markdoc_unknown_paired_tag",
8565
- "_cc_markdoc_unknown_template"
8566
- ],
8567
- "type": "string"
8568
- },
8569
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8570
- "type": "array"
8571
- }
8572
- },
8573
- "type": "object"
6869
+ "$ref": "#/definitions/SnippetsImport%3C(%22markdoc_id_annotation%22%7C%22markdoc_class_annotation%22%7C%22markdoc_table%22%7C%22_cc_markdoc_unknown_tag%22%7C%22_cc_markdoc_unknown_paired_tag%22%7C%22_cc_markdoc_unknown_template%22)%3E"
8574
6870
  }
8575
6871
  ],
8576
6872
  "description": "Default snippets for Markdoc-based content.",
@@ -8582,44 +6878,7 @@
8582
6878
  "type": "boolean"
8583
6879
  },
8584
6880
  {
8585
- "additionalProperties": false,
8586
- "properties": {
8587
- "exclude": {
8588
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8589
- "items": {
8590
- "enum": [
8591
- "import",
8592
- "_cc_mdx_unknown_export",
8593
- "_cc_mdx_unknown_export_expression",
8594
- "_cc_mdx_unknown_export_default",
8595
- "_cc_mdx_unknown_template",
8596
- "_cc_mdx_paired_unknown",
8597
- "_cc_mdx_unknown"
8598
- ],
8599
- "type": "string"
8600
- },
8601
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8602
- "type": "array"
8603
- },
8604
- "include": {
8605
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8606
- "items": {
8607
- "enum": [
8608
- "import",
8609
- "_cc_mdx_unknown_export",
8610
- "_cc_mdx_unknown_export_expression",
8611
- "_cc_mdx_unknown_export_default",
8612
- "_cc_mdx_unknown_template",
8613
- "_cc_mdx_paired_unknown",
8614
- "_cc_mdx_unknown"
8615
- ],
8616
- "type": "string"
8617
- },
8618
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8619
- "type": "array"
8620
- }
8621
- },
8622
- "type": "object"
6881
+ "$ref": "#/definitions/SnippetsImport%3C(%22import%22%7C%22_cc_mdx_unknown_export%22%7C%22_cc_mdx_unknown_export_expression%22%7C%22_cc_mdx_unknown_export_default%22%7C%22_cc_mdx_unknown_template%22%7C%22_cc_mdx_paired_unknown%22%7C%22_cc_mdx_unknown%22)%3E"
8623
6882
  }
8624
6883
  ],
8625
6884
  "description": "Default snippets for MDX-based content.",
@@ -8631,74 +6890,7 @@
8631
6890
  "type": "boolean"
8632
6891
  },
8633
6892
  {
8634
- "additionalProperties": false,
8635
- "properties": {
8636
- "exclude": {
8637
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8638
- "items": {
8639
- "enum": [
8640
- "python_markdown_abbreviation",
8641
- "python_markdown_admonition",
8642
- "python_markdown_arithmatex",
8643
- "python_markdown_attribute_list",
8644
- "python_markdown_code_block",
8645
- "python_markdown_collapsible_admonition",
8646
- "python_markdown_tabs",
8647
- "python_markdown_footnote",
8648
- "python_markdown_footnote_marker",
8649
- "python_markdown_icon",
8650
- "python_markdown_image",
8651
- "python_markdown_inline_arithmatex",
8652
- "python_markdown_inline_code",
8653
- "python_markdown_link",
8654
- "python_markdown_reference_image",
8655
- "python_markdown_reference_template_image",
8656
- "python_markdown_reference_link",
8657
- "python_markdown_reference",
8658
- "python_markdown_reference_template",
8659
- "python_markdown_block_snippet",
8660
- "_cc_python_markdown_unknown_snippet",
8661
- "_cc_python_markdown_unknown_markdown_in_html"
8662
- ],
8663
- "type": "string"
8664
- },
8665
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
8666
- "type": "array"
8667
- },
8668
- "include": {
8669
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8670
- "items": {
8671
- "enum": [
8672
- "python_markdown_abbreviation",
8673
- "python_markdown_admonition",
8674
- "python_markdown_arithmatex",
8675
- "python_markdown_attribute_list",
8676
- "python_markdown_code_block",
8677
- "python_markdown_collapsible_admonition",
8678
- "python_markdown_tabs",
8679
- "python_markdown_footnote",
8680
- "python_markdown_footnote_marker",
8681
- "python_markdown_icon",
8682
- "python_markdown_image",
8683
- "python_markdown_inline_arithmatex",
8684
- "python_markdown_inline_code",
8685
- "python_markdown_link",
8686
- "python_markdown_reference_image",
8687
- "python_markdown_reference_template_image",
8688
- "python_markdown_reference_link",
8689
- "python_markdown_reference",
8690
- "python_markdown_reference_template",
8691
- "python_markdown_block_snippet",
8692
- "_cc_python_markdown_unknown_snippet",
8693
- "_cc_python_markdown_unknown_markdown_in_html"
8694
- ],
8695
- "type": "string"
8696
- },
8697
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
8698
- "type": "array"
8699
- }
8700
- },
8701
- "type": "object"
6893
+ "$ref": "#/definitions/SnippetsImport%3C(%22python_markdown_abbreviation%22%7C%22python_markdown_admonition%22%7C%22python_markdown_arithmatex%22%7C%22python_markdown_attribute_list%22%7C%22python_markdown_code_block%22%7C%22python_markdown_collapsible_admonition%22%7C%22python_markdown_tabs%22%7C%22python_markdown_footnote%22%7C%22python_markdown_footnote_marker%22%7C%22python_markdown_icon%22%7C%22python_markdown_image%22%7C%22python_markdown_inline_arithmatex%22%7C%22python_markdown_inline_code%22%7C%22python_markdown_link%22%7C%22python_markdown_reference_image%22%7C%22python_markdown_reference_template_image%22%7C%22python_markdown_reference_link%22%7C%22python_markdown_reference%22%7C%22python_markdown_reference_template%22%7C%22python_markdown_block_snippet%22%7C%22_cc_python_markdown_unknown_snippet%22%7C%22_cc_python_markdown_unknown_markdown_in_html%22)%3E"
8702
6894
  }
8703
6895
  ],
8704
6896
  "description": "Default snippets for content using Python markdown extensions.",
@@ -8777,37 +6969,14 @@
8777
6969
  "type": "number"
8778
6970
  },
8779
6971
  "theme": {
6972
+ "$ref": "#/definitions/Theme",
8780
6973
  "default": "monokai",
8781
6974
  "description": "Changes the color scheme for syntax highlighting in the editor.",
8782
- "markdownDescription": "Changes the color scheme for syntax highlighting in the editor.",
8783
- "type": "string"
6975
+ "markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
8784
6976
  }
8785
6977
  },
8786
6978
  "type": "object"
8787
6979
  },
8788
- "SsgKey": {
8789
- "enum": [
8790
- "hugo",
8791
- "jekyll",
8792
- "eleventy",
8793
- "astro",
8794
- "lume",
8795
- "mkdocs",
8796
- "nextjs",
8797
- "sveltekit",
8798
- "bridgetown",
8799
- "docusaurus",
8800
- "gatsby",
8801
- "hexo",
8802
- "nuxtjs",
8803
- "sphinx",
8804
- "static",
8805
- "other",
8806
- "legacy",
8807
- "unknown"
8808
- ],
8809
- "type": "string"
8810
- },
8811
6980
  "Structure": {
8812
6981
  "additionalProperties": false,
8813
6982
  "properties": {
@@ -9301,6 +7470,49 @@
9301
7470
  },
9302
7471
  "type": "object"
9303
7472
  },
7473
+ "Theme": {
7474
+ "enum": [
7475
+ "ambiance",
7476
+ "chaos",
7477
+ "chrome",
7478
+ "clouds",
7479
+ "clouds_midnight",
7480
+ "cobalt",
7481
+ "crimson_editor",
7482
+ "dawn",
7483
+ "dracula",
7484
+ "dreamweaver",
7485
+ "eclipse",
7486
+ "github",
7487
+ "gob",
7488
+ "gruvbox",
7489
+ "idle_fingers",
7490
+ "iplastic",
7491
+ "katzenmilch",
7492
+ "kr_theme",
7493
+ "kuroir",
7494
+ "merbivore",
7495
+ "merbivore_soft",
7496
+ "mono_industrial",
7497
+ "monokai",
7498
+ "nord_dark",
7499
+ "pastel_on_dark",
7500
+ "solarized_dark",
7501
+ "solarized_light",
7502
+ "sqlserver",
7503
+ "terminal",
7504
+ "textmate",
7505
+ "tomorrow",
7506
+ "tomorrow_night",
7507
+ "tomorrow_night_blue",
7508
+ "tomorrow_night_bright",
7509
+ "tomorrow_night_eighties",
7510
+ "twilight",
7511
+ "vibrant_ink",
7512
+ "xcode"
7513
+ ],
7514
+ "type": "string"
7515
+ },
9304
7516
  "Timezone": {
9305
7517
  "enum": [
9306
7518
  "Africa/Abidjan",