@cloudcannon/configuration-types 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/cloudcannon-config-eleventy.json +1122 -1425
- package/build/cloudcannon-config-hugo.json +720 -1029
- package/build/cloudcannon-config-jekyll.json +923 -1231
- package/build/{cloudcannon-config-default.json → cloudcannon-config-reader.json} +1180 -1509
- package/build/cloudcannon-config.json +939 -2630
- package/package.json +6 -6
- package/src/build-coupled.d.ts +181 -0
- package/src/configuration.d.ts +1594 -0
- package/src/index.d.ts +7 -1702
|
@@ -157,6 +157,16 @@
|
|
|
157
157
|
},
|
|
158
158
|
"type": "object"
|
|
159
159
|
},
|
|
160
|
+
"AttributeListPosition": {
|
|
161
|
+
"enum": [
|
|
162
|
+
"none",
|
|
163
|
+
"right",
|
|
164
|
+
"space right",
|
|
165
|
+
"below",
|
|
166
|
+
"newline below"
|
|
167
|
+
],
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
160
170
|
"BaseInput": {
|
|
161
171
|
"additionalProperties": false,
|
|
162
172
|
"properties": {
|
|
@@ -289,8 +299,18 @@
|
|
|
289
299
|
"type": "string"
|
|
290
300
|
},
|
|
291
301
|
"code": {
|
|
292
|
-
"description": "Enables
|
|
293
|
-
"markdownDescription": "Enables
|
|
302
|
+
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
303
|
+
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
304
|
+
"type": "boolean"
|
|
305
|
+
},
|
|
306
|
+
"code_block": {
|
|
307
|
+
"description": "Enables a control to insert a code block.",
|
|
308
|
+
"markdownDescription": "Enables a control to insert a code block.",
|
|
309
|
+
"type": "boolean"
|
|
310
|
+
},
|
|
311
|
+
"code_inline": {
|
|
312
|
+
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
313
|
+
"markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
|
|
294
314
|
"type": "boolean"
|
|
295
315
|
},
|
|
296
316
|
"copyformatting": {
|
|
@@ -298,12 +318,6 @@
|
|
|
298
318
|
"markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from\n`bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other\nstyles or formatting.",
|
|
299
319
|
"type": "boolean"
|
|
300
320
|
},
|
|
301
|
-
"correct_orientation": {
|
|
302
|
-
"default": true,
|
|
303
|
-
"description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
|
|
304
|
-
"markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
|
|
305
|
-
"type": "boolean"
|
|
306
|
-
},
|
|
307
321
|
"embed": {
|
|
308
322
|
"description": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.",
|
|
309
323
|
"markdownDescription": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other\nmedia. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags.\nEmbeds containing script tags are not loaded in the editor.",
|
|
@@ -370,7 +384,8 @@
|
|
|
370
384
|
"description": "Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.",
|
|
371
385
|
"enum": [
|
|
372
386
|
"image/jpeg",
|
|
373
|
-
"image/png"
|
|
387
|
+
"image/png",
|
|
388
|
+
"image/webp"
|
|
374
389
|
],
|
|
375
390
|
"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.",
|
|
376
391
|
"type": "string"
|
|
@@ -732,10 +747,10 @@
|
|
|
732
747
|
"type": "number"
|
|
733
748
|
},
|
|
734
749
|
"theme": {
|
|
750
|
+
"$ref": "#/definitions/Theme",
|
|
735
751
|
"default": "monokai",
|
|
736
752
|
"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"
|
|
753
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
739
754
|
}
|
|
740
755
|
},
|
|
741
756
|
"type": "object"
|
|
@@ -949,8 +964,8 @@
|
|
|
949
964
|
"type": "string"
|
|
950
965
|
},
|
|
951
966
|
"publish_to": {
|
|
952
|
-
"description": "Defines a target collection when publishing. When a file is published
|
|
953
|
-
"markdownDescription": "Defines a target collection when publishing. When a file is published
|
|
967
|
+
"description": "Defines a target collection when publishing. When a file is published, the target collection's create definition is used instead.",
|
|
968
|
+
"markdownDescription": "Defines a target collection when publishing. When a file is published, the target collection's\ncreate definition is used instead.",
|
|
954
969
|
"type": "string"
|
|
955
970
|
}
|
|
956
971
|
},
|
|
@@ -1170,16 +1185,18 @@
|
|
|
1170
1185
|
"properties": {
|
|
1171
1186
|
"_array_structures": {
|
|
1172
1187
|
"additionalProperties": {},
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
1188
|
+
"deprecated": "Use _structures instead.",
|
|
1189
|
+
"description": "Now known as _structures.",
|
|
1190
|
+
"markdownDescription": "Now known as _structures.",
|
|
1175
1191
|
"type": "object"
|
|
1176
1192
|
},
|
|
1177
1193
|
"_comments": {
|
|
1178
1194
|
"additionalProperties": {
|
|
1179
1195
|
"type": "string"
|
|
1180
1196
|
},
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1197
|
+
"deprecated": "Use _inputs instead.",
|
|
1198
|
+
"description": "Now part of _inputs.*.comment.",
|
|
1199
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
1183
1200
|
"type": "object"
|
|
1184
1201
|
},
|
|
1185
1202
|
"_editables": {
|
|
@@ -1208,8 +1225,9 @@
|
|
|
1208
1225
|
"additionalProperties": {},
|
|
1209
1226
|
"type": "object"
|
|
1210
1227
|
},
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1228
|
+
"deprecated": "Use _inputs instead.",
|
|
1229
|
+
"description": "Now part of _inputs.*.options.",
|
|
1230
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
1213
1231
|
"type": "object"
|
|
1214
1232
|
},
|
|
1215
1233
|
"_select_data": {
|
|
@@ -1230,14 +1248,14 @@
|
|
|
1230
1248
|
},
|
|
1231
1249
|
"glob": {
|
|
1232
1250
|
"anyOf": [
|
|
1233
|
-
{
|
|
1234
|
-
"type": "string"
|
|
1235
|
-
},
|
|
1236
1251
|
{
|
|
1237
1252
|
"items": {
|
|
1238
1253
|
"type": "string"
|
|
1239
1254
|
},
|
|
1240
1255
|
"type": "array"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"type": "string"
|
|
1241
1259
|
}
|
|
1242
1260
|
],
|
|
1243
1261
|
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
@@ -1410,19 +1428,23 @@
|
|
|
1410
1428
|
},
|
|
1411
1429
|
"HugoCollectionConfig": {
|
|
1412
1430
|
"additionalProperties": false,
|
|
1431
|
+
"description": "The `collections_config` entry format for build-coupled Hugo sites.",
|
|
1432
|
+
"markdownDescription": "The `collections_config` entry format for build-coupled Hugo sites.",
|
|
1413
1433
|
"properties": {
|
|
1414
1434
|
"_array_structures": {
|
|
1415
1435
|
"additionalProperties": {},
|
|
1416
|
-
"
|
|
1417
|
-
"
|
|
1436
|
+
"deprecated": "Use _structures instead.",
|
|
1437
|
+
"description": "Now known as _structures.",
|
|
1438
|
+
"markdownDescription": "Now known as _structures.",
|
|
1418
1439
|
"type": "object"
|
|
1419
1440
|
},
|
|
1420
1441
|
"_comments": {
|
|
1421
1442
|
"additionalProperties": {
|
|
1422
1443
|
"type": "string"
|
|
1423
1444
|
},
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1445
|
+
"deprecated": "Use _inputs instead.",
|
|
1446
|
+
"description": "Now part of _inputs.*.comment.",
|
|
1447
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
1426
1448
|
"type": "object"
|
|
1427
1449
|
},
|
|
1428
1450
|
"_editables": {
|
|
@@ -1451,8 +1473,9 @@
|
|
|
1451
1473
|
"additionalProperties": {},
|
|
1452
1474
|
"type": "object"
|
|
1453
1475
|
},
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1476
|
+
"deprecated": "Use _inputs instead.",
|
|
1477
|
+
"description": "Now part of _inputs.*.options.",
|
|
1478
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
1456
1479
|
"type": "object"
|
|
1457
1480
|
},
|
|
1458
1481
|
"_select_data": {
|
|
@@ -1490,18 +1513,18 @@
|
|
|
1490
1513
|
"type": "string"
|
|
1491
1514
|
},
|
|
1492
1515
|
"disable_add": {
|
|
1493
|
-
"description": "Prevents users from adding new files in the collection file list if true
|
|
1494
|
-
"markdownDescription": "Prevents users from adding new files in the collection file list if true
|
|
1516
|
+
"description": "Prevents users from adding new files in the collection file list if true.",
|
|
1517
|
+
"markdownDescription": "Prevents users from adding new files in the collection file list if true.",
|
|
1495
1518
|
"type": "boolean"
|
|
1496
1519
|
},
|
|
1497
1520
|
"disable_add_folder": {
|
|
1498
|
-
"description": "Prevents users from adding new folders in the collection file list if true
|
|
1499
|
-
"markdownDescription": "Prevents users from adding new folders in the collection file list if true
|
|
1521
|
+
"description": "Prevents users from adding new folders in the collection file list if true.",
|
|
1522
|
+
"markdownDescription": "Prevents users from adding new folders in the collection file list if true.",
|
|
1500
1523
|
"type": "boolean"
|
|
1501
1524
|
},
|
|
1502
1525
|
"disable_file_actions": {
|
|
1503
|
-
"description": "Prevents users from renaming, moving and deleting files in the collection file list if true
|
|
1504
|
-
"markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true
|
|
1526
|
+
"description": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
|
|
1527
|
+
"markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
|
|
1505
1528
|
"type": "boolean"
|
|
1506
1529
|
},
|
|
1507
1530
|
"documentation": {
|
|
@@ -1523,14 +1546,14 @@
|
|
|
1523
1546
|
},
|
|
1524
1547
|
"glob": {
|
|
1525
1548
|
"anyOf": [
|
|
1526
|
-
{
|
|
1527
|
-
"type": "string"
|
|
1528
|
-
},
|
|
1529
1549
|
{
|
|
1530
1550
|
"items": {
|
|
1531
1551
|
"type": "string"
|
|
1532
1552
|
},
|
|
1533
1553
|
"type": "array"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"type": "string"
|
|
1534
1557
|
}
|
|
1535
1558
|
],
|
|
1536
1559
|
"description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
|
|
@@ -1557,8 +1580,8 @@
|
|
|
1557
1580
|
"type": "boolean"
|
|
1558
1581
|
},
|
|
1559
1582
|
"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.",
|
|
1583
|
+
"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.",
|
|
1584
|
+
"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
1585
|
"type": "boolean"
|
|
1563
1586
|
},
|
|
1564
1587
|
"path": {
|
|
@@ -1612,19 +1635,23 @@
|
|
|
1612
1635
|
},
|
|
1613
1636
|
"HugoConfiguration": {
|
|
1614
1637
|
"additionalProperties": false,
|
|
1638
|
+
"description": "The configuration format for build-coupled Hugo sites.",
|
|
1639
|
+
"markdownDescription": "The configuration format for build-coupled Hugo sites.",
|
|
1615
1640
|
"properties": {
|
|
1616
1641
|
"_array_structures": {
|
|
1617
1642
|
"additionalProperties": {},
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1643
|
+
"deprecated": "Use _structures instead.",
|
|
1644
|
+
"description": "Now known as _structures.",
|
|
1645
|
+
"markdownDescription": "Now known as _structures.",
|
|
1620
1646
|
"type": "object"
|
|
1621
1647
|
},
|
|
1622
1648
|
"_comments": {
|
|
1623
1649
|
"additionalProperties": {
|
|
1624
1650
|
"type": "string"
|
|
1625
1651
|
},
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1652
|
+
"deprecated": "Use _inputs instead.",
|
|
1653
|
+
"description": "Now part of _inputs.*.comment.",
|
|
1654
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
1628
1655
|
"type": "object"
|
|
1629
1656
|
},
|
|
1630
1657
|
"_editables": {
|
|
@@ -1653,8 +1680,9 @@
|
|
|
1653
1680
|
"additionalProperties": {},
|
|
1654
1681
|
"type": "object"
|
|
1655
1682
|
},
|
|
1656
|
-
"
|
|
1657
|
-
"
|
|
1683
|
+
"deprecated": "Use _inputs instead.",
|
|
1684
|
+
"description": "Now part of _inputs.*.options.",
|
|
1685
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
1658
1686
|
"type": "object"
|
|
1659
1687
|
},
|
|
1660
1688
|
"_select_data": {
|
|
@@ -1729,17 +1757,17 @@
|
|
|
1729
1757
|
"type": "boolean"
|
|
1730
1758
|
},
|
|
1731
1759
|
"commit_templates": {
|
|
1760
|
+
"description": "Templates for commit messages when saving changes.",
|
|
1732
1761
|
"items": {
|
|
1733
1762
|
"$ref": "#/definitions/CommitTemplate"
|
|
1734
1763
|
},
|
|
1764
|
+
"markdownDescription": "Templates for commit messages when saving changes.",
|
|
1735
1765
|
"type": "array"
|
|
1736
1766
|
},
|
|
1737
1767
|
"data_config": {
|
|
1738
1768
|
"additionalProperties": {
|
|
1739
1769
|
"type": "boolean"
|
|
1740
1770
|
},
|
|
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
1771
|
"type": "object"
|
|
1744
1772
|
},
|
|
1745
1773
|
"editor": {
|
|
@@ -1755,61 +1783,10 @@
|
|
|
1755
1783
|
"markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
1756
1784
|
"type": "object"
|
|
1757
1785
|
},
|
|
1758
|
-
"
|
|
1759
|
-
"
|
|
1786
|
+
"markdown": {
|
|
1787
|
+
"$ref": "#/definitions/MarkdownSettings",
|
|
1760
1788
|
"description": "Contains settings for various Markdown engines.",
|
|
1761
|
-
"markdownDescription": "Contains settings for various Markdown engines."
|
|
1762
|
-
"properties": {
|
|
1763
|
-
"metadata": {
|
|
1764
|
-
"additionalProperties": false,
|
|
1765
|
-
"description": "Settings for various Markdown engines.",
|
|
1766
|
-
"markdownDescription": "Settings for various Markdown engines.",
|
|
1767
|
-
"properties": {
|
|
1768
|
-
"commonmark": {
|
|
1769
|
-
"description": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
1770
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
1771
|
-
"type": "object"
|
|
1772
|
-
},
|
|
1773
|
-
"commonmarkghpages": {
|
|
1774
|
-
"description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
1775
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
1776
|
-
"type": "object"
|
|
1777
|
-
},
|
|
1778
|
-
"goldmark": {
|
|
1779
|
-
"description": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
1780
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
1781
|
-
"type": "object"
|
|
1782
|
-
},
|
|
1783
|
-
"kramdown": {
|
|
1784
|
-
"description": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
1785
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
1786
|
-
"type": "object"
|
|
1787
|
-
},
|
|
1788
|
-
"markdown": {
|
|
1789
|
-
"description": "The Markdown engine used on your site.",
|
|
1790
|
-
"enum": [
|
|
1791
|
-
"kramdown",
|
|
1792
|
-
"commonmark",
|
|
1793
|
-
"commonmarkghpages",
|
|
1794
|
-
"goldmark",
|
|
1795
|
-
"markdown-it"
|
|
1796
|
-
],
|
|
1797
|
-
"markdownDescription": "The Markdown engine used on your site.",
|
|
1798
|
-
"type": "string"
|
|
1799
|
-
},
|
|
1800
|
-
"markdown-it": {
|
|
1801
|
-
"description": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
1802
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
1803
|
-
"type": "object"
|
|
1804
|
-
}
|
|
1805
|
-
},
|
|
1806
|
-
"required": [
|
|
1807
|
-
"markdown"
|
|
1808
|
-
],
|
|
1809
|
-
"type": "object"
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
"type": "object"
|
|
1789
|
+
"markdownDescription": "Contains settings for various Markdown engines."
|
|
1813
1790
|
},
|
|
1814
1791
|
"paths": {
|
|
1815
1792
|
"$ref": "#/definitions/Paths",
|
|
@@ -1826,10 +1803,6 @@
|
|
|
1826
1803
|
"description": "Settings for the behavior and appearance of the Source Editor.",
|
|
1827
1804
|
"markdownDescription": "Settings for the behavior and appearance of the Source Editor."
|
|
1828
1805
|
},
|
|
1829
|
-
"ssg": {
|
|
1830
|
-
"const": "hugo",
|
|
1831
|
-
"type": "string"
|
|
1832
|
-
},
|
|
1833
1806
|
"timezone": {
|
|
1834
1807
|
"$ref": "#/definitions/Timezone",
|
|
1835
1808
|
"default": "Etc/UTC",
|
|
@@ -3978,12 +3951,6 @@
|
|
|
3978
3951
|
"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.",
|
|
3979
3952
|
"type": "array"
|
|
3980
3953
|
},
|
|
3981
|
-
"correct_orientation": {
|
|
3982
|
-
"default": true,
|
|
3983
|
-
"description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
|
|
3984
|
-
"markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
|
|
3985
|
-
"type": "boolean"
|
|
3986
|
-
},
|
|
3987
3954
|
"expandable": {
|
|
3988
3955
|
"default": false,
|
|
3989
3956
|
"description": "Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.",
|
|
@@ -4005,7 +3972,8 @@
|
|
|
4005
3972
|
"description": "Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.",
|
|
4006
3973
|
"enum": [
|
|
4007
3974
|
"image/jpeg",
|
|
4008
|
-
"image/png"
|
|
3975
|
+
"image/png",
|
|
3976
|
+
"image/webp"
|
|
4009
3977
|
],
|
|
4010
3978
|
"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.",
|
|
4011
3979
|
"type": "string"
|
|
@@ -4173,12 +4141,6 @@
|
|
|
4173
4141
|
"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.",
|
|
4174
4142
|
"type": "array"
|
|
4175
4143
|
},
|
|
4176
|
-
"correct_orientation": {
|
|
4177
|
-
"default": true,
|
|
4178
|
-
"description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
|
|
4179
|
-
"markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
|
|
4180
|
-
"type": "boolean"
|
|
4181
|
-
},
|
|
4182
4144
|
"empty_type": {
|
|
4183
4145
|
"$ref": "#/definitions/EmptyTypeText",
|
|
4184
4146
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
@@ -4205,7 +4167,8 @@
|
|
|
4205
4167
|
"description": "Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.",
|
|
4206
4168
|
"enum": [
|
|
4207
4169
|
"image/jpeg",
|
|
4208
|
-
"image/png"
|
|
4170
|
+
"image/png",
|
|
4171
|
+
"image/webp"
|
|
4209
4172
|
],
|
|
4210
4173
|
"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.",
|
|
4211
4174
|
"type": "string"
|
|
@@ -4376,6 +4339,164 @@
|
|
|
4376
4339
|
},
|
|
4377
4340
|
"type": "object"
|
|
4378
4341
|
},
|
|
4342
|
+
"MarkdownAttributeElementOptions": {
|
|
4343
|
+
"additionalProperties": false,
|
|
4344
|
+
"properties": {
|
|
4345
|
+
"block": {
|
|
4346
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4347
|
+
},
|
|
4348
|
+
"blockquote": {
|
|
4349
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4350
|
+
},
|
|
4351
|
+
"img": {
|
|
4352
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4353
|
+
},
|
|
4354
|
+
"inline": {
|
|
4355
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4356
|
+
},
|
|
4357
|
+
"li": {
|
|
4358
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4359
|
+
},
|
|
4360
|
+
"ol": {
|
|
4361
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4362
|
+
},
|
|
4363
|
+
"table": {
|
|
4364
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4365
|
+
},
|
|
4366
|
+
"td": {
|
|
4367
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4368
|
+
},
|
|
4369
|
+
"tr": {
|
|
4370
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4371
|
+
},
|
|
4372
|
+
"ul": {
|
|
4373
|
+
"$ref": "#/definitions/AttributeListPosition"
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4376
|
+
"type": "object"
|
|
4377
|
+
},
|
|
4378
|
+
"MarkdownSettings": {
|
|
4379
|
+
"additionalProperties": false,
|
|
4380
|
+
"properties": {
|
|
4381
|
+
"engine": {
|
|
4382
|
+
"enum": [
|
|
4383
|
+
"commonmark",
|
|
4384
|
+
"kramdown"
|
|
4385
|
+
],
|
|
4386
|
+
"type": "string"
|
|
4387
|
+
},
|
|
4388
|
+
"options": {
|
|
4389
|
+
"additionalProperties": false,
|
|
4390
|
+
"properties": {
|
|
4391
|
+
"attribute_elements": {
|
|
4392
|
+
"$ref": "#/definitions/MarkdownAttributeElementOptions",
|
|
4393
|
+
"description": "Define positioning behaviour of Markdown attributes for different elements.",
|
|
4394
|
+
"markdownDescription": "Define positioning behaviour of Markdown attributes for different elements."
|
|
4395
|
+
},
|
|
4396
|
+
"attributes": {
|
|
4397
|
+
"description": "Save element attributes in Markdown format instead of converting to HTML.",
|
|
4398
|
+
"markdownDescription": "Save element attributes in Markdown format instead of converting to HTML.",
|
|
4399
|
+
"type": "boolean"
|
|
4400
|
+
},
|
|
4401
|
+
"breaks": {
|
|
4402
|
+
"description": "Convert '\\n' in paragraphs into <br>.",
|
|
4403
|
+
"markdownDescription": "Convert '\\n' in paragraphs into <br>.",
|
|
4404
|
+
"type": "boolean"
|
|
4405
|
+
},
|
|
4406
|
+
"code_block_fences": {
|
|
4407
|
+
"description": "Determines which style of code block fences to use.",
|
|
4408
|
+
"enum": [
|
|
4409
|
+
"```",
|
|
4410
|
+
"~~~"
|
|
4411
|
+
],
|
|
4412
|
+
"markdownDescription": "Determines which style of code block fences to use.",
|
|
4413
|
+
"type": "string"
|
|
4414
|
+
},
|
|
4415
|
+
"escape_snippets_in_code_blocks": {
|
|
4416
|
+
"description": "Render snippets as plain text within code blocks.",
|
|
4417
|
+
"markdownDescription": "Render snippets as plain text within code blocks.",
|
|
4418
|
+
"type": "boolean"
|
|
4419
|
+
},
|
|
4420
|
+
"gfm": {
|
|
4421
|
+
"description": "Enable GFM mode.",
|
|
4422
|
+
"markdownDescription": "Enable GFM mode.",
|
|
4423
|
+
"type": "boolean"
|
|
4424
|
+
},
|
|
4425
|
+
"heading_ids": {
|
|
4426
|
+
"description": "Generate IDs for headings",
|
|
4427
|
+
"markdownDescription": "Generate IDs for headings",
|
|
4428
|
+
"type": "boolean"
|
|
4429
|
+
},
|
|
4430
|
+
"html": {
|
|
4431
|
+
"description": "Output HTML tags from source.",
|
|
4432
|
+
"markdownDescription": "Output HTML tags from source.",
|
|
4433
|
+
"type": "boolean"
|
|
4434
|
+
},
|
|
4435
|
+
"linkify": {
|
|
4436
|
+
"description": "Autoconvert URL-like text to links.",
|
|
4437
|
+
"markdownDescription": "Autoconvert URL-like text to links.",
|
|
4438
|
+
"type": "boolean"
|
|
4439
|
+
},
|
|
4440
|
+
"quotes": {
|
|
4441
|
+
"description": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).",
|
|
4442
|
+
"markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).",
|
|
4443
|
+
"type": "string"
|
|
4444
|
+
},
|
|
4445
|
+
"sentence_per_line": {
|
|
4446
|
+
"description": "Add linebreaks between sentences in Markdown.",
|
|
4447
|
+
"markdownDescription": "Add linebreaks between sentences in Markdown.",
|
|
4448
|
+
"type": "boolean"
|
|
4449
|
+
},
|
|
4450
|
+
"spaced_lists": {
|
|
4451
|
+
"description": "Output lists with an extra space in Markdown.",
|
|
4452
|
+
"markdownDescription": "Output lists with an extra space in Markdown.",
|
|
4453
|
+
"type": "boolean"
|
|
4454
|
+
},
|
|
4455
|
+
"strikethrough": {
|
|
4456
|
+
"description": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
|
|
4457
|
+
"markdownDescription": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
|
|
4458
|
+
"type": "boolean"
|
|
4459
|
+
},
|
|
4460
|
+
"subscript": {
|
|
4461
|
+
"description": "Output subscript in wrapped in tildes (e.g. ~sub~)",
|
|
4462
|
+
"markdownDescription": "Output subscript in wrapped in tildes (e.g. ~sub~)",
|
|
4463
|
+
"type": "boolean"
|
|
4464
|
+
},
|
|
4465
|
+
"superscript": {
|
|
4466
|
+
"description": "Output superscript in wrapped in carets (e.g. ^super^)",
|
|
4467
|
+
"markdownDescription": "Output superscript in wrapped in carets (e.g. ^super^)",
|
|
4468
|
+
"type": "boolean"
|
|
4469
|
+
},
|
|
4470
|
+
"table": {
|
|
4471
|
+
"description": "Output tables in Markdown format.",
|
|
4472
|
+
"markdownDescription": "Output tables in Markdown format.",
|
|
4473
|
+
"type": "boolean"
|
|
4474
|
+
},
|
|
4475
|
+
"treat_indentation_as_code": {
|
|
4476
|
+
"description": "Determines whether 4 spaces on indentation should be read as a code block.",
|
|
4477
|
+
"markdownDescription": "Determines whether 4 spaces on indentation should be read as a code block.",
|
|
4478
|
+
"type": "boolean"
|
|
4479
|
+
},
|
|
4480
|
+
"typographer": {
|
|
4481
|
+
"description": "Enable some language-neutral replacement + quotes beautification.",
|
|
4482
|
+
"markdownDescription": "Enable some language-neutral replacement + quotes beautification.",
|
|
4483
|
+
"type": "boolean"
|
|
4484
|
+
},
|
|
4485
|
+
"xhtml": {
|
|
4486
|
+
"description": "Use '/' to close single tags (<br />).",
|
|
4487
|
+
"markdownDescription": "Use '/' to close single tags (<br />).",
|
|
4488
|
+
"type": "boolean"
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
4491
|
+
"type": "object"
|
|
4492
|
+
}
|
|
4493
|
+
},
|
|
4494
|
+
"required": [
|
|
4495
|
+
"engine",
|
|
4496
|
+
"options"
|
|
4497
|
+
],
|
|
4498
|
+
"type": "object"
|
|
4499
|
+
},
|
|
4379
4500
|
"MimeType": {
|
|
4380
4501
|
"enum": [
|
|
4381
4502
|
"x-world/x-3dmf",
|
|
@@ -5351,158 +5472,22 @@
|
|
|
5351
5472
|
"additionalProperties": false,
|
|
5352
5473
|
"properties": {
|
|
5353
5474
|
"icon": {
|
|
5354
|
-
"
|
|
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
|
-
],
|
|
5475
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5389
5476
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5390
5477
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5391
5478
|
},
|
|
5392
5479
|
"image": {
|
|
5393
|
-
"
|
|
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
|
-
],
|
|
5480
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5428
5481
|
"description": "Controls the image shown per item.",
|
|
5429
5482
|
"markdownDescription": "Controls the image shown per item."
|
|
5430
5483
|
},
|
|
5431
5484
|
"subtext": {
|
|
5432
|
-
"
|
|
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
|
-
],
|
|
5485
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5467
5486
|
"description": "Controls the supporting text shown per item.",
|
|
5468
5487
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5469
5488
|
},
|
|
5470
5489
|
"text": {
|
|
5471
|
-
"
|
|
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
|
-
],
|
|
5490
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5506
5491
|
"description": "Controls the main text shown per item.",
|
|
5507
5492
|
"markdownDescription": "Controls the main text shown per item."
|
|
5508
5493
|
}
|
|
@@ -5513,7 +5498,6 @@
|
|
|
5513
5498
|
"additionalProperties": false,
|
|
5514
5499
|
"properties": {
|
|
5515
5500
|
"collections": {
|
|
5516
|
-
"default": "",
|
|
5517
5501
|
"description": "Parent folder of all collections.",
|
|
5518
5502
|
"markdownDescription": "Parent folder of all collections.",
|
|
5519
5503
|
"type": "string"
|
|
@@ -5583,41 +5567,7 @@
|
|
|
5583
5567
|
"markdownDescription": "Details for large image/icon preview per item."
|
|
5584
5568
|
},
|
|
5585
5569
|
"icon": {
|
|
5586
|
-
"
|
|
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
|
-
],
|
|
5570
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5621
5571
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5622
5572
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5623
5573
|
},
|
|
@@ -5627,41 +5577,7 @@
|
|
|
5627
5577
|
"type": "string"
|
|
5628
5578
|
},
|
|
5629
5579
|
"image": {
|
|
5630
|
-
"
|
|
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
|
-
],
|
|
5580
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5665
5581
|
"description": "Controls the image shown per item.",
|
|
5666
5582
|
"markdownDescription": "Controls the image shown per item."
|
|
5667
5583
|
},
|
|
@@ -5674,86 +5590,44 @@
|
|
|
5674
5590
|
"type": "array"
|
|
5675
5591
|
},
|
|
5676
5592
|
"subtext": {
|
|
5677
|
-
"
|
|
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
|
-
],
|
|
5593
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5712
5594
|
"description": "Controls the supporting text shown per item.",
|
|
5713
5595
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5714
5596
|
},
|
|
5715
5597
|
"text": {
|
|
5716
|
-
"
|
|
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
|
-
],
|
|
5598
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5751
5599
|
"description": "Controls the main text shown per item.",
|
|
5752
5600
|
"markdownDescription": "Controls the main text shown per item."
|
|
5753
5601
|
}
|
|
5754
5602
|
},
|
|
5755
5603
|
"type": "object"
|
|
5756
5604
|
},
|
|
5605
|
+
"PreviewEntry": {
|
|
5606
|
+
"anyOf": [
|
|
5607
|
+
{
|
|
5608
|
+
"items": {
|
|
5609
|
+
"anyOf": [
|
|
5610
|
+
{
|
|
5611
|
+
"$ref": "#/definitions/PreviewKeyEntry"
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"type": "string"
|
|
5615
|
+
},
|
|
5616
|
+
{
|
|
5617
|
+
"type": "boolean"
|
|
5618
|
+
}
|
|
5619
|
+
]
|
|
5620
|
+
},
|
|
5621
|
+
"type": "array"
|
|
5622
|
+
},
|
|
5623
|
+
{
|
|
5624
|
+
"type": "string"
|
|
5625
|
+
},
|
|
5626
|
+
{
|
|
5627
|
+
"type": "boolean"
|
|
5628
|
+
}
|
|
5629
|
+
]
|
|
5630
|
+
},
|
|
5757
5631
|
"PreviewGallery": {
|
|
5758
5632
|
"additionalProperties": false,
|
|
5759
5633
|
"properties": {
|
|
@@ -5769,41 +5643,7 @@
|
|
|
5769
5643
|
"type": "string"
|
|
5770
5644
|
},
|
|
5771
5645
|
"icon": {
|
|
5772
|
-
"
|
|
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
|
-
],
|
|
5646
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5807
5647
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5808
5648
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5809
5649
|
},
|
|
@@ -5813,125 +5653,37 @@
|
|
|
5813
5653
|
"type": "string"
|
|
5814
5654
|
},
|
|
5815
5655
|
"image": {
|
|
5816
|
-
"
|
|
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
|
-
],
|
|
5656
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5851
5657
|
"description": "Controls the image shown per item.",
|
|
5852
5658
|
"markdownDescription": "Controls the image shown per item."
|
|
5853
5659
|
},
|
|
5854
5660
|
"text": {
|
|
5855
|
-
"
|
|
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
|
-
],
|
|
5661
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5890
5662
|
"description": "Controls the main text shown per item.",
|
|
5891
5663
|
"markdownDescription": "Controls the main text shown per item."
|
|
5892
5664
|
}
|
|
5893
5665
|
},
|
|
5894
5666
|
"type": "object"
|
|
5895
5667
|
},
|
|
5668
|
+
"PreviewKeyEntry": {
|
|
5669
|
+
"additionalProperties": false,
|
|
5670
|
+
"properties": {
|
|
5671
|
+
"key": {
|
|
5672
|
+
"description": "The key used to access the value used for the preview.",
|
|
5673
|
+
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5674
|
+
"type": "string"
|
|
5675
|
+
}
|
|
5676
|
+
},
|
|
5677
|
+
"required": [
|
|
5678
|
+
"key"
|
|
5679
|
+
],
|
|
5680
|
+
"type": "object"
|
|
5681
|
+
},
|
|
5896
5682
|
"PreviewMetadata": {
|
|
5897
5683
|
"additionalProperties": false,
|
|
5898
5684
|
"properties": {
|
|
5899
5685
|
"icon": {
|
|
5900
|
-
"
|
|
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
|
-
],
|
|
5686
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5935
5687
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5936
5688
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5937
5689
|
},
|
|
@@ -5941,80 +5693,12 @@
|
|
|
5941
5693
|
"type": "string"
|
|
5942
5694
|
},
|
|
5943
5695
|
"image": {
|
|
5944
|
-
"
|
|
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
|
-
],
|
|
5696
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5979
5697
|
"description": "Controls the image shown per item.",
|
|
5980
5698
|
"markdownDescription": "Controls the image shown per item."
|
|
5981
5699
|
},
|
|
5982
5700
|
"text": {
|
|
5983
|
-
"
|
|
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
|
-
],
|
|
5701
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6018
5702
|
"description": "Controls the main text shown per item.",
|
|
6019
5703
|
"markdownDescription": "Controls the main text shown per item."
|
|
6020
5704
|
}
|
|
@@ -6303,8 +5987,18 @@
|
|
|
6303
5987
|
"type": "string"
|
|
6304
5988
|
},
|
|
6305
5989
|
"code": {
|
|
6306
|
-
"description": "Enables
|
|
6307
|
-
"markdownDescription": "Enables
|
|
5990
|
+
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5991
|
+
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5992
|
+
"type": "boolean"
|
|
5993
|
+
},
|
|
5994
|
+
"code_block": {
|
|
5995
|
+
"description": "Enables a control to insert a code block.",
|
|
5996
|
+
"markdownDescription": "Enables a control to insert a code block.",
|
|
5997
|
+
"type": "boolean"
|
|
5998
|
+
},
|
|
5999
|
+
"code_inline": {
|
|
6000
|
+
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
6001
|
+
"markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
|
|
6308
6002
|
"type": "boolean"
|
|
6309
6003
|
},
|
|
6310
6004
|
"copyformatting": {
|
|
@@ -6312,12 +6006,6 @@
|
|
|
6312
6006
|
"markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from\n`bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other\nstyles or formatting.",
|
|
6313
6007
|
"type": "boolean"
|
|
6314
6008
|
},
|
|
6315
|
-
"correct_orientation": {
|
|
6316
|
-
"default": true,
|
|
6317
|
-
"description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
|
|
6318
|
-
"markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
|
|
6319
|
-
"type": "boolean"
|
|
6320
|
-
},
|
|
6321
6009
|
"embed": {
|
|
6322
6010
|
"description": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.",
|
|
6323
6011
|
"markdownDescription": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other\nmedia. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags.\nEmbeds containing script tags are not loaded in the editor.",
|
|
@@ -6394,7 +6082,8 @@
|
|
|
6394
6082
|
"description": "Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.",
|
|
6395
6083
|
"enum": [
|
|
6396
6084
|
"image/jpeg",
|
|
6397
|
-
"image/png"
|
|
6085
|
+
"image/png",
|
|
6086
|
+
"image/webp"
|
|
6398
6087
|
],
|
|
6399
6088
|
"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.",
|
|
6400
6089
|
"type": "string"
|
|
@@ -6529,16 +6218,18 @@
|
|
|
6529
6218
|
"properties": {
|
|
6530
6219
|
"_array_structures": {
|
|
6531
6220
|
"additionalProperties": {},
|
|
6532
|
-
"
|
|
6533
|
-
"
|
|
6221
|
+
"deprecated": "Use _structures instead.",
|
|
6222
|
+
"description": "Now known as _structures.",
|
|
6223
|
+
"markdownDescription": "Now known as _structures.",
|
|
6534
6224
|
"type": "object"
|
|
6535
6225
|
},
|
|
6536
6226
|
"_comments": {
|
|
6537
6227
|
"additionalProperties": {
|
|
6538
6228
|
"type": "string"
|
|
6539
6229
|
},
|
|
6540
|
-
"
|
|
6541
|
-
"
|
|
6230
|
+
"deprecated": "Use _inputs instead.",
|
|
6231
|
+
"description": "Now part of _inputs.*.comment.",
|
|
6232
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
6542
6233
|
"type": "object"
|
|
6543
6234
|
},
|
|
6544
6235
|
"_editables": {
|
|
@@ -6567,8 +6258,9 @@
|
|
|
6567
6258
|
"additionalProperties": {},
|
|
6568
6259
|
"type": "object"
|
|
6569
6260
|
},
|
|
6570
|
-
"
|
|
6571
|
-
"
|
|
6261
|
+
"deprecated": "Use _inputs instead.",
|
|
6262
|
+
"description": "Now part of _inputs.*.options.",
|
|
6263
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
6572
6264
|
"type": "object"
|
|
6573
6265
|
},
|
|
6574
6266
|
"_select_data": {
|
|
@@ -6766,80 +6458,12 @@
|
|
|
6766
6458
|
"additionalProperties": false,
|
|
6767
6459
|
"properties": {
|
|
6768
6460
|
"icon": {
|
|
6769
|
-
"
|
|
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
|
-
],
|
|
6461
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6804
6462
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
6805
6463
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
6806
6464
|
},
|
|
6807
6465
|
"text": {
|
|
6808
|
-
"
|
|
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
|
-
],
|
|
6466
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6843
6467
|
"description": "Controls the main text shown per item.",
|
|
6844
6468
|
"markdownDescription": "Controls the main text shown per item."
|
|
6845
6469
|
}
|
|
@@ -6949,6 +6573,354 @@
|
|
|
6949
6573
|
},
|
|
6950
6574
|
"type": "object"
|
|
6951
6575
|
},
|
|
6576
|
+
"SnippetsImport<(\"_cc_jekyll_unknown_paired_tag\"|\"_cc_jekyll_unknown_tag\"|\"jekyll_highlight\"|\"_cc_jekyll_template\"|\"jekyll_raw\"|\"jekyll_link\"|\"jekyll_post_url\")>": {
|
|
6577
|
+
"additionalProperties": false,
|
|
6578
|
+
"properties": {
|
|
6579
|
+
"exclude": {
|
|
6580
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6581
|
+
"items": {
|
|
6582
|
+
"enum": [
|
|
6583
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6584
|
+
"_cc_jekyll_unknown_tag",
|
|
6585
|
+
"jekyll_highlight",
|
|
6586
|
+
"_cc_jekyll_template",
|
|
6587
|
+
"jekyll_raw",
|
|
6588
|
+
"jekyll_link",
|
|
6589
|
+
"jekyll_post_url"
|
|
6590
|
+
],
|
|
6591
|
+
"type": "string"
|
|
6592
|
+
},
|
|
6593
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6594
|
+
"type": "array"
|
|
6595
|
+
},
|
|
6596
|
+
"include": {
|
|
6597
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6598
|
+
"items": {
|
|
6599
|
+
"enum": [
|
|
6600
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6601
|
+
"_cc_jekyll_unknown_tag",
|
|
6602
|
+
"jekyll_highlight",
|
|
6603
|
+
"_cc_jekyll_template",
|
|
6604
|
+
"jekyll_raw",
|
|
6605
|
+
"jekyll_link",
|
|
6606
|
+
"jekyll_post_url"
|
|
6607
|
+
],
|
|
6608
|
+
"type": "string"
|
|
6609
|
+
},
|
|
6610
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6611
|
+
"type": "array"
|
|
6612
|
+
}
|
|
6613
|
+
},
|
|
6614
|
+
"type": "object"
|
|
6615
|
+
},
|
|
6616
|
+
"SnippetsImport<(\"docusaurus_mdx_admonition\"|\"docusaurus_mdx_tabs\"|\"docusaurus_mdx_truncate\"|\"docusaurus_mdx_codeblock\")>": {
|
|
6617
|
+
"additionalProperties": false,
|
|
6618
|
+
"properties": {
|
|
6619
|
+
"exclude": {
|
|
6620
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6621
|
+
"items": {
|
|
6622
|
+
"enum": [
|
|
6623
|
+
"docusaurus_mdx_admonition",
|
|
6624
|
+
"docusaurus_mdx_tabs",
|
|
6625
|
+
"docusaurus_mdx_truncate",
|
|
6626
|
+
"docusaurus_mdx_codeblock"
|
|
6627
|
+
],
|
|
6628
|
+
"type": "string"
|
|
6629
|
+
},
|
|
6630
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6631
|
+
"type": "array"
|
|
6632
|
+
},
|
|
6633
|
+
"include": {
|
|
6634
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6635
|
+
"items": {
|
|
6636
|
+
"enum": [
|
|
6637
|
+
"docusaurus_mdx_admonition",
|
|
6638
|
+
"docusaurus_mdx_tabs",
|
|
6639
|
+
"docusaurus_mdx_truncate",
|
|
6640
|
+
"docusaurus_mdx_codeblock"
|
|
6641
|
+
],
|
|
6642
|
+
"type": "string"
|
|
6643
|
+
},
|
|
6644
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6645
|
+
"type": "array"
|
|
6646
|
+
}
|
|
6647
|
+
},
|
|
6648
|
+
"type": "object"
|
|
6649
|
+
},
|
|
6650
|
+
"SnippetsImport<(\"eleventy_liquid_raw\"|\"_cc_eleventy_liquid_unknown_paired_shortcode\"|\"_cc_eleventy_liquid_unknown_shortcode\"|\"_cc_eleventy_liquid_template\")>": {
|
|
6651
|
+
"additionalProperties": false,
|
|
6652
|
+
"properties": {
|
|
6653
|
+
"exclude": {
|
|
6654
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6655
|
+
"items": {
|
|
6656
|
+
"enum": [
|
|
6657
|
+
"eleventy_liquid_raw",
|
|
6658
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6659
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6660
|
+
"_cc_eleventy_liquid_template"
|
|
6661
|
+
],
|
|
6662
|
+
"type": "string"
|
|
6663
|
+
},
|
|
6664
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6665
|
+
"type": "array"
|
|
6666
|
+
},
|
|
6667
|
+
"include": {
|
|
6668
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6669
|
+
"items": {
|
|
6670
|
+
"enum": [
|
|
6671
|
+
"eleventy_liquid_raw",
|
|
6672
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6673
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6674
|
+
"_cc_eleventy_liquid_template"
|
|
6675
|
+
],
|
|
6676
|
+
"type": "string"
|
|
6677
|
+
},
|
|
6678
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6679
|
+
"type": "array"
|
|
6680
|
+
}
|
|
6681
|
+
},
|
|
6682
|
+
"type": "object"
|
|
6683
|
+
},
|
|
6684
|
+
"SnippetsImport<(\"eleventy_nunjucks_raw\"|\"eleventy_nunjucks_verbatim\"|\"_cc_eleventy_nunjucks_unknown_paired_shortcode\"|\"_cc_eleventy_nunjucks_unknown_shortcode\"|\"_cc_eleventy_nunjucks_template\")>": {
|
|
6685
|
+
"additionalProperties": false,
|
|
6686
|
+
"properties": {
|
|
6687
|
+
"exclude": {
|
|
6688
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6689
|
+
"items": {
|
|
6690
|
+
"enum": [
|
|
6691
|
+
"eleventy_nunjucks_raw",
|
|
6692
|
+
"eleventy_nunjucks_verbatim",
|
|
6693
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6694
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6695
|
+
"_cc_eleventy_nunjucks_template"
|
|
6696
|
+
],
|
|
6697
|
+
"type": "string"
|
|
6698
|
+
},
|
|
6699
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6700
|
+
"type": "array"
|
|
6701
|
+
},
|
|
6702
|
+
"include": {
|
|
6703
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6704
|
+
"items": {
|
|
6705
|
+
"enum": [
|
|
6706
|
+
"eleventy_nunjucks_raw",
|
|
6707
|
+
"eleventy_nunjucks_verbatim",
|
|
6708
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6709
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6710
|
+
"_cc_eleventy_nunjucks_template"
|
|
6711
|
+
],
|
|
6712
|
+
"type": "string"
|
|
6713
|
+
},
|
|
6714
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6715
|
+
"type": "array"
|
|
6716
|
+
}
|
|
6717
|
+
},
|
|
6718
|
+
"type": "object"
|
|
6719
|
+
},
|
|
6720
|
+
"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\")>": {
|
|
6721
|
+
"additionalProperties": false,
|
|
6722
|
+
"properties": {
|
|
6723
|
+
"exclude": {
|
|
6724
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6725
|
+
"items": {
|
|
6726
|
+
"enum": [
|
|
6727
|
+
"hugo_summary_divider",
|
|
6728
|
+
"hugo_highlight",
|
|
6729
|
+
"hugo_figure",
|
|
6730
|
+
"hugo_gist",
|
|
6731
|
+
"hugo_instagram",
|
|
6732
|
+
"hugo_param",
|
|
6733
|
+
"hugo_ref",
|
|
6734
|
+
"hugo_relref",
|
|
6735
|
+
"hugo_tweet",
|
|
6736
|
+
"hugo_vimeo",
|
|
6737
|
+
"hugo_youtube",
|
|
6738
|
+
"_cc_hugo_unknown_paired",
|
|
6739
|
+
"_cc_hugo_unknown",
|
|
6740
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6741
|
+
"_cc_hugo_unknown_processed"
|
|
6742
|
+
],
|
|
6743
|
+
"type": "string"
|
|
6744
|
+
},
|
|
6745
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6746
|
+
"type": "array"
|
|
6747
|
+
},
|
|
6748
|
+
"include": {
|
|
6749
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6750
|
+
"items": {
|
|
6751
|
+
"enum": [
|
|
6752
|
+
"hugo_summary_divider",
|
|
6753
|
+
"hugo_highlight",
|
|
6754
|
+
"hugo_figure",
|
|
6755
|
+
"hugo_gist",
|
|
6756
|
+
"hugo_instagram",
|
|
6757
|
+
"hugo_param",
|
|
6758
|
+
"hugo_ref",
|
|
6759
|
+
"hugo_relref",
|
|
6760
|
+
"hugo_tweet",
|
|
6761
|
+
"hugo_vimeo",
|
|
6762
|
+
"hugo_youtube",
|
|
6763
|
+
"_cc_hugo_unknown_paired",
|
|
6764
|
+
"_cc_hugo_unknown",
|
|
6765
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6766
|
+
"_cc_hugo_unknown_processed"
|
|
6767
|
+
],
|
|
6768
|
+
"type": "string"
|
|
6769
|
+
},
|
|
6770
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6771
|
+
"type": "array"
|
|
6772
|
+
}
|
|
6773
|
+
},
|
|
6774
|
+
"type": "object"
|
|
6775
|
+
},
|
|
6776
|
+
"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\")>": {
|
|
6777
|
+
"additionalProperties": false,
|
|
6778
|
+
"properties": {
|
|
6779
|
+
"exclude": {
|
|
6780
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6781
|
+
"items": {
|
|
6782
|
+
"enum": [
|
|
6783
|
+
"import",
|
|
6784
|
+
"_cc_mdx_unknown_export",
|
|
6785
|
+
"_cc_mdx_unknown_export_expression",
|
|
6786
|
+
"_cc_mdx_unknown_export_default",
|
|
6787
|
+
"_cc_mdx_unknown_template",
|
|
6788
|
+
"_cc_mdx_paired_unknown",
|
|
6789
|
+
"_cc_mdx_unknown"
|
|
6790
|
+
],
|
|
6791
|
+
"type": "string"
|
|
6792
|
+
},
|
|
6793
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6794
|
+
"type": "array"
|
|
6795
|
+
},
|
|
6796
|
+
"include": {
|
|
6797
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6798
|
+
"items": {
|
|
6799
|
+
"enum": [
|
|
6800
|
+
"import",
|
|
6801
|
+
"_cc_mdx_unknown_export",
|
|
6802
|
+
"_cc_mdx_unknown_export_expression",
|
|
6803
|
+
"_cc_mdx_unknown_export_default",
|
|
6804
|
+
"_cc_mdx_unknown_template",
|
|
6805
|
+
"_cc_mdx_paired_unknown",
|
|
6806
|
+
"_cc_mdx_unknown"
|
|
6807
|
+
],
|
|
6808
|
+
"type": "string"
|
|
6809
|
+
},
|
|
6810
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6811
|
+
"type": "array"
|
|
6812
|
+
}
|
|
6813
|
+
},
|
|
6814
|
+
"type": "object"
|
|
6815
|
+
},
|
|
6816
|
+
"SnippetsImport<(\"markdoc_id_annotation\"|\"markdoc_class_annotation\"|\"markdoc_table\"|\"_cc_markdoc_unknown_tag\"|\"_cc_markdoc_unknown_paired_tag\"|\"_cc_markdoc_unknown_template\")>": {
|
|
6817
|
+
"additionalProperties": false,
|
|
6818
|
+
"properties": {
|
|
6819
|
+
"exclude": {
|
|
6820
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6821
|
+
"items": {
|
|
6822
|
+
"enum": [
|
|
6823
|
+
"markdoc_id_annotation",
|
|
6824
|
+
"markdoc_class_annotation",
|
|
6825
|
+
"markdoc_table",
|
|
6826
|
+
"_cc_markdoc_unknown_tag",
|
|
6827
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6828
|
+
"_cc_markdoc_unknown_template"
|
|
6829
|
+
],
|
|
6830
|
+
"type": "string"
|
|
6831
|
+
},
|
|
6832
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6833
|
+
"type": "array"
|
|
6834
|
+
},
|
|
6835
|
+
"include": {
|
|
6836
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6837
|
+
"items": {
|
|
6838
|
+
"enum": [
|
|
6839
|
+
"markdoc_id_annotation",
|
|
6840
|
+
"markdoc_class_annotation",
|
|
6841
|
+
"markdoc_table",
|
|
6842
|
+
"_cc_markdoc_unknown_tag",
|
|
6843
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6844
|
+
"_cc_markdoc_unknown_template"
|
|
6845
|
+
],
|
|
6846
|
+
"type": "string"
|
|
6847
|
+
},
|
|
6848
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6849
|
+
"type": "array"
|
|
6850
|
+
}
|
|
6851
|
+
},
|
|
6852
|
+
"type": "object"
|
|
6853
|
+
},
|
|
6854
|
+
"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\")>": {
|
|
6855
|
+
"additionalProperties": false,
|
|
6856
|
+
"properties": {
|
|
6857
|
+
"exclude": {
|
|
6858
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6859
|
+
"items": {
|
|
6860
|
+
"enum": [
|
|
6861
|
+
"python_markdown_abbreviation",
|
|
6862
|
+
"python_markdown_admonition",
|
|
6863
|
+
"python_markdown_arithmatex",
|
|
6864
|
+
"python_markdown_attribute_list",
|
|
6865
|
+
"python_markdown_code_block",
|
|
6866
|
+
"python_markdown_collapsible_admonition",
|
|
6867
|
+
"python_markdown_tabs",
|
|
6868
|
+
"python_markdown_footnote",
|
|
6869
|
+
"python_markdown_footnote_marker",
|
|
6870
|
+
"python_markdown_icon",
|
|
6871
|
+
"python_markdown_image",
|
|
6872
|
+
"python_markdown_inline_arithmatex",
|
|
6873
|
+
"python_markdown_inline_code",
|
|
6874
|
+
"python_markdown_link",
|
|
6875
|
+
"python_markdown_reference_image",
|
|
6876
|
+
"python_markdown_reference_template_image",
|
|
6877
|
+
"python_markdown_reference_link",
|
|
6878
|
+
"python_markdown_reference",
|
|
6879
|
+
"python_markdown_reference_template",
|
|
6880
|
+
"python_markdown_block_snippet",
|
|
6881
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6882
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6883
|
+
],
|
|
6884
|
+
"type": "string"
|
|
6885
|
+
},
|
|
6886
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6887
|
+
"type": "array"
|
|
6888
|
+
},
|
|
6889
|
+
"include": {
|
|
6890
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6891
|
+
"items": {
|
|
6892
|
+
"enum": [
|
|
6893
|
+
"python_markdown_abbreviation",
|
|
6894
|
+
"python_markdown_admonition",
|
|
6895
|
+
"python_markdown_arithmatex",
|
|
6896
|
+
"python_markdown_attribute_list",
|
|
6897
|
+
"python_markdown_code_block",
|
|
6898
|
+
"python_markdown_collapsible_admonition",
|
|
6899
|
+
"python_markdown_tabs",
|
|
6900
|
+
"python_markdown_footnote",
|
|
6901
|
+
"python_markdown_footnote_marker",
|
|
6902
|
+
"python_markdown_icon",
|
|
6903
|
+
"python_markdown_image",
|
|
6904
|
+
"python_markdown_inline_arithmatex",
|
|
6905
|
+
"python_markdown_inline_code",
|
|
6906
|
+
"python_markdown_link",
|
|
6907
|
+
"python_markdown_reference_image",
|
|
6908
|
+
"python_markdown_reference_template_image",
|
|
6909
|
+
"python_markdown_reference_link",
|
|
6910
|
+
"python_markdown_reference",
|
|
6911
|
+
"python_markdown_reference_template",
|
|
6912
|
+
"python_markdown_block_snippet",
|
|
6913
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6914
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6915
|
+
],
|
|
6916
|
+
"type": "string"
|
|
6917
|
+
},
|
|
6918
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6919
|
+
"type": "array"
|
|
6920
|
+
}
|
|
6921
|
+
},
|
|
6922
|
+
"type": "object"
|
|
6923
|
+
},
|
|
6952
6924
|
"SnippetsImports": {
|
|
6953
6925
|
"additionalProperties": false,
|
|
6954
6926
|
"properties": {
|
|
@@ -6958,38 +6930,7 @@
|
|
|
6958
6930
|
"type": "boolean"
|
|
6959
6931
|
},
|
|
6960
6932
|
{
|
|
6961
|
-
"
|
|
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"
|
|
6933
|
+
"$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
6934
|
}
|
|
6994
6935
|
],
|
|
6995
6936
|
"description": "Default snippets for Docusaurus SSG.",
|
|
@@ -7001,38 +6942,7 @@
|
|
|
7001
6942
|
"type": "boolean"
|
|
7002
6943
|
},
|
|
7003
6944
|
{
|
|
7004
|
-
"
|
|
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"
|
|
6945
|
+
"$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
6946
|
}
|
|
7037
6947
|
],
|
|
7038
6948
|
"description": "Default snippets for Eleventy SSG Liquid files.",
|
|
@@ -7044,40 +6954,7 @@
|
|
|
7044
6954
|
"type": "boolean"
|
|
7045
6955
|
},
|
|
7046
6956
|
{
|
|
7047
|
-
"
|
|
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"
|
|
6957
|
+
"$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
6958
|
}
|
|
7082
6959
|
],
|
|
7083
6960
|
"description": "Default snippets for Eleventy SSG Nunjucks files.",
|
|
@@ -7089,60 +6966,7 @@
|
|
|
7089
6966
|
"type": "boolean"
|
|
7090
6967
|
},
|
|
7091
6968
|
{
|
|
7092
|
-
"
|
|
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"
|
|
6969
|
+
"$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
6970
|
}
|
|
7147
6971
|
],
|
|
7148
6972
|
"description": "Default snippets for Hugo SSG.",
|
|
@@ -7154,44 +6978,7 @@
|
|
|
7154
6978
|
"type": "boolean"
|
|
7155
6979
|
},
|
|
7156
6980
|
{
|
|
7157
|
-
"
|
|
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"
|
|
6981
|
+
"$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
6982
|
}
|
|
7196
6983
|
],
|
|
7197
6984
|
"description": "Default snippets for Jekyll SSG.",
|
|
@@ -7203,42 +6990,7 @@
|
|
|
7203
6990
|
"type": "boolean"
|
|
7204
6991
|
},
|
|
7205
6992
|
{
|
|
7206
|
-
"
|
|
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"
|
|
6993
|
+
"$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
6994
|
}
|
|
7243
6995
|
],
|
|
7244
6996
|
"description": "Default snippets for Markdoc-based content.",
|
|
@@ -7250,44 +7002,7 @@
|
|
|
7250
7002
|
"type": "boolean"
|
|
7251
7003
|
},
|
|
7252
7004
|
{
|
|
7253
|
-
"
|
|
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"
|
|
7005
|
+
"$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
7006
|
}
|
|
7292
7007
|
],
|
|
7293
7008
|
"description": "Default snippets for MDX-based content.",
|
|
@@ -7299,74 +7014,7 @@
|
|
|
7299
7014
|
"type": "boolean"
|
|
7300
7015
|
},
|
|
7301
7016
|
{
|
|
7302
|
-
"
|
|
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"
|
|
7017
|
+
"$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
7018
|
}
|
|
7371
7019
|
],
|
|
7372
7020
|
"description": "Default snippets for content using Python markdown extensions.",
|
|
@@ -7445,10 +7093,10 @@
|
|
|
7445
7093
|
"type": "number"
|
|
7446
7094
|
},
|
|
7447
7095
|
"theme": {
|
|
7096
|
+
"$ref": "#/definitions/Theme",
|
|
7448
7097
|
"default": "monokai",
|
|
7449
7098
|
"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"
|
|
7099
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7452
7100
|
}
|
|
7453
7101
|
},
|
|
7454
7102
|
"type": "object"
|
|
@@ -7946,6 +7594,49 @@
|
|
|
7946
7594
|
},
|
|
7947
7595
|
"type": "object"
|
|
7948
7596
|
},
|
|
7597
|
+
"Theme": {
|
|
7598
|
+
"enum": [
|
|
7599
|
+
"ambiance",
|
|
7600
|
+
"chaos",
|
|
7601
|
+
"chrome",
|
|
7602
|
+
"clouds",
|
|
7603
|
+
"clouds_midnight",
|
|
7604
|
+
"cobalt",
|
|
7605
|
+
"crimson_editor",
|
|
7606
|
+
"dawn",
|
|
7607
|
+
"dracula",
|
|
7608
|
+
"dreamweaver",
|
|
7609
|
+
"eclipse",
|
|
7610
|
+
"github",
|
|
7611
|
+
"gob",
|
|
7612
|
+
"gruvbox",
|
|
7613
|
+
"idle_fingers",
|
|
7614
|
+
"iplastic",
|
|
7615
|
+
"katzenmilch",
|
|
7616
|
+
"kr_theme",
|
|
7617
|
+
"kuroir",
|
|
7618
|
+
"merbivore",
|
|
7619
|
+
"merbivore_soft",
|
|
7620
|
+
"mono_industrial",
|
|
7621
|
+
"monokai",
|
|
7622
|
+
"nord_dark",
|
|
7623
|
+
"pastel_on_dark",
|
|
7624
|
+
"solarized_dark",
|
|
7625
|
+
"solarized_light",
|
|
7626
|
+
"sqlserver",
|
|
7627
|
+
"terminal",
|
|
7628
|
+
"textmate",
|
|
7629
|
+
"tomorrow",
|
|
7630
|
+
"tomorrow_night",
|
|
7631
|
+
"tomorrow_night_blue",
|
|
7632
|
+
"tomorrow_night_bright",
|
|
7633
|
+
"tomorrow_night_eighties",
|
|
7634
|
+
"twilight",
|
|
7635
|
+
"vibrant_ink",
|
|
7636
|
+
"xcode"
|
|
7637
|
+
],
|
|
7638
|
+
"type": "string"
|
|
7639
|
+
},
|
|
7949
7640
|
"Timezone": {
|
|
7950
7641
|
"enum": [
|
|
7951
7642
|
"Africa/Abidjan",
|