@cloudcannon/configuration-types 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/cloudcannon-config-eleventy.json +987 -1387
- package/build/cloudcannon-config-hugo.json +541 -947
- package/build/cloudcannon-config-jekyll.json +720 -1125
- package/build/{cloudcannon-config-default.json → cloudcannon-config-reader.json} +1001 -1427
- package/build/cloudcannon-config.json +995 -2783
- 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 -1702
|
@@ -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
|
},
|
|
@@ -1170,16 +1380,18 @@
|
|
|
1170
1380
|
"properties": {
|
|
1171
1381
|
"_array_structures": {
|
|
1172
1382
|
"additionalProperties": {},
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
1383
|
+
"deprecated": "Use _structures instead.",
|
|
1384
|
+
"description": "Now known as _structures.",
|
|
1385
|
+
"markdownDescription": "Now known as _structures.",
|
|
1175
1386
|
"type": "object"
|
|
1176
1387
|
},
|
|
1177
1388
|
"_comments": {
|
|
1178
1389
|
"additionalProperties": {
|
|
1179
1390
|
"type": "string"
|
|
1180
1391
|
},
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1392
|
+
"deprecated": "Use _inputs instead.",
|
|
1393
|
+
"description": "Now part of _inputs.*.comment.",
|
|
1394
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
1183
1395
|
"type": "object"
|
|
1184
1396
|
},
|
|
1185
1397
|
"_editables": {
|
|
@@ -1208,8 +1420,9 @@
|
|
|
1208
1420
|
"additionalProperties": {},
|
|
1209
1421
|
"type": "object"
|
|
1210
1422
|
},
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1423
|
+
"deprecated": "Use _inputs instead.",
|
|
1424
|
+
"description": "Now part of _inputs.*.options.",
|
|
1425
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
1213
1426
|
"type": "object"
|
|
1214
1427
|
},
|
|
1215
1428
|
"_select_data": {
|
|
@@ -1230,14 +1443,14 @@
|
|
|
1230
1443
|
},
|
|
1231
1444
|
"glob": {
|
|
1232
1445
|
"anyOf": [
|
|
1233
|
-
{
|
|
1234
|
-
"type": "string"
|
|
1235
|
-
},
|
|
1236
1446
|
{
|
|
1237
1447
|
"items": {
|
|
1238
1448
|
"type": "string"
|
|
1239
1449
|
},
|
|
1240
1450
|
"type": "array"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"type": "string"
|
|
1241
1454
|
}
|
|
1242
1455
|
],
|
|
1243
1456
|
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
@@ -3936,19 +4149,23 @@
|
|
|
3936
4149
|
},
|
|
3937
4150
|
"JekyllConfiguration": {
|
|
3938
4151
|
"additionalProperties": false,
|
|
4152
|
+
"description": "The configuration format for build-coupled Jekyll sites.",
|
|
4153
|
+
"markdownDescription": "The configuration format for build-coupled Jekyll sites.",
|
|
3939
4154
|
"properties": {
|
|
3940
4155
|
"_array_structures": {
|
|
3941
4156
|
"additionalProperties": {},
|
|
3942
|
-
"
|
|
3943
|
-
"
|
|
4157
|
+
"deprecated": "Use _structures instead.",
|
|
4158
|
+
"description": "Now known as _structures.",
|
|
4159
|
+
"markdownDescription": "Now known as _structures.",
|
|
3944
4160
|
"type": "object"
|
|
3945
4161
|
},
|
|
3946
4162
|
"_comments": {
|
|
3947
4163
|
"additionalProperties": {
|
|
3948
4164
|
"type": "string"
|
|
3949
4165
|
},
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
4166
|
+
"deprecated": "Use _inputs instead.",
|
|
4167
|
+
"description": "Now part of _inputs.*.comment.",
|
|
4168
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
3952
4169
|
"type": "object"
|
|
3953
4170
|
},
|
|
3954
4171
|
"_editables": {
|
|
@@ -3977,8 +4194,9 @@
|
|
|
3977
4194
|
"additionalProperties": {},
|
|
3978
4195
|
"type": "object"
|
|
3979
4196
|
},
|
|
3980
|
-
"
|
|
3981
|
-
"
|
|
4197
|
+
"deprecated": "Use _inputs instead.",
|
|
4198
|
+
"description": "Now part of _inputs.*.options.",
|
|
4199
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
3982
4200
|
"type": "object"
|
|
3983
4201
|
},
|
|
3984
4202
|
"_select_data": {
|
|
@@ -4041,201 +4259,7 @@
|
|
|
4041
4259
|
},
|
|
4042
4260
|
"collections_config": {
|
|
4043
4261
|
"additionalProperties": {
|
|
4044
|
-
"
|
|
4045
|
-
"properties": {
|
|
4046
|
-
"_array_structures": {
|
|
4047
|
-
"additionalProperties": {},
|
|
4048
|
-
"description": "[DEPRECATED] Now known as _structures.",
|
|
4049
|
-
"markdownDescription": "[DEPRECATED] Now known as _structures.",
|
|
4050
|
-
"type": "object"
|
|
4051
|
-
},
|
|
4052
|
-
"_comments": {
|
|
4053
|
-
"additionalProperties": {
|
|
4054
|
-
"type": "string"
|
|
4055
|
-
},
|
|
4056
|
-
"description": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
4057
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
4058
|
-
"type": "object"
|
|
4059
|
-
},
|
|
4060
|
-
"_editables": {
|
|
4061
|
-
"$ref": "#/definitions/Editables",
|
|
4062
|
-
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
4063
|
-
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
4064
|
-
},
|
|
4065
|
-
"_enabled_editors": {
|
|
4066
|
-
"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.",
|
|
4067
|
-
"items": {
|
|
4068
|
-
"$ref": "#/definitions/EditorKey"
|
|
4069
|
-
},
|
|
4070
|
-
"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.",
|
|
4071
|
-
"type": "array"
|
|
4072
|
-
},
|
|
4073
|
-
"_inputs": {
|
|
4074
|
-
"additionalProperties": {
|
|
4075
|
-
"$ref": "#/definitions/Input"
|
|
4076
|
-
},
|
|
4077
|
-
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4078
|
-
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4079
|
-
"type": "object"
|
|
4080
|
-
},
|
|
4081
|
-
"_options": {
|
|
4082
|
-
"additionalProperties": {
|
|
4083
|
-
"additionalProperties": {},
|
|
4084
|
-
"type": "object"
|
|
4085
|
-
},
|
|
4086
|
-
"description": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
4087
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
4088
|
-
"type": "object"
|
|
4089
|
-
},
|
|
4090
|
-
"_select_data": {
|
|
4091
|
-
"additionalProperties": {
|
|
4092
|
-
"$ref": "#/definitions/SelectValues"
|
|
4093
|
-
},
|
|
4094
|
-
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
4095
|
-
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
4096
|
-
"type": "object"
|
|
4097
|
-
},
|
|
4098
|
-
"_structures": {
|
|
4099
|
-
"additionalProperties": {
|
|
4100
|
-
"$ref": "#/definitions/Structure"
|
|
4101
|
-
},
|
|
4102
|
-
"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.",
|
|
4103
|
-
"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.",
|
|
4104
|
-
"type": "object"
|
|
4105
|
-
},
|
|
4106
|
-
"add_options": {
|
|
4107
|
-
"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.",
|
|
4108
|
-
"items": {
|
|
4109
|
-
"$ref": "#/definitions/AddOption"
|
|
4110
|
-
},
|
|
4111
|
-
"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.",
|
|
4112
|
-
"type": "array"
|
|
4113
|
-
},
|
|
4114
|
-
"create": {
|
|
4115
|
-
"$ref": "#/definitions/Create",
|
|
4116
|
-
"description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
|
|
4117
|
-
"markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
|
|
4118
|
-
},
|
|
4119
|
-
"description": {
|
|
4120
|
-
"description": "Text or Markdown to show above the collection file list.",
|
|
4121
|
-
"markdownDescription": "Text or Markdown to show above the collection file list.",
|
|
4122
|
-
"type": "string"
|
|
4123
|
-
},
|
|
4124
|
-
"disable_add": {
|
|
4125
|
-
"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.",
|
|
4126
|
-
"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.",
|
|
4127
|
-
"type": "boolean"
|
|
4128
|
-
},
|
|
4129
|
-
"disable_add_folder": {
|
|
4130
|
-
"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.",
|
|
4131
|
-
"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.",
|
|
4132
|
-
"type": "boolean"
|
|
4133
|
-
},
|
|
4134
|
-
"disable_file_actions": {
|
|
4135
|
-
"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.",
|
|
4136
|
-
"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.",
|
|
4137
|
-
"type": "boolean"
|
|
4138
|
-
},
|
|
4139
|
-
"documentation": {
|
|
4140
|
-
"$ref": "#/definitions/Documentation",
|
|
4141
|
-
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
4142
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
4143
|
-
},
|
|
4144
|
-
"filter": {
|
|
4145
|
-
"anyOf": [
|
|
4146
|
-
{
|
|
4147
|
-
"$ref": "#/definitions/Filter"
|
|
4148
|
-
},
|
|
4149
|
-
{
|
|
4150
|
-
"$ref": "#/definitions/FilterBase"
|
|
4151
|
-
}
|
|
4152
|
-
],
|
|
4153
|
-
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
4154
|
-
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
|
|
4155
|
-
},
|
|
4156
|
-
"glob": {
|
|
4157
|
-
"anyOf": [
|
|
4158
|
-
{
|
|
4159
|
-
"type": "string"
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
"items": {
|
|
4163
|
-
"type": "string"
|
|
4164
|
-
},
|
|
4165
|
-
"type": "array"
|
|
4166
|
-
}
|
|
4167
|
-
],
|
|
4168
|
-
"description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
|
|
4169
|
-
"markdownDescription": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`."
|
|
4170
|
-
},
|
|
4171
|
-
"icon": {
|
|
4172
|
-
"$ref": "#/definitions/Icon",
|
|
4173
|
-
"description": "Sets an icon to use alongside references to this collection.",
|
|
4174
|
-
"markdownDescription": "Sets an icon to use alongside references to this collection."
|
|
4175
|
-
},
|
|
4176
|
-
"name": {
|
|
4177
|
-
"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.",
|
|
4178
|
-
"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.",
|
|
4179
|
-
"type": "string"
|
|
4180
|
-
},
|
|
4181
|
-
"new_preview_url": {
|
|
4182
|
-
"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.",
|
|
4183
|
-
"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.",
|
|
4184
|
-
"type": "string"
|
|
4185
|
-
},
|
|
4186
|
-
"output": {
|
|
4187
|
-
"description": "Whether or not files in this collection produce files in the build output.",
|
|
4188
|
-
"markdownDescription": "Whether or not files in this collection produce files in the build output.",
|
|
4189
|
-
"type": "boolean"
|
|
4190
|
-
},
|
|
4191
|
-
"path": {
|
|
4192
|
-
"description": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
4193
|
-
"markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
4194
|
-
"type": "string"
|
|
4195
|
-
},
|
|
4196
|
-
"preview": {
|
|
4197
|
-
"$ref": "#/definitions/Preview",
|
|
4198
|
-
"description": "Changes the way items are previewed in the CMS.",
|
|
4199
|
-
"markdownDescription": "Changes the way items are previewed in the CMS."
|
|
4200
|
-
},
|
|
4201
|
-
"schema_key": {
|
|
4202
|
-
"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.",
|
|
4203
|
-
"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.",
|
|
4204
|
-
"type": "string"
|
|
4205
|
-
},
|
|
4206
|
-
"schemas": {
|
|
4207
|
-
"additionalProperties": {
|
|
4208
|
-
"$ref": "#/definitions/Schema"
|
|
4209
|
-
},
|
|
4210
|
-
"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.",
|
|
4211
|
-
"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.",
|
|
4212
|
-
"type": "object"
|
|
4213
|
-
},
|
|
4214
|
-
"singular_key": {
|
|
4215
|
-
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
4216
|
-
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
|
|
4217
|
-
"type": "string"
|
|
4218
|
-
},
|
|
4219
|
-
"singular_name": {
|
|
4220
|
-
"description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
|
|
4221
|
-
"markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
|
|
4222
|
-
"type": "string"
|
|
4223
|
-
},
|
|
4224
|
-
"sort": {
|
|
4225
|
-
"$ref": "#/definitions/Sort",
|
|
4226
|
-
"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.",
|
|
4227
|
-
"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."
|
|
4228
|
-
},
|
|
4229
|
-
"sort_options": {
|
|
4230
|
-
"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.",
|
|
4231
|
-
"items": {
|
|
4232
|
-
"$ref": "#/definitions/SortOption"
|
|
4233
|
-
},
|
|
4234
|
-
"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.",
|
|
4235
|
-
"type": "array"
|
|
4236
|
-
}
|
|
4237
|
-
},
|
|
4238
|
-
"type": "object"
|
|
4262
|
+
"$ref": "#/definitions/BuildCoupledCollectionConfig"
|
|
4239
4263
|
},
|
|
4240
4264
|
"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.",
|
|
4241
4265
|
"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.",
|
|
@@ -4247,17 +4271,17 @@
|
|
|
4247
4271
|
"type": "boolean"
|
|
4248
4272
|
},
|
|
4249
4273
|
"commit_templates": {
|
|
4274
|
+
"description": "Templates for commit messages when saving changes.",
|
|
4250
4275
|
"items": {
|
|
4251
4276
|
"$ref": "#/definitions/CommitTemplate"
|
|
4252
4277
|
},
|
|
4278
|
+
"markdownDescription": "Templates for commit messages when saving changes.",
|
|
4253
4279
|
"type": "array"
|
|
4254
4280
|
},
|
|
4255
4281
|
"data_config": {
|
|
4256
4282
|
"additionalProperties": {
|
|
4257
4283
|
"type": "boolean"
|
|
4258
4284
|
},
|
|
4259
|
-
"description": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
4260
|
-
"markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
4261
4285
|
"type": "object"
|
|
4262
4286
|
},
|
|
4263
4287
|
"editor": {
|
|
@@ -4344,10 +4368,6 @@
|
|
|
4344
4368
|
"description": "Settings for the behavior and appearance of the Source Editor.",
|
|
4345
4369
|
"markdownDescription": "Settings for the behavior and appearance of the Source Editor."
|
|
4346
4370
|
},
|
|
4347
|
-
"ssg": {
|
|
4348
|
-
"const": "jekyll",
|
|
4349
|
-
"type": "string"
|
|
4350
|
-
},
|
|
4351
4371
|
"timezone": {
|
|
4352
4372
|
"$ref": "#/definitions/Timezone",
|
|
4353
4373
|
"default": "Etc/UTC",
|
|
@@ -5343,158 +5363,22 @@
|
|
|
5343
5363
|
"additionalProperties": false,
|
|
5344
5364
|
"properties": {
|
|
5345
5365
|
"icon": {
|
|
5346
|
-
"
|
|
5347
|
-
{
|
|
5348
|
-
"items": {
|
|
5349
|
-
"anyOf": [
|
|
5350
|
-
{
|
|
5351
|
-
"additionalProperties": false,
|
|
5352
|
-
"properties": {
|
|
5353
|
-
"key": {
|
|
5354
|
-
"description": "The key used to access the value used for the preview.",
|
|
5355
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5356
|
-
"type": "string"
|
|
5357
|
-
}
|
|
5358
|
-
},
|
|
5359
|
-
"required": [
|
|
5360
|
-
"key"
|
|
5361
|
-
],
|
|
5362
|
-
"type": "object"
|
|
5363
|
-
},
|
|
5364
|
-
{
|
|
5365
|
-
"type": "string"
|
|
5366
|
-
},
|
|
5367
|
-
{
|
|
5368
|
-
"type": "boolean"
|
|
5369
|
-
}
|
|
5370
|
-
]
|
|
5371
|
-
},
|
|
5372
|
-
"type": "array"
|
|
5373
|
-
},
|
|
5374
|
-
{
|
|
5375
|
-
"type": "string"
|
|
5376
|
-
},
|
|
5377
|
-
{
|
|
5378
|
-
"type": "boolean"
|
|
5379
|
-
}
|
|
5380
|
-
],
|
|
5366
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5381
5367
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5382
5368
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5383
5369
|
},
|
|
5384
5370
|
"image": {
|
|
5385
|
-
"
|
|
5386
|
-
{
|
|
5387
|
-
"items": {
|
|
5388
|
-
"anyOf": [
|
|
5389
|
-
{
|
|
5390
|
-
"additionalProperties": false,
|
|
5391
|
-
"properties": {
|
|
5392
|
-
"key": {
|
|
5393
|
-
"description": "The key used to access the value used for the preview.",
|
|
5394
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5395
|
-
"type": "string"
|
|
5396
|
-
}
|
|
5397
|
-
},
|
|
5398
|
-
"required": [
|
|
5399
|
-
"key"
|
|
5400
|
-
],
|
|
5401
|
-
"type": "object"
|
|
5402
|
-
},
|
|
5403
|
-
{
|
|
5404
|
-
"type": "string"
|
|
5405
|
-
},
|
|
5406
|
-
{
|
|
5407
|
-
"type": "boolean"
|
|
5408
|
-
}
|
|
5409
|
-
]
|
|
5410
|
-
},
|
|
5411
|
-
"type": "array"
|
|
5412
|
-
},
|
|
5413
|
-
{
|
|
5414
|
-
"type": "string"
|
|
5415
|
-
},
|
|
5416
|
-
{
|
|
5417
|
-
"type": "boolean"
|
|
5418
|
-
}
|
|
5419
|
-
],
|
|
5371
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5420
5372
|
"description": "Controls the image shown per item.",
|
|
5421
5373
|
"markdownDescription": "Controls the image shown per item."
|
|
5422
5374
|
},
|
|
5423
5375
|
"subtext": {
|
|
5424
|
-
"
|
|
5425
|
-
{
|
|
5426
|
-
"items": {
|
|
5427
|
-
"anyOf": [
|
|
5428
|
-
{
|
|
5429
|
-
"additionalProperties": false,
|
|
5430
|
-
"properties": {
|
|
5431
|
-
"key": {
|
|
5432
|
-
"description": "The key used to access the value used for the preview.",
|
|
5433
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5434
|
-
"type": "string"
|
|
5435
|
-
}
|
|
5436
|
-
},
|
|
5437
|
-
"required": [
|
|
5438
|
-
"key"
|
|
5439
|
-
],
|
|
5440
|
-
"type": "object"
|
|
5441
|
-
},
|
|
5442
|
-
{
|
|
5443
|
-
"type": "string"
|
|
5444
|
-
},
|
|
5445
|
-
{
|
|
5446
|
-
"type": "boolean"
|
|
5447
|
-
}
|
|
5448
|
-
]
|
|
5449
|
-
},
|
|
5450
|
-
"type": "array"
|
|
5451
|
-
},
|
|
5452
|
-
{
|
|
5453
|
-
"type": "string"
|
|
5454
|
-
},
|
|
5455
|
-
{
|
|
5456
|
-
"type": "boolean"
|
|
5457
|
-
}
|
|
5458
|
-
],
|
|
5376
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5459
5377
|
"description": "Controls the supporting text shown per item.",
|
|
5460
5378
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5461
5379
|
},
|
|
5462
5380
|
"text": {
|
|
5463
|
-
"
|
|
5464
|
-
{
|
|
5465
|
-
"items": {
|
|
5466
|
-
"anyOf": [
|
|
5467
|
-
{
|
|
5468
|
-
"additionalProperties": false,
|
|
5469
|
-
"properties": {
|
|
5470
|
-
"key": {
|
|
5471
|
-
"description": "The key used to access the value used for the preview.",
|
|
5472
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5473
|
-
"type": "string"
|
|
5474
|
-
}
|
|
5475
|
-
},
|
|
5476
|
-
"required": [
|
|
5477
|
-
"key"
|
|
5478
|
-
],
|
|
5479
|
-
"type": "object"
|
|
5480
|
-
},
|
|
5481
|
-
{
|
|
5482
|
-
"type": "string"
|
|
5483
|
-
},
|
|
5484
|
-
{
|
|
5485
|
-
"type": "boolean"
|
|
5486
|
-
}
|
|
5487
|
-
]
|
|
5488
|
-
},
|
|
5489
|
-
"type": "array"
|
|
5490
|
-
},
|
|
5491
|
-
{
|
|
5492
|
-
"type": "string"
|
|
5493
|
-
},
|
|
5494
|
-
{
|
|
5495
|
-
"type": "boolean"
|
|
5496
|
-
}
|
|
5497
|
-
],
|
|
5381
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5498
5382
|
"description": "Controls the main text shown per item.",
|
|
5499
5383
|
"markdownDescription": "Controls the main text shown per item."
|
|
5500
5384
|
}
|
|
@@ -5505,7 +5389,6 @@
|
|
|
5505
5389
|
"additionalProperties": false,
|
|
5506
5390
|
"properties": {
|
|
5507
5391
|
"collections": {
|
|
5508
|
-
"default": "",
|
|
5509
5392
|
"description": "Parent folder of all collections.",
|
|
5510
5393
|
"markdownDescription": "Parent folder of all collections.",
|
|
5511
5394
|
"type": "string"
|
|
@@ -5575,41 +5458,7 @@
|
|
|
5575
5458
|
"markdownDescription": "Details for large image/icon preview per item."
|
|
5576
5459
|
},
|
|
5577
5460
|
"icon": {
|
|
5578
|
-
"
|
|
5579
|
-
{
|
|
5580
|
-
"items": {
|
|
5581
|
-
"anyOf": [
|
|
5582
|
-
{
|
|
5583
|
-
"additionalProperties": false,
|
|
5584
|
-
"properties": {
|
|
5585
|
-
"key": {
|
|
5586
|
-
"description": "The key used to access the value used for the preview.",
|
|
5587
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5588
|
-
"type": "string"
|
|
5589
|
-
}
|
|
5590
|
-
},
|
|
5591
|
-
"required": [
|
|
5592
|
-
"key"
|
|
5593
|
-
],
|
|
5594
|
-
"type": "object"
|
|
5595
|
-
},
|
|
5596
|
-
{
|
|
5597
|
-
"type": "string"
|
|
5598
|
-
},
|
|
5599
|
-
{
|
|
5600
|
-
"type": "boolean"
|
|
5601
|
-
}
|
|
5602
|
-
]
|
|
5603
|
-
},
|
|
5604
|
-
"type": "array"
|
|
5605
|
-
},
|
|
5606
|
-
{
|
|
5607
|
-
"type": "string"
|
|
5608
|
-
},
|
|
5609
|
-
{
|
|
5610
|
-
"type": "boolean"
|
|
5611
|
-
}
|
|
5612
|
-
],
|
|
5461
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5613
5462
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5614
5463
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5615
5464
|
},
|
|
@@ -5619,41 +5468,7 @@
|
|
|
5619
5468
|
"type": "string"
|
|
5620
5469
|
},
|
|
5621
5470
|
"image": {
|
|
5622
|
-
"
|
|
5623
|
-
{
|
|
5624
|
-
"items": {
|
|
5625
|
-
"anyOf": [
|
|
5626
|
-
{
|
|
5627
|
-
"additionalProperties": false,
|
|
5628
|
-
"properties": {
|
|
5629
|
-
"key": {
|
|
5630
|
-
"description": "The key used to access the value used for the preview.",
|
|
5631
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5632
|
-
"type": "string"
|
|
5633
|
-
}
|
|
5634
|
-
},
|
|
5635
|
-
"required": [
|
|
5636
|
-
"key"
|
|
5637
|
-
],
|
|
5638
|
-
"type": "object"
|
|
5639
|
-
},
|
|
5640
|
-
{
|
|
5641
|
-
"type": "string"
|
|
5642
|
-
},
|
|
5643
|
-
{
|
|
5644
|
-
"type": "boolean"
|
|
5645
|
-
}
|
|
5646
|
-
]
|
|
5647
|
-
},
|
|
5648
|
-
"type": "array"
|
|
5649
|
-
},
|
|
5650
|
-
{
|
|
5651
|
-
"type": "string"
|
|
5652
|
-
},
|
|
5653
|
-
{
|
|
5654
|
-
"type": "boolean"
|
|
5655
|
-
}
|
|
5656
|
-
],
|
|
5471
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5657
5472
|
"description": "Controls the image shown per item.",
|
|
5658
5473
|
"markdownDescription": "Controls the image shown per item."
|
|
5659
5474
|
},
|
|
@@ -5666,86 +5481,44 @@
|
|
|
5666
5481
|
"type": "array"
|
|
5667
5482
|
},
|
|
5668
5483
|
"subtext": {
|
|
5669
|
-
"
|
|
5670
|
-
{
|
|
5671
|
-
"items": {
|
|
5672
|
-
"anyOf": [
|
|
5673
|
-
{
|
|
5674
|
-
"additionalProperties": false,
|
|
5675
|
-
"properties": {
|
|
5676
|
-
"key": {
|
|
5677
|
-
"description": "The key used to access the value used for the preview.",
|
|
5678
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5679
|
-
"type": "string"
|
|
5680
|
-
}
|
|
5681
|
-
},
|
|
5682
|
-
"required": [
|
|
5683
|
-
"key"
|
|
5684
|
-
],
|
|
5685
|
-
"type": "object"
|
|
5686
|
-
},
|
|
5687
|
-
{
|
|
5688
|
-
"type": "string"
|
|
5689
|
-
},
|
|
5690
|
-
{
|
|
5691
|
-
"type": "boolean"
|
|
5692
|
-
}
|
|
5693
|
-
]
|
|
5694
|
-
},
|
|
5695
|
-
"type": "array"
|
|
5696
|
-
},
|
|
5697
|
-
{
|
|
5698
|
-
"type": "string"
|
|
5699
|
-
},
|
|
5700
|
-
{
|
|
5701
|
-
"type": "boolean"
|
|
5702
|
-
}
|
|
5703
|
-
],
|
|
5484
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5704
5485
|
"description": "Controls the supporting text shown per item.",
|
|
5705
5486
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5706
5487
|
},
|
|
5707
5488
|
"text": {
|
|
5708
|
-
"
|
|
5709
|
-
{
|
|
5710
|
-
"items": {
|
|
5711
|
-
"anyOf": [
|
|
5712
|
-
{
|
|
5713
|
-
"additionalProperties": false,
|
|
5714
|
-
"properties": {
|
|
5715
|
-
"key": {
|
|
5716
|
-
"description": "The key used to access the value used for the preview.",
|
|
5717
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5718
|
-
"type": "string"
|
|
5719
|
-
}
|
|
5720
|
-
},
|
|
5721
|
-
"required": [
|
|
5722
|
-
"key"
|
|
5723
|
-
],
|
|
5724
|
-
"type": "object"
|
|
5725
|
-
},
|
|
5726
|
-
{
|
|
5727
|
-
"type": "string"
|
|
5728
|
-
},
|
|
5729
|
-
{
|
|
5730
|
-
"type": "boolean"
|
|
5731
|
-
}
|
|
5732
|
-
]
|
|
5733
|
-
},
|
|
5734
|
-
"type": "array"
|
|
5735
|
-
},
|
|
5736
|
-
{
|
|
5737
|
-
"type": "string"
|
|
5738
|
-
},
|
|
5739
|
-
{
|
|
5740
|
-
"type": "boolean"
|
|
5741
|
-
}
|
|
5742
|
-
],
|
|
5489
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5743
5490
|
"description": "Controls the main text shown per item.",
|
|
5744
5491
|
"markdownDescription": "Controls the main text shown per item."
|
|
5745
5492
|
}
|
|
5746
5493
|
},
|
|
5747
5494
|
"type": "object"
|
|
5748
5495
|
},
|
|
5496
|
+
"PreviewEntry": {
|
|
5497
|
+
"anyOf": [
|
|
5498
|
+
{
|
|
5499
|
+
"items": {
|
|
5500
|
+
"anyOf": [
|
|
5501
|
+
{
|
|
5502
|
+
"$ref": "#/definitions/PreviewKeyEntry"
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"type": "string"
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"type": "boolean"
|
|
5509
|
+
}
|
|
5510
|
+
]
|
|
5511
|
+
},
|
|
5512
|
+
"type": "array"
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"type": "string"
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
"type": "boolean"
|
|
5519
|
+
}
|
|
5520
|
+
]
|
|
5521
|
+
},
|
|
5749
5522
|
"PreviewGallery": {
|
|
5750
5523
|
"additionalProperties": false,
|
|
5751
5524
|
"properties": {
|
|
@@ -5761,41 +5534,7 @@
|
|
|
5761
5534
|
"type": "string"
|
|
5762
5535
|
},
|
|
5763
5536
|
"icon": {
|
|
5764
|
-
"
|
|
5765
|
-
{
|
|
5766
|
-
"items": {
|
|
5767
|
-
"anyOf": [
|
|
5768
|
-
{
|
|
5769
|
-
"additionalProperties": false,
|
|
5770
|
-
"properties": {
|
|
5771
|
-
"key": {
|
|
5772
|
-
"description": "The key used to access the value used for the preview.",
|
|
5773
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5774
|
-
"type": "string"
|
|
5775
|
-
}
|
|
5776
|
-
},
|
|
5777
|
-
"required": [
|
|
5778
|
-
"key"
|
|
5779
|
-
],
|
|
5780
|
-
"type": "object"
|
|
5781
|
-
},
|
|
5782
|
-
{
|
|
5783
|
-
"type": "string"
|
|
5784
|
-
},
|
|
5785
|
-
{
|
|
5786
|
-
"type": "boolean"
|
|
5787
|
-
}
|
|
5788
|
-
]
|
|
5789
|
-
},
|
|
5790
|
-
"type": "array"
|
|
5791
|
-
},
|
|
5792
|
-
{
|
|
5793
|
-
"type": "string"
|
|
5794
|
-
},
|
|
5795
|
-
{
|
|
5796
|
-
"type": "boolean"
|
|
5797
|
-
}
|
|
5798
|
-
],
|
|
5537
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5799
5538
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5800
5539
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5801
5540
|
},
|
|
@@ -5805,125 +5544,37 @@
|
|
|
5805
5544
|
"type": "string"
|
|
5806
5545
|
},
|
|
5807
5546
|
"image": {
|
|
5808
|
-
"
|
|
5809
|
-
{
|
|
5810
|
-
"items": {
|
|
5811
|
-
"anyOf": [
|
|
5812
|
-
{
|
|
5813
|
-
"additionalProperties": false,
|
|
5814
|
-
"properties": {
|
|
5815
|
-
"key": {
|
|
5816
|
-
"description": "The key used to access the value used for the preview.",
|
|
5817
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5818
|
-
"type": "string"
|
|
5819
|
-
}
|
|
5820
|
-
},
|
|
5821
|
-
"required": [
|
|
5822
|
-
"key"
|
|
5823
|
-
],
|
|
5824
|
-
"type": "object"
|
|
5825
|
-
},
|
|
5826
|
-
{
|
|
5827
|
-
"type": "string"
|
|
5828
|
-
},
|
|
5829
|
-
{
|
|
5830
|
-
"type": "boolean"
|
|
5831
|
-
}
|
|
5832
|
-
]
|
|
5833
|
-
},
|
|
5834
|
-
"type": "array"
|
|
5835
|
-
},
|
|
5836
|
-
{
|
|
5837
|
-
"type": "string"
|
|
5838
|
-
},
|
|
5839
|
-
{
|
|
5840
|
-
"type": "boolean"
|
|
5841
|
-
}
|
|
5842
|
-
],
|
|
5547
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5843
5548
|
"description": "Controls the image shown per item.",
|
|
5844
5549
|
"markdownDescription": "Controls the image shown per item."
|
|
5845
5550
|
},
|
|
5846
5551
|
"text": {
|
|
5847
|
-
"
|
|
5848
|
-
{
|
|
5849
|
-
"items": {
|
|
5850
|
-
"anyOf": [
|
|
5851
|
-
{
|
|
5852
|
-
"additionalProperties": false,
|
|
5853
|
-
"properties": {
|
|
5854
|
-
"key": {
|
|
5855
|
-
"description": "The key used to access the value used for the preview.",
|
|
5856
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5857
|
-
"type": "string"
|
|
5858
|
-
}
|
|
5859
|
-
},
|
|
5860
|
-
"required": [
|
|
5861
|
-
"key"
|
|
5862
|
-
],
|
|
5863
|
-
"type": "object"
|
|
5864
|
-
},
|
|
5865
|
-
{
|
|
5866
|
-
"type": "string"
|
|
5867
|
-
},
|
|
5868
|
-
{
|
|
5869
|
-
"type": "boolean"
|
|
5870
|
-
}
|
|
5871
|
-
]
|
|
5872
|
-
},
|
|
5873
|
-
"type": "array"
|
|
5874
|
-
},
|
|
5875
|
-
{
|
|
5876
|
-
"type": "string"
|
|
5877
|
-
},
|
|
5878
|
-
{
|
|
5879
|
-
"type": "boolean"
|
|
5880
|
-
}
|
|
5881
|
-
],
|
|
5552
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5882
5553
|
"description": "Controls the main text shown per item.",
|
|
5883
5554
|
"markdownDescription": "Controls the main text shown per item."
|
|
5884
5555
|
}
|
|
5885
5556
|
},
|
|
5886
5557
|
"type": "object"
|
|
5887
5558
|
},
|
|
5559
|
+
"PreviewKeyEntry": {
|
|
5560
|
+
"additionalProperties": false,
|
|
5561
|
+
"properties": {
|
|
5562
|
+
"key": {
|
|
5563
|
+
"description": "The key used to access the value used for the preview.",
|
|
5564
|
+
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5565
|
+
"type": "string"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5568
|
+
"required": [
|
|
5569
|
+
"key"
|
|
5570
|
+
],
|
|
5571
|
+
"type": "object"
|
|
5572
|
+
},
|
|
5888
5573
|
"PreviewMetadata": {
|
|
5889
5574
|
"additionalProperties": false,
|
|
5890
5575
|
"properties": {
|
|
5891
5576
|
"icon": {
|
|
5892
|
-
"
|
|
5893
|
-
{
|
|
5894
|
-
"items": {
|
|
5895
|
-
"anyOf": [
|
|
5896
|
-
{
|
|
5897
|
-
"additionalProperties": false,
|
|
5898
|
-
"properties": {
|
|
5899
|
-
"key": {
|
|
5900
|
-
"description": "The key used to access the value used for the preview.",
|
|
5901
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5902
|
-
"type": "string"
|
|
5903
|
-
}
|
|
5904
|
-
},
|
|
5905
|
-
"required": [
|
|
5906
|
-
"key"
|
|
5907
|
-
],
|
|
5908
|
-
"type": "object"
|
|
5909
|
-
},
|
|
5910
|
-
{
|
|
5911
|
-
"type": "string"
|
|
5912
|
-
},
|
|
5913
|
-
{
|
|
5914
|
-
"type": "boolean"
|
|
5915
|
-
}
|
|
5916
|
-
]
|
|
5917
|
-
},
|
|
5918
|
-
"type": "array"
|
|
5919
|
-
},
|
|
5920
|
-
{
|
|
5921
|
-
"type": "string"
|
|
5922
|
-
},
|
|
5923
|
-
{
|
|
5924
|
-
"type": "boolean"
|
|
5925
|
-
}
|
|
5926
|
-
],
|
|
5577
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5927
5578
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5928
5579
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5929
5580
|
},
|
|
@@ -5933,80 +5584,12 @@
|
|
|
5933
5584
|
"type": "string"
|
|
5934
5585
|
},
|
|
5935
5586
|
"image": {
|
|
5936
|
-
"
|
|
5937
|
-
{
|
|
5938
|
-
"items": {
|
|
5939
|
-
"anyOf": [
|
|
5940
|
-
{
|
|
5941
|
-
"additionalProperties": false,
|
|
5942
|
-
"properties": {
|
|
5943
|
-
"key": {
|
|
5944
|
-
"description": "The key used to access the value used for the preview.",
|
|
5945
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5946
|
-
"type": "string"
|
|
5947
|
-
}
|
|
5948
|
-
},
|
|
5949
|
-
"required": [
|
|
5950
|
-
"key"
|
|
5951
|
-
],
|
|
5952
|
-
"type": "object"
|
|
5953
|
-
},
|
|
5954
|
-
{
|
|
5955
|
-
"type": "string"
|
|
5956
|
-
},
|
|
5957
|
-
{
|
|
5958
|
-
"type": "boolean"
|
|
5959
|
-
}
|
|
5960
|
-
]
|
|
5961
|
-
},
|
|
5962
|
-
"type": "array"
|
|
5963
|
-
},
|
|
5964
|
-
{
|
|
5965
|
-
"type": "string"
|
|
5966
|
-
},
|
|
5967
|
-
{
|
|
5968
|
-
"type": "boolean"
|
|
5969
|
-
}
|
|
5970
|
-
],
|
|
5587
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5971
5588
|
"description": "Controls the image shown per item.",
|
|
5972
5589
|
"markdownDescription": "Controls the image shown per item."
|
|
5973
5590
|
},
|
|
5974
5591
|
"text": {
|
|
5975
|
-
"
|
|
5976
|
-
{
|
|
5977
|
-
"items": {
|
|
5978
|
-
"anyOf": [
|
|
5979
|
-
{
|
|
5980
|
-
"additionalProperties": false,
|
|
5981
|
-
"properties": {
|
|
5982
|
-
"key": {
|
|
5983
|
-
"description": "The key used to access the value used for the preview.",
|
|
5984
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5985
|
-
"type": "string"
|
|
5986
|
-
}
|
|
5987
|
-
},
|
|
5988
|
-
"required": [
|
|
5989
|
-
"key"
|
|
5990
|
-
],
|
|
5991
|
-
"type": "object"
|
|
5992
|
-
},
|
|
5993
|
-
{
|
|
5994
|
-
"type": "string"
|
|
5995
|
-
},
|
|
5996
|
-
{
|
|
5997
|
-
"type": "boolean"
|
|
5998
|
-
}
|
|
5999
|
-
]
|
|
6000
|
-
},
|
|
6001
|
-
"type": "array"
|
|
6002
|
-
},
|
|
6003
|
-
{
|
|
6004
|
-
"type": "string"
|
|
6005
|
-
},
|
|
6006
|
-
{
|
|
6007
|
-
"type": "boolean"
|
|
6008
|
-
}
|
|
6009
|
-
],
|
|
5592
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6010
5593
|
"description": "Controls the main text shown per item.",
|
|
6011
5594
|
"markdownDescription": "Controls the main text shown per item."
|
|
6012
5595
|
}
|
|
@@ -6295,8 +5878,18 @@
|
|
|
6295
5878
|
"type": "string"
|
|
6296
5879
|
},
|
|
6297
5880
|
"code": {
|
|
6298
|
-
"description": "Enables
|
|
6299
|
-
"markdownDescription": "Enables
|
|
5881
|
+
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5882
|
+
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5883
|
+
"type": "boolean"
|
|
5884
|
+
},
|
|
5885
|
+
"code_block": {
|
|
5886
|
+
"description": "Enables a control to insert a code block.",
|
|
5887
|
+
"markdownDescription": "Enables a control to insert a code block.",
|
|
5888
|
+
"type": "boolean"
|
|
5889
|
+
},
|
|
5890
|
+
"code_inline": {
|
|
5891
|
+
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
5892
|
+
"markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
|
|
6300
5893
|
"type": "boolean"
|
|
6301
5894
|
},
|
|
6302
5895
|
"copyformatting": {
|
|
@@ -6521,16 +6114,18 @@
|
|
|
6521
6114
|
"properties": {
|
|
6522
6115
|
"_array_structures": {
|
|
6523
6116
|
"additionalProperties": {},
|
|
6524
|
-
"
|
|
6525
|
-
"
|
|
6117
|
+
"deprecated": "Use _structures instead.",
|
|
6118
|
+
"description": "Now known as _structures.",
|
|
6119
|
+
"markdownDescription": "Now known as _structures.",
|
|
6526
6120
|
"type": "object"
|
|
6527
6121
|
},
|
|
6528
6122
|
"_comments": {
|
|
6529
6123
|
"additionalProperties": {
|
|
6530
6124
|
"type": "string"
|
|
6531
6125
|
},
|
|
6532
|
-
"
|
|
6533
|
-
"
|
|
6126
|
+
"deprecated": "Use _inputs instead.",
|
|
6127
|
+
"description": "Now part of _inputs.*.comment.",
|
|
6128
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
6534
6129
|
"type": "object"
|
|
6535
6130
|
},
|
|
6536
6131
|
"_editables": {
|
|
@@ -6559,8 +6154,9 @@
|
|
|
6559
6154
|
"additionalProperties": {},
|
|
6560
6155
|
"type": "object"
|
|
6561
6156
|
},
|
|
6562
|
-
"
|
|
6563
|
-
"
|
|
6157
|
+
"deprecated": "Use _inputs instead.",
|
|
6158
|
+
"description": "Now part of _inputs.*.options.",
|
|
6159
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
6564
6160
|
"type": "object"
|
|
6565
6161
|
},
|
|
6566
6162
|
"_select_data": {
|
|
@@ -6758,80 +6354,12 @@
|
|
|
6758
6354
|
"additionalProperties": false,
|
|
6759
6355
|
"properties": {
|
|
6760
6356
|
"icon": {
|
|
6761
|
-
"
|
|
6762
|
-
{
|
|
6763
|
-
"items": {
|
|
6764
|
-
"anyOf": [
|
|
6765
|
-
{
|
|
6766
|
-
"additionalProperties": false,
|
|
6767
|
-
"properties": {
|
|
6768
|
-
"key": {
|
|
6769
|
-
"description": "The key used to access the value used for the preview.",
|
|
6770
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
6771
|
-
"type": "string"
|
|
6772
|
-
}
|
|
6773
|
-
},
|
|
6774
|
-
"required": [
|
|
6775
|
-
"key"
|
|
6776
|
-
],
|
|
6777
|
-
"type": "object"
|
|
6778
|
-
},
|
|
6779
|
-
{
|
|
6780
|
-
"type": "string"
|
|
6781
|
-
},
|
|
6782
|
-
{
|
|
6783
|
-
"type": "boolean"
|
|
6784
|
-
}
|
|
6785
|
-
]
|
|
6786
|
-
},
|
|
6787
|
-
"type": "array"
|
|
6788
|
-
},
|
|
6789
|
-
{
|
|
6790
|
-
"type": "string"
|
|
6791
|
-
},
|
|
6792
|
-
{
|
|
6793
|
-
"type": "boolean"
|
|
6794
|
-
}
|
|
6795
|
-
],
|
|
6357
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6796
6358
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
6797
6359
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
6798
6360
|
},
|
|
6799
6361
|
"text": {
|
|
6800
|
-
"
|
|
6801
|
-
{
|
|
6802
|
-
"items": {
|
|
6803
|
-
"anyOf": [
|
|
6804
|
-
{
|
|
6805
|
-
"additionalProperties": false,
|
|
6806
|
-
"properties": {
|
|
6807
|
-
"key": {
|
|
6808
|
-
"description": "The key used to access the value used for the preview.",
|
|
6809
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
6810
|
-
"type": "string"
|
|
6811
|
-
}
|
|
6812
|
-
},
|
|
6813
|
-
"required": [
|
|
6814
|
-
"key"
|
|
6815
|
-
],
|
|
6816
|
-
"type": "object"
|
|
6817
|
-
},
|
|
6818
|
-
{
|
|
6819
|
-
"type": "string"
|
|
6820
|
-
},
|
|
6821
|
-
{
|
|
6822
|
-
"type": "boolean"
|
|
6823
|
-
}
|
|
6824
|
-
]
|
|
6825
|
-
},
|
|
6826
|
-
"type": "array"
|
|
6827
|
-
},
|
|
6828
|
-
{
|
|
6829
|
-
"type": "string"
|
|
6830
|
-
},
|
|
6831
|
-
{
|
|
6832
|
-
"type": "boolean"
|
|
6833
|
-
}
|
|
6834
|
-
],
|
|
6362
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6835
6363
|
"description": "Controls the main text shown per item.",
|
|
6836
6364
|
"markdownDescription": "Controls the main text shown per item."
|
|
6837
6365
|
}
|
|
@@ -6941,6 +6469,354 @@
|
|
|
6941
6469
|
},
|
|
6942
6470
|
"type": "object"
|
|
6943
6471
|
},
|
|
6472
|
+
"SnippetsImport<(\"_cc_jekyll_unknown_paired_tag\"|\"_cc_jekyll_unknown_tag\"|\"jekyll_highlight\"|\"_cc_jekyll_template\"|\"jekyll_raw\"|\"jekyll_link\"|\"jekyll_post_url\")>": {
|
|
6473
|
+
"additionalProperties": false,
|
|
6474
|
+
"properties": {
|
|
6475
|
+
"exclude": {
|
|
6476
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6477
|
+
"items": {
|
|
6478
|
+
"enum": [
|
|
6479
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6480
|
+
"_cc_jekyll_unknown_tag",
|
|
6481
|
+
"jekyll_highlight",
|
|
6482
|
+
"_cc_jekyll_template",
|
|
6483
|
+
"jekyll_raw",
|
|
6484
|
+
"jekyll_link",
|
|
6485
|
+
"jekyll_post_url"
|
|
6486
|
+
],
|
|
6487
|
+
"type": "string"
|
|
6488
|
+
},
|
|
6489
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6490
|
+
"type": "array"
|
|
6491
|
+
},
|
|
6492
|
+
"include": {
|
|
6493
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6494
|
+
"items": {
|
|
6495
|
+
"enum": [
|
|
6496
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6497
|
+
"_cc_jekyll_unknown_tag",
|
|
6498
|
+
"jekyll_highlight",
|
|
6499
|
+
"_cc_jekyll_template",
|
|
6500
|
+
"jekyll_raw",
|
|
6501
|
+
"jekyll_link",
|
|
6502
|
+
"jekyll_post_url"
|
|
6503
|
+
],
|
|
6504
|
+
"type": "string"
|
|
6505
|
+
},
|
|
6506
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6507
|
+
"type": "array"
|
|
6508
|
+
}
|
|
6509
|
+
},
|
|
6510
|
+
"type": "object"
|
|
6511
|
+
},
|
|
6512
|
+
"SnippetsImport<(\"docusaurus_mdx_admonition\"|\"docusaurus_mdx_tabs\"|\"docusaurus_mdx_truncate\"|\"docusaurus_mdx_codeblock\")>": {
|
|
6513
|
+
"additionalProperties": false,
|
|
6514
|
+
"properties": {
|
|
6515
|
+
"exclude": {
|
|
6516
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6517
|
+
"items": {
|
|
6518
|
+
"enum": [
|
|
6519
|
+
"docusaurus_mdx_admonition",
|
|
6520
|
+
"docusaurus_mdx_tabs",
|
|
6521
|
+
"docusaurus_mdx_truncate",
|
|
6522
|
+
"docusaurus_mdx_codeblock"
|
|
6523
|
+
],
|
|
6524
|
+
"type": "string"
|
|
6525
|
+
},
|
|
6526
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6527
|
+
"type": "array"
|
|
6528
|
+
},
|
|
6529
|
+
"include": {
|
|
6530
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6531
|
+
"items": {
|
|
6532
|
+
"enum": [
|
|
6533
|
+
"docusaurus_mdx_admonition",
|
|
6534
|
+
"docusaurus_mdx_tabs",
|
|
6535
|
+
"docusaurus_mdx_truncate",
|
|
6536
|
+
"docusaurus_mdx_codeblock"
|
|
6537
|
+
],
|
|
6538
|
+
"type": "string"
|
|
6539
|
+
},
|
|
6540
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6541
|
+
"type": "array"
|
|
6542
|
+
}
|
|
6543
|
+
},
|
|
6544
|
+
"type": "object"
|
|
6545
|
+
},
|
|
6546
|
+
"SnippetsImport<(\"eleventy_liquid_raw\"|\"_cc_eleventy_liquid_unknown_paired_shortcode\"|\"_cc_eleventy_liquid_unknown_shortcode\"|\"_cc_eleventy_liquid_template\")>": {
|
|
6547
|
+
"additionalProperties": false,
|
|
6548
|
+
"properties": {
|
|
6549
|
+
"exclude": {
|
|
6550
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6551
|
+
"items": {
|
|
6552
|
+
"enum": [
|
|
6553
|
+
"eleventy_liquid_raw",
|
|
6554
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6555
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6556
|
+
"_cc_eleventy_liquid_template"
|
|
6557
|
+
],
|
|
6558
|
+
"type": "string"
|
|
6559
|
+
},
|
|
6560
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6561
|
+
"type": "array"
|
|
6562
|
+
},
|
|
6563
|
+
"include": {
|
|
6564
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6565
|
+
"items": {
|
|
6566
|
+
"enum": [
|
|
6567
|
+
"eleventy_liquid_raw",
|
|
6568
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6569
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6570
|
+
"_cc_eleventy_liquid_template"
|
|
6571
|
+
],
|
|
6572
|
+
"type": "string"
|
|
6573
|
+
},
|
|
6574
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6575
|
+
"type": "array"
|
|
6576
|
+
}
|
|
6577
|
+
},
|
|
6578
|
+
"type": "object"
|
|
6579
|
+
},
|
|
6580
|
+
"SnippetsImport<(\"eleventy_nunjucks_raw\"|\"eleventy_nunjucks_verbatim\"|\"_cc_eleventy_nunjucks_unknown_paired_shortcode\"|\"_cc_eleventy_nunjucks_unknown_shortcode\"|\"_cc_eleventy_nunjucks_template\")>": {
|
|
6581
|
+
"additionalProperties": false,
|
|
6582
|
+
"properties": {
|
|
6583
|
+
"exclude": {
|
|
6584
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6585
|
+
"items": {
|
|
6586
|
+
"enum": [
|
|
6587
|
+
"eleventy_nunjucks_raw",
|
|
6588
|
+
"eleventy_nunjucks_verbatim",
|
|
6589
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6590
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6591
|
+
"_cc_eleventy_nunjucks_template"
|
|
6592
|
+
],
|
|
6593
|
+
"type": "string"
|
|
6594
|
+
},
|
|
6595
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6596
|
+
"type": "array"
|
|
6597
|
+
},
|
|
6598
|
+
"include": {
|
|
6599
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6600
|
+
"items": {
|
|
6601
|
+
"enum": [
|
|
6602
|
+
"eleventy_nunjucks_raw",
|
|
6603
|
+
"eleventy_nunjucks_verbatim",
|
|
6604
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6605
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6606
|
+
"_cc_eleventy_nunjucks_template"
|
|
6607
|
+
],
|
|
6608
|
+
"type": "string"
|
|
6609
|
+
},
|
|
6610
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6611
|
+
"type": "array"
|
|
6612
|
+
}
|
|
6613
|
+
},
|
|
6614
|
+
"type": "object"
|
|
6615
|
+
},
|
|
6616
|
+
"SnippetsImport<(\"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\")>": {
|
|
6617
|
+
"additionalProperties": false,
|
|
6618
|
+
"properties": {
|
|
6619
|
+
"exclude": {
|
|
6620
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6621
|
+
"items": {
|
|
6622
|
+
"enum": [
|
|
6623
|
+
"hugo_summary_divider",
|
|
6624
|
+
"hugo_highlight",
|
|
6625
|
+
"hugo_figure",
|
|
6626
|
+
"hugo_gist",
|
|
6627
|
+
"hugo_instagram",
|
|
6628
|
+
"hugo_param",
|
|
6629
|
+
"hugo_ref",
|
|
6630
|
+
"hugo_relref",
|
|
6631
|
+
"hugo_tweet",
|
|
6632
|
+
"hugo_vimeo",
|
|
6633
|
+
"hugo_youtube",
|
|
6634
|
+
"_cc_hugo_unknown_paired",
|
|
6635
|
+
"_cc_hugo_unknown",
|
|
6636
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6637
|
+
"_cc_hugo_unknown_processed"
|
|
6638
|
+
],
|
|
6639
|
+
"type": "string"
|
|
6640
|
+
},
|
|
6641
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6642
|
+
"type": "array"
|
|
6643
|
+
},
|
|
6644
|
+
"include": {
|
|
6645
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6646
|
+
"items": {
|
|
6647
|
+
"enum": [
|
|
6648
|
+
"hugo_summary_divider",
|
|
6649
|
+
"hugo_highlight",
|
|
6650
|
+
"hugo_figure",
|
|
6651
|
+
"hugo_gist",
|
|
6652
|
+
"hugo_instagram",
|
|
6653
|
+
"hugo_param",
|
|
6654
|
+
"hugo_ref",
|
|
6655
|
+
"hugo_relref",
|
|
6656
|
+
"hugo_tweet",
|
|
6657
|
+
"hugo_vimeo",
|
|
6658
|
+
"hugo_youtube",
|
|
6659
|
+
"_cc_hugo_unknown_paired",
|
|
6660
|
+
"_cc_hugo_unknown",
|
|
6661
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6662
|
+
"_cc_hugo_unknown_processed"
|
|
6663
|
+
],
|
|
6664
|
+
"type": "string"
|
|
6665
|
+
},
|
|
6666
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6667
|
+
"type": "array"
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
"type": "object"
|
|
6671
|
+
},
|
|
6672
|
+
"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\")>": {
|
|
6673
|
+
"additionalProperties": false,
|
|
6674
|
+
"properties": {
|
|
6675
|
+
"exclude": {
|
|
6676
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6677
|
+
"items": {
|
|
6678
|
+
"enum": [
|
|
6679
|
+
"import",
|
|
6680
|
+
"_cc_mdx_unknown_export",
|
|
6681
|
+
"_cc_mdx_unknown_export_expression",
|
|
6682
|
+
"_cc_mdx_unknown_export_default",
|
|
6683
|
+
"_cc_mdx_unknown_template",
|
|
6684
|
+
"_cc_mdx_paired_unknown",
|
|
6685
|
+
"_cc_mdx_unknown"
|
|
6686
|
+
],
|
|
6687
|
+
"type": "string"
|
|
6688
|
+
},
|
|
6689
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6690
|
+
"type": "array"
|
|
6691
|
+
},
|
|
6692
|
+
"include": {
|
|
6693
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6694
|
+
"items": {
|
|
6695
|
+
"enum": [
|
|
6696
|
+
"import",
|
|
6697
|
+
"_cc_mdx_unknown_export",
|
|
6698
|
+
"_cc_mdx_unknown_export_expression",
|
|
6699
|
+
"_cc_mdx_unknown_export_default",
|
|
6700
|
+
"_cc_mdx_unknown_template",
|
|
6701
|
+
"_cc_mdx_paired_unknown",
|
|
6702
|
+
"_cc_mdx_unknown"
|
|
6703
|
+
],
|
|
6704
|
+
"type": "string"
|
|
6705
|
+
},
|
|
6706
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6707
|
+
"type": "array"
|
|
6708
|
+
}
|
|
6709
|
+
},
|
|
6710
|
+
"type": "object"
|
|
6711
|
+
},
|
|
6712
|
+
"SnippetsImport<(\"markdoc_id_annotation\"|\"markdoc_class_annotation\"|\"markdoc_table\"|\"_cc_markdoc_unknown_tag\"|\"_cc_markdoc_unknown_paired_tag\"|\"_cc_markdoc_unknown_template\")>": {
|
|
6713
|
+
"additionalProperties": false,
|
|
6714
|
+
"properties": {
|
|
6715
|
+
"exclude": {
|
|
6716
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6717
|
+
"items": {
|
|
6718
|
+
"enum": [
|
|
6719
|
+
"markdoc_id_annotation",
|
|
6720
|
+
"markdoc_class_annotation",
|
|
6721
|
+
"markdoc_table",
|
|
6722
|
+
"_cc_markdoc_unknown_tag",
|
|
6723
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6724
|
+
"_cc_markdoc_unknown_template"
|
|
6725
|
+
],
|
|
6726
|
+
"type": "string"
|
|
6727
|
+
},
|
|
6728
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6729
|
+
"type": "array"
|
|
6730
|
+
},
|
|
6731
|
+
"include": {
|
|
6732
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6733
|
+
"items": {
|
|
6734
|
+
"enum": [
|
|
6735
|
+
"markdoc_id_annotation",
|
|
6736
|
+
"markdoc_class_annotation",
|
|
6737
|
+
"markdoc_table",
|
|
6738
|
+
"_cc_markdoc_unknown_tag",
|
|
6739
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6740
|
+
"_cc_markdoc_unknown_template"
|
|
6741
|
+
],
|
|
6742
|
+
"type": "string"
|
|
6743
|
+
},
|
|
6744
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6745
|
+
"type": "array"
|
|
6746
|
+
}
|
|
6747
|
+
},
|
|
6748
|
+
"type": "object"
|
|
6749
|
+
},
|
|
6750
|
+
"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\")>": {
|
|
6751
|
+
"additionalProperties": false,
|
|
6752
|
+
"properties": {
|
|
6753
|
+
"exclude": {
|
|
6754
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6755
|
+
"items": {
|
|
6756
|
+
"enum": [
|
|
6757
|
+
"python_markdown_abbreviation",
|
|
6758
|
+
"python_markdown_admonition",
|
|
6759
|
+
"python_markdown_arithmatex",
|
|
6760
|
+
"python_markdown_attribute_list",
|
|
6761
|
+
"python_markdown_code_block",
|
|
6762
|
+
"python_markdown_collapsible_admonition",
|
|
6763
|
+
"python_markdown_tabs",
|
|
6764
|
+
"python_markdown_footnote",
|
|
6765
|
+
"python_markdown_footnote_marker",
|
|
6766
|
+
"python_markdown_icon",
|
|
6767
|
+
"python_markdown_image",
|
|
6768
|
+
"python_markdown_inline_arithmatex",
|
|
6769
|
+
"python_markdown_inline_code",
|
|
6770
|
+
"python_markdown_link",
|
|
6771
|
+
"python_markdown_reference_image",
|
|
6772
|
+
"python_markdown_reference_template_image",
|
|
6773
|
+
"python_markdown_reference_link",
|
|
6774
|
+
"python_markdown_reference",
|
|
6775
|
+
"python_markdown_reference_template",
|
|
6776
|
+
"python_markdown_block_snippet",
|
|
6777
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6778
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6779
|
+
],
|
|
6780
|
+
"type": "string"
|
|
6781
|
+
},
|
|
6782
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6783
|
+
"type": "array"
|
|
6784
|
+
},
|
|
6785
|
+
"include": {
|
|
6786
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6787
|
+
"items": {
|
|
6788
|
+
"enum": [
|
|
6789
|
+
"python_markdown_abbreviation",
|
|
6790
|
+
"python_markdown_admonition",
|
|
6791
|
+
"python_markdown_arithmatex",
|
|
6792
|
+
"python_markdown_attribute_list",
|
|
6793
|
+
"python_markdown_code_block",
|
|
6794
|
+
"python_markdown_collapsible_admonition",
|
|
6795
|
+
"python_markdown_tabs",
|
|
6796
|
+
"python_markdown_footnote",
|
|
6797
|
+
"python_markdown_footnote_marker",
|
|
6798
|
+
"python_markdown_icon",
|
|
6799
|
+
"python_markdown_image",
|
|
6800
|
+
"python_markdown_inline_arithmatex",
|
|
6801
|
+
"python_markdown_inline_code",
|
|
6802
|
+
"python_markdown_link",
|
|
6803
|
+
"python_markdown_reference_image",
|
|
6804
|
+
"python_markdown_reference_template_image",
|
|
6805
|
+
"python_markdown_reference_link",
|
|
6806
|
+
"python_markdown_reference",
|
|
6807
|
+
"python_markdown_reference_template",
|
|
6808
|
+
"python_markdown_block_snippet",
|
|
6809
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6810
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6811
|
+
],
|
|
6812
|
+
"type": "string"
|
|
6813
|
+
},
|
|
6814
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6815
|
+
"type": "array"
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
6818
|
+
"type": "object"
|
|
6819
|
+
},
|
|
6944
6820
|
"SnippetsImports": {
|
|
6945
6821
|
"additionalProperties": false,
|
|
6946
6822
|
"properties": {
|
|
@@ -6950,38 +6826,7 @@
|
|
|
6950
6826
|
"type": "boolean"
|
|
6951
6827
|
},
|
|
6952
6828
|
{
|
|
6953
|
-
"
|
|
6954
|
-
"properties": {
|
|
6955
|
-
"exclude": {
|
|
6956
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6957
|
-
"items": {
|
|
6958
|
-
"enum": [
|
|
6959
|
-
"docusaurus_mdx_admonition",
|
|
6960
|
-
"docusaurus_mdx_tabs",
|
|
6961
|
-
"docusaurus_mdx_truncate",
|
|
6962
|
-
"docusaurus_mdx_codeblock"
|
|
6963
|
-
],
|
|
6964
|
-
"type": "string"
|
|
6965
|
-
},
|
|
6966
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6967
|
-
"type": "array"
|
|
6968
|
-
},
|
|
6969
|
-
"include": {
|
|
6970
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6971
|
-
"items": {
|
|
6972
|
-
"enum": [
|
|
6973
|
-
"docusaurus_mdx_admonition",
|
|
6974
|
-
"docusaurus_mdx_tabs",
|
|
6975
|
-
"docusaurus_mdx_truncate",
|
|
6976
|
-
"docusaurus_mdx_codeblock"
|
|
6977
|
-
],
|
|
6978
|
-
"type": "string"
|
|
6979
|
-
},
|
|
6980
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6981
|
-
"type": "array"
|
|
6982
|
-
}
|
|
6983
|
-
},
|
|
6984
|
-
"type": "object"
|
|
6829
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22docusaurus_mdx_admonition%22%7C%22docusaurus_mdx_tabs%22%7C%22docusaurus_mdx_truncate%22%7C%22docusaurus_mdx_codeblock%22)%3E"
|
|
6985
6830
|
}
|
|
6986
6831
|
],
|
|
6987
6832
|
"description": "Default snippets for Docusaurus SSG.",
|
|
@@ -6993,38 +6838,7 @@
|
|
|
6993
6838
|
"type": "boolean"
|
|
6994
6839
|
},
|
|
6995
6840
|
{
|
|
6996
|
-
"
|
|
6997
|
-
"properties": {
|
|
6998
|
-
"exclude": {
|
|
6999
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7000
|
-
"items": {
|
|
7001
|
-
"enum": [
|
|
7002
|
-
"eleventy_liquid_raw",
|
|
7003
|
-
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
7004
|
-
"_cc_eleventy_liquid_unknown_shortcode",
|
|
7005
|
-
"_cc_eleventy_liquid_template"
|
|
7006
|
-
],
|
|
7007
|
-
"type": "string"
|
|
7008
|
-
},
|
|
7009
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7010
|
-
"type": "array"
|
|
7011
|
-
},
|
|
7012
|
-
"include": {
|
|
7013
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7014
|
-
"items": {
|
|
7015
|
-
"enum": [
|
|
7016
|
-
"eleventy_liquid_raw",
|
|
7017
|
-
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
7018
|
-
"_cc_eleventy_liquid_unknown_shortcode",
|
|
7019
|
-
"_cc_eleventy_liquid_template"
|
|
7020
|
-
],
|
|
7021
|
-
"type": "string"
|
|
7022
|
-
},
|
|
7023
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7024
|
-
"type": "array"
|
|
7025
|
-
}
|
|
7026
|
-
},
|
|
7027
|
-
"type": "object"
|
|
6841
|
+
"$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"
|
|
7028
6842
|
}
|
|
7029
6843
|
],
|
|
7030
6844
|
"description": "Default snippets for Eleventy SSG Liquid files.",
|
|
@@ -7036,40 +6850,7 @@
|
|
|
7036
6850
|
"type": "boolean"
|
|
7037
6851
|
},
|
|
7038
6852
|
{
|
|
7039
|
-
"
|
|
7040
|
-
"properties": {
|
|
7041
|
-
"exclude": {
|
|
7042
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7043
|
-
"items": {
|
|
7044
|
-
"enum": [
|
|
7045
|
-
"eleventy_nunjucks_raw",
|
|
7046
|
-
"eleventy_nunjucks_verbatim",
|
|
7047
|
-
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
7048
|
-
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
7049
|
-
"_cc_eleventy_nunjucks_template"
|
|
7050
|
-
],
|
|
7051
|
-
"type": "string"
|
|
7052
|
-
},
|
|
7053
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7054
|
-
"type": "array"
|
|
7055
|
-
},
|
|
7056
|
-
"include": {
|
|
7057
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7058
|
-
"items": {
|
|
7059
|
-
"enum": [
|
|
7060
|
-
"eleventy_nunjucks_raw",
|
|
7061
|
-
"eleventy_nunjucks_verbatim",
|
|
7062
|
-
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
7063
|
-
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
7064
|
-
"_cc_eleventy_nunjucks_template"
|
|
7065
|
-
],
|
|
7066
|
-
"type": "string"
|
|
7067
|
-
},
|
|
7068
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7069
|
-
"type": "array"
|
|
7070
|
-
}
|
|
7071
|
-
},
|
|
7072
|
-
"type": "object"
|
|
6853
|
+
"$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"
|
|
7073
6854
|
}
|
|
7074
6855
|
],
|
|
7075
6856
|
"description": "Default snippets for Eleventy SSG Nunjucks files.",
|
|
@@ -7081,60 +6862,7 @@
|
|
|
7081
6862
|
"type": "boolean"
|
|
7082
6863
|
},
|
|
7083
6864
|
{
|
|
7084
|
-
"
|
|
7085
|
-
"properties": {
|
|
7086
|
-
"exclude": {
|
|
7087
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7088
|
-
"items": {
|
|
7089
|
-
"enum": [
|
|
7090
|
-
"hugo_summary_divider",
|
|
7091
|
-
"hugo_highlight",
|
|
7092
|
-
"hugo_figure",
|
|
7093
|
-
"hugo_gist",
|
|
7094
|
-
"hugo_instagram",
|
|
7095
|
-
"hugo_param",
|
|
7096
|
-
"hugo_ref",
|
|
7097
|
-
"hugo_relref",
|
|
7098
|
-
"hugo_tweet",
|
|
7099
|
-
"hugo_vimeo",
|
|
7100
|
-
"hugo_youtube",
|
|
7101
|
-
"_cc_hugo_unknown_paired",
|
|
7102
|
-
"_cc_hugo_unknown",
|
|
7103
|
-
"_cc_hugo_unknown_paired_processed",
|
|
7104
|
-
"_cc_hugo_unknown_processed"
|
|
7105
|
-
],
|
|
7106
|
-
"type": "string"
|
|
7107
|
-
},
|
|
7108
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7109
|
-
"type": "array"
|
|
7110
|
-
},
|
|
7111
|
-
"include": {
|
|
7112
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7113
|
-
"items": {
|
|
7114
|
-
"enum": [
|
|
7115
|
-
"hugo_summary_divider",
|
|
7116
|
-
"hugo_highlight",
|
|
7117
|
-
"hugo_figure",
|
|
7118
|
-
"hugo_gist",
|
|
7119
|
-
"hugo_instagram",
|
|
7120
|
-
"hugo_param",
|
|
7121
|
-
"hugo_ref",
|
|
7122
|
-
"hugo_relref",
|
|
7123
|
-
"hugo_tweet",
|
|
7124
|
-
"hugo_vimeo",
|
|
7125
|
-
"hugo_youtube",
|
|
7126
|
-
"_cc_hugo_unknown_paired",
|
|
7127
|
-
"_cc_hugo_unknown",
|
|
7128
|
-
"_cc_hugo_unknown_paired_processed",
|
|
7129
|
-
"_cc_hugo_unknown_processed"
|
|
7130
|
-
],
|
|
7131
|
-
"type": "string"
|
|
7132
|
-
},
|
|
7133
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7134
|
-
"type": "array"
|
|
7135
|
-
}
|
|
7136
|
-
},
|
|
7137
|
-
"type": "object"
|
|
6865
|
+
"$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"
|
|
7138
6866
|
}
|
|
7139
6867
|
],
|
|
7140
6868
|
"description": "Default snippets for Hugo SSG.",
|
|
@@ -7146,44 +6874,7 @@
|
|
|
7146
6874
|
"type": "boolean"
|
|
7147
6875
|
},
|
|
7148
6876
|
{
|
|
7149
|
-
"
|
|
7150
|
-
"properties": {
|
|
7151
|
-
"exclude": {
|
|
7152
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7153
|
-
"items": {
|
|
7154
|
-
"enum": [
|
|
7155
|
-
"_cc_jekyll_unknown_paired_tag",
|
|
7156
|
-
"_cc_jekyll_unknown_tag",
|
|
7157
|
-
"jekyll_highlight",
|
|
7158
|
-
"_cc_jekyll_template",
|
|
7159
|
-
"jekyll_raw",
|
|
7160
|
-
"jekyll_link",
|
|
7161
|
-
"jekyll_post_url"
|
|
7162
|
-
],
|
|
7163
|
-
"type": "string"
|
|
7164
|
-
},
|
|
7165
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7166
|
-
"type": "array"
|
|
7167
|
-
},
|
|
7168
|
-
"include": {
|
|
7169
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7170
|
-
"items": {
|
|
7171
|
-
"enum": [
|
|
7172
|
-
"_cc_jekyll_unknown_paired_tag",
|
|
7173
|
-
"_cc_jekyll_unknown_tag",
|
|
7174
|
-
"jekyll_highlight",
|
|
7175
|
-
"_cc_jekyll_template",
|
|
7176
|
-
"jekyll_raw",
|
|
7177
|
-
"jekyll_link",
|
|
7178
|
-
"jekyll_post_url"
|
|
7179
|
-
],
|
|
7180
|
-
"type": "string"
|
|
7181
|
-
},
|
|
7182
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7183
|
-
"type": "array"
|
|
7184
|
-
}
|
|
7185
|
-
},
|
|
7186
|
-
"type": "object"
|
|
6877
|
+
"$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"
|
|
7187
6878
|
}
|
|
7188
6879
|
],
|
|
7189
6880
|
"description": "Default snippets for Jekyll SSG.",
|
|
@@ -7195,42 +6886,7 @@
|
|
|
7195
6886
|
"type": "boolean"
|
|
7196
6887
|
},
|
|
7197
6888
|
{
|
|
7198
|
-
"
|
|
7199
|
-
"properties": {
|
|
7200
|
-
"exclude": {
|
|
7201
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7202
|
-
"items": {
|
|
7203
|
-
"enum": [
|
|
7204
|
-
"markdoc_id_annotation",
|
|
7205
|
-
"markdoc_class_annotation",
|
|
7206
|
-
"markdoc_table",
|
|
7207
|
-
"_cc_markdoc_unknown_tag",
|
|
7208
|
-
"_cc_markdoc_unknown_paired_tag",
|
|
7209
|
-
"_cc_markdoc_unknown_template"
|
|
7210
|
-
],
|
|
7211
|
-
"type": "string"
|
|
7212
|
-
},
|
|
7213
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7214
|
-
"type": "array"
|
|
7215
|
-
},
|
|
7216
|
-
"include": {
|
|
7217
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7218
|
-
"items": {
|
|
7219
|
-
"enum": [
|
|
7220
|
-
"markdoc_id_annotation",
|
|
7221
|
-
"markdoc_class_annotation",
|
|
7222
|
-
"markdoc_table",
|
|
7223
|
-
"_cc_markdoc_unknown_tag",
|
|
7224
|
-
"_cc_markdoc_unknown_paired_tag",
|
|
7225
|
-
"_cc_markdoc_unknown_template"
|
|
7226
|
-
],
|
|
7227
|
-
"type": "string"
|
|
7228
|
-
},
|
|
7229
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7230
|
-
"type": "array"
|
|
7231
|
-
}
|
|
7232
|
-
},
|
|
7233
|
-
"type": "object"
|
|
6889
|
+
"$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"
|
|
7234
6890
|
}
|
|
7235
6891
|
],
|
|
7236
6892
|
"description": "Default snippets for Markdoc-based content.",
|
|
@@ -7242,44 +6898,7 @@
|
|
|
7242
6898
|
"type": "boolean"
|
|
7243
6899
|
},
|
|
7244
6900
|
{
|
|
7245
|
-
"
|
|
7246
|
-
"properties": {
|
|
7247
|
-
"exclude": {
|
|
7248
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7249
|
-
"items": {
|
|
7250
|
-
"enum": [
|
|
7251
|
-
"import",
|
|
7252
|
-
"_cc_mdx_unknown_export",
|
|
7253
|
-
"_cc_mdx_unknown_export_expression",
|
|
7254
|
-
"_cc_mdx_unknown_export_default",
|
|
7255
|
-
"_cc_mdx_unknown_template",
|
|
7256
|
-
"_cc_mdx_paired_unknown",
|
|
7257
|
-
"_cc_mdx_unknown"
|
|
7258
|
-
],
|
|
7259
|
-
"type": "string"
|
|
7260
|
-
},
|
|
7261
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7262
|
-
"type": "array"
|
|
7263
|
-
},
|
|
7264
|
-
"include": {
|
|
7265
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7266
|
-
"items": {
|
|
7267
|
-
"enum": [
|
|
7268
|
-
"import",
|
|
7269
|
-
"_cc_mdx_unknown_export",
|
|
7270
|
-
"_cc_mdx_unknown_export_expression",
|
|
7271
|
-
"_cc_mdx_unknown_export_default",
|
|
7272
|
-
"_cc_mdx_unknown_template",
|
|
7273
|
-
"_cc_mdx_paired_unknown",
|
|
7274
|
-
"_cc_mdx_unknown"
|
|
7275
|
-
],
|
|
7276
|
-
"type": "string"
|
|
7277
|
-
},
|
|
7278
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7279
|
-
"type": "array"
|
|
7280
|
-
}
|
|
7281
|
-
},
|
|
7282
|
-
"type": "object"
|
|
6901
|
+
"$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"
|
|
7283
6902
|
}
|
|
7284
6903
|
],
|
|
7285
6904
|
"description": "Default snippets for MDX-based content.",
|
|
@@ -7291,74 +6910,7 @@
|
|
|
7291
6910
|
"type": "boolean"
|
|
7292
6911
|
},
|
|
7293
6912
|
{
|
|
7294
|
-
"
|
|
7295
|
-
"properties": {
|
|
7296
|
-
"exclude": {
|
|
7297
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7298
|
-
"items": {
|
|
7299
|
-
"enum": [
|
|
7300
|
-
"python_markdown_abbreviation",
|
|
7301
|
-
"python_markdown_admonition",
|
|
7302
|
-
"python_markdown_arithmatex",
|
|
7303
|
-
"python_markdown_attribute_list",
|
|
7304
|
-
"python_markdown_code_block",
|
|
7305
|
-
"python_markdown_collapsible_admonition",
|
|
7306
|
-
"python_markdown_tabs",
|
|
7307
|
-
"python_markdown_footnote",
|
|
7308
|
-
"python_markdown_footnote_marker",
|
|
7309
|
-
"python_markdown_icon",
|
|
7310
|
-
"python_markdown_image",
|
|
7311
|
-
"python_markdown_inline_arithmatex",
|
|
7312
|
-
"python_markdown_inline_code",
|
|
7313
|
-
"python_markdown_link",
|
|
7314
|
-
"python_markdown_reference_image",
|
|
7315
|
-
"python_markdown_reference_template_image",
|
|
7316
|
-
"python_markdown_reference_link",
|
|
7317
|
-
"python_markdown_reference",
|
|
7318
|
-
"python_markdown_reference_template",
|
|
7319
|
-
"python_markdown_block_snippet",
|
|
7320
|
-
"_cc_python_markdown_unknown_snippet",
|
|
7321
|
-
"_cc_python_markdown_unknown_markdown_in_html"
|
|
7322
|
-
],
|
|
7323
|
-
"type": "string"
|
|
7324
|
-
},
|
|
7325
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7326
|
-
"type": "array"
|
|
7327
|
-
},
|
|
7328
|
-
"include": {
|
|
7329
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7330
|
-
"items": {
|
|
7331
|
-
"enum": [
|
|
7332
|
-
"python_markdown_abbreviation",
|
|
7333
|
-
"python_markdown_admonition",
|
|
7334
|
-
"python_markdown_arithmatex",
|
|
7335
|
-
"python_markdown_attribute_list",
|
|
7336
|
-
"python_markdown_code_block",
|
|
7337
|
-
"python_markdown_collapsible_admonition",
|
|
7338
|
-
"python_markdown_tabs",
|
|
7339
|
-
"python_markdown_footnote",
|
|
7340
|
-
"python_markdown_footnote_marker",
|
|
7341
|
-
"python_markdown_icon",
|
|
7342
|
-
"python_markdown_image",
|
|
7343
|
-
"python_markdown_inline_arithmatex",
|
|
7344
|
-
"python_markdown_inline_code",
|
|
7345
|
-
"python_markdown_link",
|
|
7346
|
-
"python_markdown_reference_image",
|
|
7347
|
-
"python_markdown_reference_template_image",
|
|
7348
|
-
"python_markdown_reference_link",
|
|
7349
|
-
"python_markdown_reference",
|
|
7350
|
-
"python_markdown_reference_template",
|
|
7351
|
-
"python_markdown_block_snippet",
|
|
7352
|
-
"_cc_python_markdown_unknown_snippet",
|
|
7353
|
-
"_cc_python_markdown_unknown_markdown_in_html"
|
|
7354
|
-
],
|
|
7355
|
-
"type": "string"
|
|
7356
|
-
},
|
|
7357
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7358
|
-
"type": "array"
|
|
7359
|
-
}
|
|
7360
|
-
},
|
|
7361
|
-
"type": "object"
|
|
6913
|
+
"$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"
|
|
7362
6914
|
}
|
|
7363
6915
|
],
|
|
7364
6916
|
"description": "Default snippets for content using Python markdown extensions.",
|
|
@@ -7437,10 +6989,10 @@
|
|
|
7437
6989
|
"type": "number"
|
|
7438
6990
|
},
|
|
7439
6991
|
"theme": {
|
|
6992
|
+
"$ref": "#/definitions/Theme",
|
|
7440
6993
|
"default": "monokai",
|
|
7441
6994
|
"description": "Changes the color scheme for syntax highlighting in the editor.",
|
|
7442
|
-
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7443
|
-
"type": "string"
|
|
6995
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7444
6996
|
}
|
|
7445
6997
|
},
|
|
7446
6998
|
"type": "object"
|
|
@@ -7938,6 +7490,49 @@
|
|
|
7938
7490
|
},
|
|
7939
7491
|
"type": "object"
|
|
7940
7492
|
},
|
|
7493
|
+
"Theme": {
|
|
7494
|
+
"enum": [
|
|
7495
|
+
"ambiance",
|
|
7496
|
+
"chaos",
|
|
7497
|
+
"chrome",
|
|
7498
|
+
"clouds",
|
|
7499
|
+
"clouds_midnight",
|
|
7500
|
+
"cobalt",
|
|
7501
|
+
"crimson_editor",
|
|
7502
|
+
"dawn",
|
|
7503
|
+
"dracula",
|
|
7504
|
+
"dreamweaver",
|
|
7505
|
+
"eclipse",
|
|
7506
|
+
"github",
|
|
7507
|
+
"gob",
|
|
7508
|
+
"gruvbox",
|
|
7509
|
+
"idle_fingers",
|
|
7510
|
+
"iplastic",
|
|
7511
|
+
"katzenmilch",
|
|
7512
|
+
"kr_theme",
|
|
7513
|
+
"kuroir",
|
|
7514
|
+
"merbivore",
|
|
7515
|
+
"merbivore_soft",
|
|
7516
|
+
"mono_industrial",
|
|
7517
|
+
"monokai",
|
|
7518
|
+
"nord_dark",
|
|
7519
|
+
"pastel_on_dark",
|
|
7520
|
+
"solarized_dark",
|
|
7521
|
+
"solarized_light",
|
|
7522
|
+
"sqlserver",
|
|
7523
|
+
"terminal",
|
|
7524
|
+
"textmate",
|
|
7525
|
+
"tomorrow",
|
|
7526
|
+
"tomorrow_night",
|
|
7527
|
+
"tomorrow_night_blue",
|
|
7528
|
+
"tomorrow_night_bright",
|
|
7529
|
+
"tomorrow_night_eighties",
|
|
7530
|
+
"twilight",
|
|
7531
|
+
"vibrant_ink",
|
|
7532
|
+
"xcode"
|
|
7533
|
+
],
|
|
7534
|
+
"type": "string"
|
|
7535
|
+
},
|
|
7941
7536
|
"Timezone": {
|
|
7942
7537
|
"enum": [
|
|
7943
7538
|
"Africa/Abidjan",
|