@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"
@@ -949,8 +959,8 @@
949
959
  "type": "string"
950
960
  },
951
961
  "publish_to": {
952
- "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.",
953
- "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.",
962
+ "description": "Defines a target collection when publishing. When a file is published, the target collection's create definition is used instead.",
963
+ "markdownDescription": "Defines a target collection when publishing. When a file is published, the target collection's\ncreate definition is used instead.",
954
964
  "type": "string"
955
965
  }
956
966
  },
@@ -1170,16 +1180,18 @@
1170
1180
  "properties": {
1171
1181
  "_array_structures": {
1172
1182
  "additionalProperties": {},
1173
- "description": "[DEPRECATED] Now known as _structures.",
1174
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
1183
+ "deprecated": "Use _structures instead.",
1184
+ "description": "Now known as _structures.",
1185
+ "markdownDescription": "Now known as _structures.",
1175
1186
  "type": "object"
1176
1187
  },
1177
1188
  "_comments": {
1178
1189
  "additionalProperties": {
1179
1190
  "type": "string"
1180
1191
  },
1181
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
1182
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
1192
+ "deprecated": "Use _inputs instead.",
1193
+ "description": "Now part of _inputs.*.comment.",
1194
+ "markdownDescription": "Now part of _inputs.*.comment.",
1183
1195
  "type": "object"
1184
1196
  },
1185
1197
  "_editables": {
@@ -1208,8 +1220,9 @@
1208
1220
  "additionalProperties": {},
1209
1221
  "type": "object"
1210
1222
  },
1211
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
1212
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
1223
+ "deprecated": "Use _inputs instead.",
1224
+ "description": "Now part of _inputs.*.options.",
1225
+ "markdownDescription": "Now part of _inputs.*.options.",
1213
1226
  "type": "object"
1214
1227
  },
1215
1228
  "_select_data": {
@@ -1230,14 +1243,14 @@
1230
1243
  },
1231
1244
  "glob": {
1232
1245
  "anyOf": [
1233
- {
1234
- "type": "string"
1235
- },
1236
1246
  {
1237
1247
  "items": {
1238
1248
  "type": "string"
1239
1249
  },
1240
1250
  "type": "array"
1251
+ },
1252
+ {
1253
+ "type": "string"
1241
1254
  }
1242
1255
  ],
1243
1256
  "description": "The glob pattern(s) targeting a path to one or more files.",
@@ -1410,19 +1423,23 @@
1410
1423
  },
1411
1424
  "HugoCollectionConfig": {
1412
1425
  "additionalProperties": false,
1426
+ "description": "The `collections_config` entry format for build-coupled Hugo sites.",
1427
+ "markdownDescription": "The `collections_config` entry format for build-coupled Hugo sites.",
1413
1428
  "properties": {
1414
1429
  "_array_structures": {
1415
1430
  "additionalProperties": {},
1416
- "description": "[DEPRECATED] Now known as _structures.",
1417
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
1431
+ "deprecated": "Use _structures instead.",
1432
+ "description": "Now known as _structures.",
1433
+ "markdownDescription": "Now known as _structures.",
1418
1434
  "type": "object"
1419
1435
  },
1420
1436
  "_comments": {
1421
1437
  "additionalProperties": {
1422
1438
  "type": "string"
1423
1439
  },
1424
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
1425
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
1440
+ "deprecated": "Use _inputs instead.",
1441
+ "description": "Now part of _inputs.*.comment.",
1442
+ "markdownDescription": "Now part of _inputs.*.comment.",
1426
1443
  "type": "object"
1427
1444
  },
1428
1445
  "_editables": {
@@ -1451,8 +1468,9 @@
1451
1468
  "additionalProperties": {},
1452
1469
  "type": "object"
1453
1470
  },
1454
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
1455
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
1471
+ "deprecated": "Use _inputs instead.",
1472
+ "description": "Now part of _inputs.*.options.",
1473
+ "markdownDescription": "Now part of _inputs.*.options.",
1456
1474
  "type": "object"
1457
1475
  },
1458
1476
  "_select_data": {
@@ -1490,18 +1508,18 @@
1490
1508
  "type": "string"
1491
1509
  },
1492
1510
  "disable_add": {
1493
- "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.",
1494
- "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.",
1511
+ "description": "Prevents users from adding new files in the collection file list if true.",
1512
+ "markdownDescription": "Prevents users from adding new files in the collection file list if true.",
1495
1513
  "type": "boolean"
1496
1514
  },
1497
1515
  "disable_add_folder": {
1498
- "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.",
1499
- "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.",
1516
+ "description": "Prevents users from adding new folders in the collection file list if true.",
1517
+ "markdownDescription": "Prevents users from adding new folders in the collection file list if true.",
1500
1518
  "type": "boolean"
1501
1519
  },
1502
1520
  "disable_file_actions": {
1503
- "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.",
1504
- "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.",
1521
+ "description": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
1522
+ "markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
1505
1523
  "type": "boolean"
1506
1524
  },
1507
1525
  "documentation": {
@@ -1523,14 +1541,14 @@
1523
1541
  },
1524
1542
  "glob": {
1525
1543
  "anyOf": [
1526
- {
1527
- "type": "string"
1528
- },
1529
1544
  {
1530
1545
  "items": {
1531
1546
  "type": "string"
1532
1547
  },
1533
1548
  "type": "array"
1549
+ },
1550
+ {
1551
+ "type": "string"
1534
1552
  }
1535
1553
  ],
1536
1554
  "description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
@@ -1557,8 +1575,8 @@
1557
1575
  "type": "boolean"
1558
1576
  },
1559
1577
  "parse_branch_index": {
1560
- "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.",
1561
- "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.",
1578
+ "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.",
1579
+ "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.",
1562
1580
  "type": "boolean"
1563
1581
  },
1564
1582
  "path": {
@@ -1612,19 +1630,23 @@
1612
1630
  },
1613
1631
  "HugoConfiguration": {
1614
1632
  "additionalProperties": false,
1633
+ "description": "The configuration format for build-coupled Hugo sites.",
1634
+ "markdownDescription": "The configuration format for build-coupled Hugo sites.",
1615
1635
  "properties": {
1616
1636
  "_array_structures": {
1617
1637
  "additionalProperties": {},
1618
- "description": "[DEPRECATED] Now known as _structures.",
1619
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
1638
+ "deprecated": "Use _structures instead.",
1639
+ "description": "Now known as _structures.",
1640
+ "markdownDescription": "Now known as _structures.",
1620
1641
  "type": "object"
1621
1642
  },
1622
1643
  "_comments": {
1623
1644
  "additionalProperties": {
1624
1645
  "type": "string"
1625
1646
  },
1626
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
1627
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
1647
+ "deprecated": "Use _inputs instead.",
1648
+ "description": "Now part of _inputs.*.comment.",
1649
+ "markdownDescription": "Now part of _inputs.*.comment.",
1628
1650
  "type": "object"
1629
1651
  },
1630
1652
  "_editables": {
@@ -1653,8 +1675,9 @@
1653
1675
  "additionalProperties": {},
1654
1676
  "type": "object"
1655
1677
  },
1656
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
1657
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
1678
+ "deprecated": "Use _inputs instead.",
1679
+ "description": "Now part of _inputs.*.options.",
1680
+ "markdownDescription": "Now part of _inputs.*.options.",
1658
1681
  "type": "object"
1659
1682
  },
1660
1683
  "_select_data": {
@@ -1729,17 +1752,17 @@
1729
1752
  "type": "boolean"
1730
1753
  },
1731
1754
  "commit_templates": {
1755
+ "description": "Templates for commit messages when saving changes.",
1732
1756
  "items": {
1733
1757
  "$ref": "#/definitions/CommitTemplate"
1734
1758
  },
1759
+ "markdownDescription": "Templates for commit messages when saving changes.",
1735
1760
  "type": "array"
1736
1761
  },
1737
1762
  "data_config": {
1738
1763
  "additionalProperties": {
1739
1764
  "type": "boolean"
1740
1765
  },
1741
- "description": "Controls what data sets are available to populate select and multiselect inputs.",
1742
- "markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
1743
1766
  "type": "object"
1744
1767
  },
1745
1768
  "editor": {
@@ -1826,10 +1849,6 @@
1826
1849
  "description": "Settings for the behavior and appearance of the Source Editor.",
1827
1850
  "markdownDescription": "Settings for the behavior and appearance of the Source Editor."
1828
1851
  },
1829
- "ssg": {
1830
- "const": "hugo",
1831
- "type": "string"
1832
- },
1833
1852
  "timezone": {
1834
1853
  "$ref": "#/definitions/Timezone",
1835
1854
  "default": "Etc/UTC",
@@ -5351,158 +5370,22 @@
5351
5370
  "additionalProperties": false,
5352
5371
  "properties": {
5353
5372
  "icon": {
5354
- "anyOf": [
5355
- {
5356
- "items": {
5357
- "anyOf": [
5358
- {
5359
- "additionalProperties": false,
5360
- "properties": {
5361
- "key": {
5362
- "description": "The key used to access the value used for the preview.",
5363
- "markdownDescription": "The key used to access the value used for the preview.",
5364
- "type": "string"
5365
- }
5366
- },
5367
- "required": [
5368
- "key"
5369
- ],
5370
- "type": "object"
5371
- },
5372
- {
5373
- "type": "string"
5374
- },
5375
- {
5376
- "type": "boolean"
5377
- }
5378
- ]
5379
- },
5380
- "type": "array"
5381
- },
5382
- {
5383
- "type": "string"
5384
- },
5385
- {
5386
- "type": "boolean"
5387
- }
5388
- ],
5373
+ "$ref": "#/definitions/PreviewEntry",
5389
5374
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
5390
5375
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
5391
5376
  },
5392
5377
  "image": {
5393
- "anyOf": [
5394
- {
5395
- "items": {
5396
- "anyOf": [
5397
- {
5398
- "additionalProperties": false,
5399
- "properties": {
5400
- "key": {
5401
- "description": "The key used to access the value used for the preview.",
5402
- "markdownDescription": "The key used to access the value used for the preview.",
5403
- "type": "string"
5404
- }
5405
- },
5406
- "required": [
5407
- "key"
5408
- ],
5409
- "type": "object"
5410
- },
5411
- {
5412
- "type": "string"
5413
- },
5414
- {
5415
- "type": "boolean"
5416
- }
5417
- ]
5418
- },
5419
- "type": "array"
5420
- },
5421
- {
5422
- "type": "string"
5423
- },
5424
- {
5425
- "type": "boolean"
5426
- }
5427
- ],
5378
+ "$ref": "#/definitions/PreviewEntry",
5428
5379
  "description": "Controls the image shown per item.",
5429
5380
  "markdownDescription": "Controls the image shown per item."
5430
5381
  },
5431
5382
  "subtext": {
5432
- "anyOf": [
5433
- {
5434
- "items": {
5435
- "anyOf": [
5436
- {
5437
- "additionalProperties": false,
5438
- "properties": {
5439
- "key": {
5440
- "description": "The key used to access the value used for the preview.",
5441
- "markdownDescription": "The key used to access the value used for the preview.",
5442
- "type": "string"
5443
- }
5444
- },
5445
- "required": [
5446
- "key"
5447
- ],
5448
- "type": "object"
5449
- },
5450
- {
5451
- "type": "string"
5452
- },
5453
- {
5454
- "type": "boolean"
5455
- }
5456
- ]
5457
- },
5458
- "type": "array"
5459
- },
5460
- {
5461
- "type": "string"
5462
- },
5463
- {
5464
- "type": "boolean"
5465
- }
5466
- ],
5383
+ "$ref": "#/definitions/PreviewEntry",
5467
5384
  "description": "Controls the supporting text shown per item.",
5468
5385
  "markdownDescription": "Controls the supporting text shown per item."
5469
5386
  },
5470
5387
  "text": {
5471
- "anyOf": [
5472
- {
5473
- "items": {
5474
- "anyOf": [
5475
- {
5476
- "additionalProperties": false,
5477
- "properties": {
5478
- "key": {
5479
- "description": "The key used to access the value used for the preview.",
5480
- "markdownDescription": "The key used to access the value used for the preview.",
5481
- "type": "string"
5482
- }
5483
- },
5484
- "required": [
5485
- "key"
5486
- ],
5487
- "type": "object"
5488
- },
5489
- {
5490
- "type": "string"
5491
- },
5492
- {
5493
- "type": "boolean"
5494
- }
5495
- ]
5496
- },
5497
- "type": "array"
5498
- },
5499
- {
5500
- "type": "string"
5501
- },
5502
- {
5503
- "type": "boolean"
5504
- }
5505
- ],
5388
+ "$ref": "#/definitions/PreviewEntry",
5506
5389
  "description": "Controls the main text shown per item.",
5507
5390
  "markdownDescription": "Controls the main text shown per item."
5508
5391
  }
@@ -5513,7 +5396,6 @@
5513
5396
  "additionalProperties": false,
5514
5397
  "properties": {
5515
5398
  "collections": {
5516
- "default": "",
5517
5399
  "description": "Parent folder of all collections.",
5518
5400
  "markdownDescription": "Parent folder of all collections.",
5519
5401
  "type": "string"
@@ -5583,41 +5465,7 @@
5583
5465
  "markdownDescription": "Details for large image/icon preview per item."
5584
5466
  },
5585
5467
  "icon": {
5586
- "anyOf": [
5587
- {
5588
- "items": {
5589
- "anyOf": [
5590
- {
5591
- "additionalProperties": false,
5592
- "properties": {
5593
- "key": {
5594
- "description": "The key used to access the value used for the preview.",
5595
- "markdownDescription": "The key used to access the value used for the preview.",
5596
- "type": "string"
5597
- }
5598
- },
5599
- "required": [
5600
- "key"
5601
- ],
5602
- "type": "object"
5603
- },
5604
- {
5605
- "type": "string"
5606
- },
5607
- {
5608
- "type": "boolean"
5609
- }
5610
- ]
5611
- },
5612
- "type": "array"
5613
- },
5614
- {
5615
- "type": "string"
5616
- },
5617
- {
5618
- "type": "boolean"
5619
- }
5620
- ],
5468
+ "$ref": "#/definitions/PreviewEntry",
5621
5469
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
5622
5470
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
5623
5471
  },
@@ -5627,41 +5475,7 @@
5627
5475
  "type": "string"
5628
5476
  },
5629
5477
  "image": {
5630
- "anyOf": [
5631
- {
5632
- "items": {
5633
- "anyOf": [
5634
- {
5635
- "additionalProperties": false,
5636
- "properties": {
5637
- "key": {
5638
- "description": "The key used to access the value used for the preview.",
5639
- "markdownDescription": "The key used to access the value used for the preview.",
5640
- "type": "string"
5641
- }
5642
- },
5643
- "required": [
5644
- "key"
5645
- ],
5646
- "type": "object"
5647
- },
5648
- {
5649
- "type": "string"
5650
- },
5651
- {
5652
- "type": "boolean"
5653
- }
5654
- ]
5655
- },
5656
- "type": "array"
5657
- },
5658
- {
5659
- "type": "string"
5660
- },
5661
- {
5662
- "type": "boolean"
5663
- }
5664
- ],
5478
+ "$ref": "#/definitions/PreviewEntry",
5665
5479
  "description": "Controls the image shown per item.",
5666
5480
  "markdownDescription": "Controls the image shown per item."
5667
5481
  },
@@ -5674,86 +5488,44 @@
5674
5488
  "type": "array"
5675
5489
  },
5676
5490
  "subtext": {
5677
- "anyOf": [
5678
- {
5679
- "items": {
5680
- "anyOf": [
5681
- {
5682
- "additionalProperties": false,
5683
- "properties": {
5684
- "key": {
5685
- "description": "The key used to access the value used for the preview.",
5686
- "markdownDescription": "The key used to access the value used for the preview.",
5687
- "type": "string"
5688
- }
5689
- },
5690
- "required": [
5691
- "key"
5692
- ],
5693
- "type": "object"
5694
- },
5695
- {
5696
- "type": "string"
5697
- },
5698
- {
5699
- "type": "boolean"
5700
- }
5701
- ]
5702
- },
5703
- "type": "array"
5704
- },
5705
- {
5706
- "type": "string"
5707
- },
5708
- {
5709
- "type": "boolean"
5710
- }
5711
- ],
5491
+ "$ref": "#/definitions/PreviewEntry",
5712
5492
  "description": "Controls the supporting text shown per item.",
5713
5493
  "markdownDescription": "Controls the supporting text shown per item."
5714
5494
  },
5715
5495
  "text": {
5716
- "anyOf": [
5717
- {
5718
- "items": {
5719
- "anyOf": [
5720
- {
5721
- "additionalProperties": false,
5722
- "properties": {
5723
- "key": {
5724
- "description": "The key used to access the value used for the preview.",
5725
- "markdownDescription": "The key used to access the value used for the preview.",
5726
- "type": "string"
5727
- }
5728
- },
5729
- "required": [
5730
- "key"
5731
- ],
5732
- "type": "object"
5733
- },
5734
- {
5735
- "type": "string"
5736
- },
5737
- {
5738
- "type": "boolean"
5739
- }
5740
- ]
5741
- },
5742
- "type": "array"
5743
- },
5744
- {
5745
- "type": "string"
5746
- },
5747
- {
5748
- "type": "boolean"
5749
- }
5750
- ],
5496
+ "$ref": "#/definitions/PreviewEntry",
5751
5497
  "description": "Controls the main text shown per item.",
5752
5498
  "markdownDescription": "Controls the main text shown per item."
5753
5499
  }
5754
5500
  },
5755
5501
  "type": "object"
5756
5502
  },
5503
+ "PreviewEntry": {
5504
+ "anyOf": [
5505
+ {
5506
+ "items": {
5507
+ "anyOf": [
5508
+ {
5509
+ "$ref": "#/definitions/PreviewKeyEntry"
5510
+ },
5511
+ {
5512
+ "type": "string"
5513
+ },
5514
+ {
5515
+ "type": "boolean"
5516
+ }
5517
+ ]
5518
+ },
5519
+ "type": "array"
5520
+ },
5521
+ {
5522
+ "type": "string"
5523
+ },
5524
+ {
5525
+ "type": "boolean"
5526
+ }
5527
+ ]
5528
+ },
5757
5529
  "PreviewGallery": {
5758
5530
  "additionalProperties": false,
5759
5531
  "properties": {
@@ -5769,41 +5541,7 @@
5769
5541
  "type": "string"
5770
5542
  },
5771
5543
  "icon": {
5772
- "anyOf": [
5773
- {
5774
- "items": {
5775
- "anyOf": [
5776
- {
5777
- "additionalProperties": false,
5778
- "properties": {
5779
- "key": {
5780
- "description": "The key used to access the value used for the preview.",
5781
- "markdownDescription": "The key used to access the value used for the preview.",
5782
- "type": "string"
5783
- }
5784
- },
5785
- "required": [
5786
- "key"
5787
- ],
5788
- "type": "object"
5789
- },
5790
- {
5791
- "type": "string"
5792
- },
5793
- {
5794
- "type": "boolean"
5795
- }
5796
- ]
5797
- },
5798
- "type": "array"
5799
- },
5800
- {
5801
- "type": "string"
5802
- },
5803
- {
5804
- "type": "boolean"
5805
- }
5806
- ],
5544
+ "$ref": "#/definitions/PreviewEntry",
5807
5545
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
5808
5546
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
5809
5547
  },
@@ -5813,125 +5551,37 @@
5813
5551
  "type": "string"
5814
5552
  },
5815
5553
  "image": {
5816
- "anyOf": [
5817
- {
5818
- "items": {
5819
- "anyOf": [
5820
- {
5821
- "additionalProperties": false,
5822
- "properties": {
5823
- "key": {
5824
- "description": "The key used to access the value used for the preview.",
5825
- "markdownDescription": "The key used to access the value used for the preview.",
5826
- "type": "string"
5827
- }
5828
- },
5829
- "required": [
5830
- "key"
5831
- ],
5832
- "type": "object"
5833
- },
5834
- {
5835
- "type": "string"
5836
- },
5837
- {
5838
- "type": "boolean"
5839
- }
5840
- ]
5841
- },
5842
- "type": "array"
5843
- },
5844
- {
5845
- "type": "string"
5846
- },
5847
- {
5848
- "type": "boolean"
5849
- }
5850
- ],
5554
+ "$ref": "#/definitions/PreviewEntry",
5851
5555
  "description": "Controls the image shown per item.",
5852
5556
  "markdownDescription": "Controls the image shown per item."
5853
5557
  },
5854
5558
  "text": {
5855
- "anyOf": [
5856
- {
5857
- "items": {
5858
- "anyOf": [
5859
- {
5860
- "additionalProperties": false,
5861
- "properties": {
5862
- "key": {
5863
- "description": "The key used to access the value used for the preview.",
5864
- "markdownDescription": "The key used to access the value used for the preview.",
5865
- "type": "string"
5866
- }
5867
- },
5868
- "required": [
5869
- "key"
5870
- ],
5871
- "type": "object"
5872
- },
5873
- {
5874
- "type": "string"
5875
- },
5876
- {
5877
- "type": "boolean"
5878
- }
5879
- ]
5880
- },
5881
- "type": "array"
5882
- },
5883
- {
5884
- "type": "string"
5885
- },
5886
- {
5887
- "type": "boolean"
5888
- }
5889
- ],
5559
+ "$ref": "#/definitions/PreviewEntry",
5890
5560
  "description": "Controls the main text shown per item.",
5891
5561
  "markdownDescription": "Controls the main text shown per item."
5892
5562
  }
5893
5563
  },
5894
5564
  "type": "object"
5895
5565
  },
5566
+ "PreviewKeyEntry": {
5567
+ "additionalProperties": false,
5568
+ "properties": {
5569
+ "key": {
5570
+ "description": "The key used to access the value used for the preview.",
5571
+ "markdownDescription": "The key used to access the value used for the preview.",
5572
+ "type": "string"
5573
+ }
5574
+ },
5575
+ "required": [
5576
+ "key"
5577
+ ],
5578
+ "type": "object"
5579
+ },
5896
5580
  "PreviewMetadata": {
5897
5581
  "additionalProperties": false,
5898
5582
  "properties": {
5899
5583
  "icon": {
5900
- "anyOf": [
5901
- {
5902
- "items": {
5903
- "anyOf": [
5904
- {
5905
- "additionalProperties": false,
5906
- "properties": {
5907
- "key": {
5908
- "description": "The key used to access the value used for the preview.",
5909
- "markdownDescription": "The key used to access the value used for the preview.",
5910
- "type": "string"
5911
- }
5912
- },
5913
- "required": [
5914
- "key"
5915
- ],
5916
- "type": "object"
5917
- },
5918
- {
5919
- "type": "string"
5920
- },
5921
- {
5922
- "type": "boolean"
5923
- }
5924
- ]
5925
- },
5926
- "type": "array"
5927
- },
5928
- {
5929
- "type": "string"
5930
- },
5931
- {
5932
- "type": "boolean"
5933
- }
5934
- ],
5584
+ "$ref": "#/definitions/PreviewEntry",
5935
5585
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
5936
5586
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
5937
5587
  },
@@ -5941,80 +5591,12 @@
5941
5591
  "type": "string"
5942
5592
  },
5943
5593
  "image": {
5944
- "anyOf": [
5945
- {
5946
- "items": {
5947
- "anyOf": [
5948
- {
5949
- "additionalProperties": false,
5950
- "properties": {
5951
- "key": {
5952
- "description": "The key used to access the value used for the preview.",
5953
- "markdownDescription": "The key used to access the value used for the preview.",
5954
- "type": "string"
5955
- }
5956
- },
5957
- "required": [
5958
- "key"
5959
- ],
5960
- "type": "object"
5961
- },
5962
- {
5963
- "type": "string"
5964
- },
5965
- {
5966
- "type": "boolean"
5967
- }
5968
- ]
5969
- },
5970
- "type": "array"
5971
- },
5972
- {
5973
- "type": "string"
5974
- },
5975
- {
5976
- "type": "boolean"
5977
- }
5978
- ],
5594
+ "$ref": "#/definitions/PreviewEntry",
5979
5595
  "description": "Controls the image shown per item.",
5980
5596
  "markdownDescription": "Controls the image shown per item."
5981
5597
  },
5982
5598
  "text": {
5983
- "anyOf": [
5984
- {
5985
- "items": {
5986
- "anyOf": [
5987
- {
5988
- "additionalProperties": false,
5989
- "properties": {
5990
- "key": {
5991
- "description": "The key used to access the value used for the preview.",
5992
- "markdownDescription": "The key used to access the value used for the preview.",
5993
- "type": "string"
5994
- }
5995
- },
5996
- "required": [
5997
- "key"
5998
- ],
5999
- "type": "object"
6000
- },
6001
- {
6002
- "type": "string"
6003
- },
6004
- {
6005
- "type": "boolean"
6006
- }
6007
- ]
6008
- },
6009
- "type": "array"
6010
- },
6011
- {
6012
- "type": "string"
6013
- },
6014
- {
6015
- "type": "boolean"
6016
- }
6017
- ],
5599
+ "$ref": "#/definitions/PreviewEntry",
6018
5600
  "description": "Controls the main text shown per item.",
6019
5601
  "markdownDescription": "Controls the main text shown per item."
6020
5602
  }
@@ -6303,8 +5885,18 @@
6303
5885
  "type": "string"
6304
5886
  },
6305
5887
  "code": {
6306
- "description": "Enables a control to set selected text to inline code, and unselected blocks of text to code blocks.",
6307
- "markdownDescription": "Enables a control to set selected text to inline code, and unselected blocks of text to code\nblocks.",
5888
+ "description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
5889
+ "markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
5890
+ "type": "boolean"
5891
+ },
5892
+ "code_block": {
5893
+ "description": "Enables a control to insert a code block.",
5894
+ "markdownDescription": "Enables a control to insert a code block.",
5895
+ "type": "boolean"
5896
+ },
5897
+ "code_inline": {
5898
+ "description": "Enables a control to create an inline code element, containing any selected text.",
5899
+ "markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
6308
5900
  "type": "boolean"
6309
5901
  },
6310
5902
  "copyformatting": {
@@ -6529,16 +6121,18 @@
6529
6121
  "properties": {
6530
6122
  "_array_structures": {
6531
6123
  "additionalProperties": {},
6532
- "description": "[DEPRECATED] Now known as _structures.",
6533
- "markdownDescription": "[DEPRECATED] Now known as _structures.",
6124
+ "deprecated": "Use _structures instead.",
6125
+ "description": "Now known as _structures.",
6126
+ "markdownDescription": "Now known as _structures.",
6534
6127
  "type": "object"
6535
6128
  },
6536
6129
  "_comments": {
6537
6130
  "additionalProperties": {
6538
6131
  "type": "string"
6539
6132
  },
6540
- "description": "[DEPRECATED] Now part of _inputs.*.comment.",
6541
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
6133
+ "deprecated": "Use _inputs instead.",
6134
+ "description": "Now part of _inputs.*.comment.",
6135
+ "markdownDescription": "Now part of _inputs.*.comment.",
6542
6136
  "type": "object"
6543
6137
  },
6544
6138
  "_editables": {
@@ -6567,8 +6161,9 @@
6567
6161
  "additionalProperties": {},
6568
6162
  "type": "object"
6569
6163
  },
6570
- "description": "[DEPRECATED] Now part of _inputs.*.options.",
6571
- "markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
6164
+ "deprecated": "Use _inputs instead.",
6165
+ "description": "Now part of _inputs.*.options.",
6166
+ "markdownDescription": "Now part of _inputs.*.options.",
6572
6167
  "type": "object"
6573
6168
  },
6574
6169
  "_select_data": {
@@ -6766,80 +6361,12 @@
6766
6361
  "additionalProperties": false,
6767
6362
  "properties": {
6768
6363
  "icon": {
6769
- "anyOf": [
6770
- {
6771
- "items": {
6772
- "anyOf": [
6773
- {
6774
- "additionalProperties": false,
6775
- "properties": {
6776
- "key": {
6777
- "description": "The key used to access the value used for the preview.",
6778
- "markdownDescription": "The key used to access the value used for the preview.",
6779
- "type": "string"
6780
- }
6781
- },
6782
- "required": [
6783
- "key"
6784
- ],
6785
- "type": "object"
6786
- },
6787
- {
6788
- "type": "string"
6789
- },
6790
- {
6791
- "type": "boolean"
6792
- }
6793
- ]
6794
- },
6795
- "type": "array"
6796
- },
6797
- {
6798
- "type": "string"
6799
- },
6800
- {
6801
- "type": "boolean"
6802
- }
6803
- ],
6364
+ "$ref": "#/definitions/PreviewEntry",
6804
6365
  "description": "Controls the icon shown per item. Must result in a Material Icon name.",
6805
6366
  "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
6806
6367
  },
6807
6368
  "text": {
6808
- "anyOf": [
6809
- {
6810
- "items": {
6811
- "anyOf": [
6812
- {
6813
- "additionalProperties": false,
6814
- "properties": {
6815
- "key": {
6816
- "description": "The key used to access the value used for the preview.",
6817
- "markdownDescription": "The key used to access the value used for the preview.",
6818
- "type": "string"
6819
- }
6820
- },
6821
- "required": [
6822
- "key"
6823
- ],
6824
- "type": "object"
6825
- },
6826
- {
6827
- "type": "string"
6828
- },
6829
- {
6830
- "type": "boolean"
6831
- }
6832
- ]
6833
- },
6834
- "type": "array"
6835
- },
6836
- {
6837
- "type": "string"
6838
- },
6839
- {
6840
- "type": "boolean"
6841
- }
6842
- ],
6369
+ "$ref": "#/definitions/PreviewEntry",
6843
6370
  "description": "Controls the main text shown per item.",
6844
6371
  "markdownDescription": "Controls the main text shown per item."
6845
6372
  }
@@ -6949,6 +6476,354 @@
6949
6476
  },
6950
6477
  "type": "object"
6951
6478
  },
6479
+ "SnippetsImport<(\"_cc_jekyll_unknown_paired_tag\"|\"_cc_jekyll_unknown_tag\"|\"jekyll_highlight\"|\"_cc_jekyll_template\"|\"jekyll_raw\"|\"jekyll_link\"|\"jekyll_post_url\")>": {
6480
+ "additionalProperties": false,
6481
+ "properties": {
6482
+ "exclude": {
6483
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6484
+ "items": {
6485
+ "enum": [
6486
+ "_cc_jekyll_unknown_paired_tag",
6487
+ "_cc_jekyll_unknown_tag",
6488
+ "jekyll_highlight",
6489
+ "_cc_jekyll_template",
6490
+ "jekyll_raw",
6491
+ "jekyll_link",
6492
+ "jekyll_post_url"
6493
+ ],
6494
+ "type": "string"
6495
+ },
6496
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6497
+ "type": "array"
6498
+ },
6499
+ "include": {
6500
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6501
+ "items": {
6502
+ "enum": [
6503
+ "_cc_jekyll_unknown_paired_tag",
6504
+ "_cc_jekyll_unknown_tag",
6505
+ "jekyll_highlight",
6506
+ "_cc_jekyll_template",
6507
+ "jekyll_raw",
6508
+ "jekyll_link",
6509
+ "jekyll_post_url"
6510
+ ],
6511
+ "type": "string"
6512
+ },
6513
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6514
+ "type": "array"
6515
+ }
6516
+ },
6517
+ "type": "object"
6518
+ },
6519
+ "SnippetsImport<(\"docusaurus_mdx_admonition\"|\"docusaurus_mdx_tabs\"|\"docusaurus_mdx_truncate\"|\"docusaurus_mdx_codeblock\")>": {
6520
+ "additionalProperties": false,
6521
+ "properties": {
6522
+ "exclude": {
6523
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6524
+ "items": {
6525
+ "enum": [
6526
+ "docusaurus_mdx_admonition",
6527
+ "docusaurus_mdx_tabs",
6528
+ "docusaurus_mdx_truncate",
6529
+ "docusaurus_mdx_codeblock"
6530
+ ],
6531
+ "type": "string"
6532
+ },
6533
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6534
+ "type": "array"
6535
+ },
6536
+ "include": {
6537
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6538
+ "items": {
6539
+ "enum": [
6540
+ "docusaurus_mdx_admonition",
6541
+ "docusaurus_mdx_tabs",
6542
+ "docusaurus_mdx_truncate",
6543
+ "docusaurus_mdx_codeblock"
6544
+ ],
6545
+ "type": "string"
6546
+ },
6547
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6548
+ "type": "array"
6549
+ }
6550
+ },
6551
+ "type": "object"
6552
+ },
6553
+ "SnippetsImport<(\"eleventy_liquid_raw\"|\"_cc_eleventy_liquid_unknown_paired_shortcode\"|\"_cc_eleventy_liquid_unknown_shortcode\"|\"_cc_eleventy_liquid_template\")>": {
6554
+ "additionalProperties": false,
6555
+ "properties": {
6556
+ "exclude": {
6557
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6558
+ "items": {
6559
+ "enum": [
6560
+ "eleventy_liquid_raw",
6561
+ "_cc_eleventy_liquid_unknown_paired_shortcode",
6562
+ "_cc_eleventy_liquid_unknown_shortcode",
6563
+ "_cc_eleventy_liquid_template"
6564
+ ],
6565
+ "type": "string"
6566
+ },
6567
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6568
+ "type": "array"
6569
+ },
6570
+ "include": {
6571
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6572
+ "items": {
6573
+ "enum": [
6574
+ "eleventy_liquid_raw",
6575
+ "_cc_eleventy_liquid_unknown_paired_shortcode",
6576
+ "_cc_eleventy_liquid_unknown_shortcode",
6577
+ "_cc_eleventy_liquid_template"
6578
+ ],
6579
+ "type": "string"
6580
+ },
6581
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6582
+ "type": "array"
6583
+ }
6584
+ },
6585
+ "type": "object"
6586
+ },
6587
+ "SnippetsImport<(\"eleventy_nunjucks_raw\"|\"eleventy_nunjucks_verbatim\"|\"_cc_eleventy_nunjucks_unknown_paired_shortcode\"|\"_cc_eleventy_nunjucks_unknown_shortcode\"|\"_cc_eleventy_nunjucks_template\")>": {
6588
+ "additionalProperties": false,
6589
+ "properties": {
6590
+ "exclude": {
6591
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6592
+ "items": {
6593
+ "enum": [
6594
+ "eleventy_nunjucks_raw",
6595
+ "eleventy_nunjucks_verbatim",
6596
+ "_cc_eleventy_nunjucks_unknown_paired_shortcode",
6597
+ "_cc_eleventy_nunjucks_unknown_shortcode",
6598
+ "_cc_eleventy_nunjucks_template"
6599
+ ],
6600
+ "type": "string"
6601
+ },
6602
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6603
+ "type": "array"
6604
+ },
6605
+ "include": {
6606
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6607
+ "items": {
6608
+ "enum": [
6609
+ "eleventy_nunjucks_raw",
6610
+ "eleventy_nunjucks_verbatim",
6611
+ "_cc_eleventy_nunjucks_unknown_paired_shortcode",
6612
+ "_cc_eleventy_nunjucks_unknown_shortcode",
6613
+ "_cc_eleventy_nunjucks_template"
6614
+ ],
6615
+ "type": "string"
6616
+ },
6617
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6618
+ "type": "array"
6619
+ }
6620
+ },
6621
+ "type": "object"
6622
+ },
6623
+ "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\")>": {
6624
+ "additionalProperties": false,
6625
+ "properties": {
6626
+ "exclude": {
6627
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6628
+ "items": {
6629
+ "enum": [
6630
+ "hugo_summary_divider",
6631
+ "hugo_highlight",
6632
+ "hugo_figure",
6633
+ "hugo_gist",
6634
+ "hugo_instagram",
6635
+ "hugo_param",
6636
+ "hugo_ref",
6637
+ "hugo_relref",
6638
+ "hugo_tweet",
6639
+ "hugo_vimeo",
6640
+ "hugo_youtube",
6641
+ "_cc_hugo_unknown_paired",
6642
+ "_cc_hugo_unknown",
6643
+ "_cc_hugo_unknown_paired_processed",
6644
+ "_cc_hugo_unknown_processed"
6645
+ ],
6646
+ "type": "string"
6647
+ },
6648
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6649
+ "type": "array"
6650
+ },
6651
+ "include": {
6652
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6653
+ "items": {
6654
+ "enum": [
6655
+ "hugo_summary_divider",
6656
+ "hugo_highlight",
6657
+ "hugo_figure",
6658
+ "hugo_gist",
6659
+ "hugo_instagram",
6660
+ "hugo_param",
6661
+ "hugo_ref",
6662
+ "hugo_relref",
6663
+ "hugo_tweet",
6664
+ "hugo_vimeo",
6665
+ "hugo_youtube",
6666
+ "_cc_hugo_unknown_paired",
6667
+ "_cc_hugo_unknown",
6668
+ "_cc_hugo_unknown_paired_processed",
6669
+ "_cc_hugo_unknown_processed"
6670
+ ],
6671
+ "type": "string"
6672
+ },
6673
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6674
+ "type": "array"
6675
+ }
6676
+ },
6677
+ "type": "object"
6678
+ },
6679
+ "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\")>": {
6680
+ "additionalProperties": false,
6681
+ "properties": {
6682
+ "exclude": {
6683
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6684
+ "items": {
6685
+ "enum": [
6686
+ "import",
6687
+ "_cc_mdx_unknown_export",
6688
+ "_cc_mdx_unknown_export_expression",
6689
+ "_cc_mdx_unknown_export_default",
6690
+ "_cc_mdx_unknown_template",
6691
+ "_cc_mdx_paired_unknown",
6692
+ "_cc_mdx_unknown"
6693
+ ],
6694
+ "type": "string"
6695
+ },
6696
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6697
+ "type": "array"
6698
+ },
6699
+ "include": {
6700
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6701
+ "items": {
6702
+ "enum": [
6703
+ "import",
6704
+ "_cc_mdx_unknown_export",
6705
+ "_cc_mdx_unknown_export_expression",
6706
+ "_cc_mdx_unknown_export_default",
6707
+ "_cc_mdx_unknown_template",
6708
+ "_cc_mdx_paired_unknown",
6709
+ "_cc_mdx_unknown"
6710
+ ],
6711
+ "type": "string"
6712
+ },
6713
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6714
+ "type": "array"
6715
+ }
6716
+ },
6717
+ "type": "object"
6718
+ },
6719
+ "SnippetsImport<(\"markdoc_id_annotation\"|\"markdoc_class_annotation\"|\"markdoc_table\"|\"_cc_markdoc_unknown_tag\"|\"_cc_markdoc_unknown_paired_tag\"|\"_cc_markdoc_unknown_template\")>": {
6720
+ "additionalProperties": false,
6721
+ "properties": {
6722
+ "exclude": {
6723
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6724
+ "items": {
6725
+ "enum": [
6726
+ "markdoc_id_annotation",
6727
+ "markdoc_class_annotation",
6728
+ "markdoc_table",
6729
+ "_cc_markdoc_unknown_tag",
6730
+ "_cc_markdoc_unknown_paired_tag",
6731
+ "_cc_markdoc_unknown_template"
6732
+ ],
6733
+ "type": "string"
6734
+ },
6735
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6736
+ "type": "array"
6737
+ },
6738
+ "include": {
6739
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6740
+ "items": {
6741
+ "enum": [
6742
+ "markdoc_id_annotation",
6743
+ "markdoc_class_annotation",
6744
+ "markdoc_table",
6745
+ "_cc_markdoc_unknown_tag",
6746
+ "_cc_markdoc_unknown_paired_tag",
6747
+ "_cc_markdoc_unknown_template"
6748
+ ],
6749
+ "type": "string"
6750
+ },
6751
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6752
+ "type": "array"
6753
+ }
6754
+ },
6755
+ "type": "object"
6756
+ },
6757
+ "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\")>": {
6758
+ "additionalProperties": false,
6759
+ "properties": {
6760
+ "exclude": {
6761
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6762
+ "items": {
6763
+ "enum": [
6764
+ "python_markdown_abbreviation",
6765
+ "python_markdown_admonition",
6766
+ "python_markdown_arithmatex",
6767
+ "python_markdown_attribute_list",
6768
+ "python_markdown_code_block",
6769
+ "python_markdown_collapsible_admonition",
6770
+ "python_markdown_tabs",
6771
+ "python_markdown_footnote",
6772
+ "python_markdown_footnote_marker",
6773
+ "python_markdown_icon",
6774
+ "python_markdown_image",
6775
+ "python_markdown_inline_arithmatex",
6776
+ "python_markdown_inline_code",
6777
+ "python_markdown_link",
6778
+ "python_markdown_reference_image",
6779
+ "python_markdown_reference_template_image",
6780
+ "python_markdown_reference_link",
6781
+ "python_markdown_reference",
6782
+ "python_markdown_reference_template",
6783
+ "python_markdown_block_snippet",
6784
+ "_cc_python_markdown_unknown_snippet",
6785
+ "_cc_python_markdown_unknown_markdown_in_html"
6786
+ ],
6787
+ "type": "string"
6788
+ },
6789
+ "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6790
+ "type": "array"
6791
+ },
6792
+ "include": {
6793
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6794
+ "items": {
6795
+ "enum": [
6796
+ "python_markdown_abbreviation",
6797
+ "python_markdown_admonition",
6798
+ "python_markdown_arithmatex",
6799
+ "python_markdown_attribute_list",
6800
+ "python_markdown_code_block",
6801
+ "python_markdown_collapsible_admonition",
6802
+ "python_markdown_tabs",
6803
+ "python_markdown_footnote",
6804
+ "python_markdown_footnote_marker",
6805
+ "python_markdown_icon",
6806
+ "python_markdown_image",
6807
+ "python_markdown_inline_arithmatex",
6808
+ "python_markdown_inline_code",
6809
+ "python_markdown_link",
6810
+ "python_markdown_reference_image",
6811
+ "python_markdown_reference_template_image",
6812
+ "python_markdown_reference_link",
6813
+ "python_markdown_reference",
6814
+ "python_markdown_reference_template",
6815
+ "python_markdown_block_snippet",
6816
+ "_cc_python_markdown_unknown_snippet",
6817
+ "_cc_python_markdown_unknown_markdown_in_html"
6818
+ ],
6819
+ "type": "string"
6820
+ },
6821
+ "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6822
+ "type": "array"
6823
+ }
6824
+ },
6825
+ "type": "object"
6826
+ },
6952
6827
  "SnippetsImports": {
6953
6828
  "additionalProperties": false,
6954
6829
  "properties": {
@@ -6958,38 +6833,7 @@
6958
6833
  "type": "boolean"
6959
6834
  },
6960
6835
  {
6961
- "additionalProperties": false,
6962
- "properties": {
6963
- "exclude": {
6964
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6965
- "items": {
6966
- "enum": [
6967
- "docusaurus_mdx_admonition",
6968
- "docusaurus_mdx_tabs",
6969
- "docusaurus_mdx_truncate",
6970
- "docusaurus_mdx_codeblock"
6971
- ],
6972
- "type": "string"
6973
- },
6974
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
6975
- "type": "array"
6976
- },
6977
- "include": {
6978
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6979
- "items": {
6980
- "enum": [
6981
- "docusaurus_mdx_admonition",
6982
- "docusaurus_mdx_tabs",
6983
- "docusaurus_mdx_truncate",
6984
- "docusaurus_mdx_codeblock"
6985
- ],
6986
- "type": "string"
6987
- },
6988
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
6989
- "type": "array"
6990
- }
6991
- },
6992
- "type": "object"
6836
+ "$ref": "#/definitions/SnippetsImport%3C(%22docusaurus_mdx_admonition%22%7C%22docusaurus_mdx_tabs%22%7C%22docusaurus_mdx_truncate%22%7C%22docusaurus_mdx_codeblock%22)%3E"
6993
6837
  }
6994
6838
  ],
6995
6839
  "description": "Default snippets for Docusaurus SSG.",
@@ -7001,38 +6845,7 @@
7001
6845
  "type": "boolean"
7002
6846
  },
7003
6847
  {
7004
- "additionalProperties": false,
7005
- "properties": {
7006
- "exclude": {
7007
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7008
- "items": {
7009
- "enum": [
7010
- "eleventy_liquid_raw",
7011
- "_cc_eleventy_liquid_unknown_paired_shortcode",
7012
- "_cc_eleventy_liquid_unknown_shortcode",
7013
- "_cc_eleventy_liquid_template"
7014
- ],
7015
- "type": "string"
7016
- },
7017
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7018
- "type": "array"
7019
- },
7020
- "include": {
7021
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7022
- "items": {
7023
- "enum": [
7024
- "eleventy_liquid_raw",
7025
- "_cc_eleventy_liquid_unknown_paired_shortcode",
7026
- "_cc_eleventy_liquid_unknown_shortcode",
7027
- "_cc_eleventy_liquid_template"
7028
- ],
7029
- "type": "string"
7030
- },
7031
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7032
- "type": "array"
7033
- }
7034
- },
7035
- "type": "object"
6848
+ "$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"
7036
6849
  }
7037
6850
  ],
7038
6851
  "description": "Default snippets for Eleventy SSG Liquid files.",
@@ -7044,40 +6857,7 @@
7044
6857
  "type": "boolean"
7045
6858
  },
7046
6859
  {
7047
- "additionalProperties": false,
7048
- "properties": {
7049
- "exclude": {
7050
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7051
- "items": {
7052
- "enum": [
7053
- "eleventy_nunjucks_raw",
7054
- "eleventy_nunjucks_verbatim",
7055
- "_cc_eleventy_nunjucks_unknown_paired_shortcode",
7056
- "_cc_eleventy_nunjucks_unknown_shortcode",
7057
- "_cc_eleventy_nunjucks_template"
7058
- ],
7059
- "type": "string"
7060
- },
7061
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7062
- "type": "array"
7063
- },
7064
- "include": {
7065
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7066
- "items": {
7067
- "enum": [
7068
- "eleventy_nunjucks_raw",
7069
- "eleventy_nunjucks_verbatim",
7070
- "_cc_eleventy_nunjucks_unknown_paired_shortcode",
7071
- "_cc_eleventy_nunjucks_unknown_shortcode",
7072
- "_cc_eleventy_nunjucks_template"
7073
- ],
7074
- "type": "string"
7075
- },
7076
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7077
- "type": "array"
7078
- }
7079
- },
7080
- "type": "object"
6860
+ "$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"
7081
6861
  }
7082
6862
  ],
7083
6863
  "description": "Default snippets for Eleventy SSG Nunjucks files.",
@@ -7089,60 +6869,7 @@
7089
6869
  "type": "boolean"
7090
6870
  },
7091
6871
  {
7092
- "additionalProperties": false,
7093
- "properties": {
7094
- "exclude": {
7095
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7096
- "items": {
7097
- "enum": [
7098
- "hugo_summary_divider",
7099
- "hugo_highlight",
7100
- "hugo_figure",
7101
- "hugo_gist",
7102
- "hugo_instagram",
7103
- "hugo_param",
7104
- "hugo_ref",
7105
- "hugo_relref",
7106
- "hugo_tweet",
7107
- "hugo_vimeo",
7108
- "hugo_youtube",
7109
- "_cc_hugo_unknown_paired",
7110
- "_cc_hugo_unknown",
7111
- "_cc_hugo_unknown_paired_processed",
7112
- "_cc_hugo_unknown_processed"
7113
- ],
7114
- "type": "string"
7115
- },
7116
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7117
- "type": "array"
7118
- },
7119
- "include": {
7120
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7121
- "items": {
7122
- "enum": [
7123
- "hugo_summary_divider",
7124
- "hugo_highlight",
7125
- "hugo_figure",
7126
- "hugo_gist",
7127
- "hugo_instagram",
7128
- "hugo_param",
7129
- "hugo_ref",
7130
- "hugo_relref",
7131
- "hugo_tweet",
7132
- "hugo_vimeo",
7133
- "hugo_youtube",
7134
- "_cc_hugo_unknown_paired",
7135
- "_cc_hugo_unknown",
7136
- "_cc_hugo_unknown_paired_processed",
7137
- "_cc_hugo_unknown_processed"
7138
- ],
7139
- "type": "string"
7140
- },
7141
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7142
- "type": "array"
7143
- }
7144
- },
7145
- "type": "object"
6872
+ "$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"
7146
6873
  }
7147
6874
  ],
7148
6875
  "description": "Default snippets for Hugo SSG.",
@@ -7154,44 +6881,7 @@
7154
6881
  "type": "boolean"
7155
6882
  },
7156
6883
  {
7157
- "additionalProperties": false,
7158
- "properties": {
7159
- "exclude": {
7160
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7161
- "items": {
7162
- "enum": [
7163
- "_cc_jekyll_unknown_paired_tag",
7164
- "_cc_jekyll_unknown_tag",
7165
- "jekyll_highlight",
7166
- "_cc_jekyll_template",
7167
- "jekyll_raw",
7168
- "jekyll_link",
7169
- "jekyll_post_url"
7170
- ],
7171
- "type": "string"
7172
- },
7173
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7174
- "type": "array"
7175
- },
7176
- "include": {
7177
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7178
- "items": {
7179
- "enum": [
7180
- "_cc_jekyll_unknown_paired_tag",
7181
- "_cc_jekyll_unknown_tag",
7182
- "jekyll_highlight",
7183
- "_cc_jekyll_template",
7184
- "jekyll_raw",
7185
- "jekyll_link",
7186
- "jekyll_post_url"
7187
- ],
7188
- "type": "string"
7189
- },
7190
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7191
- "type": "array"
7192
- }
7193
- },
7194
- "type": "object"
6884
+ "$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"
7195
6885
  }
7196
6886
  ],
7197
6887
  "description": "Default snippets for Jekyll SSG.",
@@ -7203,42 +6893,7 @@
7203
6893
  "type": "boolean"
7204
6894
  },
7205
6895
  {
7206
- "additionalProperties": false,
7207
- "properties": {
7208
- "exclude": {
7209
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7210
- "items": {
7211
- "enum": [
7212
- "markdoc_id_annotation",
7213
- "markdoc_class_annotation",
7214
- "markdoc_table",
7215
- "_cc_markdoc_unknown_tag",
7216
- "_cc_markdoc_unknown_paired_tag",
7217
- "_cc_markdoc_unknown_template"
7218
- ],
7219
- "type": "string"
7220
- },
7221
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7222
- "type": "array"
7223
- },
7224
- "include": {
7225
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7226
- "items": {
7227
- "enum": [
7228
- "markdoc_id_annotation",
7229
- "markdoc_class_annotation",
7230
- "markdoc_table",
7231
- "_cc_markdoc_unknown_tag",
7232
- "_cc_markdoc_unknown_paired_tag",
7233
- "_cc_markdoc_unknown_template"
7234
- ],
7235
- "type": "string"
7236
- },
7237
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7238
- "type": "array"
7239
- }
7240
- },
7241
- "type": "object"
6896
+ "$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"
7242
6897
  }
7243
6898
  ],
7244
6899
  "description": "Default snippets for Markdoc-based content.",
@@ -7250,44 +6905,7 @@
7250
6905
  "type": "boolean"
7251
6906
  },
7252
6907
  {
7253
- "additionalProperties": false,
7254
- "properties": {
7255
- "exclude": {
7256
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7257
- "items": {
7258
- "enum": [
7259
- "import",
7260
- "_cc_mdx_unknown_export",
7261
- "_cc_mdx_unknown_export_expression",
7262
- "_cc_mdx_unknown_export_default",
7263
- "_cc_mdx_unknown_template",
7264
- "_cc_mdx_paired_unknown",
7265
- "_cc_mdx_unknown"
7266
- ],
7267
- "type": "string"
7268
- },
7269
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7270
- "type": "array"
7271
- },
7272
- "include": {
7273
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7274
- "items": {
7275
- "enum": [
7276
- "import",
7277
- "_cc_mdx_unknown_export",
7278
- "_cc_mdx_unknown_export_expression",
7279
- "_cc_mdx_unknown_export_default",
7280
- "_cc_mdx_unknown_template",
7281
- "_cc_mdx_paired_unknown",
7282
- "_cc_mdx_unknown"
7283
- ],
7284
- "type": "string"
7285
- },
7286
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7287
- "type": "array"
7288
- }
7289
- },
7290
- "type": "object"
6908
+ "$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"
7291
6909
  }
7292
6910
  ],
7293
6911
  "description": "Default snippets for MDX-based content.",
@@ -7299,74 +6917,7 @@
7299
6917
  "type": "boolean"
7300
6918
  },
7301
6919
  {
7302
- "additionalProperties": false,
7303
- "properties": {
7304
- "exclude": {
7305
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7306
- "items": {
7307
- "enum": [
7308
- "python_markdown_abbreviation",
7309
- "python_markdown_admonition",
7310
- "python_markdown_arithmatex",
7311
- "python_markdown_attribute_list",
7312
- "python_markdown_code_block",
7313
- "python_markdown_collapsible_admonition",
7314
- "python_markdown_tabs",
7315
- "python_markdown_footnote",
7316
- "python_markdown_footnote_marker",
7317
- "python_markdown_icon",
7318
- "python_markdown_image",
7319
- "python_markdown_inline_arithmatex",
7320
- "python_markdown_inline_code",
7321
- "python_markdown_link",
7322
- "python_markdown_reference_image",
7323
- "python_markdown_reference_template_image",
7324
- "python_markdown_reference_link",
7325
- "python_markdown_reference",
7326
- "python_markdown_reference_template",
7327
- "python_markdown_block_snippet",
7328
- "_cc_python_markdown_unknown_snippet",
7329
- "_cc_python_markdown_unknown_markdown_in_html"
7330
- ],
7331
- "type": "string"
7332
- },
7333
- "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
7334
- "type": "array"
7335
- },
7336
- "include": {
7337
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7338
- "items": {
7339
- "enum": [
7340
- "python_markdown_abbreviation",
7341
- "python_markdown_admonition",
7342
- "python_markdown_arithmatex",
7343
- "python_markdown_attribute_list",
7344
- "python_markdown_code_block",
7345
- "python_markdown_collapsible_admonition",
7346
- "python_markdown_tabs",
7347
- "python_markdown_footnote",
7348
- "python_markdown_footnote_marker",
7349
- "python_markdown_icon",
7350
- "python_markdown_image",
7351
- "python_markdown_inline_arithmatex",
7352
- "python_markdown_inline_code",
7353
- "python_markdown_link",
7354
- "python_markdown_reference_image",
7355
- "python_markdown_reference_template_image",
7356
- "python_markdown_reference_link",
7357
- "python_markdown_reference",
7358
- "python_markdown_reference_template",
7359
- "python_markdown_block_snippet",
7360
- "_cc_python_markdown_unknown_snippet",
7361
- "_cc_python_markdown_unknown_markdown_in_html"
7362
- ],
7363
- "type": "string"
7364
- },
7365
- "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
7366
- "type": "array"
7367
- }
7368
- },
7369
- "type": "object"
6920
+ "$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"
7370
6921
  }
7371
6922
  ],
7372
6923
  "description": "Default snippets for content using Python markdown extensions.",
@@ -7445,10 +6996,10 @@
7445
6996
  "type": "number"
7446
6997
  },
7447
6998
  "theme": {
6999
+ "$ref": "#/definitions/Theme",
7448
7000
  "default": "monokai",
7449
7001
  "description": "Changes the color scheme for syntax highlighting in the editor.",
7450
- "markdownDescription": "Changes the color scheme for syntax highlighting in the editor.",
7451
- "type": "string"
7002
+ "markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
7452
7003
  }
7453
7004
  },
7454
7005
  "type": "object"
@@ -7946,6 +7497,49 @@
7946
7497
  },
7947
7498
  "type": "object"
7948
7499
  },
7500
+ "Theme": {
7501
+ "enum": [
7502
+ "ambiance",
7503
+ "chaos",
7504
+ "chrome",
7505
+ "clouds",
7506
+ "clouds_midnight",
7507
+ "cobalt",
7508
+ "crimson_editor",
7509
+ "dawn",
7510
+ "dracula",
7511
+ "dreamweaver",
7512
+ "eclipse",
7513
+ "github",
7514
+ "gob",
7515
+ "gruvbox",
7516
+ "idle_fingers",
7517
+ "iplastic",
7518
+ "katzenmilch",
7519
+ "kr_theme",
7520
+ "kuroir",
7521
+ "merbivore",
7522
+ "merbivore_soft",
7523
+ "mono_industrial",
7524
+ "monokai",
7525
+ "nord_dark",
7526
+ "pastel_on_dark",
7527
+ "solarized_dark",
7528
+ "solarized_light",
7529
+ "sqlserver",
7530
+ "terminal",
7531
+ "textmate",
7532
+ "tomorrow",
7533
+ "tomorrow_night",
7534
+ "tomorrow_night_blue",
7535
+ "tomorrow_night_bright",
7536
+ "tomorrow_night_eighties",
7537
+ "twilight",
7538
+ "vibrant_ink",
7539
+ "xcode"
7540
+ ],
7541
+ "type": "string"
7542
+ },
7949
7543
  "Timezone": {
7950
7544
  "enum": [
7951
7545
  "Africa/Abidjan",