@cloudcannon/configuration-types 0.0.6 → 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.
- package/README.md +1 -1
- package/build/cloudcannon-config-eleventy.json +1031 -1324
- package/build/cloudcannon-config-hugo.json +638 -937
- package/build/cloudcannon-config-jekyll.json +803 -1101
- package/build/{cloudcannon-config-default.json → cloudcannon-config-reader.json} +1118 -1437
- package/build/cloudcannon-config.json +932 -2544
- package/package.json +6 -6
- package/src/build-coupled.d.ts +181 -0
- package/src/configuration.d.ts +1534 -0
- package/src/index.d.ts +7 -1685
|
@@ -289,8 +289,18 @@
|
|
|
289
289
|
"type": "string"
|
|
290
290
|
},
|
|
291
291
|
"code": {
|
|
292
|
-
"description": "Enables
|
|
293
|
-
"markdownDescription": "Enables
|
|
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": {
|
|
@@ -500,6 +510,206 @@
|
|
|
500
510
|
},
|
|
501
511
|
"type": "object"
|
|
502
512
|
},
|
|
513
|
+
"BuildCoupledCollectionConfig": {
|
|
514
|
+
"additionalProperties": false,
|
|
515
|
+
"properties": {
|
|
516
|
+
"_array_structures": {
|
|
517
|
+
"additionalProperties": {},
|
|
518
|
+
"deprecated": "Use _structures instead.",
|
|
519
|
+
"description": "Now known as _structures.",
|
|
520
|
+
"markdownDescription": "Now known as _structures.",
|
|
521
|
+
"type": "object"
|
|
522
|
+
},
|
|
523
|
+
"_comments": {
|
|
524
|
+
"additionalProperties": {
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"deprecated": "Use _inputs instead.",
|
|
528
|
+
"description": "Now part of _inputs.*.comment.",
|
|
529
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
530
|
+
"type": "object"
|
|
531
|
+
},
|
|
532
|
+
"_editables": {
|
|
533
|
+
"$ref": "#/definitions/Editables",
|
|
534
|
+
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
535
|
+
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
536
|
+
},
|
|
537
|
+
"_enabled_editors": {
|
|
538
|
+
"description": "Set a preferred editor and/or disable the others. The first value sets which editor opens by default, and the following values specify which editors are accessible.",
|
|
539
|
+
"items": {
|
|
540
|
+
"$ref": "#/definitions/EditorKey"
|
|
541
|
+
},
|
|
542
|
+
"markdownDescription": "Set a preferred editor and/or disable the others. The first value sets which editor opens by\ndefault, and the following values specify which editors are accessible.",
|
|
543
|
+
"type": "array"
|
|
544
|
+
},
|
|
545
|
+
"_inputs": {
|
|
546
|
+
"additionalProperties": {
|
|
547
|
+
"$ref": "#/definitions/Input"
|
|
548
|
+
},
|
|
549
|
+
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
550
|
+
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
551
|
+
"type": "object"
|
|
552
|
+
},
|
|
553
|
+
"_options": {
|
|
554
|
+
"additionalProperties": {
|
|
555
|
+
"additionalProperties": {},
|
|
556
|
+
"type": "object"
|
|
557
|
+
},
|
|
558
|
+
"deprecated": "Use _inputs instead.",
|
|
559
|
+
"description": "Now part of _inputs.*.options.",
|
|
560
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
561
|
+
"type": "object"
|
|
562
|
+
},
|
|
563
|
+
"_select_data": {
|
|
564
|
+
"additionalProperties": {
|
|
565
|
+
"$ref": "#/definitions/SelectValues"
|
|
566
|
+
},
|
|
567
|
+
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
568
|
+
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
569
|
+
"type": "object"
|
|
570
|
+
},
|
|
571
|
+
"_structures": {
|
|
572
|
+
"additionalProperties": {
|
|
573
|
+
"$ref": "#/definitions/Structure"
|
|
574
|
+
},
|
|
575
|
+
"description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
|
|
576
|
+
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
577
|
+
"type": "object"
|
|
578
|
+
},
|
|
579
|
+
"add_options": {
|
|
580
|
+
"description": "Changes the options presented in the add menu in the collection file list. Defaults to an automatically generated list from _Schemas_, or uses the first file in the collection if no schemas are configured.",
|
|
581
|
+
"items": {
|
|
582
|
+
"$ref": "#/definitions/AddOption"
|
|
583
|
+
},
|
|
584
|
+
"markdownDescription": "Changes the options presented in the add menu in the collection file list. Defaults to an\nautomatically generated list from _Schemas_, or uses the first file in the collection if no\nschemas are configured.",
|
|
585
|
+
"type": "array"
|
|
586
|
+
},
|
|
587
|
+
"create": {
|
|
588
|
+
"$ref": "#/definitions/Create",
|
|
589
|
+
"description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
|
|
590
|
+
"markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
|
|
591
|
+
},
|
|
592
|
+
"description": {
|
|
593
|
+
"description": "Text or Markdown to show above the collection file list.",
|
|
594
|
+
"markdownDescription": "Text or Markdown to show above the collection file list.",
|
|
595
|
+
"type": "string"
|
|
596
|
+
},
|
|
597
|
+
"disable_add": {
|
|
598
|
+
"description": "Prevents users from adding new files in the collection file list if true.",
|
|
599
|
+
"markdownDescription": "Prevents users from adding new files in the collection file list if true.",
|
|
600
|
+
"type": "boolean"
|
|
601
|
+
},
|
|
602
|
+
"disable_add_folder": {
|
|
603
|
+
"description": "Prevents users from adding new folders in the collection file list if true.",
|
|
604
|
+
"markdownDescription": "Prevents users from adding new folders in the collection file list if true.",
|
|
605
|
+
"type": "boolean"
|
|
606
|
+
},
|
|
607
|
+
"disable_file_actions": {
|
|
608
|
+
"description": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
|
|
609
|
+
"markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
|
|
610
|
+
"type": "boolean"
|
|
611
|
+
},
|
|
612
|
+
"documentation": {
|
|
613
|
+
"$ref": "#/definitions/Documentation",
|
|
614
|
+
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
615
|
+
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
616
|
+
},
|
|
617
|
+
"filter": {
|
|
618
|
+
"anyOf": [
|
|
619
|
+
{
|
|
620
|
+
"$ref": "#/definitions/Filter"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"$ref": "#/definitions/FilterBase"
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
627
|
+
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
|
|
628
|
+
},
|
|
629
|
+
"glob": {
|
|
630
|
+
"anyOf": [
|
|
631
|
+
{
|
|
632
|
+
"items": {
|
|
633
|
+
"type": "string"
|
|
634
|
+
},
|
|
635
|
+
"type": "array"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"type": "string"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
|
|
642
|
+
"markdownDescription": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`."
|
|
643
|
+
},
|
|
644
|
+
"icon": {
|
|
645
|
+
"$ref": "#/definitions/Icon",
|
|
646
|
+
"description": "Sets an icon to use alongside references to this collection.",
|
|
647
|
+
"markdownDescription": "Sets an icon to use alongside references to this collection."
|
|
648
|
+
},
|
|
649
|
+
"name": {
|
|
650
|
+
"description": "The display name of this collection. Used in headings and in the context menu for items in the collection. This is optional as CloudCannon auto-generates this from the collection key.",
|
|
651
|
+
"markdownDescription": "The display name of this collection. Used in headings and in the context menu for items in the\ncollection. This is optional as CloudCannon auto-generates this from the collection key.",
|
|
652
|
+
"type": "string"
|
|
653
|
+
},
|
|
654
|
+
"new_preview_url": {
|
|
655
|
+
"description": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will load that set preview URL and use the Data Bindings and Previews to render your new page without saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the Visual Editor.",
|
|
656
|
+
"markdownDescription": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will\nload that set preview URL and use the Data Bindings and Previews to render your new page\nwithout saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the\nVisual Editor.",
|
|
657
|
+
"type": "string"
|
|
658
|
+
},
|
|
659
|
+
"output": {
|
|
660
|
+
"description": "Whether or not files in this collection produce files in the build output.",
|
|
661
|
+
"markdownDescription": "Whether or not files in this collection produce files in the build output.",
|
|
662
|
+
"type": "boolean"
|
|
663
|
+
},
|
|
664
|
+
"path": {
|
|
665
|
+
"description": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
666
|
+
"markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
667
|
+
"type": "string"
|
|
668
|
+
},
|
|
669
|
+
"preview": {
|
|
670
|
+
"$ref": "#/definitions/Preview",
|
|
671
|
+
"description": "Changes the way items are previewed in the CMS.",
|
|
672
|
+
"markdownDescription": "Changes the way items are previewed in the CMS."
|
|
673
|
+
},
|
|
674
|
+
"schema_key": {
|
|
675
|
+
"description": "The key used in each file to identify the schema that file uses. The value this key represents in each of this collection's files should match the keys in schemas. Defaults to _schema.",
|
|
676
|
+
"markdownDescription": "The key used in each file to identify the schema that file uses. The value this key represents\nin each of this collection's files should match the keys in schemas. Defaults to _schema.",
|
|
677
|
+
"type": "string"
|
|
678
|
+
},
|
|
679
|
+
"schemas": {
|
|
680
|
+
"additionalProperties": {
|
|
681
|
+
"$ref": "#/definitions/Schema"
|
|
682
|
+
},
|
|
683
|
+
"description": "The set of schemas for this collection. Schemas are used when creating and editing files in this collection. Each entry corresponds to a schema that describes a data structure for this collection.\n\nThe keys in this object should match the values used for schema_key inside each of this collection's files. default is a special entry and is used when a file has no schema.",
|
|
684
|
+
"markdownDescription": "The set of schemas for this collection. Schemas are used when creating and editing files in\nthis collection. Each entry corresponds to a schema that describes a data structure for this\ncollection.\n\nThe keys in this object should match the values used for schema_key inside each of this\ncollection's files. default is a special entry and is used when a file has no schema.",
|
|
685
|
+
"type": "object"
|
|
686
|
+
},
|
|
687
|
+
"singular_key": {
|
|
688
|
+
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
689
|
+
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
"singular_name": {
|
|
693
|
+
"description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
|
|
694
|
+
"markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
|
|
695
|
+
"type": "string"
|
|
696
|
+
},
|
|
697
|
+
"sort": {
|
|
698
|
+
"$ref": "#/definitions/Sort",
|
|
699
|
+
"description": "Sets the default sorting for the collection file list. Defaults to the first option in sort_options, then falls back descending path. As an exception, defaults to descending date for blog-like collections.",
|
|
700
|
+
"markdownDescription": "Sets the default sorting for the collection file list. Defaults to the first option in\nsort_options, then falls back descending path. As an exception, defaults to descending date for\nblog-like collections."
|
|
701
|
+
},
|
|
702
|
+
"sort_options": {
|
|
703
|
+
"description": "Controls the available options in the sort menu. Defaults to generating the options from the first item in the collection, falling back to ascending path and descending path.",
|
|
704
|
+
"items": {
|
|
705
|
+
"$ref": "#/definitions/SortOption"
|
|
706
|
+
},
|
|
707
|
+
"markdownDescription": "Controls the available options in the sort menu. Defaults to generating the options from the\nfirst item in the collection, falling back to ascending path and descending path.",
|
|
708
|
+
"type": "array"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"type": "object"
|
|
712
|
+
},
|
|
503
713
|
"ChoiceInput": {
|
|
504
714
|
"additionalProperties": false,
|
|
505
715
|
"properties": {
|
|
@@ -732,10 +942,10 @@
|
|
|
732
942
|
"type": "number"
|
|
733
943
|
},
|
|
734
944
|
"theme": {
|
|
945
|
+
"$ref": "#/definitions/Theme",
|
|
735
946
|
"default": "monokai",
|
|
736
947
|
"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"
|
|
948
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
739
949
|
}
|
|
740
950
|
},
|
|
741
951
|
"type": "object"
|
|
@@ -949,8 +1159,8 @@
|
|
|
949
1159
|
"type": "string"
|
|
950
1160
|
},
|
|
951
1161
|
"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
|
|
1162
|
+
"description": "Defines a target collection when publishing. When a file is published, the target collection's create definition is used instead.",
|
|
1163
|
+
"markdownDescription": "Defines a target collection when publishing. When a file is published, the target collection's\ncreate definition is used instead.",
|
|
954
1164
|
"type": "string"
|
|
955
1165
|
}
|
|
956
1166
|
},
|
|
@@ -1138,20 +1348,55 @@
|
|
|
1138
1348
|
"type": "string"
|
|
1139
1349
|
},
|
|
1140
1350
|
"EleventyConfiguration": {
|
|
1351
|
+
"$ref": "#/definitions/JekyllConfiguration",
|
|
1352
|
+
"description": "The configuration format for build-coupled Eleventy sites.",
|
|
1353
|
+
"markdownDescription": "The configuration format for build-coupled Eleventy sites."
|
|
1354
|
+
},
|
|
1355
|
+
"EmptyTypeArray": {
|
|
1356
|
+
"enum": [
|
|
1357
|
+
"null",
|
|
1358
|
+
"array"
|
|
1359
|
+
],
|
|
1360
|
+
"type": "string"
|
|
1361
|
+
},
|
|
1362
|
+
"EmptyTypeNumber": {
|
|
1363
|
+
"enum": [
|
|
1364
|
+
"null",
|
|
1365
|
+
"number"
|
|
1366
|
+
],
|
|
1367
|
+
"type": "string"
|
|
1368
|
+
},
|
|
1369
|
+
"EmptyTypeObject": {
|
|
1370
|
+
"enum": [
|
|
1371
|
+
"null",
|
|
1372
|
+
"object"
|
|
1373
|
+
],
|
|
1374
|
+
"type": "string"
|
|
1375
|
+
},
|
|
1376
|
+
"EmptyTypeText": {
|
|
1377
|
+
"enum": [
|
|
1378
|
+
"null",
|
|
1379
|
+
"string"
|
|
1380
|
+
],
|
|
1381
|
+
"type": "string"
|
|
1382
|
+
},
|
|
1383
|
+
"FileConfigEntry": {
|
|
1141
1384
|
"additionalProperties": false,
|
|
1142
1385
|
"properties": {
|
|
1143
1386
|
"_array_structures": {
|
|
1144
1387
|
"additionalProperties": {},
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1388
|
+
"deprecated": "Use _structures instead.",
|
|
1389
|
+
"description": "Now known as _structures.",
|
|
1390
|
+
"markdownDescription": "Now known as _structures.",
|
|
1147
1391
|
"type": "object"
|
|
1148
1392
|
},
|
|
1149
1393
|
"_comments": {
|
|
1150
1394
|
"additionalProperties": {
|
|
1151
1395
|
"type": "string"
|
|
1152
1396
|
},
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1397
|
+
"deprecated": "Use _inputs instead.",
|
|
1398
|
+
"description": "Now part of _inputs.*.comment.",
|
|
1399
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
1155
1400
|
"type": "object"
|
|
1156
1401
|
},
|
|
1157
1402
|
"_editables": {
|
|
@@ -1180,8 +1425,9 @@
|
|
|
1180
1425
|
"additionalProperties": {},
|
|
1181
1426
|
"type": "object"
|
|
1182
1427
|
},
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1428
|
+
"deprecated": "Use _inputs instead.",
|
|
1429
|
+
"description": "Now part of _inputs.*.options.",
|
|
1430
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
1185
1431
|
"type": "object"
|
|
1186
1432
|
},
|
|
1187
1433
|
"_select_data": {
|
|
@@ -1192,35 +1438,6 @@
|
|
|
1192
1438
|
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
1193
1439
|
"type": "object"
|
|
1194
1440
|
},
|
|
1195
|
-
"_snippets": {
|
|
1196
|
-
"additionalProperties": {
|
|
1197
|
-
"$ref": "#/definitions/SnippetConfig"
|
|
1198
|
-
},
|
|
1199
|
-
"description": "Configuration for custom snippets.",
|
|
1200
|
-
"markdownDescription": "Configuration for custom snippets.",
|
|
1201
|
-
"type": "object"
|
|
1202
|
-
},
|
|
1203
|
-
"_snippets_definitions": {
|
|
1204
|
-
"additionalProperties": {
|
|
1205
|
-
"$ref": "#/definitions/SnippetConfig"
|
|
1206
|
-
},
|
|
1207
|
-
"description": "Extended option used when creating more complex custom snippets.",
|
|
1208
|
-
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
1209
|
-
"type": "object"
|
|
1210
|
-
},
|
|
1211
|
-
"_snippets_imports": {
|
|
1212
|
-
"$ref": "#/definitions/SnippetsImports",
|
|
1213
|
-
"description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
|
|
1214
|
-
"markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
|
|
1215
|
-
},
|
|
1216
|
-
"_snippets_templates": {
|
|
1217
|
-
"additionalProperties": {
|
|
1218
|
-
"$ref": "#/definitions/SnippetConfig"
|
|
1219
|
-
},
|
|
1220
|
-
"description": "Extended option used when creating more complex custom snippets.",
|
|
1221
|
-
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
1222
|
-
"type": "object"
|
|
1223
|
-
},
|
|
1224
1441
|
"_structures": {
|
|
1225
1442
|
"additionalProperties": {
|
|
1226
1443
|
"$ref": "#/definitions/Structure"
|
|
@@ -1229,341 +1446,26 @@
|
|
|
1229
1446
|
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
1230
1447
|
"type": "object"
|
|
1231
1448
|
},
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
},
|
|
1237
|
-
"collection_groups": {
|
|
1238
|
-
"description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
|
|
1239
|
-
"items": {
|
|
1240
|
-
"$ref": "#/definitions/CollectionGroup"
|
|
1241
|
-
},
|
|
1242
|
-
"markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
|
|
1243
|
-
"type": "array"
|
|
1244
|
-
},
|
|
1245
|
-
"collections_config": {
|
|
1246
|
-
"additionalProperties": {
|
|
1247
|
-
"additionalProperties": false,
|
|
1248
|
-
"properties": {
|
|
1249
|
-
"_array_structures": {
|
|
1250
|
-
"additionalProperties": {},
|
|
1251
|
-
"description": "[DEPRECATED] Now known as _structures.",
|
|
1252
|
-
"markdownDescription": "[DEPRECATED] Now known as _structures.",
|
|
1253
|
-
"type": "object"
|
|
1254
|
-
},
|
|
1255
|
-
"_comments": {
|
|
1256
|
-
"additionalProperties": {
|
|
1257
|
-
"type": "string"
|
|
1258
|
-
},
|
|
1259
|
-
"description": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
1260
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
1261
|
-
"type": "object"
|
|
1262
|
-
},
|
|
1263
|
-
"_editables": {
|
|
1264
|
-
"$ref": "#/definitions/Editables",
|
|
1265
|
-
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
1266
|
-
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
1267
|
-
},
|
|
1268
|
-
"_enabled_editors": {
|
|
1269
|
-
"description": "Set a preferred editor and/or disable the others. The first value sets which editor opens by default, and the following values specify which editors are accessible.",
|
|
1270
|
-
"items": {
|
|
1271
|
-
"$ref": "#/definitions/EditorKey"
|
|
1272
|
-
},
|
|
1273
|
-
"markdownDescription": "Set a preferred editor and/or disable the others. The first value sets which editor opens by\ndefault, and the following values specify which editors are accessible.",
|
|
1274
|
-
"type": "array"
|
|
1275
|
-
},
|
|
1276
|
-
"_inputs": {
|
|
1277
|
-
"additionalProperties": {
|
|
1278
|
-
"$ref": "#/definitions/Input"
|
|
1279
|
-
},
|
|
1280
|
-
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1281
|
-
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1282
|
-
"type": "object"
|
|
1283
|
-
},
|
|
1284
|
-
"_options": {
|
|
1285
|
-
"additionalProperties": {
|
|
1286
|
-
"additionalProperties": {},
|
|
1287
|
-
"type": "object"
|
|
1288
|
-
},
|
|
1289
|
-
"description": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
1290
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
1291
|
-
"type": "object"
|
|
1292
|
-
},
|
|
1293
|
-
"_select_data": {
|
|
1294
|
-
"additionalProperties": {
|
|
1295
|
-
"$ref": "#/definitions/SelectValues"
|
|
1296
|
-
},
|
|
1297
|
-
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
1298
|
-
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
1299
|
-
"type": "object"
|
|
1300
|
-
},
|
|
1301
|
-
"_structures": {
|
|
1302
|
-
"additionalProperties": {
|
|
1303
|
-
"$ref": "#/definitions/Structure"
|
|
1304
|
-
},
|
|
1305
|
-
"description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
|
|
1306
|
-
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
1307
|
-
"type": "object"
|
|
1308
|
-
},
|
|
1309
|
-
"add_options": {
|
|
1310
|
-
"description": "Changes the options presented in the add menu in the collection file list. Defaults to an automatically generated list from _Schemas_, or uses the first file in the collection if no schemas are configured.",
|
|
1311
|
-
"items": {
|
|
1312
|
-
"$ref": "#/definitions/AddOption"
|
|
1313
|
-
},
|
|
1314
|
-
"markdownDescription": "Changes the options presented in the add menu in the collection file list. Defaults to an\nautomatically generated list from _Schemas_, or uses the first file in the collection if no\nschemas are configured.",
|
|
1315
|
-
"type": "array"
|
|
1316
|
-
},
|
|
1317
|
-
"create": {
|
|
1318
|
-
"$ref": "#/definitions/Create",
|
|
1319
|
-
"description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
|
|
1320
|
-
"markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
|
|
1321
|
-
},
|
|
1322
|
-
"description": {
|
|
1323
|
-
"description": "Text or Markdown to show above the collection file list.",
|
|
1324
|
-
"markdownDescription": "Text or Markdown to show above the collection file list.",
|
|
1325
|
-
"type": "string"
|
|
1326
|
-
},
|
|
1327
|
-
"disable_add": {
|
|
1328
|
-
"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.",
|
|
1329
|
-
"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.",
|
|
1330
|
-
"type": "boolean"
|
|
1331
|
-
},
|
|
1332
|
-
"disable_add_folder": {
|
|
1333
|
-
"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.",
|
|
1334
|
-
"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.",
|
|
1335
|
-
"type": "boolean"
|
|
1336
|
-
},
|
|
1337
|
-
"disable_file_actions": {
|
|
1338
|
-
"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.",
|
|
1339
|
-
"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.",
|
|
1340
|
-
"type": "boolean"
|
|
1341
|
-
},
|
|
1342
|
-
"documentation": {
|
|
1343
|
-
"$ref": "#/definitions/Documentation",
|
|
1344
|
-
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
1345
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
1346
|
-
},
|
|
1347
|
-
"filter": {
|
|
1348
|
-
"anyOf": [
|
|
1349
|
-
{
|
|
1350
|
-
"$ref": "#/definitions/Filter"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"$ref": "#/definitions/FilterBase"
|
|
1354
|
-
}
|
|
1355
|
-
],
|
|
1356
|
-
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
1357
|
-
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
|
|
1358
|
-
},
|
|
1359
|
-
"icon": {
|
|
1360
|
-
"$ref": "#/definitions/Icon",
|
|
1361
|
-
"description": "Sets an icon to use alongside references to this collection.",
|
|
1362
|
-
"markdownDescription": "Sets an icon to use alongside references to this collection."
|
|
1363
|
-
},
|
|
1364
|
-
"name": {
|
|
1365
|
-
"description": "The display name of this collection. Used in headings and in the context menu for items in the collection. This is optional as CloudCannon auto-generates this from the collection key.",
|
|
1366
|
-
"markdownDescription": "The display name of this collection. Used in headings and in the context menu for items in the\ncollection. This is optional as CloudCannon auto-generates this from the collection key.",
|
|
1367
|
-
"type": "string"
|
|
1368
|
-
},
|
|
1369
|
-
"new_preview_url": {
|
|
1370
|
-
"description": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will load that set preview URL and use the Data Bindings and Previews to render your new page without saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the Visual Editor.",
|
|
1371
|
-
"markdownDescription": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will\nload that set preview URL and use the Data Bindings and Previews to render your new page\nwithout saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the\nVisual Editor.",
|
|
1372
|
-
"type": "string"
|
|
1373
|
-
},
|
|
1374
|
-
"output": {
|
|
1375
|
-
"description": "Whether or not files in this collection produce files in the build output.",
|
|
1376
|
-
"markdownDescription": "Whether or not files in this collection produce files in the build output.",
|
|
1377
|
-
"type": "boolean"
|
|
1378
|
-
},
|
|
1379
|
-
"path": {
|
|
1380
|
-
"description": "The top-most folder where the files in this collection are stored. It is relative to source. Each collection must have a unique path.",
|
|
1381
|
-
"markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.\nEach collection must have a unique path.",
|
|
1382
|
-
"type": "string"
|
|
1383
|
-
},
|
|
1384
|
-
"preview": {
|
|
1385
|
-
"$ref": "#/definitions/Preview",
|
|
1386
|
-
"description": "Changes the way items are previewed in the CMS.",
|
|
1387
|
-
"markdownDescription": "Changes the way items are previewed in the CMS."
|
|
1388
|
-
},
|
|
1389
|
-
"schema_key": {
|
|
1390
|
-
"description": "The key used in each file to identify the schema that file uses. The value this key represents in each of this collection's files should match the keys in schemas. Defaults to _schema.",
|
|
1391
|
-
"markdownDescription": "The key used in each file to identify the schema that file uses. The value this key represents\nin each of this collection's files should match the keys in schemas. Defaults to _schema.",
|
|
1392
|
-
"type": "string"
|
|
1393
|
-
},
|
|
1394
|
-
"schemas": {
|
|
1395
|
-
"additionalProperties": {
|
|
1396
|
-
"$ref": "#/definitions/Schema"
|
|
1397
|
-
},
|
|
1398
|
-
"description": "The set of schemas for this collection. Schemas are used when creating and editing files in this collection. Each entry corresponds to a schema that describes a data structure for this collection.\n\nThe keys in this object should match the values used for schema_key inside each of this collection's files. default is a special entry and is used when a file has no schema.",
|
|
1399
|
-
"markdownDescription": "The set of schemas for this collection. Schemas are used when creating and editing files in\nthis collection. Each entry corresponds to a schema that describes a data structure for this\ncollection.\n\nThe keys in this object should match the values used for schema_key inside each of this\ncollection's files. default is a special entry and is used when a file has no schema.",
|
|
1400
|
-
"type": "object"
|
|
1401
|
-
},
|
|
1402
|
-
"singular_key": {
|
|
1403
|
-
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
1404
|
-
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
|
|
1405
|
-
"type": "string"
|
|
1406
|
-
},
|
|
1407
|
-
"singular_name": {
|
|
1408
|
-
"description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
|
|
1409
|
-
"markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
|
|
1449
|
+
"glob": {
|
|
1450
|
+
"anyOf": [
|
|
1451
|
+
{
|
|
1452
|
+
"items": {
|
|
1410
1453
|
"type": "string"
|
|
1411
1454
|
},
|
|
1412
|
-
"
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
"type": "object"
|
|
1427
|
-
},
|
|
1428
|
-
"description": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection.",
|
|
1429
|
-
"markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by\nfolder. Entries are keyed by a chosen collection key, and contain configuration specific to\nthat collection.",
|
|
1430
|
-
"type": "object"
|
|
1431
|
-
},
|
|
1432
|
-
"collections_config_override": {
|
|
1433
|
-
"description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
|
|
1434
|
-
"markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true.\nDefaults to false.",
|
|
1435
|
-
"type": "boolean"
|
|
1436
|
-
},
|
|
1437
|
-
"commit_templates": {
|
|
1438
|
-
"items": {
|
|
1439
|
-
"$ref": "#/definitions/CommitTemplate"
|
|
1440
|
-
},
|
|
1441
|
-
"type": "array"
|
|
1442
|
-
},
|
|
1443
|
-
"data_config": {
|
|
1444
|
-
"additionalProperties": {
|
|
1445
|
-
"type": "boolean"
|
|
1446
|
-
},
|
|
1447
|
-
"description": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
1448
|
-
"markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
1449
|
-
"type": "object"
|
|
1450
|
-
},
|
|
1451
|
-
"editor": {
|
|
1452
|
-
"$ref": "#/definitions/Editor",
|
|
1453
|
-
"description": "Contains settings for the default editor actions on your site.",
|
|
1454
|
-
"markdownDescription": "Contains settings for the default editor actions on your site."
|
|
1455
|
-
},
|
|
1456
|
-
"generator": {
|
|
1457
|
-
"additionalProperties": false,
|
|
1458
|
-
"description": "Contains settings for various Markdown engines.",
|
|
1459
|
-
"markdownDescription": "Contains settings for various Markdown engines.",
|
|
1460
|
-
"properties": {
|
|
1461
|
-
"metadata": {
|
|
1462
|
-
"additionalProperties": false,
|
|
1463
|
-
"description": "Settings for various Markdown engines.",
|
|
1464
|
-
"markdownDescription": "Settings for various Markdown engines.",
|
|
1465
|
-
"properties": {
|
|
1466
|
-
"commonmark": {
|
|
1467
|
-
"description": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
1468
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
1469
|
-
"type": "object"
|
|
1470
|
-
},
|
|
1471
|
-
"commonmarkghpages": {
|
|
1472
|
-
"description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
1473
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
1474
|
-
"type": "object"
|
|
1475
|
-
},
|
|
1476
|
-
"goldmark": {
|
|
1477
|
-
"description": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
1478
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
1479
|
-
"type": "object"
|
|
1480
|
-
},
|
|
1481
|
-
"kramdown": {
|
|
1482
|
-
"description": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
1483
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
1484
|
-
"type": "object"
|
|
1485
|
-
},
|
|
1486
|
-
"markdown": {
|
|
1487
|
-
"description": "The Markdown engine used on your site.",
|
|
1488
|
-
"enum": [
|
|
1489
|
-
"kramdown",
|
|
1490
|
-
"commonmark",
|
|
1491
|
-
"commonmarkghpages",
|
|
1492
|
-
"goldmark",
|
|
1493
|
-
"markdown-it"
|
|
1494
|
-
],
|
|
1495
|
-
"markdownDescription": "The Markdown engine used on your site.",
|
|
1496
|
-
"type": "string"
|
|
1497
|
-
},
|
|
1498
|
-
"markdown-it": {
|
|
1499
|
-
"description": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
1500
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
1501
|
-
"type": "object"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
"required": [
|
|
1505
|
-
"markdown"
|
|
1506
|
-
],
|
|
1507
|
-
"type": "object"
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
|
-
"type": "object"
|
|
1511
|
-
},
|
|
1512
|
-
"paths": {
|
|
1513
|
-
"$ref": "#/definitions/Paths",
|
|
1514
|
-
"description": "Global paths to common folders.",
|
|
1515
|
-
"markdownDescription": "Global paths to common folders."
|
|
1516
|
-
},
|
|
1517
|
-
"source": {
|
|
1518
|
-
"description": "Base path to your site source files, relative to the root folder.",
|
|
1519
|
-
"markdownDescription": "Base path to your site source files, relative to the root folder.",
|
|
1520
|
-
"type": "string"
|
|
1521
|
-
},
|
|
1522
|
-
"source_editor": {
|
|
1523
|
-
"$ref": "#/definitions/SourceEditor",
|
|
1524
|
-
"description": "Settings for the behavior and appearance of the Source Editor.",
|
|
1525
|
-
"markdownDescription": "Settings for the behavior and appearance of the Source Editor."
|
|
1526
|
-
},
|
|
1527
|
-
"ssg": {
|
|
1528
|
-
"const": "eleventy",
|
|
1529
|
-
"type": "string"
|
|
1530
|
-
},
|
|
1531
|
-
"timezone": {
|
|
1532
|
-
"$ref": "#/definitions/Timezone",
|
|
1533
|
-
"default": "Etc/UTC",
|
|
1534
|
-
"description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
|
|
1535
|
-
"markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
|
-
"type": "object"
|
|
1539
|
-
},
|
|
1540
|
-
"EmptyTypeArray": {
|
|
1541
|
-
"enum": [
|
|
1542
|
-
"null",
|
|
1543
|
-
"array"
|
|
1544
|
-
],
|
|
1545
|
-
"type": "string"
|
|
1546
|
-
},
|
|
1547
|
-
"EmptyTypeNumber": {
|
|
1548
|
-
"enum": [
|
|
1549
|
-
"null",
|
|
1550
|
-
"number"
|
|
1551
|
-
],
|
|
1552
|
-
"type": "string"
|
|
1553
|
-
},
|
|
1554
|
-
"EmptyTypeObject": {
|
|
1555
|
-
"enum": [
|
|
1556
|
-
"null",
|
|
1557
|
-
"object"
|
|
1558
|
-
],
|
|
1559
|
-
"type": "string"
|
|
1560
|
-
},
|
|
1561
|
-
"EmptyTypeText": {
|
|
1562
|
-
"enum": [
|
|
1563
|
-
"null",
|
|
1564
|
-
"string"
|
|
1455
|
+
"type": "array"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"type": "string"
|
|
1459
|
+
}
|
|
1460
|
+
],
|
|
1461
|
+
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
1462
|
+
"markdownDescription": "The glob pattern(s) targeting a path to one or more files."
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
"required": [
|
|
1466
|
+
"glob"
|
|
1565
1467
|
],
|
|
1566
|
-
"type": "
|
|
1468
|
+
"type": "object"
|
|
1567
1469
|
},
|
|
1568
1470
|
"FileInput": {
|
|
1569
1471
|
"additionalProperties": false,
|
|
@@ -4206,49 +4108,279 @@
|
|
|
4206
4108
|
{
|
|
4207
4109
|
"$ref": "#/definitions/ArrayInput"
|
|
4208
4110
|
}
|
|
4209
|
-
]
|
|
4210
|
-
},
|
|
4211
|
-
"InputType": {
|
|
4212
|
-
"enum": [
|
|
4213
|
-
"text",
|
|
4214
|
-
"textarea",
|
|
4215
|
-
"email",
|
|
4216
|
-
"disabled",
|
|
4217
|
-
"pinterest",
|
|
4218
|
-
"facebook",
|
|
4219
|
-
"twitter",
|
|
4220
|
-
"github",
|
|
4221
|
-
"instagram",
|
|
4222
|
-
"code",
|
|
4223
|
-
"checkbox",
|
|
4224
|
-
"switch",
|
|
4225
|
-
"color",
|
|
4226
|
-
"number",
|
|
4227
|
-
"range",
|
|
4228
|
-
"url",
|
|
4229
|
-
"html",
|
|
4230
|
-
"markdown",
|
|
4231
|
-
"date",
|
|
4232
|
-
"datetime",
|
|
4233
|
-
"time",
|
|
4234
|
-
"file",
|
|
4235
|
-
"image",
|
|
4236
|
-
"document",
|
|
4237
|
-
"select",
|
|
4238
|
-
"multiselect",
|
|
4239
|
-
"choice",
|
|
4240
|
-
"multichoice",
|
|
4241
|
-
"object",
|
|
4242
|
-
"array"
|
|
4243
|
-
],
|
|
4244
|
-
"type": "string"
|
|
4245
|
-
},
|
|
4246
|
-
"InstanceValue": {
|
|
4247
|
-
"enum": [
|
|
4248
|
-
"UUID",
|
|
4249
|
-
"NOW"
|
|
4250
|
-
],
|
|
4251
|
-
"type": "string"
|
|
4111
|
+
]
|
|
4112
|
+
},
|
|
4113
|
+
"InputType": {
|
|
4114
|
+
"enum": [
|
|
4115
|
+
"text",
|
|
4116
|
+
"textarea",
|
|
4117
|
+
"email",
|
|
4118
|
+
"disabled",
|
|
4119
|
+
"pinterest",
|
|
4120
|
+
"facebook",
|
|
4121
|
+
"twitter",
|
|
4122
|
+
"github",
|
|
4123
|
+
"instagram",
|
|
4124
|
+
"code",
|
|
4125
|
+
"checkbox",
|
|
4126
|
+
"switch",
|
|
4127
|
+
"color",
|
|
4128
|
+
"number",
|
|
4129
|
+
"range",
|
|
4130
|
+
"url",
|
|
4131
|
+
"html",
|
|
4132
|
+
"markdown",
|
|
4133
|
+
"date",
|
|
4134
|
+
"datetime",
|
|
4135
|
+
"time",
|
|
4136
|
+
"file",
|
|
4137
|
+
"image",
|
|
4138
|
+
"document",
|
|
4139
|
+
"select",
|
|
4140
|
+
"multiselect",
|
|
4141
|
+
"choice",
|
|
4142
|
+
"multichoice",
|
|
4143
|
+
"object",
|
|
4144
|
+
"array"
|
|
4145
|
+
],
|
|
4146
|
+
"type": "string"
|
|
4147
|
+
},
|
|
4148
|
+
"InstanceValue": {
|
|
4149
|
+
"enum": [
|
|
4150
|
+
"UUID",
|
|
4151
|
+
"NOW"
|
|
4152
|
+
],
|
|
4153
|
+
"type": "string"
|
|
4154
|
+
},
|
|
4155
|
+
"JekyllConfiguration": {
|
|
4156
|
+
"additionalProperties": false,
|
|
4157
|
+
"description": "The configuration format for build-coupled Jekyll sites.",
|
|
4158
|
+
"markdownDescription": "The configuration format for build-coupled Jekyll sites.",
|
|
4159
|
+
"properties": {
|
|
4160
|
+
"_array_structures": {
|
|
4161
|
+
"additionalProperties": {},
|
|
4162
|
+
"deprecated": "Use _structures instead.",
|
|
4163
|
+
"description": "Now known as _structures.",
|
|
4164
|
+
"markdownDescription": "Now known as _structures.",
|
|
4165
|
+
"type": "object"
|
|
4166
|
+
},
|
|
4167
|
+
"_comments": {
|
|
4168
|
+
"additionalProperties": {
|
|
4169
|
+
"type": "string"
|
|
4170
|
+
},
|
|
4171
|
+
"deprecated": "Use _inputs instead.",
|
|
4172
|
+
"description": "Now part of _inputs.*.comment.",
|
|
4173
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
4174
|
+
"type": "object"
|
|
4175
|
+
},
|
|
4176
|
+
"_editables": {
|
|
4177
|
+
"$ref": "#/definitions/Editables",
|
|
4178
|
+
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
4179
|
+
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
4180
|
+
},
|
|
4181
|
+
"_enabled_editors": {
|
|
4182
|
+
"description": "Set a preferred editor and/or disable the others. The first value sets which editor opens by default, and the following values specify which editors are accessible.",
|
|
4183
|
+
"items": {
|
|
4184
|
+
"$ref": "#/definitions/EditorKey"
|
|
4185
|
+
},
|
|
4186
|
+
"markdownDescription": "Set a preferred editor and/or disable the others. The first value sets which editor opens by\ndefault, and the following values specify which editors are accessible.",
|
|
4187
|
+
"type": "array"
|
|
4188
|
+
},
|
|
4189
|
+
"_inputs": {
|
|
4190
|
+
"additionalProperties": {
|
|
4191
|
+
"$ref": "#/definitions/Input"
|
|
4192
|
+
},
|
|
4193
|
+
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4194
|
+
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4195
|
+
"type": "object"
|
|
4196
|
+
},
|
|
4197
|
+
"_options": {
|
|
4198
|
+
"additionalProperties": {
|
|
4199
|
+
"additionalProperties": {},
|
|
4200
|
+
"type": "object"
|
|
4201
|
+
},
|
|
4202
|
+
"deprecated": "Use _inputs instead.",
|
|
4203
|
+
"description": "Now part of _inputs.*.options.",
|
|
4204
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
4205
|
+
"type": "object"
|
|
4206
|
+
},
|
|
4207
|
+
"_select_data": {
|
|
4208
|
+
"additionalProperties": {
|
|
4209
|
+
"$ref": "#/definitions/SelectValues"
|
|
4210
|
+
},
|
|
4211
|
+
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
4212
|
+
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
4213
|
+
"type": "object"
|
|
4214
|
+
},
|
|
4215
|
+
"_snippets": {
|
|
4216
|
+
"additionalProperties": {
|
|
4217
|
+
"$ref": "#/definitions/SnippetConfig"
|
|
4218
|
+
},
|
|
4219
|
+
"description": "Configuration for custom snippets.",
|
|
4220
|
+
"markdownDescription": "Configuration for custom snippets.",
|
|
4221
|
+
"type": "object"
|
|
4222
|
+
},
|
|
4223
|
+
"_snippets_definitions": {
|
|
4224
|
+
"additionalProperties": {
|
|
4225
|
+
"$ref": "#/definitions/SnippetConfig"
|
|
4226
|
+
},
|
|
4227
|
+
"description": "Extended option used when creating more complex custom snippets.",
|
|
4228
|
+
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
4229
|
+
"type": "object"
|
|
4230
|
+
},
|
|
4231
|
+
"_snippets_imports": {
|
|
4232
|
+
"$ref": "#/definitions/SnippetsImports",
|
|
4233
|
+
"description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
|
|
4234
|
+
"markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
|
|
4235
|
+
},
|
|
4236
|
+
"_snippets_templates": {
|
|
4237
|
+
"additionalProperties": {
|
|
4238
|
+
"$ref": "#/definitions/SnippetConfig"
|
|
4239
|
+
},
|
|
4240
|
+
"description": "Extended option used when creating more complex custom snippets.",
|
|
4241
|
+
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
4242
|
+
"type": "object"
|
|
4243
|
+
},
|
|
4244
|
+
"_structures": {
|
|
4245
|
+
"additionalProperties": {
|
|
4246
|
+
"$ref": "#/definitions/Structure"
|
|
4247
|
+
},
|
|
4248
|
+
"description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
|
|
4249
|
+
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
4250
|
+
"type": "object"
|
|
4251
|
+
},
|
|
4252
|
+
"base_url": {
|
|
4253
|
+
"description": "The subpath where your output files are hosted.",
|
|
4254
|
+
"markdownDescription": "The subpath where your output files are hosted.",
|
|
4255
|
+
"type": "string"
|
|
4256
|
+
},
|
|
4257
|
+
"collection_groups": {
|
|
4258
|
+
"description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
|
|
4259
|
+
"items": {
|
|
4260
|
+
"$ref": "#/definitions/CollectionGroup"
|
|
4261
|
+
},
|
|
4262
|
+
"markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
|
|
4263
|
+
"type": "array"
|
|
4264
|
+
},
|
|
4265
|
+
"collections_config": {
|
|
4266
|
+
"additionalProperties": {
|
|
4267
|
+
"$ref": "#/definitions/BuildCoupledCollectionConfig"
|
|
4268
|
+
},
|
|
4269
|
+
"description": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection.",
|
|
4270
|
+
"markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by\nfolder. Entries are keyed by a chosen collection key, and contain configuration specific to\nthat collection.",
|
|
4271
|
+
"type": "object"
|
|
4272
|
+
},
|
|
4273
|
+
"collections_config_override": {
|
|
4274
|
+
"description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
|
|
4275
|
+
"markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true.\nDefaults to false.",
|
|
4276
|
+
"type": "boolean"
|
|
4277
|
+
},
|
|
4278
|
+
"commit_templates": {
|
|
4279
|
+
"description": "Templates for commit messages when saving changes.",
|
|
4280
|
+
"items": {
|
|
4281
|
+
"$ref": "#/definitions/CommitTemplate"
|
|
4282
|
+
},
|
|
4283
|
+
"markdownDescription": "Templates for commit messages when saving changes.",
|
|
4284
|
+
"type": "array"
|
|
4285
|
+
},
|
|
4286
|
+
"data_config": {
|
|
4287
|
+
"additionalProperties": {
|
|
4288
|
+
"type": "boolean"
|
|
4289
|
+
},
|
|
4290
|
+
"type": "object"
|
|
4291
|
+
},
|
|
4292
|
+
"editor": {
|
|
4293
|
+
"$ref": "#/definitions/Editor",
|
|
4294
|
+
"description": "Contains settings for the default editor actions on your site.",
|
|
4295
|
+
"markdownDescription": "Contains settings for the default editor actions on your site."
|
|
4296
|
+
},
|
|
4297
|
+
"file_config": {
|
|
4298
|
+
"additionalProperties": {
|
|
4299
|
+
"$ref": "#/definitions/FileConfigEntry"
|
|
4300
|
+
},
|
|
4301
|
+
"description": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
4302
|
+
"markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
4303
|
+
"type": "object"
|
|
4304
|
+
},
|
|
4305
|
+
"generator": {
|
|
4306
|
+
"additionalProperties": false,
|
|
4307
|
+
"description": "Contains settings for various Markdown engines.",
|
|
4308
|
+
"markdownDescription": "Contains settings for various Markdown engines.",
|
|
4309
|
+
"properties": {
|
|
4310
|
+
"metadata": {
|
|
4311
|
+
"additionalProperties": false,
|
|
4312
|
+
"description": "Settings for various Markdown engines.",
|
|
4313
|
+
"markdownDescription": "Settings for various Markdown engines.",
|
|
4314
|
+
"properties": {
|
|
4315
|
+
"commonmark": {
|
|
4316
|
+
"description": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
4317
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
4318
|
+
"type": "object"
|
|
4319
|
+
},
|
|
4320
|
+
"commonmarkghpages": {
|
|
4321
|
+
"description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
4322
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
4323
|
+
"type": "object"
|
|
4324
|
+
},
|
|
4325
|
+
"goldmark": {
|
|
4326
|
+
"description": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
4327
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
4328
|
+
"type": "object"
|
|
4329
|
+
},
|
|
4330
|
+
"kramdown": {
|
|
4331
|
+
"description": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
4332
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
4333
|
+
"type": "object"
|
|
4334
|
+
},
|
|
4335
|
+
"markdown": {
|
|
4336
|
+
"description": "The Markdown engine used on your site.",
|
|
4337
|
+
"enum": [
|
|
4338
|
+
"kramdown",
|
|
4339
|
+
"commonmark",
|
|
4340
|
+
"commonmarkghpages",
|
|
4341
|
+
"goldmark",
|
|
4342
|
+
"markdown-it"
|
|
4343
|
+
],
|
|
4344
|
+
"markdownDescription": "The Markdown engine used on your site.",
|
|
4345
|
+
"type": "string"
|
|
4346
|
+
},
|
|
4347
|
+
"markdown-it": {
|
|
4348
|
+
"description": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
4349
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
4350
|
+
"type": "object"
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
"required": [
|
|
4354
|
+
"markdown"
|
|
4355
|
+
],
|
|
4356
|
+
"type": "object"
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4359
|
+
"type": "object"
|
|
4360
|
+
},
|
|
4361
|
+
"paths": {
|
|
4362
|
+
"$ref": "#/definitions/Paths",
|
|
4363
|
+
"description": "Global paths to common folders.",
|
|
4364
|
+
"markdownDescription": "Global paths to common folders."
|
|
4365
|
+
},
|
|
4366
|
+
"source": {
|
|
4367
|
+
"description": "Base path to your site source files, relative to the root folder.",
|
|
4368
|
+
"markdownDescription": "Base path to your site source files, relative to the root folder.",
|
|
4369
|
+
"type": "string"
|
|
4370
|
+
},
|
|
4371
|
+
"source_editor": {
|
|
4372
|
+
"$ref": "#/definitions/SourceEditor",
|
|
4373
|
+
"description": "Settings for the behavior and appearance of the Source Editor.",
|
|
4374
|
+
"markdownDescription": "Settings for the behavior and appearance of the Source Editor."
|
|
4375
|
+
},
|
|
4376
|
+
"timezone": {
|
|
4377
|
+
"$ref": "#/definitions/Timezone",
|
|
4378
|
+
"default": "Etc/UTC",
|
|
4379
|
+
"description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
|
|
4380
|
+
"markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
"type": "object"
|
|
4252
4384
|
},
|
|
4253
4385
|
"LinkEditable": {
|
|
4254
4386
|
"additionalProperties": false,
|
|
@@ -5236,158 +5368,22 @@
|
|
|
5236
5368
|
"additionalProperties": false,
|
|
5237
5369
|
"properties": {
|
|
5238
5370
|
"icon": {
|
|
5239
|
-
"
|
|
5240
|
-
{
|
|
5241
|
-
"items": {
|
|
5242
|
-
"anyOf": [
|
|
5243
|
-
{
|
|
5244
|
-
"additionalProperties": false,
|
|
5245
|
-
"properties": {
|
|
5246
|
-
"key": {
|
|
5247
|
-
"description": "The key used to access the value used for the preview.",
|
|
5248
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5249
|
-
"type": "string"
|
|
5250
|
-
}
|
|
5251
|
-
},
|
|
5252
|
-
"required": [
|
|
5253
|
-
"key"
|
|
5254
|
-
],
|
|
5255
|
-
"type": "object"
|
|
5256
|
-
},
|
|
5257
|
-
{
|
|
5258
|
-
"type": "string"
|
|
5259
|
-
},
|
|
5260
|
-
{
|
|
5261
|
-
"type": "boolean"
|
|
5262
|
-
}
|
|
5263
|
-
]
|
|
5264
|
-
},
|
|
5265
|
-
"type": "array"
|
|
5266
|
-
},
|
|
5267
|
-
{
|
|
5268
|
-
"type": "string"
|
|
5269
|
-
},
|
|
5270
|
-
{
|
|
5271
|
-
"type": "boolean"
|
|
5272
|
-
}
|
|
5273
|
-
],
|
|
5371
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5274
5372
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5275
5373
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5276
5374
|
},
|
|
5277
5375
|
"image": {
|
|
5278
|
-
"
|
|
5279
|
-
{
|
|
5280
|
-
"items": {
|
|
5281
|
-
"anyOf": [
|
|
5282
|
-
{
|
|
5283
|
-
"additionalProperties": false,
|
|
5284
|
-
"properties": {
|
|
5285
|
-
"key": {
|
|
5286
|
-
"description": "The key used to access the value used for the preview.",
|
|
5287
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5288
|
-
"type": "string"
|
|
5289
|
-
}
|
|
5290
|
-
},
|
|
5291
|
-
"required": [
|
|
5292
|
-
"key"
|
|
5293
|
-
],
|
|
5294
|
-
"type": "object"
|
|
5295
|
-
},
|
|
5296
|
-
{
|
|
5297
|
-
"type": "string"
|
|
5298
|
-
},
|
|
5299
|
-
{
|
|
5300
|
-
"type": "boolean"
|
|
5301
|
-
}
|
|
5302
|
-
]
|
|
5303
|
-
},
|
|
5304
|
-
"type": "array"
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"type": "string"
|
|
5308
|
-
},
|
|
5309
|
-
{
|
|
5310
|
-
"type": "boolean"
|
|
5311
|
-
}
|
|
5312
|
-
],
|
|
5376
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5313
5377
|
"description": "Controls the image shown per item.",
|
|
5314
5378
|
"markdownDescription": "Controls the image shown per item."
|
|
5315
5379
|
},
|
|
5316
5380
|
"subtext": {
|
|
5317
|
-
"
|
|
5318
|
-
{
|
|
5319
|
-
"items": {
|
|
5320
|
-
"anyOf": [
|
|
5321
|
-
{
|
|
5322
|
-
"additionalProperties": false,
|
|
5323
|
-
"properties": {
|
|
5324
|
-
"key": {
|
|
5325
|
-
"description": "The key used to access the value used for the preview.",
|
|
5326
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5327
|
-
"type": "string"
|
|
5328
|
-
}
|
|
5329
|
-
},
|
|
5330
|
-
"required": [
|
|
5331
|
-
"key"
|
|
5332
|
-
],
|
|
5333
|
-
"type": "object"
|
|
5334
|
-
},
|
|
5335
|
-
{
|
|
5336
|
-
"type": "string"
|
|
5337
|
-
},
|
|
5338
|
-
{
|
|
5339
|
-
"type": "boolean"
|
|
5340
|
-
}
|
|
5341
|
-
]
|
|
5342
|
-
},
|
|
5343
|
-
"type": "array"
|
|
5344
|
-
},
|
|
5345
|
-
{
|
|
5346
|
-
"type": "string"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"type": "boolean"
|
|
5350
|
-
}
|
|
5351
|
-
],
|
|
5381
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5352
5382
|
"description": "Controls the supporting text shown per item.",
|
|
5353
5383
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5354
5384
|
},
|
|
5355
5385
|
"text": {
|
|
5356
|
-
"
|
|
5357
|
-
{
|
|
5358
|
-
"items": {
|
|
5359
|
-
"anyOf": [
|
|
5360
|
-
{
|
|
5361
|
-
"additionalProperties": false,
|
|
5362
|
-
"properties": {
|
|
5363
|
-
"key": {
|
|
5364
|
-
"description": "The key used to access the value used for the preview.",
|
|
5365
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5366
|
-
"type": "string"
|
|
5367
|
-
}
|
|
5368
|
-
},
|
|
5369
|
-
"required": [
|
|
5370
|
-
"key"
|
|
5371
|
-
],
|
|
5372
|
-
"type": "object"
|
|
5373
|
-
},
|
|
5374
|
-
{
|
|
5375
|
-
"type": "string"
|
|
5376
|
-
},
|
|
5377
|
-
{
|
|
5378
|
-
"type": "boolean"
|
|
5379
|
-
}
|
|
5380
|
-
]
|
|
5381
|
-
},
|
|
5382
|
-
"type": "array"
|
|
5383
|
-
},
|
|
5384
|
-
{
|
|
5385
|
-
"type": "string"
|
|
5386
|
-
},
|
|
5387
|
-
{
|
|
5388
|
-
"type": "boolean"
|
|
5389
|
-
}
|
|
5390
|
-
],
|
|
5386
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5391
5387
|
"description": "Controls the main text shown per item.",
|
|
5392
5388
|
"markdownDescription": "Controls the main text shown per item."
|
|
5393
5389
|
}
|
|
@@ -5398,7 +5394,6 @@
|
|
|
5398
5394
|
"additionalProperties": false,
|
|
5399
5395
|
"properties": {
|
|
5400
5396
|
"collections": {
|
|
5401
|
-
"default": "",
|
|
5402
5397
|
"description": "Parent folder of all collections.",
|
|
5403
5398
|
"markdownDescription": "Parent folder of all collections.",
|
|
5404
5399
|
"type": "string"
|
|
@@ -5468,41 +5463,7 @@
|
|
|
5468
5463
|
"markdownDescription": "Details for large image/icon preview per item."
|
|
5469
5464
|
},
|
|
5470
5465
|
"icon": {
|
|
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
|
-
],
|
|
5466
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5506
5467
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5507
5468
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5508
5469
|
},
|
|
@@ -5512,41 +5473,7 @@
|
|
|
5512
5473
|
"type": "string"
|
|
5513
5474
|
},
|
|
5514
5475
|
"image": {
|
|
5515
|
-
"
|
|
5516
|
-
{
|
|
5517
|
-
"items": {
|
|
5518
|
-
"anyOf": [
|
|
5519
|
-
{
|
|
5520
|
-
"additionalProperties": false,
|
|
5521
|
-
"properties": {
|
|
5522
|
-
"key": {
|
|
5523
|
-
"description": "The key used to access the value used for the preview.",
|
|
5524
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5525
|
-
"type": "string"
|
|
5526
|
-
}
|
|
5527
|
-
},
|
|
5528
|
-
"required": [
|
|
5529
|
-
"key"
|
|
5530
|
-
],
|
|
5531
|
-
"type": "object"
|
|
5532
|
-
},
|
|
5533
|
-
{
|
|
5534
|
-
"type": "string"
|
|
5535
|
-
},
|
|
5536
|
-
{
|
|
5537
|
-
"type": "boolean"
|
|
5538
|
-
}
|
|
5539
|
-
]
|
|
5540
|
-
},
|
|
5541
|
-
"type": "array"
|
|
5542
|
-
},
|
|
5543
|
-
{
|
|
5544
|
-
"type": "string"
|
|
5545
|
-
},
|
|
5546
|
-
{
|
|
5547
|
-
"type": "boolean"
|
|
5548
|
-
}
|
|
5549
|
-
],
|
|
5476
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5550
5477
|
"description": "Controls the image shown per item.",
|
|
5551
5478
|
"markdownDescription": "Controls the image shown per item."
|
|
5552
5479
|
},
|
|
@@ -5559,86 +5486,44 @@
|
|
|
5559
5486
|
"type": "array"
|
|
5560
5487
|
},
|
|
5561
5488
|
"subtext": {
|
|
5562
|
-
"
|
|
5563
|
-
{
|
|
5564
|
-
"items": {
|
|
5565
|
-
"anyOf": [
|
|
5566
|
-
{
|
|
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
|
-
},
|
|
5580
|
-
{
|
|
5581
|
-
"type": "string"
|
|
5582
|
-
},
|
|
5583
|
-
{
|
|
5584
|
-
"type": "boolean"
|
|
5585
|
-
}
|
|
5586
|
-
]
|
|
5587
|
-
},
|
|
5588
|
-
"type": "array"
|
|
5589
|
-
},
|
|
5590
|
-
{
|
|
5591
|
-
"type": "string"
|
|
5592
|
-
},
|
|
5593
|
-
{
|
|
5594
|
-
"type": "boolean"
|
|
5595
|
-
}
|
|
5596
|
-
],
|
|
5489
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5597
5490
|
"description": "Controls the supporting text shown per item.",
|
|
5598
5491
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5599
5492
|
},
|
|
5600
5493
|
"text": {
|
|
5601
|
-
"
|
|
5602
|
-
{
|
|
5603
|
-
"items": {
|
|
5604
|
-
"anyOf": [
|
|
5605
|
-
{
|
|
5606
|
-
"additionalProperties": false,
|
|
5607
|
-
"properties": {
|
|
5608
|
-
"key": {
|
|
5609
|
-
"description": "The key used to access the value used for the preview.",
|
|
5610
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5611
|
-
"type": "string"
|
|
5612
|
-
}
|
|
5613
|
-
},
|
|
5614
|
-
"required": [
|
|
5615
|
-
"key"
|
|
5616
|
-
],
|
|
5617
|
-
"type": "object"
|
|
5618
|
-
},
|
|
5619
|
-
{
|
|
5620
|
-
"type": "string"
|
|
5621
|
-
},
|
|
5622
|
-
{
|
|
5623
|
-
"type": "boolean"
|
|
5624
|
-
}
|
|
5625
|
-
]
|
|
5626
|
-
},
|
|
5627
|
-
"type": "array"
|
|
5628
|
-
},
|
|
5629
|
-
{
|
|
5630
|
-
"type": "string"
|
|
5631
|
-
},
|
|
5632
|
-
{
|
|
5633
|
-
"type": "boolean"
|
|
5634
|
-
}
|
|
5635
|
-
],
|
|
5494
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5636
5495
|
"description": "Controls the main text shown per item.",
|
|
5637
5496
|
"markdownDescription": "Controls the main text shown per item."
|
|
5638
5497
|
}
|
|
5639
5498
|
},
|
|
5640
5499
|
"type": "object"
|
|
5641
5500
|
},
|
|
5501
|
+
"PreviewEntry": {
|
|
5502
|
+
"anyOf": [
|
|
5503
|
+
{
|
|
5504
|
+
"items": {
|
|
5505
|
+
"anyOf": [
|
|
5506
|
+
{
|
|
5507
|
+
"$ref": "#/definitions/PreviewKeyEntry"
|
|
5508
|
+
},
|
|
5509
|
+
{
|
|
5510
|
+
"type": "string"
|
|
5511
|
+
},
|
|
5512
|
+
{
|
|
5513
|
+
"type": "boolean"
|
|
5514
|
+
}
|
|
5515
|
+
]
|
|
5516
|
+
},
|
|
5517
|
+
"type": "array"
|
|
5518
|
+
},
|
|
5519
|
+
{
|
|
5520
|
+
"type": "string"
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"type": "boolean"
|
|
5524
|
+
}
|
|
5525
|
+
]
|
|
5526
|
+
},
|
|
5642
5527
|
"PreviewGallery": {
|
|
5643
5528
|
"additionalProperties": false,
|
|
5644
5529
|
"properties": {
|
|
@@ -5654,41 +5539,7 @@
|
|
|
5654
5539
|
"type": "string"
|
|
5655
5540
|
},
|
|
5656
5541
|
"icon": {
|
|
5657
|
-
"
|
|
5658
|
-
{
|
|
5659
|
-
"items": {
|
|
5660
|
-
"anyOf": [
|
|
5661
|
-
{
|
|
5662
|
-
"additionalProperties": false,
|
|
5663
|
-
"properties": {
|
|
5664
|
-
"key": {
|
|
5665
|
-
"description": "The key used to access the value used for the preview.",
|
|
5666
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5667
|
-
"type": "string"
|
|
5668
|
-
}
|
|
5669
|
-
},
|
|
5670
|
-
"required": [
|
|
5671
|
-
"key"
|
|
5672
|
-
],
|
|
5673
|
-
"type": "object"
|
|
5674
|
-
},
|
|
5675
|
-
{
|
|
5676
|
-
"type": "string"
|
|
5677
|
-
},
|
|
5678
|
-
{
|
|
5679
|
-
"type": "boolean"
|
|
5680
|
-
}
|
|
5681
|
-
]
|
|
5682
|
-
},
|
|
5683
|
-
"type": "array"
|
|
5684
|
-
},
|
|
5685
|
-
{
|
|
5686
|
-
"type": "string"
|
|
5687
|
-
},
|
|
5688
|
-
{
|
|
5689
|
-
"type": "boolean"
|
|
5690
|
-
}
|
|
5691
|
-
],
|
|
5542
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5692
5543
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5693
5544
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5694
5545
|
},
|
|
@@ -5698,208 +5549,52 @@
|
|
|
5698
5549
|
"type": "string"
|
|
5699
5550
|
},
|
|
5700
5551
|
"image": {
|
|
5701
|
-
"
|
|
5702
|
-
{
|
|
5703
|
-
"items": {
|
|
5704
|
-
"anyOf": [
|
|
5705
|
-
{
|
|
5706
|
-
"additionalProperties": false,
|
|
5707
|
-
"properties": {
|
|
5708
|
-
"key": {
|
|
5709
|
-
"description": "The key used to access the value used for the preview.",
|
|
5710
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5711
|
-
"type": "string"
|
|
5712
|
-
}
|
|
5713
|
-
},
|
|
5714
|
-
"required": [
|
|
5715
|
-
"key"
|
|
5716
|
-
],
|
|
5717
|
-
"type": "object"
|
|
5718
|
-
},
|
|
5719
|
-
{
|
|
5720
|
-
"type": "string"
|
|
5721
|
-
},
|
|
5722
|
-
{
|
|
5723
|
-
"type": "boolean"
|
|
5724
|
-
}
|
|
5725
|
-
]
|
|
5726
|
-
},
|
|
5727
|
-
"type": "array"
|
|
5728
|
-
},
|
|
5729
|
-
{
|
|
5730
|
-
"type": "string"
|
|
5731
|
-
},
|
|
5732
|
-
{
|
|
5733
|
-
"type": "boolean"
|
|
5734
|
-
}
|
|
5735
|
-
],
|
|
5552
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5736
5553
|
"description": "Controls the image shown per item.",
|
|
5737
5554
|
"markdownDescription": "Controls the image shown per item."
|
|
5738
5555
|
},
|
|
5739
5556
|
"text": {
|
|
5740
|
-
"
|
|
5741
|
-
{
|
|
5742
|
-
"items": {
|
|
5743
|
-
"anyOf": [
|
|
5744
|
-
{
|
|
5745
|
-
"additionalProperties": false,
|
|
5746
|
-
"properties": {
|
|
5747
|
-
"key": {
|
|
5748
|
-
"description": "The key used to access the value used for the preview.",
|
|
5749
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5750
|
-
"type": "string"
|
|
5751
|
-
}
|
|
5752
|
-
},
|
|
5753
|
-
"required": [
|
|
5754
|
-
"key"
|
|
5755
|
-
],
|
|
5756
|
-
"type": "object"
|
|
5757
|
-
},
|
|
5758
|
-
{
|
|
5759
|
-
"type": "string"
|
|
5760
|
-
},
|
|
5761
|
-
{
|
|
5762
|
-
"type": "boolean"
|
|
5763
|
-
}
|
|
5764
|
-
]
|
|
5765
|
-
},
|
|
5766
|
-
"type": "array"
|
|
5767
|
-
},
|
|
5768
|
-
{
|
|
5769
|
-
"type": "string"
|
|
5770
|
-
},
|
|
5771
|
-
{
|
|
5772
|
-
"type": "boolean"
|
|
5773
|
-
}
|
|
5774
|
-
],
|
|
5557
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5775
5558
|
"description": "Controls the main text shown per item.",
|
|
5776
5559
|
"markdownDescription": "Controls the main text shown per item."
|
|
5777
5560
|
}
|
|
5778
5561
|
},
|
|
5779
5562
|
"type": "object"
|
|
5780
5563
|
},
|
|
5564
|
+
"PreviewKeyEntry": {
|
|
5565
|
+
"additionalProperties": false,
|
|
5566
|
+
"properties": {
|
|
5567
|
+
"key": {
|
|
5568
|
+
"description": "The key used to access the value used for the preview.",
|
|
5569
|
+
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5570
|
+
"type": "string"
|
|
5571
|
+
}
|
|
5572
|
+
},
|
|
5573
|
+
"required": [
|
|
5574
|
+
"key"
|
|
5575
|
+
],
|
|
5576
|
+
"type": "object"
|
|
5577
|
+
},
|
|
5781
5578
|
"PreviewMetadata": {
|
|
5782
5579
|
"additionalProperties": false,
|
|
5783
5580
|
"properties": {
|
|
5784
5581
|
"icon": {
|
|
5785
|
-
"
|
|
5786
|
-
{
|
|
5787
|
-
"items": {
|
|
5788
|
-
"anyOf": [
|
|
5789
|
-
{
|
|
5790
|
-
"additionalProperties": false,
|
|
5791
|
-
"properties": {
|
|
5792
|
-
"key": {
|
|
5793
|
-
"description": "The key used to access the value used for the preview.",
|
|
5794
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5795
|
-
"type": "string"
|
|
5796
|
-
}
|
|
5797
|
-
},
|
|
5798
|
-
"required": [
|
|
5799
|
-
"key"
|
|
5800
|
-
],
|
|
5801
|
-
"type": "object"
|
|
5802
|
-
},
|
|
5803
|
-
{
|
|
5804
|
-
"type": "string"
|
|
5805
|
-
},
|
|
5806
|
-
{
|
|
5807
|
-
"type": "boolean"
|
|
5808
|
-
}
|
|
5809
|
-
]
|
|
5810
|
-
},
|
|
5811
|
-
"type": "array"
|
|
5812
|
-
},
|
|
5813
|
-
{
|
|
5814
|
-
"type": "string"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"type": "boolean"
|
|
5818
|
-
}
|
|
5819
|
-
],
|
|
5582
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5820
5583
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5821
5584
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5822
5585
|
},
|
|
5823
5586
|
"icon_color": {
|
|
5824
|
-
"description": "Controls the color of the icon.",
|
|
5825
|
-
"markdownDescription": "Controls the color of the icon.",
|
|
5826
|
-
"type": "string"
|
|
5827
|
-
},
|
|
5828
|
-
"image": {
|
|
5829
|
-
"
|
|
5830
|
-
{
|
|
5831
|
-
"items": {
|
|
5832
|
-
"anyOf": [
|
|
5833
|
-
{
|
|
5834
|
-
"additionalProperties": false,
|
|
5835
|
-
"properties": {
|
|
5836
|
-
"key": {
|
|
5837
|
-
"description": "The key used to access the value used for the preview.",
|
|
5838
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5839
|
-
"type": "string"
|
|
5840
|
-
}
|
|
5841
|
-
},
|
|
5842
|
-
"required": [
|
|
5843
|
-
"key"
|
|
5844
|
-
],
|
|
5845
|
-
"type": "object"
|
|
5846
|
-
},
|
|
5847
|
-
{
|
|
5848
|
-
"type": "string"
|
|
5849
|
-
},
|
|
5850
|
-
{
|
|
5851
|
-
"type": "boolean"
|
|
5852
|
-
}
|
|
5853
|
-
]
|
|
5854
|
-
},
|
|
5855
|
-
"type": "array"
|
|
5856
|
-
},
|
|
5857
|
-
{
|
|
5858
|
-
"type": "string"
|
|
5859
|
-
},
|
|
5860
|
-
{
|
|
5861
|
-
"type": "boolean"
|
|
5862
|
-
}
|
|
5863
|
-
],
|
|
5587
|
+
"description": "Controls the color of the icon.",
|
|
5588
|
+
"markdownDescription": "Controls the color of the icon.",
|
|
5589
|
+
"type": "string"
|
|
5590
|
+
},
|
|
5591
|
+
"image": {
|
|
5592
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5864
5593
|
"description": "Controls the image shown per item.",
|
|
5865
5594
|
"markdownDescription": "Controls the image shown per item."
|
|
5866
5595
|
},
|
|
5867
5596
|
"text": {
|
|
5868
|
-
"
|
|
5869
|
-
{
|
|
5870
|
-
"items": {
|
|
5871
|
-
"anyOf": [
|
|
5872
|
-
{
|
|
5873
|
-
"additionalProperties": false,
|
|
5874
|
-
"properties": {
|
|
5875
|
-
"key": {
|
|
5876
|
-
"description": "The key used to access the value used for the preview.",
|
|
5877
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5878
|
-
"type": "string"
|
|
5879
|
-
}
|
|
5880
|
-
},
|
|
5881
|
-
"required": [
|
|
5882
|
-
"key"
|
|
5883
|
-
],
|
|
5884
|
-
"type": "object"
|
|
5885
|
-
},
|
|
5886
|
-
{
|
|
5887
|
-
"type": "string"
|
|
5888
|
-
},
|
|
5889
|
-
{
|
|
5890
|
-
"type": "boolean"
|
|
5891
|
-
}
|
|
5892
|
-
]
|
|
5893
|
-
},
|
|
5894
|
-
"type": "array"
|
|
5895
|
-
},
|
|
5896
|
-
{
|
|
5897
|
-
"type": "string"
|
|
5898
|
-
},
|
|
5899
|
-
{
|
|
5900
|
-
"type": "boolean"
|
|
5901
|
-
}
|
|
5902
|
-
],
|
|
5597
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5903
5598
|
"description": "Controls the main text shown per item.",
|
|
5904
5599
|
"markdownDescription": "Controls the main text shown per item."
|
|
5905
5600
|
}
|
|
@@ -6188,8 +5883,18 @@
|
|
|
6188
5883
|
"type": "string"
|
|
6189
5884
|
},
|
|
6190
5885
|
"code": {
|
|
6191
|
-
"description": "Enables
|
|
6192
|
-
"markdownDescription": "Enables
|
|
5886
|
+
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5887
|
+
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5888
|
+
"type": "boolean"
|
|
5889
|
+
},
|
|
5890
|
+
"code_block": {
|
|
5891
|
+
"description": "Enables a control to insert a code block.",
|
|
5892
|
+
"markdownDescription": "Enables a control to insert a code block.",
|
|
5893
|
+
"type": "boolean"
|
|
5894
|
+
},
|
|
5895
|
+
"code_inline": {
|
|
5896
|
+
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
5897
|
+
"markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
|
|
6193
5898
|
"type": "boolean"
|
|
6194
5899
|
},
|
|
6195
5900
|
"copyformatting": {
|
|
@@ -6414,16 +6119,18 @@
|
|
|
6414
6119
|
"properties": {
|
|
6415
6120
|
"_array_structures": {
|
|
6416
6121
|
"additionalProperties": {},
|
|
6417
|
-
"
|
|
6418
|
-
"
|
|
6122
|
+
"deprecated": "Use _structures instead.",
|
|
6123
|
+
"description": "Now known as _structures.",
|
|
6124
|
+
"markdownDescription": "Now known as _structures.",
|
|
6419
6125
|
"type": "object"
|
|
6420
6126
|
},
|
|
6421
6127
|
"_comments": {
|
|
6422
6128
|
"additionalProperties": {
|
|
6423
6129
|
"type": "string"
|
|
6424
6130
|
},
|
|
6425
|
-
"
|
|
6426
|
-
"
|
|
6131
|
+
"deprecated": "Use _inputs instead.",
|
|
6132
|
+
"description": "Now part of _inputs.*.comment.",
|
|
6133
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
6427
6134
|
"type": "object"
|
|
6428
6135
|
},
|
|
6429
6136
|
"_editables": {
|
|
@@ -6452,8 +6159,9 @@
|
|
|
6452
6159
|
"additionalProperties": {},
|
|
6453
6160
|
"type": "object"
|
|
6454
6161
|
},
|
|
6455
|
-
"
|
|
6456
|
-
"
|
|
6162
|
+
"deprecated": "Use _inputs instead.",
|
|
6163
|
+
"description": "Now part of _inputs.*.options.",
|
|
6164
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
6457
6165
|
"type": "object"
|
|
6458
6166
|
},
|
|
6459
6167
|
"_select_data": {
|
|
@@ -6651,80 +6359,12 @@
|
|
|
6651
6359
|
"additionalProperties": false,
|
|
6652
6360
|
"properties": {
|
|
6653
6361
|
"icon": {
|
|
6654
|
-
"
|
|
6655
|
-
{
|
|
6656
|
-
"items": {
|
|
6657
|
-
"anyOf": [
|
|
6658
|
-
{
|
|
6659
|
-
"additionalProperties": false,
|
|
6660
|
-
"properties": {
|
|
6661
|
-
"key": {
|
|
6662
|
-
"description": "The key used to access the value used for the preview.",
|
|
6663
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
6664
|
-
"type": "string"
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
|
-
"required": [
|
|
6668
|
-
"key"
|
|
6669
|
-
],
|
|
6670
|
-
"type": "object"
|
|
6671
|
-
},
|
|
6672
|
-
{
|
|
6673
|
-
"type": "string"
|
|
6674
|
-
},
|
|
6675
|
-
{
|
|
6676
|
-
"type": "boolean"
|
|
6677
|
-
}
|
|
6678
|
-
]
|
|
6679
|
-
},
|
|
6680
|
-
"type": "array"
|
|
6681
|
-
},
|
|
6682
|
-
{
|
|
6683
|
-
"type": "string"
|
|
6684
|
-
},
|
|
6685
|
-
{
|
|
6686
|
-
"type": "boolean"
|
|
6687
|
-
}
|
|
6688
|
-
],
|
|
6362
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6689
6363
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
6690
6364
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
6691
6365
|
},
|
|
6692
6366
|
"text": {
|
|
6693
|
-
"
|
|
6694
|
-
{
|
|
6695
|
-
"items": {
|
|
6696
|
-
"anyOf": [
|
|
6697
|
-
{
|
|
6698
|
-
"additionalProperties": false,
|
|
6699
|
-
"properties": {
|
|
6700
|
-
"key": {
|
|
6701
|
-
"description": "The key used to access the value used for the preview.",
|
|
6702
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
6703
|
-
"type": "string"
|
|
6704
|
-
}
|
|
6705
|
-
},
|
|
6706
|
-
"required": [
|
|
6707
|
-
"key"
|
|
6708
|
-
],
|
|
6709
|
-
"type": "object"
|
|
6710
|
-
},
|
|
6711
|
-
{
|
|
6712
|
-
"type": "string"
|
|
6713
|
-
},
|
|
6714
|
-
{
|
|
6715
|
-
"type": "boolean"
|
|
6716
|
-
}
|
|
6717
|
-
]
|
|
6718
|
-
},
|
|
6719
|
-
"type": "array"
|
|
6720
|
-
},
|
|
6721
|
-
{
|
|
6722
|
-
"type": "string"
|
|
6723
|
-
},
|
|
6724
|
-
{
|
|
6725
|
-
"type": "boolean"
|
|
6726
|
-
}
|
|
6727
|
-
],
|
|
6367
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6728
6368
|
"description": "Controls the main text shown per item.",
|
|
6729
6369
|
"markdownDescription": "Controls the main text shown per item."
|
|
6730
6370
|
}
|
|
@@ -6834,6 +6474,354 @@
|
|
|
6834
6474
|
},
|
|
6835
6475
|
"type": "object"
|
|
6836
6476
|
},
|
|
6477
|
+
"SnippetsImport<(\"_cc_jekyll_unknown_paired_tag\"|\"_cc_jekyll_unknown_tag\"|\"jekyll_highlight\"|\"_cc_jekyll_template\"|\"jekyll_raw\"|\"jekyll_link\"|\"jekyll_post_url\")>": {
|
|
6478
|
+
"additionalProperties": false,
|
|
6479
|
+
"properties": {
|
|
6480
|
+
"exclude": {
|
|
6481
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6482
|
+
"items": {
|
|
6483
|
+
"enum": [
|
|
6484
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6485
|
+
"_cc_jekyll_unknown_tag",
|
|
6486
|
+
"jekyll_highlight",
|
|
6487
|
+
"_cc_jekyll_template",
|
|
6488
|
+
"jekyll_raw",
|
|
6489
|
+
"jekyll_link",
|
|
6490
|
+
"jekyll_post_url"
|
|
6491
|
+
],
|
|
6492
|
+
"type": "string"
|
|
6493
|
+
},
|
|
6494
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6495
|
+
"type": "array"
|
|
6496
|
+
},
|
|
6497
|
+
"include": {
|
|
6498
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6499
|
+
"items": {
|
|
6500
|
+
"enum": [
|
|
6501
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6502
|
+
"_cc_jekyll_unknown_tag",
|
|
6503
|
+
"jekyll_highlight",
|
|
6504
|
+
"_cc_jekyll_template",
|
|
6505
|
+
"jekyll_raw",
|
|
6506
|
+
"jekyll_link",
|
|
6507
|
+
"jekyll_post_url"
|
|
6508
|
+
],
|
|
6509
|
+
"type": "string"
|
|
6510
|
+
},
|
|
6511
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6512
|
+
"type": "array"
|
|
6513
|
+
}
|
|
6514
|
+
},
|
|
6515
|
+
"type": "object"
|
|
6516
|
+
},
|
|
6517
|
+
"SnippetsImport<(\"docusaurus_mdx_admonition\"|\"docusaurus_mdx_tabs\"|\"docusaurus_mdx_truncate\"|\"docusaurus_mdx_codeblock\")>": {
|
|
6518
|
+
"additionalProperties": false,
|
|
6519
|
+
"properties": {
|
|
6520
|
+
"exclude": {
|
|
6521
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6522
|
+
"items": {
|
|
6523
|
+
"enum": [
|
|
6524
|
+
"docusaurus_mdx_admonition",
|
|
6525
|
+
"docusaurus_mdx_tabs",
|
|
6526
|
+
"docusaurus_mdx_truncate",
|
|
6527
|
+
"docusaurus_mdx_codeblock"
|
|
6528
|
+
],
|
|
6529
|
+
"type": "string"
|
|
6530
|
+
},
|
|
6531
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6532
|
+
"type": "array"
|
|
6533
|
+
},
|
|
6534
|
+
"include": {
|
|
6535
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6536
|
+
"items": {
|
|
6537
|
+
"enum": [
|
|
6538
|
+
"docusaurus_mdx_admonition",
|
|
6539
|
+
"docusaurus_mdx_tabs",
|
|
6540
|
+
"docusaurus_mdx_truncate",
|
|
6541
|
+
"docusaurus_mdx_codeblock"
|
|
6542
|
+
],
|
|
6543
|
+
"type": "string"
|
|
6544
|
+
},
|
|
6545
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6546
|
+
"type": "array"
|
|
6547
|
+
}
|
|
6548
|
+
},
|
|
6549
|
+
"type": "object"
|
|
6550
|
+
},
|
|
6551
|
+
"SnippetsImport<(\"eleventy_liquid_raw\"|\"_cc_eleventy_liquid_unknown_paired_shortcode\"|\"_cc_eleventy_liquid_unknown_shortcode\"|\"_cc_eleventy_liquid_template\")>": {
|
|
6552
|
+
"additionalProperties": false,
|
|
6553
|
+
"properties": {
|
|
6554
|
+
"exclude": {
|
|
6555
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6556
|
+
"items": {
|
|
6557
|
+
"enum": [
|
|
6558
|
+
"eleventy_liquid_raw",
|
|
6559
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6560
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6561
|
+
"_cc_eleventy_liquid_template"
|
|
6562
|
+
],
|
|
6563
|
+
"type": "string"
|
|
6564
|
+
},
|
|
6565
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6566
|
+
"type": "array"
|
|
6567
|
+
},
|
|
6568
|
+
"include": {
|
|
6569
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6570
|
+
"items": {
|
|
6571
|
+
"enum": [
|
|
6572
|
+
"eleventy_liquid_raw",
|
|
6573
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6574
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6575
|
+
"_cc_eleventy_liquid_template"
|
|
6576
|
+
],
|
|
6577
|
+
"type": "string"
|
|
6578
|
+
},
|
|
6579
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6580
|
+
"type": "array"
|
|
6581
|
+
}
|
|
6582
|
+
},
|
|
6583
|
+
"type": "object"
|
|
6584
|
+
},
|
|
6585
|
+
"SnippetsImport<(\"eleventy_nunjucks_raw\"|\"eleventy_nunjucks_verbatim\"|\"_cc_eleventy_nunjucks_unknown_paired_shortcode\"|\"_cc_eleventy_nunjucks_unknown_shortcode\"|\"_cc_eleventy_nunjucks_template\")>": {
|
|
6586
|
+
"additionalProperties": false,
|
|
6587
|
+
"properties": {
|
|
6588
|
+
"exclude": {
|
|
6589
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6590
|
+
"items": {
|
|
6591
|
+
"enum": [
|
|
6592
|
+
"eleventy_nunjucks_raw",
|
|
6593
|
+
"eleventy_nunjucks_verbatim",
|
|
6594
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6595
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6596
|
+
"_cc_eleventy_nunjucks_template"
|
|
6597
|
+
],
|
|
6598
|
+
"type": "string"
|
|
6599
|
+
},
|
|
6600
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6601
|
+
"type": "array"
|
|
6602
|
+
},
|
|
6603
|
+
"include": {
|
|
6604
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6605
|
+
"items": {
|
|
6606
|
+
"enum": [
|
|
6607
|
+
"eleventy_nunjucks_raw",
|
|
6608
|
+
"eleventy_nunjucks_verbatim",
|
|
6609
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6610
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6611
|
+
"_cc_eleventy_nunjucks_template"
|
|
6612
|
+
],
|
|
6613
|
+
"type": "string"
|
|
6614
|
+
},
|
|
6615
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6616
|
+
"type": "array"
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
6619
|
+
"type": "object"
|
|
6620
|
+
},
|
|
6621
|
+
"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\")>": {
|
|
6622
|
+
"additionalProperties": false,
|
|
6623
|
+
"properties": {
|
|
6624
|
+
"exclude": {
|
|
6625
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6626
|
+
"items": {
|
|
6627
|
+
"enum": [
|
|
6628
|
+
"hugo_summary_divider",
|
|
6629
|
+
"hugo_highlight",
|
|
6630
|
+
"hugo_figure",
|
|
6631
|
+
"hugo_gist",
|
|
6632
|
+
"hugo_instagram",
|
|
6633
|
+
"hugo_param",
|
|
6634
|
+
"hugo_ref",
|
|
6635
|
+
"hugo_relref",
|
|
6636
|
+
"hugo_tweet",
|
|
6637
|
+
"hugo_vimeo",
|
|
6638
|
+
"hugo_youtube",
|
|
6639
|
+
"_cc_hugo_unknown_paired",
|
|
6640
|
+
"_cc_hugo_unknown",
|
|
6641
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6642
|
+
"_cc_hugo_unknown_processed"
|
|
6643
|
+
],
|
|
6644
|
+
"type": "string"
|
|
6645
|
+
},
|
|
6646
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6647
|
+
"type": "array"
|
|
6648
|
+
},
|
|
6649
|
+
"include": {
|
|
6650
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6651
|
+
"items": {
|
|
6652
|
+
"enum": [
|
|
6653
|
+
"hugo_summary_divider",
|
|
6654
|
+
"hugo_highlight",
|
|
6655
|
+
"hugo_figure",
|
|
6656
|
+
"hugo_gist",
|
|
6657
|
+
"hugo_instagram",
|
|
6658
|
+
"hugo_param",
|
|
6659
|
+
"hugo_ref",
|
|
6660
|
+
"hugo_relref",
|
|
6661
|
+
"hugo_tweet",
|
|
6662
|
+
"hugo_vimeo",
|
|
6663
|
+
"hugo_youtube",
|
|
6664
|
+
"_cc_hugo_unknown_paired",
|
|
6665
|
+
"_cc_hugo_unknown",
|
|
6666
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6667
|
+
"_cc_hugo_unknown_processed"
|
|
6668
|
+
],
|
|
6669
|
+
"type": "string"
|
|
6670
|
+
},
|
|
6671
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6672
|
+
"type": "array"
|
|
6673
|
+
}
|
|
6674
|
+
},
|
|
6675
|
+
"type": "object"
|
|
6676
|
+
},
|
|
6677
|
+
"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\")>": {
|
|
6678
|
+
"additionalProperties": false,
|
|
6679
|
+
"properties": {
|
|
6680
|
+
"exclude": {
|
|
6681
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6682
|
+
"items": {
|
|
6683
|
+
"enum": [
|
|
6684
|
+
"import",
|
|
6685
|
+
"_cc_mdx_unknown_export",
|
|
6686
|
+
"_cc_mdx_unknown_export_expression",
|
|
6687
|
+
"_cc_mdx_unknown_export_default",
|
|
6688
|
+
"_cc_mdx_unknown_template",
|
|
6689
|
+
"_cc_mdx_paired_unknown",
|
|
6690
|
+
"_cc_mdx_unknown"
|
|
6691
|
+
],
|
|
6692
|
+
"type": "string"
|
|
6693
|
+
},
|
|
6694
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6695
|
+
"type": "array"
|
|
6696
|
+
},
|
|
6697
|
+
"include": {
|
|
6698
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6699
|
+
"items": {
|
|
6700
|
+
"enum": [
|
|
6701
|
+
"import",
|
|
6702
|
+
"_cc_mdx_unknown_export",
|
|
6703
|
+
"_cc_mdx_unknown_export_expression",
|
|
6704
|
+
"_cc_mdx_unknown_export_default",
|
|
6705
|
+
"_cc_mdx_unknown_template",
|
|
6706
|
+
"_cc_mdx_paired_unknown",
|
|
6707
|
+
"_cc_mdx_unknown"
|
|
6708
|
+
],
|
|
6709
|
+
"type": "string"
|
|
6710
|
+
},
|
|
6711
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6712
|
+
"type": "array"
|
|
6713
|
+
}
|
|
6714
|
+
},
|
|
6715
|
+
"type": "object"
|
|
6716
|
+
},
|
|
6717
|
+
"SnippetsImport<(\"markdoc_id_annotation\"|\"markdoc_class_annotation\"|\"markdoc_table\"|\"_cc_markdoc_unknown_tag\"|\"_cc_markdoc_unknown_paired_tag\"|\"_cc_markdoc_unknown_template\")>": {
|
|
6718
|
+
"additionalProperties": false,
|
|
6719
|
+
"properties": {
|
|
6720
|
+
"exclude": {
|
|
6721
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6722
|
+
"items": {
|
|
6723
|
+
"enum": [
|
|
6724
|
+
"markdoc_id_annotation",
|
|
6725
|
+
"markdoc_class_annotation",
|
|
6726
|
+
"markdoc_table",
|
|
6727
|
+
"_cc_markdoc_unknown_tag",
|
|
6728
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6729
|
+
"_cc_markdoc_unknown_template"
|
|
6730
|
+
],
|
|
6731
|
+
"type": "string"
|
|
6732
|
+
},
|
|
6733
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6734
|
+
"type": "array"
|
|
6735
|
+
},
|
|
6736
|
+
"include": {
|
|
6737
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6738
|
+
"items": {
|
|
6739
|
+
"enum": [
|
|
6740
|
+
"markdoc_id_annotation",
|
|
6741
|
+
"markdoc_class_annotation",
|
|
6742
|
+
"markdoc_table",
|
|
6743
|
+
"_cc_markdoc_unknown_tag",
|
|
6744
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6745
|
+
"_cc_markdoc_unknown_template"
|
|
6746
|
+
],
|
|
6747
|
+
"type": "string"
|
|
6748
|
+
},
|
|
6749
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6750
|
+
"type": "array"
|
|
6751
|
+
}
|
|
6752
|
+
},
|
|
6753
|
+
"type": "object"
|
|
6754
|
+
},
|
|
6755
|
+
"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\")>": {
|
|
6756
|
+
"additionalProperties": false,
|
|
6757
|
+
"properties": {
|
|
6758
|
+
"exclude": {
|
|
6759
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6760
|
+
"items": {
|
|
6761
|
+
"enum": [
|
|
6762
|
+
"python_markdown_abbreviation",
|
|
6763
|
+
"python_markdown_admonition",
|
|
6764
|
+
"python_markdown_arithmatex",
|
|
6765
|
+
"python_markdown_attribute_list",
|
|
6766
|
+
"python_markdown_code_block",
|
|
6767
|
+
"python_markdown_collapsible_admonition",
|
|
6768
|
+
"python_markdown_tabs",
|
|
6769
|
+
"python_markdown_footnote",
|
|
6770
|
+
"python_markdown_footnote_marker",
|
|
6771
|
+
"python_markdown_icon",
|
|
6772
|
+
"python_markdown_image",
|
|
6773
|
+
"python_markdown_inline_arithmatex",
|
|
6774
|
+
"python_markdown_inline_code",
|
|
6775
|
+
"python_markdown_link",
|
|
6776
|
+
"python_markdown_reference_image",
|
|
6777
|
+
"python_markdown_reference_template_image",
|
|
6778
|
+
"python_markdown_reference_link",
|
|
6779
|
+
"python_markdown_reference",
|
|
6780
|
+
"python_markdown_reference_template",
|
|
6781
|
+
"python_markdown_block_snippet",
|
|
6782
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6783
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6784
|
+
],
|
|
6785
|
+
"type": "string"
|
|
6786
|
+
},
|
|
6787
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6788
|
+
"type": "array"
|
|
6789
|
+
},
|
|
6790
|
+
"include": {
|
|
6791
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6792
|
+
"items": {
|
|
6793
|
+
"enum": [
|
|
6794
|
+
"python_markdown_abbreviation",
|
|
6795
|
+
"python_markdown_admonition",
|
|
6796
|
+
"python_markdown_arithmatex",
|
|
6797
|
+
"python_markdown_attribute_list",
|
|
6798
|
+
"python_markdown_code_block",
|
|
6799
|
+
"python_markdown_collapsible_admonition",
|
|
6800
|
+
"python_markdown_tabs",
|
|
6801
|
+
"python_markdown_footnote",
|
|
6802
|
+
"python_markdown_footnote_marker",
|
|
6803
|
+
"python_markdown_icon",
|
|
6804
|
+
"python_markdown_image",
|
|
6805
|
+
"python_markdown_inline_arithmatex",
|
|
6806
|
+
"python_markdown_inline_code",
|
|
6807
|
+
"python_markdown_link",
|
|
6808
|
+
"python_markdown_reference_image",
|
|
6809
|
+
"python_markdown_reference_template_image",
|
|
6810
|
+
"python_markdown_reference_link",
|
|
6811
|
+
"python_markdown_reference",
|
|
6812
|
+
"python_markdown_reference_template",
|
|
6813
|
+
"python_markdown_block_snippet",
|
|
6814
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6815
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6816
|
+
],
|
|
6817
|
+
"type": "string"
|
|
6818
|
+
},
|
|
6819
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6820
|
+
"type": "array"
|
|
6821
|
+
}
|
|
6822
|
+
},
|
|
6823
|
+
"type": "object"
|
|
6824
|
+
},
|
|
6837
6825
|
"SnippetsImports": {
|
|
6838
6826
|
"additionalProperties": false,
|
|
6839
6827
|
"properties": {
|
|
@@ -6843,38 +6831,7 @@
|
|
|
6843
6831
|
"type": "boolean"
|
|
6844
6832
|
},
|
|
6845
6833
|
{
|
|
6846
|
-
"
|
|
6847
|
-
"properties": {
|
|
6848
|
-
"exclude": {
|
|
6849
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6850
|
-
"items": {
|
|
6851
|
-
"enum": [
|
|
6852
|
-
"docusaurus_mdx_admonition",
|
|
6853
|
-
"docusaurus_mdx_tabs",
|
|
6854
|
-
"docusaurus_mdx_truncate",
|
|
6855
|
-
"docusaurus_mdx_codeblock"
|
|
6856
|
-
],
|
|
6857
|
-
"type": "string"
|
|
6858
|
-
},
|
|
6859
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6860
|
-
"type": "array"
|
|
6861
|
-
},
|
|
6862
|
-
"include": {
|
|
6863
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6864
|
-
"items": {
|
|
6865
|
-
"enum": [
|
|
6866
|
-
"docusaurus_mdx_admonition",
|
|
6867
|
-
"docusaurus_mdx_tabs",
|
|
6868
|
-
"docusaurus_mdx_truncate",
|
|
6869
|
-
"docusaurus_mdx_codeblock"
|
|
6870
|
-
],
|
|
6871
|
-
"type": "string"
|
|
6872
|
-
},
|
|
6873
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6874
|
-
"type": "array"
|
|
6875
|
-
}
|
|
6876
|
-
},
|
|
6877
|
-
"type": "object"
|
|
6834
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22docusaurus_mdx_admonition%22%7C%22docusaurus_mdx_tabs%22%7C%22docusaurus_mdx_truncate%22%7C%22docusaurus_mdx_codeblock%22)%3E"
|
|
6878
6835
|
}
|
|
6879
6836
|
],
|
|
6880
6837
|
"description": "Default snippets for Docusaurus SSG.",
|
|
@@ -6886,38 +6843,7 @@
|
|
|
6886
6843
|
"type": "boolean"
|
|
6887
6844
|
},
|
|
6888
6845
|
{
|
|
6889
|
-
"
|
|
6890
|
-
"properties": {
|
|
6891
|
-
"exclude": {
|
|
6892
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6893
|
-
"items": {
|
|
6894
|
-
"enum": [
|
|
6895
|
-
"eleventy_liquid_raw",
|
|
6896
|
-
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6897
|
-
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6898
|
-
"_cc_eleventy_liquid_template"
|
|
6899
|
-
],
|
|
6900
|
-
"type": "string"
|
|
6901
|
-
},
|
|
6902
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6903
|
-
"type": "array"
|
|
6904
|
-
},
|
|
6905
|
-
"include": {
|
|
6906
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6907
|
-
"items": {
|
|
6908
|
-
"enum": [
|
|
6909
|
-
"eleventy_liquid_raw",
|
|
6910
|
-
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6911
|
-
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6912
|
-
"_cc_eleventy_liquid_template"
|
|
6913
|
-
],
|
|
6914
|
-
"type": "string"
|
|
6915
|
-
},
|
|
6916
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6917
|
-
"type": "array"
|
|
6918
|
-
}
|
|
6919
|
-
},
|
|
6920
|
-
"type": "object"
|
|
6846
|
+
"$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"
|
|
6921
6847
|
}
|
|
6922
6848
|
],
|
|
6923
6849
|
"description": "Default snippets for Eleventy SSG Liquid files.",
|
|
@@ -6929,40 +6855,7 @@
|
|
|
6929
6855
|
"type": "boolean"
|
|
6930
6856
|
},
|
|
6931
6857
|
{
|
|
6932
|
-
"
|
|
6933
|
-
"properties": {
|
|
6934
|
-
"exclude": {
|
|
6935
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6936
|
-
"items": {
|
|
6937
|
-
"enum": [
|
|
6938
|
-
"eleventy_nunjucks_raw",
|
|
6939
|
-
"eleventy_nunjucks_verbatim",
|
|
6940
|
-
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6941
|
-
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6942
|
-
"_cc_eleventy_nunjucks_template"
|
|
6943
|
-
],
|
|
6944
|
-
"type": "string"
|
|
6945
|
-
},
|
|
6946
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6947
|
-
"type": "array"
|
|
6948
|
-
},
|
|
6949
|
-
"include": {
|
|
6950
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6951
|
-
"items": {
|
|
6952
|
-
"enum": [
|
|
6953
|
-
"eleventy_nunjucks_raw",
|
|
6954
|
-
"eleventy_nunjucks_verbatim",
|
|
6955
|
-
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6956
|
-
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6957
|
-
"_cc_eleventy_nunjucks_template"
|
|
6958
|
-
],
|
|
6959
|
-
"type": "string"
|
|
6960
|
-
},
|
|
6961
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6962
|
-
"type": "array"
|
|
6963
|
-
}
|
|
6964
|
-
},
|
|
6965
|
-
"type": "object"
|
|
6858
|
+
"$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"
|
|
6966
6859
|
}
|
|
6967
6860
|
],
|
|
6968
6861
|
"description": "Default snippets for Eleventy SSG Nunjucks files.",
|
|
@@ -6974,60 +6867,7 @@
|
|
|
6974
6867
|
"type": "boolean"
|
|
6975
6868
|
},
|
|
6976
6869
|
{
|
|
6977
|
-
"
|
|
6978
|
-
"properties": {
|
|
6979
|
-
"exclude": {
|
|
6980
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6981
|
-
"items": {
|
|
6982
|
-
"enum": [
|
|
6983
|
-
"hugo_summary_divider",
|
|
6984
|
-
"hugo_highlight",
|
|
6985
|
-
"hugo_figure",
|
|
6986
|
-
"hugo_gist",
|
|
6987
|
-
"hugo_instagram",
|
|
6988
|
-
"hugo_param",
|
|
6989
|
-
"hugo_ref",
|
|
6990
|
-
"hugo_relref",
|
|
6991
|
-
"hugo_tweet",
|
|
6992
|
-
"hugo_vimeo",
|
|
6993
|
-
"hugo_youtube",
|
|
6994
|
-
"_cc_hugo_unknown_paired",
|
|
6995
|
-
"_cc_hugo_unknown",
|
|
6996
|
-
"_cc_hugo_unknown_paired_processed",
|
|
6997
|
-
"_cc_hugo_unknown_processed"
|
|
6998
|
-
],
|
|
6999
|
-
"type": "string"
|
|
7000
|
-
},
|
|
7001
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7002
|
-
"type": "array"
|
|
7003
|
-
},
|
|
7004
|
-
"include": {
|
|
7005
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7006
|
-
"items": {
|
|
7007
|
-
"enum": [
|
|
7008
|
-
"hugo_summary_divider",
|
|
7009
|
-
"hugo_highlight",
|
|
7010
|
-
"hugo_figure",
|
|
7011
|
-
"hugo_gist",
|
|
7012
|
-
"hugo_instagram",
|
|
7013
|
-
"hugo_param",
|
|
7014
|
-
"hugo_ref",
|
|
7015
|
-
"hugo_relref",
|
|
7016
|
-
"hugo_tweet",
|
|
7017
|
-
"hugo_vimeo",
|
|
7018
|
-
"hugo_youtube",
|
|
7019
|
-
"_cc_hugo_unknown_paired",
|
|
7020
|
-
"_cc_hugo_unknown",
|
|
7021
|
-
"_cc_hugo_unknown_paired_processed",
|
|
7022
|
-
"_cc_hugo_unknown_processed"
|
|
7023
|
-
],
|
|
7024
|
-
"type": "string"
|
|
7025
|
-
},
|
|
7026
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7027
|
-
"type": "array"
|
|
7028
|
-
}
|
|
7029
|
-
},
|
|
7030
|
-
"type": "object"
|
|
6870
|
+
"$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"
|
|
7031
6871
|
}
|
|
7032
6872
|
],
|
|
7033
6873
|
"description": "Default snippets for Hugo SSG.",
|
|
@@ -7039,44 +6879,7 @@
|
|
|
7039
6879
|
"type": "boolean"
|
|
7040
6880
|
},
|
|
7041
6881
|
{
|
|
7042
|
-
"
|
|
7043
|
-
"properties": {
|
|
7044
|
-
"exclude": {
|
|
7045
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7046
|
-
"items": {
|
|
7047
|
-
"enum": [
|
|
7048
|
-
"_cc_jekyll_unknown_paired_tag",
|
|
7049
|
-
"_cc_jekyll_unknown_tag",
|
|
7050
|
-
"jekyll_highlight",
|
|
7051
|
-
"_cc_jekyll_template",
|
|
7052
|
-
"jekyll_raw",
|
|
7053
|
-
"jekyll_link",
|
|
7054
|
-
"jekyll_post_url"
|
|
7055
|
-
],
|
|
7056
|
-
"type": "string"
|
|
7057
|
-
},
|
|
7058
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7059
|
-
"type": "array"
|
|
7060
|
-
},
|
|
7061
|
-
"include": {
|
|
7062
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7063
|
-
"items": {
|
|
7064
|
-
"enum": [
|
|
7065
|
-
"_cc_jekyll_unknown_paired_tag",
|
|
7066
|
-
"_cc_jekyll_unknown_tag",
|
|
7067
|
-
"jekyll_highlight",
|
|
7068
|
-
"_cc_jekyll_template",
|
|
7069
|
-
"jekyll_raw",
|
|
7070
|
-
"jekyll_link",
|
|
7071
|
-
"jekyll_post_url"
|
|
7072
|
-
],
|
|
7073
|
-
"type": "string"
|
|
7074
|
-
},
|
|
7075
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7076
|
-
"type": "array"
|
|
7077
|
-
}
|
|
7078
|
-
},
|
|
7079
|
-
"type": "object"
|
|
6882
|
+
"$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"
|
|
7080
6883
|
}
|
|
7081
6884
|
],
|
|
7082
6885
|
"description": "Default snippets for Jekyll SSG.",
|
|
@@ -7088,42 +6891,7 @@
|
|
|
7088
6891
|
"type": "boolean"
|
|
7089
6892
|
},
|
|
7090
6893
|
{
|
|
7091
|
-
"
|
|
7092
|
-
"properties": {
|
|
7093
|
-
"exclude": {
|
|
7094
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7095
|
-
"items": {
|
|
7096
|
-
"enum": [
|
|
7097
|
-
"markdoc_id_annotation",
|
|
7098
|
-
"markdoc_class_annotation",
|
|
7099
|
-
"markdoc_table",
|
|
7100
|
-
"_cc_markdoc_unknown_tag",
|
|
7101
|
-
"_cc_markdoc_unknown_paired_tag",
|
|
7102
|
-
"_cc_markdoc_unknown_template"
|
|
7103
|
-
],
|
|
7104
|
-
"type": "string"
|
|
7105
|
-
},
|
|
7106
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7107
|
-
"type": "array"
|
|
7108
|
-
},
|
|
7109
|
-
"include": {
|
|
7110
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7111
|
-
"items": {
|
|
7112
|
-
"enum": [
|
|
7113
|
-
"markdoc_id_annotation",
|
|
7114
|
-
"markdoc_class_annotation",
|
|
7115
|
-
"markdoc_table",
|
|
7116
|
-
"_cc_markdoc_unknown_tag",
|
|
7117
|
-
"_cc_markdoc_unknown_paired_tag",
|
|
7118
|
-
"_cc_markdoc_unknown_template"
|
|
7119
|
-
],
|
|
7120
|
-
"type": "string"
|
|
7121
|
-
},
|
|
7122
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7123
|
-
"type": "array"
|
|
7124
|
-
}
|
|
7125
|
-
},
|
|
7126
|
-
"type": "object"
|
|
6894
|
+
"$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"
|
|
7127
6895
|
}
|
|
7128
6896
|
],
|
|
7129
6897
|
"description": "Default snippets for Markdoc-based content.",
|
|
@@ -7135,44 +6903,7 @@
|
|
|
7135
6903
|
"type": "boolean"
|
|
7136
6904
|
},
|
|
7137
6905
|
{
|
|
7138
|
-
"
|
|
7139
|
-
"properties": {
|
|
7140
|
-
"exclude": {
|
|
7141
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7142
|
-
"items": {
|
|
7143
|
-
"enum": [
|
|
7144
|
-
"import",
|
|
7145
|
-
"_cc_mdx_unknown_export",
|
|
7146
|
-
"_cc_mdx_unknown_export_expression",
|
|
7147
|
-
"_cc_mdx_unknown_export_default",
|
|
7148
|
-
"_cc_mdx_unknown_template",
|
|
7149
|
-
"_cc_mdx_paired_unknown",
|
|
7150
|
-
"_cc_mdx_unknown"
|
|
7151
|
-
],
|
|
7152
|
-
"type": "string"
|
|
7153
|
-
},
|
|
7154
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7155
|
-
"type": "array"
|
|
7156
|
-
},
|
|
7157
|
-
"include": {
|
|
7158
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7159
|
-
"items": {
|
|
7160
|
-
"enum": [
|
|
7161
|
-
"import",
|
|
7162
|
-
"_cc_mdx_unknown_export",
|
|
7163
|
-
"_cc_mdx_unknown_export_expression",
|
|
7164
|
-
"_cc_mdx_unknown_export_default",
|
|
7165
|
-
"_cc_mdx_unknown_template",
|
|
7166
|
-
"_cc_mdx_paired_unknown",
|
|
7167
|
-
"_cc_mdx_unknown"
|
|
7168
|
-
],
|
|
7169
|
-
"type": "string"
|
|
7170
|
-
},
|
|
7171
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7172
|
-
"type": "array"
|
|
7173
|
-
}
|
|
7174
|
-
},
|
|
7175
|
-
"type": "object"
|
|
6906
|
+
"$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"
|
|
7176
6907
|
}
|
|
7177
6908
|
],
|
|
7178
6909
|
"description": "Default snippets for MDX-based content.",
|
|
@@ -7184,74 +6915,7 @@
|
|
|
7184
6915
|
"type": "boolean"
|
|
7185
6916
|
},
|
|
7186
6917
|
{
|
|
7187
|
-
"
|
|
7188
|
-
"properties": {
|
|
7189
|
-
"exclude": {
|
|
7190
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7191
|
-
"items": {
|
|
7192
|
-
"enum": [
|
|
7193
|
-
"python_markdown_abbreviation",
|
|
7194
|
-
"python_markdown_admonition",
|
|
7195
|
-
"python_markdown_arithmatex",
|
|
7196
|
-
"python_markdown_attribute_list",
|
|
7197
|
-
"python_markdown_code_block",
|
|
7198
|
-
"python_markdown_collapsible_admonition",
|
|
7199
|
-
"python_markdown_tabs",
|
|
7200
|
-
"python_markdown_footnote",
|
|
7201
|
-
"python_markdown_footnote_marker",
|
|
7202
|
-
"python_markdown_icon",
|
|
7203
|
-
"python_markdown_image",
|
|
7204
|
-
"python_markdown_inline_arithmatex",
|
|
7205
|
-
"python_markdown_inline_code",
|
|
7206
|
-
"python_markdown_link",
|
|
7207
|
-
"python_markdown_reference_image",
|
|
7208
|
-
"python_markdown_reference_template_image",
|
|
7209
|
-
"python_markdown_reference_link",
|
|
7210
|
-
"python_markdown_reference",
|
|
7211
|
-
"python_markdown_reference_template",
|
|
7212
|
-
"python_markdown_block_snippet",
|
|
7213
|
-
"_cc_python_markdown_unknown_snippet",
|
|
7214
|
-
"_cc_python_markdown_unknown_markdown_in_html"
|
|
7215
|
-
],
|
|
7216
|
-
"type": "string"
|
|
7217
|
-
},
|
|
7218
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7219
|
-
"type": "array"
|
|
7220
|
-
},
|
|
7221
|
-
"include": {
|
|
7222
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7223
|
-
"items": {
|
|
7224
|
-
"enum": [
|
|
7225
|
-
"python_markdown_abbreviation",
|
|
7226
|
-
"python_markdown_admonition",
|
|
7227
|
-
"python_markdown_arithmatex",
|
|
7228
|
-
"python_markdown_attribute_list",
|
|
7229
|
-
"python_markdown_code_block",
|
|
7230
|
-
"python_markdown_collapsible_admonition",
|
|
7231
|
-
"python_markdown_tabs",
|
|
7232
|
-
"python_markdown_footnote",
|
|
7233
|
-
"python_markdown_footnote_marker",
|
|
7234
|
-
"python_markdown_icon",
|
|
7235
|
-
"python_markdown_image",
|
|
7236
|
-
"python_markdown_inline_arithmatex",
|
|
7237
|
-
"python_markdown_inline_code",
|
|
7238
|
-
"python_markdown_link",
|
|
7239
|
-
"python_markdown_reference_image",
|
|
7240
|
-
"python_markdown_reference_template_image",
|
|
7241
|
-
"python_markdown_reference_link",
|
|
7242
|
-
"python_markdown_reference",
|
|
7243
|
-
"python_markdown_reference_template",
|
|
7244
|
-
"python_markdown_block_snippet",
|
|
7245
|
-
"_cc_python_markdown_unknown_snippet",
|
|
7246
|
-
"_cc_python_markdown_unknown_markdown_in_html"
|
|
7247
|
-
],
|
|
7248
|
-
"type": "string"
|
|
7249
|
-
},
|
|
7250
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7251
|
-
"type": "array"
|
|
7252
|
-
}
|
|
7253
|
-
},
|
|
7254
|
-
"type": "object"
|
|
6918
|
+
"$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"
|
|
7255
6919
|
}
|
|
7256
6920
|
],
|
|
7257
6921
|
"description": "Default snippets for content using Python markdown extensions.",
|
|
@@ -7330,10 +6994,10 @@
|
|
|
7330
6994
|
"type": "number"
|
|
7331
6995
|
},
|
|
7332
6996
|
"theme": {
|
|
6997
|
+
"$ref": "#/definitions/Theme",
|
|
7333
6998
|
"default": "monokai",
|
|
7334
6999
|
"description": "Changes the color scheme for syntax highlighting in the editor.",
|
|
7335
|
-
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7336
|
-
"type": "string"
|
|
7000
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7337
7001
|
}
|
|
7338
7002
|
},
|
|
7339
7003
|
"type": "object"
|
|
@@ -7831,6 +7495,49 @@
|
|
|
7831
7495
|
},
|
|
7832
7496
|
"type": "object"
|
|
7833
7497
|
},
|
|
7498
|
+
"Theme": {
|
|
7499
|
+
"enum": [
|
|
7500
|
+
"ambiance",
|
|
7501
|
+
"chaos",
|
|
7502
|
+
"chrome",
|
|
7503
|
+
"clouds",
|
|
7504
|
+
"clouds_midnight",
|
|
7505
|
+
"cobalt",
|
|
7506
|
+
"crimson_editor",
|
|
7507
|
+
"dawn",
|
|
7508
|
+
"dracula",
|
|
7509
|
+
"dreamweaver",
|
|
7510
|
+
"eclipse",
|
|
7511
|
+
"github",
|
|
7512
|
+
"gob",
|
|
7513
|
+
"gruvbox",
|
|
7514
|
+
"idle_fingers",
|
|
7515
|
+
"iplastic",
|
|
7516
|
+
"katzenmilch",
|
|
7517
|
+
"kr_theme",
|
|
7518
|
+
"kuroir",
|
|
7519
|
+
"merbivore",
|
|
7520
|
+
"merbivore_soft",
|
|
7521
|
+
"mono_industrial",
|
|
7522
|
+
"monokai",
|
|
7523
|
+
"nord_dark",
|
|
7524
|
+
"pastel_on_dark",
|
|
7525
|
+
"solarized_dark",
|
|
7526
|
+
"solarized_light",
|
|
7527
|
+
"sqlserver",
|
|
7528
|
+
"terminal",
|
|
7529
|
+
"textmate",
|
|
7530
|
+
"tomorrow",
|
|
7531
|
+
"tomorrow_night",
|
|
7532
|
+
"tomorrow_night_blue",
|
|
7533
|
+
"tomorrow_night_bright",
|
|
7534
|
+
"tomorrow_night_eighties",
|
|
7535
|
+
"twilight",
|
|
7536
|
+
"vibrant_ink",
|
|
7537
|
+
"xcode"
|
|
7538
|
+
],
|
|
7539
|
+
"type": "string"
|
|
7540
|
+
},
|
|
7834
7541
|
"Timezone": {
|
|
7835
7542
|
"enum": [
|
|
7836
7543
|
"Africa/Abidjan",
|