@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
|
},
|
|
@@ -1138,427 +1348,9 @@
|
|
|
1138
1348
|
"type": "string"
|
|
1139
1349
|
},
|
|
1140
1350
|
"EleventyConfiguration": {
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1143
|
-
|
|
1144
|
-
"additionalProperties": {},
|
|
1145
|
-
"description": "[DEPRECATED] Now known as _structures.",
|
|
1146
|
-
"markdownDescription": "[DEPRECATED] Now known as _structures.",
|
|
1147
|
-
"type": "object"
|
|
1148
|
-
},
|
|
1149
|
-
"_comments": {
|
|
1150
|
-
"additionalProperties": {
|
|
1151
|
-
"type": "string"
|
|
1152
|
-
},
|
|
1153
|
-
"description": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
1154
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
1155
|
-
"type": "object"
|
|
1156
|
-
},
|
|
1157
|
-
"_editables": {
|
|
1158
|
-
"$ref": "#/definitions/Editables",
|
|
1159
|
-
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
1160
|
-
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
1161
|
-
},
|
|
1162
|
-
"_enabled_editors": {
|
|
1163
|
-
"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.",
|
|
1164
|
-
"items": {
|
|
1165
|
-
"$ref": "#/definitions/EditorKey"
|
|
1166
|
-
},
|
|
1167
|
-
"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.",
|
|
1168
|
-
"type": "array"
|
|
1169
|
-
},
|
|
1170
|
-
"_inputs": {
|
|
1171
|
-
"additionalProperties": {
|
|
1172
|
-
"$ref": "#/definitions/Input"
|
|
1173
|
-
},
|
|
1174
|
-
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1175
|
-
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1176
|
-
"type": "object"
|
|
1177
|
-
},
|
|
1178
|
-
"_options": {
|
|
1179
|
-
"additionalProperties": {
|
|
1180
|
-
"additionalProperties": {},
|
|
1181
|
-
"type": "object"
|
|
1182
|
-
},
|
|
1183
|
-
"description": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
1184
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
1185
|
-
"type": "object"
|
|
1186
|
-
},
|
|
1187
|
-
"_select_data": {
|
|
1188
|
-
"additionalProperties": {
|
|
1189
|
-
"$ref": "#/definitions/SelectValues"
|
|
1190
|
-
},
|
|
1191
|
-
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
1192
|
-
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
1193
|
-
"type": "object"
|
|
1194
|
-
},
|
|
1195
|
-
"_snippets": {
|
|
1196
|
-
"additionalProperties": {
|
|
1197
|
-
"$ref": "#/definitions/SnippetConfig"
|
|
1198
|
-
},
|
|
1199
|
-
"description": "Configuration for custom snippets.",
|
|
1200
|
-
"markdownDescription": "Configuration for custom snippets.",
|
|
1201
|
-
"type": "object"
|
|
1202
|
-
},
|
|
1203
|
-
"_snippets_definitions": {
|
|
1204
|
-
"additionalProperties": {
|
|
1205
|
-
"$ref": "#/definitions/SnippetConfig"
|
|
1206
|
-
},
|
|
1207
|
-
"description": "Extended option used when creating more complex custom snippets.",
|
|
1208
|
-
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
1209
|
-
"type": "object"
|
|
1210
|
-
},
|
|
1211
|
-
"_snippets_imports": {
|
|
1212
|
-
"$ref": "#/definitions/SnippetsImports",
|
|
1213
|
-
"description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
|
|
1214
|
-
"markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
|
|
1215
|
-
},
|
|
1216
|
-
"_snippets_templates": {
|
|
1217
|
-
"additionalProperties": {
|
|
1218
|
-
"$ref": "#/definitions/SnippetConfig"
|
|
1219
|
-
},
|
|
1220
|
-
"description": "Extended option used when creating more complex custom snippets.",
|
|
1221
|
-
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
1222
|
-
"type": "object"
|
|
1223
|
-
},
|
|
1224
|
-
"_structures": {
|
|
1225
|
-
"additionalProperties": {
|
|
1226
|
-
"$ref": "#/definitions/Structure"
|
|
1227
|
-
},
|
|
1228
|
-
"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.",
|
|
1229
|
-
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
1230
|
-
"type": "object"
|
|
1231
|
-
},
|
|
1232
|
-
"base_url": {
|
|
1233
|
-
"description": "The subpath where your output files are hosted.",
|
|
1234
|
-
"markdownDescription": "The subpath where your output files are hosted.",
|
|
1235
|
-
"type": "string"
|
|
1236
|
-
},
|
|
1237
|
-
"collection_groups": {
|
|
1238
|
-
"description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
|
|
1239
|
-
"items": {
|
|
1240
|
-
"$ref": "#/definitions/CollectionGroup"
|
|
1241
|
-
},
|
|
1242
|
-
"markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
|
|
1243
|
-
"type": "array"
|
|
1244
|
-
},
|
|
1245
|
-
"collections_config": {
|
|
1246
|
-
"additionalProperties": {
|
|
1247
|
-
"additionalProperties": false,
|
|
1248
|
-
"properties": {
|
|
1249
|
-
"_array_structures": {
|
|
1250
|
-
"additionalProperties": {},
|
|
1251
|
-
"description": "[DEPRECATED] Now known as _structures.",
|
|
1252
|
-
"markdownDescription": "[DEPRECATED] Now known as _structures.",
|
|
1253
|
-
"type": "object"
|
|
1254
|
-
},
|
|
1255
|
-
"_comments": {
|
|
1256
|
-
"additionalProperties": {
|
|
1257
|
-
"type": "string"
|
|
1258
|
-
},
|
|
1259
|
-
"description": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
1260
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
1261
|
-
"type": "object"
|
|
1262
|
-
},
|
|
1263
|
-
"_editables": {
|
|
1264
|
-
"$ref": "#/definitions/Editables",
|
|
1265
|
-
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
1266
|
-
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
1267
|
-
},
|
|
1268
|
-
"_enabled_editors": {
|
|
1269
|
-
"description": "Set a preferred editor and/or disable the others. The first value sets which editor opens by default, and the following values specify which editors are accessible.",
|
|
1270
|
-
"items": {
|
|
1271
|
-
"$ref": "#/definitions/EditorKey"
|
|
1272
|
-
},
|
|
1273
|
-
"markdownDescription": "Set a preferred editor and/or disable the others. The first value sets which editor opens by\ndefault, and the following values specify which editors are accessible.",
|
|
1274
|
-
"type": "array"
|
|
1275
|
-
},
|
|
1276
|
-
"_inputs": {
|
|
1277
|
-
"additionalProperties": {
|
|
1278
|
-
"$ref": "#/definitions/Input"
|
|
1279
|
-
},
|
|
1280
|
-
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1281
|
-
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1282
|
-
"type": "object"
|
|
1283
|
-
},
|
|
1284
|
-
"_options": {
|
|
1285
|
-
"additionalProperties": {
|
|
1286
|
-
"additionalProperties": {},
|
|
1287
|
-
"type": "object"
|
|
1288
|
-
},
|
|
1289
|
-
"description": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
1290
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
1291
|
-
"type": "object"
|
|
1292
|
-
},
|
|
1293
|
-
"_select_data": {
|
|
1294
|
-
"additionalProperties": {
|
|
1295
|
-
"$ref": "#/definitions/SelectValues"
|
|
1296
|
-
},
|
|
1297
|
-
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
1298
|
-
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
1299
|
-
"type": "object"
|
|
1300
|
-
},
|
|
1301
|
-
"_structures": {
|
|
1302
|
-
"additionalProperties": {
|
|
1303
|
-
"$ref": "#/definitions/Structure"
|
|
1304
|
-
},
|
|
1305
|
-
"description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
|
|
1306
|
-
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
1307
|
-
"type": "object"
|
|
1308
|
-
},
|
|
1309
|
-
"add_options": {
|
|
1310
|
-
"description": "Changes the options presented in the add menu in the collection file list. Defaults to an automatically generated list from _Schemas_, or uses the first file in the collection if no schemas are configured.",
|
|
1311
|
-
"items": {
|
|
1312
|
-
"$ref": "#/definitions/AddOption"
|
|
1313
|
-
},
|
|
1314
|
-
"markdownDescription": "Changes the options presented in the add menu in the collection file list. Defaults to an\nautomatically generated list from _Schemas_, or uses the first file in the collection if no\nschemas are configured.",
|
|
1315
|
-
"type": "array"
|
|
1316
|
-
},
|
|
1317
|
-
"create": {
|
|
1318
|
-
"$ref": "#/definitions/Create",
|
|
1319
|
-
"description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
|
|
1320
|
-
"markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
|
|
1321
|
-
},
|
|
1322
|
-
"description": {
|
|
1323
|
-
"description": "Text or Markdown to show above the collection file list.",
|
|
1324
|
-
"markdownDescription": "Text or Markdown to show above the collection file list.",
|
|
1325
|
-
"type": "string"
|
|
1326
|
-
},
|
|
1327
|
-
"disable_add": {
|
|
1328
|
-
"description": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
|
|
1329
|
-
"markdownDescription": "Prevents users from adding new files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
|
|
1330
|
-
"type": "boolean"
|
|
1331
|
-
},
|
|
1332
|
-
"disable_add_folder": {
|
|
1333
|
-
"description": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
|
|
1334
|
-
"markdownDescription": "Prevents users from adding new folders in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
|
|
1335
|
-
"type": "boolean"
|
|
1336
|
-
},
|
|
1337
|
-
"disable_file_actions": {
|
|
1338
|
-
"description": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only (data sub-folders act as non-output collections). Otherwise, defaults to false.",
|
|
1339
|
-
"markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.\n\nDefaults to true for the Jekyll, Hugo and Eleventy data collection in the base data folder only\n(data sub-folders act as non-output collections). Otherwise, defaults to false.",
|
|
1340
|
-
"type": "boolean"
|
|
1341
|
-
},
|
|
1342
|
-
"documentation": {
|
|
1343
|
-
"$ref": "#/definitions/Documentation",
|
|
1344
|
-
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
1345
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
1346
|
-
},
|
|
1347
|
-
"filter": {
|
|
1348
|
-
"anyOf": [
|
|
1349
|
-
{
|
|
1350
|
-
"$ref": "#/definitions/Filter"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"$ref": "#/definitions/FilterBase"
|
|
1354
|
-
}
|
|
1355
|
-
],
|
|
1356
|
-
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
1357
|
-
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
|
|
1358
|
-
},
|
|
1359
|
-
"glob": {
|
|
1360
|
-
"anyOf": [
|
|
1361
|
-
{
|
|
1362
|
-
"type": "string"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"items": {
|
|
1366
|
-
"type": "string"
|
|
1367
|
-
},
|
|
1368
|
-
"type": "array"
|
|
1369
|
-
}
|
|
1370
|
-
],
|
|
1371
|
-
"description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
|
|
1372
|
-
"markdownDescription": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`."
|
|
1373
|
-
},
|
|
1374
|
-
"icon": {
|
|
1375
|
-
"$ref": "#/definitions/Icon",
|
|
1376
|
-
"description": "Sets an icon to use alongside references to this collection.",
|
|
1377
|
-
"markdownDescription": "Sets an icon to use alongside references to this collection."
|
|
1378
|
-
},
|
|
1379
|
-
"name": {
|
|
1380
|
-
"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.",
|
|
1381
|
-
"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.",
|
|
1382
|
-
"type": "string"
|
|
1383
|
-
},
|
|
1384
|
-
"new_preview_url": {
|
|
1385
|
-
"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.",
|
|
1386
|
-
"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.",
|
|
1387
|
-
"type": "string"
|
|
1388
|
-
},
|
|
1389
|
-
"output": {
|
|
1390
|
-
"description": "Whether or not files in this collection produce files in the build output.",
|
|
1391
|
-
"markdownDescription": "Whether or not files in this collection produce files in the build output.",
|
|
1392
|
-
"type": "boolean"
|
|
1393
|
-
},
|
|
1394
|
-
"path": {
|
|
1395
|
-
"description": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
1396
|
-
"markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
1397
|
-
"type": "string"
|
|
1398
|
-
},
|
|
1399
|
-
"preview": {
|
|
1400
|
-
"$ref": "#/definitions/Preview",
|
|
1401
|
-
"description": "Changes the way items are previewed in the CMS.",
|
|
1402
|
-
"markdownDescription": "Changes the way items are previewed in the CMS."
|
|
1403
|
-
},
|
|
1404
|
-
"schema_key": {
|
|
1405
|
-
"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.",
|
|
1406
|
-
"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.",
|
|
1407
|
-
"type": "string"
|
|
1408
|
-
},
|
|
1409
|
-
"schemas": {
|
|
1410
|
-
"additionalProperties": {
|
|
1411
|
-
"$ref": "#/definitions/Schema"
|
|
1412
|
-
},
|
|
1413
|
-
"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.",
|
|
1414
|
-
"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.",
|
|
1415
|
-
"type": "object"
|
|
1416
|
-
},
|
|
1417
|
-
"singular_key": {
|
|
1418
|
-
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
1419
|
-
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
|
|
1420
|
-
"type": "string"
|
|
1421
|
-
},
|
|
1422
|
-
"singular_name": {
|
|
1423
|
-
"description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
|
|
1424
|
-
"markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
|
|
1425
|
-
"type": "string"
|
|
1426
|
-
},
|
|
1427
|
-
"sort": {
|
|
1428
|
-
"$ref": "#/definitions/Sort",
|
|
1429
|
-
"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.",
|
|
1430
|
-
"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."
|
|
1431
|
-
},
|
|
1432
|
-
"sort_options": {
|
|
1433
|
-
"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.",
|
|
1434
|
-
"items": {
|
|
1435
|
-
"$ref": "#/definitions/SortOption"
|
|
1436
|
-
},
|
|
1437
|
-
"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.",
|
|
1438
|
-
"type": "array"
|
|
1439
|
-
}
|
|
1440
|
-
},
|
|
1441
|
-
"type": "object"
|
|
1442
|
-
},
|
|
1443
|
-
"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.",
|
|
1444
|
-
"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.",
|
|
1445
|
-
"type": "object"
|
|
1446
|
-
},
|
|
1447
|
-
"collections_config_override": {
|
|
1448
|
-
"description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
|
|
1449
|
-
"markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true.\nDefaults to false.",
|
|
1450
|
-
"type": "boolean"
|
|
1451
|
-
},
|
|
1452
|
-
"commit_templates": {
|
|
1453
|
-
"items": {
|
|
1454
|
-
"$ref": "#/definitions/CommitTemplate"
|
|
1455
|
-
},
|
|
1456
|
-
"type": "array"
|
|
1457
|
-
},
|
|
1458
|
-
"data_config": {
|
|
1459
|
-
"additionalProperties": {
|
|
1460
|
-
"type": "boolean"
|
|
1461
|
-
},
|
|
1462
|
-
"description": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
1463
|
-
"markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
1464
|
-
"type": "object"
|
|
1465
|
-
},
|
|
1466
|
-
"editor": {
|
|
1467
|
-
"$ref": "#/definitions/Editor",
|
|
1468
|
-
"description": "Contains settings for the default editor actions on your site.",
|
|
1469
|
-
"markdownDescription": "Contains settings for the default editor actions on your site."
|
|
1470
|
-
},
|
|
1471
|
-
"file_config": {
|
|
1472
|
-
"additionalProperties": {
|
|
1473
|
-
"$ref": "#/definitions/FileConfigEntry"
|
|
1474
|
-
},
|
|
1475
|
-
"description": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
1476
|
-
"markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
1477
|
-
"type": "object"
|
|
1478
|
-
},
|
|
1479
|
-
"generator": {
|
|
1480
|
-
"additionalProperties": false,
|
|
1481
|
-
"description": "Contains settings for various Markdown engines.",
|
|
1482
|
-
"markdownDescription": "Contains settings for various Markdown engines.",
|
|
1483
|
-
"properties": {
|
|
1484
|
-
"metadata": {
|
|
1485
|
-
"additionalProperties": false,
|
|
1486
|
-
"description": "Settings for various Markdown engines.",
|
|
1487
|
-
"markdownDescription": "Settings for various Markdown engines.",
|
|
1488
|
-
"properties": {
|
|
1489
|
-
"commonmark": {
|
|
1490
|
-
"description": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
1491
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
1492
|
-
"type": "object"
|
|
1493
|
-
},
|
|
1494
|
-
"commonmarkghpages": {
|
|
1495
|
-
"description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
1496
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
1497
|
-
"type": "object"
|
|
1498
|
-
},
|
|
1499
|
-
"goldmark": {
|
|
1500
|
-
"description": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
1501
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
1502
|
-
"type": "object"
|
|
1503
|
-
},
|
|
1504
|
-
"kramdown": {
|
|
1505
|
-
"description": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
1506
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
1507
|
-
"type": "object"
|
|
1508
|
-
},
|
|
1509
|
-
"markdown": {
|
|
1510
|
-
"description": "The Markdown engine used on your site.",
|
|
1511
|
-
"enum": [
|
|
1512
|
-
"kramdown",
|
|
1513
|
-
"commonmark",
|
|
1514
|
-
"commonmarkghpages",
|
|
1515
|
-
"goldmark",
|
|
1516
|
-
"markdown-it"
|
|
1517
|
-
],
|
|
1518
|
-
"markdownDescription": "The Markdown engine used on your site.",
|
|
1519
|
-
"type": "string"
|
|
1520
|
-
},
|
|
1521
|
-
"markdown-it": {
|
|
1522
|
-
"description": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
1523
|
-
"markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
1524
|
-
"type": "object"
|
|
1525
|
-
}
|
|
1526
|
-
},
|
|
1527
|
-
"required": [
|
|
1528
|
-
"markdown"
|
|
1529
|
-
],
|
|
1530
|
-
"type": "object"
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
"type": "object"
|
|
1534
|
-
},
|
|
1535
|
-
"paths": {
|
|
1536
|
-
"$ref": "#/definitions/Paths",
|
|
1537
|
-
"description": "Global paths to common folders.",
|
|
1538
|
-
"markdownDescription": "Global paths to common folders."
|
|
1539
|
-
},
|
|
1540
|
-
"source": {
|
|
1541
|
-
"description": "Base path to your site source files, relative to the root folder.",
|
|
1542
|
-
"markdownDescription": "Base path to your site source files, relative to the root folder.",
|
|
1543
|
-
"type": "string"
|
|
1544
|
-
},
|
|
1545
|
-
"source_editor": {
|
|
1546
|
-
"$ref": "#/definitions/SourceEditor",
|
|
1547
|
-
"description": "Settings for the behavior and appearance of the Source Editor.",
|
|
1548
|
-
"markdownDescription": "Settings for the behavior and appearance of the Source Editor."
|
|
1549
|
-
},
|
|
1550
|
-
"ssg": {
|
|
1551
|
-
"const": "eleventy",
|
|
1552
|
-
"type": "string"
|
|
1553
|
-
},
|
|
1554
|
-
"timezone": {
|
|
1555
|
-
"$ref": "#/definitions/Timezone",
|
|
1556
|
-
"default": "Etc/UTC",
|
|
1557
|
-
"description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
|
|
1558
|
-
"markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
"type": "object"
|
|
1351
|
+
"$ref": "#/definitions/JekyllConfiguration",
|
|
1352
|
+
"description": "The configuration format for build-coupled Eleventy sites.",
|
|
1353
|
+
"markdownDescription": "The configuration format for build-coupled Eleventy sites."
|
|
1562
1354
|
},
|
|
1563
1355
|
"EmptyTypeArray": {
|
|
1564
1356
|
"enum": [
|
|
@@ -1593,16 +1385,18 @@
|
|
|
1593
1385
|
"properties": {
|
|
1594
1386
|
"_array_structures": {
|
|
1595
1387
|
"additionalProperties": {},
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1388
|
+
"deprecated": "Use _structures instead.",
|
|
1389
|
+
"description": "Now known as _structures.",
|
|
1390
|
+
"markdownDescription": "Now known as _structures.",
|
|
1598
1391
|
"type": "object"
|
|
1599
1392
|
},
|
|
1600
1393
|
"_comments": {
|
|
1601
1394
|
"additionalProperties": {
|
|
1602
1395
|
"type": "string"
|
|
1603
1396
|
},
|
|
1604
|
-
"
|
|
1605
|
-
"
|
|
1397
|
+
"deprecated": "Use _inputs instead.",
|
|
1398
|
+
"description": "Now part of _inputs.*.comment.",
|
|
1399
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
1606
1400
|
"type": "object"
|
|
1607
1401
|
},
|
|
1608
1402
|
"_editables": {
|
|
@@ -1631,8 +1425,9 @@
|
|
|
1631
1425
|
"additionalProperties": {},
|
|
1632
1426
|
"type": "object"
|
|
1633
1427
|
},
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1428
|
+
"deprecated": "Use _inputs instead.",
|
|
1429
|
+
"description": "Now part of _inputs.*.options.",
|
|
1430
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
1636
1431
|
"type": "object"
|
|
1637
1432
|
},
|
|
1638
1433
|
"_select_data": {
|
|
@@ -1653,14 +1448,14 @@
|
|
|
1653
1448
|
},
|
|
1654
1449
|
"glob": {
|
|
1655
1450
|
"anyOf": [
|
|
1656
|
-
{
|
|
1657
|
-
"type": "string"
|
|
1658
|
-
},
|
|
1659
1451
|
{
|
|
1660
1452
|
"items": {
|
|
1661
1453
|
"type": "string"
|
|
1662
1454
|
},
|
|
1663
1455
|
"type": "array"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"type": "string"
|
|
1664
1459
|
}
|
|
1665
1460
|
],
|
|
1666
1461
|
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
@@ -4313,49 +4108,279 @@
|
|
|
4313
4108
|
{
|
|
4314
4109
|
"$ref": "#/definitions/ArrayInput"
|
|
4315
4110
|
}
|
|
4316
|
-
]
|
|
4317
|
-
},
|
|
4318
|
-
"InputType": {
|
|
4319
|
-
"enum": [
|
|
4320
|
-
"text",
|
|
4321
|
-
"textarea",
|
|
4322
|
-
"email",
|
|
4323
|
-
"disabled",
|
|
4324
|
-
"pinterest",
|
|
4325
|
-
"facebook",
|
|
4326
|
-
"twitter",
|
|
4327
|
-
"github",
|
|
4328
|
-
"instagram",
|
|
4329
|
-
"code",
|
|
4330
|
-
"checkbox",
|
|
4331
|
-
"switch",
|
|
4332
|
-
"color",
|
|
4333
|
-
"number",
|
|
4334
|
-
"range",
|
|
4335
|
-
"url",
|
|
4336
|
-
"html",
|
|
4337
|
-
"markdown",
|
|
4338
|
-
"date",
|
|
4339
|
-
"datetime",
|
|
4340
|
-
"time",
|
|
4341
|
-
"file",
|
|
4342
|
-
"image",
|
|
4343
|
-
"document",
|
|
4344
|
-
"select",
|
|
4345
|
-
"multiselect",
|
|
4346
|
-
"choice",
|
|
4347
|
-
"multichoice",
|
|
4348
|
-
"object",
|
|
4349
|
-
"array"
|
|
4350
|
-
],
|
|
4351
|
-
"type": "string"
|
|
4352
|
-
},
|
|
4353
|
-
"InstanceValue": {
|
|
4354
|
-
"enum": [
|
|
4355
|
-
"UUID",
|
|
4356
|
-
"NOW"
|
|
4357
|
-
],
|
|
4358
|
-
"type": "string"
|
|
4111
|
+
]
|
|
4112
|
+
},
|
|
4113
|
+
"InputType": {
|
|
4114
|
+
"enum": [
|
|
4115
|
+
"text",
|
|
4116
|
+
"textarea",
|
|
4117
|
+
"email",
|
|
4118
|
+
"disabled",
|
|
4119
|
+
"pinterest",
|
|
4120
|
+
"facebook",
|
|
4121
|
+
"twitter",
|
|
4122
|
+
"github",
|
|
4123
|
+
"instagram",
|
|
4124
|
+
"code",
|
|
4125
|
+
"checkbox",
|
|
4126
|
+
"switch",
|
|
4127
|
+
"color",
|
|
4128
|
+
"number",
|
|
4129
|
+
"range",
|
|
4130
|
+
"url",
|
|
4131
|
+
"html",
|
|
4132
|
+
"markdown",
|
|
4133
|
+
"date",
|
|
4134
|
+
"datetime",
|
|
4135
|
+
"time",
|
|
4136
|
+
"file",
|
|
4137
|
+
"image",
|
|
4138
|
+
"document",
|
|
4139
|
+
"select",
|
|
4140
|
+
"multiselect",
|
|
4141
|
+
"choice",
|
|
4142
|
+
"multichoice",
|
|
4143
|
+
"object",
|
|
4144
|
+
"array"
|
|
4145
|
+
],
|
|
4146
|
+
"type": "string"
|
|
4147
|
+
},
|
|
4148
|
+
"InstanceValue": {
|
|
4149
|
+
"enum": [
|
|
4150
|
+
"UUID",
|
|
4151
|
+
"NOW"
|
|
4152
|
+
],
|
|
4153
|
+
"type": "string"
|
|
4154
|
+
},
|
|
4155
|
+
"JekyllConfiguration": {
|
|
4156
|
+
"additionalProperties": false,
|
|
4157
|
+
"description": "The configuration format for build-coupled Jekyll sites.",
|
|
4158
|
+
"markdownDescription": "The configuration format for build-coupled Jekyll sites.",
|
|
4159
|
+
"properties": {
|
|
4160
|
+
"_array_structures": {
|
|
4161
|
+
"additionalProperties": {},
|
|
4162
|
+
"deprecated": "Use _structures instead.",
|
|
4163
|
+
"description": "Now known as _structures.",
|
|
4164
|
+
"markdownDescription": "Now known as _structures.",
|
|
4165
|
+
"type": "object"
|
|
4166
|
+
},
|
|
4167
|
+
"_comments": {
|
|
4168
|
+
"additionalProperties": {
|
|
4169
|
+
"type": "string"
|
|
4170
|
+
},
|
|
4171
|
+
"deprecated": "Use _inputs instead.",
|
|
4172
|
+
"description": "Now part of _inputs.*.comment.",
|
|
4173
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
4174
|
+
"type": "object"
|
|
4175
|
+
},
|
|
4176
|
+
"_editables": {
|
|
4177
|
+
"$ref": "#/definitions/Editables",
|
|
4178
|
+
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
4179
|
+
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
4180
|
+
},
|
|
4181
|
+
"_enabled_editors": {
|
|
4182
|
+
"description": "Set a preferred editor and/or disable the others. The first value sets which editor opens by default, and the following values specify which editors are accessible.",
|
|
4183
|
+
"items": {
|
|
4184
|
+
"$ref": "#/definitions/EditorKey"
|
|
4185
|
+
},
|
|
4186
|
+
"markdownDescription": "Set a preferred editor and/or disable the others. The first value sets which editor opens by\ndefault, and the following values specify which editors are accessible.",
|
|
4187
|
+
"type": "array"
|
|
4188
|
+
},
|
|
4189
|
+
"_inputs": {
|
|
4190
|
+
"additionalProperties": {
|
|
4191
|
+
"$ref": "#/definitions/Input"
|
|
4192
|
+
},
|
|
4193
|
+
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4194
|
+
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4195
|
+
"type": "object"
|
|
4196
|
+
},
|
|
4197
|
+
"_options": {
|
|
4198
|
+
"additionalProperties": {
|
|
4199
|
+
"additionalProperties": {},
|
|
4200
|
+
"type": "object"
|
|
4201
|
+
},
|
|
4202
|
+
"deprecated": "Use _inputs instead.",
|
|
4203
|
+
"description": "Now part of _inputs.*.options.",
|
|
4204
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
4205
|
+
"type": "object"
|
|
4206
|
+
},
|
|
4207
|
+
"_select_data": {
|
|
4208
|
+
"additionalProperties": {
|
|
4209
|
+
"$ref": "#/definitions/SelectValues"
|
|
4210
|
+
},
|
|
4211
|
+
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
4212
|
+
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
4213
|
+
"type": "object"
|
|
4214
|
+
},
|
|
4215
|
+
"_snippets": {
|
|
4216
|
+
"additionalProperties": {
|
|
4217
|
+
"$ref": "#/definitions/SnippetConfig"
|
|
4218
|
+
},
|
|
4219
|
+
"description": "Configuration for custom snippets.",
|
|
4220
|
+
"markdownDescription": "Configuration for custom snippets.",
|
|
4221
|
+
"type": "object"
|
|
4222
|
+
},
|
|
4223
|
+
"_snippets_definitions": {
|
|
4224
|
+
"additionalProperties": {
|
|
4225
|
+
"$ref": "#/definitions/SnippetConfig"
|
|
4226
|
+
},
|
|
4227
|
+
"description": "Extended option used when creating more complex custom snippets.",
|
|
4228
|
+
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
4229
|
+
"type": "object"
|
|
4230
|
+
},
|
|
4231
|
+
"_snippets_imports": {
|
|
4232
|
+
"$ref": "#/definitions/SnippetsImports",
|
|
4233
|
+
"description": "Provides control over which snippets are available to use and/or extend within `_snippets`.",
|
|
4234
|
+
"markdownDescription": "Provides control over which snippets are available to use and/or extend within `_snippets`."
|
|
4235
|
+
},
|
|
4236
|
+
"_snippets_templates": {
|
|
4237
|
+
"additionalProperties": {
|
|
4238
|
+
"$ref": "#/definitions/SnippetConfig"
|
|
4239
|
+
},
|
|
4240
|
+
"description": "Extended option used when creating more complex custom snippets.",
|
|
4241
|
+
"markdownDescription": "Extended option used when creating more complex custom snippets.",
|
|
4242
|
+
"type": "object"
|
|
4243
|
+
},
|
|
4244
|
+
"_structures": {
|
|
4245
|
+
"additionalProperties": {
|
|
4246
|
+
"$ref": "#/definitions/Structure"
|
|
4247
|
+
},
|
|
4248
|
+
"description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
|
|
4249
|
+
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
4250
|
+
"type": "object"
|
|
4251
|
+
},
|
|
4252
|
+
"base_url": {
|
|
4253
|
+
"description": "The subpath where your output files are hosted.",
|
|
4254
|
+
"markdownDescription": "The subpath where your output files are hosted.",
|
|
4255
|
+
"type": "string"
|
|
4256
|
+
},
|
|
4257
|
+
"collection_groups": {
|
|
4258
|
+
"description": "Defines which collections are shown in the site navigation and how those collections are grouped.",
|
|
4259
|
+
"items": {
|
|
4260
|
+
"$ref": "#/definitions/CollectionGroup"
|
|
4261
|
+
},
|
|
4262
|
+
"markdownDescription": "Defines which collections are shown in the site navigation and how those collections are\ngrouped.",
|
|
4263
|
+
"type": "array"
|
|
4264
|
+
},
|
|
4265
|
+
"collections_config": {
|
|
4266
|
+
"additionalProperties": {
|
|
4267
|
+
"$ref": "#/definitions/BuildCoupledCollectionConfig"
|
|
4268
|
+
},
|
|
4269
|
+
"description": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection.",
|
|
4270
|
+
"markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by\nfolder. Entries are keyed by a chosen collection key, and contain configuration specific to\nthat collection.",
|
|
4271
|
+
"type": "object"
|
|
4272
|
+
},
|
|
4273
|
+
"collections_config_override": {
|
|
4274
|
+
"description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
|
|
4275
|
+
"markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true.\nDefaults to false.",
|
|
4276
|
+
"type": "boolean"
|
|
4277
|
+
},
|
|
4278
|
+
"commit_templates": {
|
|
4279
|
+
"description": "Templates for commit messages when saving changes.",
|
|
4280
|
+
"items": {
|
|
4281
|
+
"$ref": "#/definitions/CommitTemplate"
|
|
4282
|
+
},
|
|
4283
|
+
"markdownDescription": "Templates for commit messages when saving changes.",
|
|
4284
|
+
"type": "array"
|
|
4285
|
+
},
|
|
4286
|
+
"data_config": {
|
|
4287
|
+
"additionalProperties": {
|
|
4288
|
+
"type": "boolean"
|
|
4289
|
+
},
|
|
4290
|
+
"type": "object"
|
|
4291
|
+
},
|
|
4292
|
+
"editor": {
|
|
4293
|
+
"$ref": "#/definitions/Editor",
|
|
4294
|
+
"description": "Contains settings for the default editor actions on your site.",
|
|
4295
|
+
"markdownDescription": "Contains settings for the default editor actions on your site."
|
|
4296
|
+
},
|
|
4297
|
+
"file_config": {
|
|
4298
|
+
"additionalProperties": {
|
|
4299
|
+
"$ref": "#/definitions/FileConfigEntry"
|
|
4300
|
+
},
|
|
4301
|
+
"description": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
4302
|
+
"markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
4303
|
+
"type": "object"
|
|
4304
|
+
},
|
|
4305
|
+
"generator": {
|
|
4306
|
+
"additionalProperties": false,
|
|
4307
|
+
"description": "Contains settings for various Markdown engines.",
|
|
4308
|
+
"markdownDescription": "Contains settings for various Markdown engines.",
|
|
4309
|
+
"properties": {
|
|
4310
|
+
"metadata": {
|
|
4311
|
+
"additionalProperties": false,
|
|
4312
|
+
"description": "Settings for various Markdown engines.",
|
|
4313
|
+
"markdownDescription": "Settings for various Markdown engines.",
|
|
4314
|
+
"properties": {
|
|
4315
|
+
"commonmark": {
|
|
4316
|
+
"description": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
4317
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
|
|
4318
|
+
"type": "object"
|
|
4319
|
+
},
|
|
4320
|
+
"commonmarkghpages": {
|
|
4321
|
+
"description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
4322
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
|
|
4323
|
+
"type": "object"
|
|
4324
|
+
},
|
|
4325
|
+
"goldmark": {
|
|
4326
|
+
"description": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
4327
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
|
|
4328
|
+
"type": "object"
|
|
4329
|
+
},
|
|
4330
|
+
"kramdown": {
|
|
4331
|
+
"description": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
4332
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
|
|
4333
|
+
"type": "object"
|
|
4334
|
+
},
|
|
4335
|
+
"markdown": {
|
|
4336
|
+
"description": "The Markdown engine used on your site.",
|
|
4337
|
+
"enum": [
|
|
4338
|
+
"kramdown",
|
|
4339
|
+
"commonmark",
|
|
4340
|
+
"commonmarkghpages",
|
|
4341
|
+
"goldmark",
|
|
4342
|
+
"markdown-it"
|
|
4343
|
+
],
|
|
4344
|
+
"markdownDescription": "The Markdown engine used on your site.",
|
|
4345
|
+
"type": "string"
|
|
4346
|
+
},
|
|
4347
|
+
"markdown-it": {
|
|
4348
|
+
"description": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
4349
|
+
"markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
|
|
4350
|
+
"type": "object"
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
"required": [
|
|
4354
|
+
"markdown"
|
|
4355
|
+
],
|
|
4356
|
+
"type": "object"
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4359
|
+
"type": "object"
|
|
4360
|
+
},
|
|
4361
|
+
"paths": {
|
|
4362
|
+
"$ref": "#/definitions/Paths",
|
|
4363
|
+
"description": "Global paths to common folders.",
|
|
4364
|
+
"markdownDescription": "Global paths to common folders."
|
|
4365
|
+
},
|
|
4366
|
+
"source": {
|
|
4367
|
+
"description": "Base path to your site source files, relative to the root folder.",
|
|
4368
|
+
"markdownDescription": "Base path to your site source files, relative to the root folder.",
|
|
4369
|
+
"type": "string"
|
|
4370
|
+
},
|
|
4371
|
+
"source_editor": {
|
|
4372
|
+
"$ref": "#/definitions/SourceEditor",
|
|
4373
|
+
"description": "Settings for the behavior and appearance of the Source Editor.",
|
|
4374
|
+
"markdownDescription": "Settings for the behavior and appearance of the Source Editor."
|
|
4375
|
+
},
|
|
4376
|
+
"timezone": {
|
|
4377
|
+
"$ref": "#/definitions/Timezone",
|
|
4378
|
+
"default": "Etc/UTC",
|
|
4379
|
+
"description": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the date is persisted to the file with.",
|
|
4380
|
+
"markdownDescription": "Specifies the time zone that dates are displayed and edited in. Also changes the suffix the\ndate is persisted to the file with."
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
"type": "object"
|
|
4359
4384
|
},
|
|
4360
4385
|
"LinkEditable": {
|
|
4361
4386
|
"additionalProperties": false,
|
|
@@ -5343,158 +5368,22 @@
|
|
|
5343
5368
|
"additionalProperties": false,
|
|
5344
5369
|
"properties": {
|
|
5345
5370
|
"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
|
-
],
|
|
5371
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5381
5372
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5382
5373
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5383
5374
|
},
|
|
5384
5375
|
"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
|
-
],
|
|
5376
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5420
5377
|
"description": "Controls the image shown per item.",
|
|
5421
5378
|
"markdownDescription": "Controls the image shown per item."
|
|
5422
5379
|
},
|
|
5423
5380
|
"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
|
-
],
|
|
5381
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5459
5382
|
"description": "Controls the supporting text shown per item.",
|
|
5460
5383
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5461
5384
|
},
|
|
5462
5385
|
"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
|
-
],
|
|
5386
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5498
5387
|
"description": "Controls the main text shown per item.",
|
|
5499
5388
|
"markdownDescription": "Controls the main text shown per item."
|
|
5500
5389
|
}
|
|
@@ -5505,7 +5394,6 @@
|
|
|
5505
5394
|
"additionalProperties": false,
|
|
5506
5395
|
"properties": {
|
|
5507
5396
|
"collections": {
|
|
5508
|
-
"default": "",
|
|
5509
5397
|
"description": "Parent folder of all collections.",
|
|
5510
5398
|
"markdownDescription": "Parent folder of all collections.",
|
|
5511
5399
|
"type": "string"
|
|
@@ -5575,41 +5463,7 @@
|
|
|
5575
5463
|
"markdownDescription": "Details for large image/icon preview per item."
|
|
5576
5464
|
},
|
|
5577
5465
|
"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
|
-
],
|
|
5466
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5613
5467
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5614
5468
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5615
5469
|
},
|
|
@@ -5619,41 +5473,7 @@
|
|
|
5619
5473
|
"type": "string"
|
|
5620
5474
|
},
|
|
5621
5475
|
"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
|
-
],
|
|
5476
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5657
5477
|
"description": "Controls the image shown per item.",
|
|
5658
5478
|
"markdownDescription": "Controls the image shown per item."
|
|
5659
5479
|
},
|
|
@@ -5666,86 +5486,44 @@
|
|
|
5666
5486
|
"type": "array"
|
|
5667
5487
|
},
|
|
5668
5488
|
"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
|
-
],
|
|
5489
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5704
5490
|
"description": "Controls the supporting text shown per item.",
|
|
5705
5491
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5706
5492
|
},
|
|
5707
5493
|
"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
|
-
],
|
|
5494
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5743
5495
|
"description": "Controls the main text shown per item.",
|
|
5744
5496
|
"markdownDescription": "Controls the main text shown per item."
|
|
5745
5497
|
}
|
|
5746
5498
|
},
|
|
5747
5499
|
"type": "object"
|
|
5748
5500
|
},
|
|
5501
|
+
"PreviewEntry": {
|
|
5502
|
+
"anyOf": [
|
|
5503
|
+
{
|
|
5504
|
+
"items": {
|
|
5505
|
+
"anyOf": [
|
|
5506
|
+
{
|
|
5507
|
+
"$ref": "#/definitions/PreviewKeyEntry"
|
|
5508
|
+
},
|
|
5509
|
+
{
|
|
5510
|
+
"type": "string"
|
|
5511
|
+
},
|
|
5512
|
+
{
|
|
5513
|
+
"type": "boolean"
|
|
5514
|
+
}
|
|
5515
|
+
]
|
|
5516
|
+
},
|
|
5517
|
+
"type": "array"
|
|
5518
|
+
},
|
|
5519
|
+
{
|
|
5520
|
+
"type": "string"
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"type": "boolean"
|
|
5524
|
+
}
|
|
5525
|
+
]
|
|
5526
|
+
},
|
|
5749
5527
|
"PreviewGallery": {
|
|
5750
5528
|
"additionalProperties": false,
|
|
5751
5529
|
"properties": {
|
|
@@ -5761,41 +5539,7 @@
|
|
|
5761
5539
|
"type": "string"
|
|
5762
5540
|
},
|
|
5763
5541
|
"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
|
-
],
|
|
5542
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5799
5543
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5800
5544
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5801
5545
|
},
|
|
@@ -5805,208 +5549,52 @@
|
|
|
5805
5549
|
"type": "string"
|
|
5806
5550
|
},
|
|
5807
5551
|
"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
|
-
],
|
|
5552
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5843
5553
|
"description": "Controls the image shown per item.",
|
|
5844
5554
|
"markdownDescription": "Controls the image shown per item."
|
|
5845
5555
|
},
|
|
5846
5556
|
"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
|
-
],
|
|
5557
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5882
5558
|
"description": "Controls the main text shown per item.",
|
|
5883
5559
|
"markdownDescription": "Controls the main text shown per item."
|
|
5884
5560
|
}
|
|
5885
5561
|
},
|
|
5886
5562
|
"type": "object"
|
|
5887
5563
|
},
|
|
5564
|
+
"PreviewKeyEntry": {
|
|
5565
|
+
"additionalProperties": false,
|
|
5566
|
+
"properties": {
|
|
5567
|
+
"key": {
|
|
5568
|
+
"description": "The key used to access the value used for the preview.",
|
|
5569
|
+
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5570
|
+
"type": "string"
|
|
5571
|
+
}
|
|
5572
|
+
},
|
|
5573
|
+
"required": [
|
|
5574
|
+
"key"
|
|
5575
|
+
],
|
|
5576
|
+
"type": "object"
|
|
5577
|
+
},
|
|
5888
5578
|
"PreviewMetadata": {
|
|
5889
5579
|
"additionalProperties": false,
|
|
5890
5580
|
"properties": {
|
|
5891
5581
|
"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
|
-
],
|
|
5582
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5927
5583
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5928
5584
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5929
5585
|
},
|
|
5930
5586
|
"icon_color": {
|
|
5931
|
-
"description": "Controls the color of the icon.",
|
|
5932
|
-
"markdownDescription": "Controls the color of the icon.",
|
|
5933
|
-
"type": "string"
|
|
5934
|
-
},
|
|
5935
|
-
"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
|
+
"description": "Controls the color of the icon.",
|
|
5588
|
+
"markdownDescription": "Controls the color of the icon.",
|
|
5589
|
+
"type": "string"
|
|
5590
|
+
},
|
|
5591
|
+
"image": {
|
|
5592
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5971
5593
|
"description": "Controls the image shown per item.",
|
|
5972
5594
|
"markdownDescription": "Controls the image shown per item."
|
|
5973
5595
|
},
|
|
5974
5596
|
"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
|
-
],
|
|
5597
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6010
5598
|
"description": "Controls the main text shown per item.",
|
|
6011
5599
|
"markdownDescription": "Controls the main text shown per item."
|
|
6012
5600
|
}
|
|
@@ -6295,8 +5883,18 @@
|
|
|
6295
5883
|
"type": "string"
|
|
6296
5884
|
},
|
|
6297
5885
|
"code": {
|
|
6298
|
-
"description": "Enables
|
|
6299
|
-
"markdownDescription": "Enables
|
|
5886
|
+
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5887
|
+
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5888
|
+
"type": "boolean"
|
|
5889
|
+
},
|
|
5890
|
+
"code_block": {
|
|
5891
|
+
"description": "Enables a control to insert a code block.",
|
|
5892
|
+
"markdownDescription": "Enables a control to insert a code block.",
|
|
5893
|
+
"type": "boolean"
|
|
5894
|
+
},
|
|
5895
|
+
"code_inline": {
|
|
5896
|
+
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
5897
|
+
"markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
|
|
6300
5898
|
"type": "boolean"
|
|
6301
5899
|
},
|
|
6302
5900
|
"copyformatting": {
|
|
@@ -6521,16 +6119,18 @@
|
|
|
6521
6119
|
"properties": {
|
|
6522
6120
|
"_array_structures": {
|
|
6523
6121
|
"additionalProperties": {},
|
|
6524
|
-
"
|
|
6525
|
-
"
|
|
6122
|
+
"deprecated": "Use _structures instead.",
|
|
6123
|
+
"description": "Now known as _structures.",
|
|
6124
|
+
"markdownDescription": "Now known as _structures.",
|
|
6526
6125
|
"type": "object"
|
|
6527
6126
|
},
|
|
6528
6127
|
"_comments": {
|
|
6529
6128
|
"additionalProperties": {
|
|
6530
6129
|
"type": "string"
|
|
6531
6130
|
},
|
|
6532
|
-
"
|
|
6533
|
-
"
|
|
6131
|
+
"deprecated": "Use _inputs instead.",
|
|
6132
|
+
"description": "Now part of _inputs.*.comment.",
|
|
6133
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
6534
6134
|
"type": "object"
|
|
6535
6135
|
},
|
|
6536
6136
|
"_editables": {
|
|
@@ -6559,8 +6159,9 @@
|
|
|
6559
6159
|
"additionalProperties": {},
|
|
6560
6160
|
"type": "object"
|
|
6561
6161
|
},
|
|
6562
|
-
"
|
|
6563
|
-
"
|
|
6162
|
+
"deprecated": "Use _inputs instead.",
|
|
6163
|
+
"description": "Now part of _inputs.*.options.",
|
|
6164
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
6564
6165
|
"type": "object"
|
|
6565
6166
|
},
|
|
6566
6167
|
"_select_data": {
|
|
@@ -6758,80 +6359,12 @@
|
|
|
6758
6359
|
"additionalProperties": false,
|
|
6759
6360
|
"properties": {
|
|
6760
6361
|
"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
|
-
],
|
|
6362
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6796
6363
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
6797
6364
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
6798
6365
|
},
|
|
6799
6366
|
"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
|
-
],
|
|
6367
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6835
6368
|
"description": "Controls the main text shown per item.",
|
|
6836
6369
|
"markdownDescription": "Controls the main text shown per item."
|
|
6837
6370
|
}
|
|
@@ -6941,6 +6474,354 @@
|
|
|
6941
6474
|
},
|
|
6942
6475
|
"type": "object"
|
|
6943
6476
|
},
|
|
6477
|
+
"SnippetsImport<(\"_cc_jekyll_unknown_paired_tag\"|\"_cc_jekyll_unknown_tag\"|\"jekyll_highlight\"|\"_cc_jekyll_template\"|\"jekyll_raw\"|\"jekyll_link\"|\"jekyll_post_url\")>": {
|
|
6478
|
+
"additionalProperties": false,
|
|
6479
|
+
"properties": {
|
|
6480
|
+
"exclude": {
|
|
6481
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6482
|
+
"items": {
|
|
6483
|
+
"enum": [
|
|
6484
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6485
|
+
"_cc_jekyll_unknown_tag",
|
|
6486
|
+
"jekyll_highlight",
|
|
6487
|
+
"_cc_jekyll_template",
|
|
6488
|
+
"jekyll_raw",
|
|
6489
|
+
"jekyll_link",
|
|
6490
|
+
"jekyll_post_url"
|
|
6491
|
+
],
|
|
6492
|
+
"type": "string"
|
|
6493
|
+
},
|
|
6494
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6495
|
+
"type": "array"
|
|
6496
|
+
},
|
|
6497
|
+
"include": {
|
|
6498
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6499
|
+
"items": {
|
|
6500
|
+
"enum": [
|
|
6501
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6502
|
+
"_cc_jekyll_unknown_tag",
|
|
6503
|
+
"jekyll_highlight",
|
|
6504
|
+
"_cc_jekyll_template",
|
|
6505
|
+
"jekyll_raw",
|
|
6506
|
+
"jekyll_link",
|
|
6507
|
+
"jekyll_post_url"
|
|
6508
|
+
],
|
|
6509
|
+
"type": "string"
|
|
6510
|
+
},
|
|
6511
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6512
|
+
"type": "array"
|
|
6513
|
+
}
|
|
6514
|
+
},
|
|
6515
|
+
"type": "object"
|
|
6516
|
+
},
|
|
6517
|
+
"SnippetsImport<(\"docusaurus_mdx_admonition\"|\"docusaurus_mdx_tabs\"|\"docusaurus_mdx_truncate\"|\"docusaurus_mdx_codeblock\")>": {
|
|
6518
|
+
"additionalProperties": false,
|
|
6519
|
+
"properties": {
|
|
6520
|
+
"exclude": {
|
|
6521
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6522
|
+
"items": {
|
|
6523
|
+
"enum": [
|
|
6524
|
+
"docusaurus_mdx_admonition",
|
|
6525
|
+
"docusaurus_mdx_tabs",
|
|
6526
|
+
"docusaurus_mdx_truncate",
|
|
6527
|
+
"docusaurus_mdx_codeblock"
|
|
6528
|
+
],
|
|
6529
|
+
"type": "string"
|
|
6530
|
+
},
|
|
6531
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6532
|
+
"type": "array"
|
|
6533
|
+
},
|
|
6534
|
+
"include": {
|
|
6535
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6536
|
+
"items": {
|
|
6537
|
+
"enum": [
|
|
6538
|
+
"docusaurus_mdx_admonition",
|
|
6539
|
+
"docusaurus_mdx_tabs",
|
|
6540
|
+
"docusaurus_mdx_truncate",
|
|
6541
|
+
"docusaurus_mdx_codeblock"
|
|
6542
|
+
],
|
|
6543
|
+
"type": "string"
|
|
6544
|
+
},
|
|
6545
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6546
|
+
"type": "array"
|
|
6547
|
+
}
|
|
6548
|
+
},
|
|
6549
|
+
"type": "object"
|
|
6550
|
+
},
|
|
6551
|
+
"SnippetsImport<(\"eleventy_liquid_raw\"|\"_cc_eleventy_liquid_unknown_paired_shortcode\"|\"_cc_eleventy_liquid_unknown_shortcode\"|\"_cc_eleventy_liquid_template\")>": {
|
|
6552
|
+
"additionalProperties": false,
|
|
6553
|
+
"properties": {
|
|
6554
|
+
"exclude": {
|
|
6555
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6556
|
+
"items": {
|
|
6557
|
+
"enum": [
|
|
6558
|
+
"eleventy_liquid_raw",
|
|
6559
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6560
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6561
|
+
"_cc_eleventy_liquid_template"
|
|
6562
|
+
],
|
|
6563
|
+
"type": "string"
|
|
6564
|
+
},
|
|
6565
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6566
|
+
"type": "array"
|
|
6567
|
+
},
|
|
6568
|
+
"include": {
|
|
6569
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6570
|
+
"items": {
|
|
6571
|
+
"enum": [
|
|
6572
|
+
"eleventy_liquid_raw",
|
|
6573
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6574
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6575
|
+
"_cc_eleventy_liquid_template"
|
|
6576
|
+
],
|
|
6577
|
+
"type": "string"
|
|
6578
|
+
},
|
|
6579
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6580
|
+
"type": "array"
|
|
6581
|
+
}
|
|
6582
|
+
},
|
|
6583
|
+
"type": "object"
|
|
6584
|
+
},
|
|
6585
|
+
"SnippetsImport<(\"eleventy_nunjucks_raw\"|\"eleventy_nunjucks_verbatim\"|\"_cc_eleventy_nunjucks_unknown_paired_shortcode\"|\"_cc_eleventy_nunjucks_unknown_shortcode\"|\"_cc_eleventy_nunjucks_template\")>": {
|
|
6586
|
+
"additionalProperties": false,
|
|
6587
|
+
"properties": {
|
|
6588
|
+
"exclude": {
|
|
6589
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6590
|
+
"items": {
|
|
6591
|
+
"enum": [
|
|
6592
|
+
"eleventy_nunjucks_raw",
|
|
6593
|
+
"eleventy_nunjucks_verbatim",
|
|
6594
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6595
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6596
|
+
"_cc_eleventy_nunjucks_template"
|
|
6597
|
+
],
|
|
6598
|
+
"type": "string"
|
|
6599
|
+
},
|
|
6600
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6601
|
+
"type": "array"
|
|
6602
|
+
},
|
|
6603
|
+
"include": {
|
|
6604
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6605
|
+
"items": {
|
|
6606
|
+
"enum": [
|
|
6607
|
+
"eleventy_nunjucks_raw",
|
|
6608
|
+
"eleventy_nunjucks_verbatim",
|
|
6609
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6610
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6611
|
+
"_cc_eleventy_nunjucks_template"
|
|
6612
|
+
],
|
|
6613
|
+
"type": "string"
|
|
6614
|
+
},
|
|
6615
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6616
|
+
"type": "array"
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
6619
|
+
"type": "object"
|
|
6620
|
+
},
|
|
6621
|
+
"SnippetsImport<(\"hugo_summary_divider\"|\"hugo_highlight\"|\"hugo_figure\"|\"hugo_gist\"|\"hugo_instagram\"|\"hugo_param\"|\"hugo_ref\"|\"hugo_relref\"|\"hugo_tweet\"|\"hugo_vimeo\"|\"hugo_youtube\"|\"_cc_hugo_unknown_paired\"|\"_cc_hugo_unknown\"|\"_cc_hugo_unknown_paired_processed\"|\"_cc_hugo_unknown_processed\")>": {
|
|
6622
|
+
"additionalProperties": false,
|
|
6623
|
+
"properties": {
|
|
6624
|
+
"exclude": {
|
|
6625
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6626
|
+
"items": {
|
|
6627
|
+
"enum": [
|
|
6628
|
+
"hugo_summary_divider",
|
|
6629
|
+
"hugo_highlight",
|
|
6630
|
+
"hugo_figure",
|
|
6631
|
+
"hugo_gist",
|
|
6632
|
+
"hugo_instagram",
|
|
6633
|
+
"hugo_param",
|
|
6634
|
+
"hugo_ref",
|
|
6635
|
+
"hugo_relref",
|
|
6636
|
+
"hugo_tweet",
|
|
6637
|
+
"hugo_vimeo",
|
|
6638
|
+
"hugo_youtube",
|
|
6639
|
+
"_cc_hugo_unknown_paired",
|
|
6640
|
+
"_cc_hugo_unknown",
|
|
6641
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6642
|
+
"_cc_hugo_unknown_processed"
|
|
6643
|
+
],
|
|
6644
|
+
"type": "string"
|
|
6645
|
+
},
|
|
6646
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6647
|
+
"type": "array"
|
|
6648
|
+
},
|
|
6649
|
+
"include": {
|
|
6650
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6651
|
+
"items": {
|
|
6652
|
+
"enum": [
|
|
6653
|
+
"hugo_summary_divider",
|
|
6654
|
+
"hugo_highlight",
|
|
6655
|
+
"hugo_figure",
|
|
6656
|
+
"hugo_gist",
|
|
6657
|
+
"hugo_instagram",
|
|
6658
|
+
"hugo_param",
|
|
6659
|
+
"hugo_ref",
|
|
6660
|
+
"hugo_relref",
|
|
6661
|
+
"hugo_tweet",
|
|
6662
|
+
"hugo_vimeo",
|
|
6663
|
+
"hugo_youtube",
|
|
6664
|
+
"_cc_hugo_unknown_paired",
|
|
6665
|
+
"_cc_hugo_unknown",
|
|
6666
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6667
|
+
"_cc_hugo_unknown_processed"
|
|
6668
|
+
],
|
|
6669
|
+
"type": "string"
|
|
6670
|
+
},
|
|
6671
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6672
|
+
"type": "array"
|
|
6673
|
+
}
|
|
6674
|
+
},
|
|
6675
|
+
"type": "object"
|
|
6676
|
+
},
|
|
6677
|
+
"SnippetsImport<(\"import\"|\"_cc_mdx_unknown_export\"|\"_cc_mdx_unknown_export_expression\"|\"_cc_mdx_unknown_export_default\"|\"_cc_mdx_unknown_template\"|\"_cc_mdx_paired_unknown\"|\"_cc_mdx_unknown\")>": {
|
|
6678
|
+
"additionalProperties": false,
|
|
6679
|
+
"properties": {
|
|
6680
|
+
"exclude": {
|
|
6681
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6682
|
+
"items": {
|
|
6683
|
+
"enum": [
|
|
6684
|
+
"import",
|
|
6685
|
+
"_cc_mdx_unknown_export",
|
|
6686
|
+
"_cc_mdx_unknown_export_expression",
|
|
6687
|
+
"_cc_mdx_unknown_export_default",
|
|
6688
|
+
"_cc_mdx_unknown_template",
|
|
6689
|
+
"_cc_mdx_paired_unknown",
|
|
6690
|
+
"_cc_mdx_unknown"
|
|
6691
|
+
],
|
|
6692
|
+
"type": "string"
|
|
6693
|
+
},
|
|
6694
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6695
|
+
"type": "array"
|
|
6696
|
+
},
|
|
6697
|
+
"include": {
|
|
6698
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6699
|
+
"items": {
|
|
6700
|
+
"enum": [
|
|
6701
|
+
"import",
|
|
6702
|
+
"_cc_mdx_unknown_export",
|
|
6703
|
+
"_cc_mdx_unknown_export_expression",
|
|
6704
|
+
"_cc_mdx_unknown_export_default",
|
|
6705
|
+
"_cc_mdx_unknown_template",
|
|
6706
|
+
"_cc_mdx_paired_unknown",
|
|
6707
|
+
"_cc_mdx_unknown"
|
|
6708
|
+
],
|
|
6709
|
+
"type": "string"
|
|
6710
|
+
},
|
|
6711
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6712
|
+
"type": "array"
|
|
6713
|
+
}
|
|
6714
|
+
},
|
|
6715
|
+
"type": "object"
|
|
6716
|
+
},
|
|
6717
|
+
"SnippetsImport<(\"markdoc_id_annotation\"|\"markdoc_class_annotation\"|\"markdoc_table\"|\"_cc_markdoc_unknown_tag\"|\"_cc_markdoc_unknown_paired_tag\"|\"_cc_markdoc_unknown_template\")>": {
|
|
6718
|
+
"additionalProperties": false,
|
|
6719
|
+
"properties": {
|
|
6720
|
+
"exclude": {
|
|
6721
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6722
|
+
"items": {
|
|
6723
|
+
"enum": [
|
|
6724
|
+
"markdoc_id_annotation",
|
|
6725
|
+
"markdoc_class_annotation",
|
|
6726
|
+
"markdoc_table",
|
|
6727
|
+
"_cc_markdoc_unknown_tag",
|
|
6728
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6729
|
+
"_cc_markdoc_unknown_template"
|
|
6730
|
+
],
|
|
6731
|
+
"type": "string"
|
|
6732
|
+
},
|
|
6733
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6734
|
+
"type": "array"
|
|
6735
|
+
},
|
|
6736
|
+
"include": {
|
|
6737
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6738
|
+
"items": {
|
|
6739
|
+
"enum": [
|
|
6740
|
+
"markdoc_id_annotation",
|
|
6741
|
+
"markdoc_class_annotation",
|
|
6742
|
+
"markdoc_table",
|
|
6743
|
+
"_cc_markdoc_unknown_tag",
|
|
6744
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6745
|
+
"_cc_markdoc_unknown_template"
|
|
6746
|
+
],
|
|
6747
|
+
"type": "string"
|
|
6748
|
+
},
|
|
6749
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6750
|
+
"type": "array"
|
|
6751
|
+
}
|
|
6752
|
+
},
|
|
6753
|
+
"type": "object"
|
|
6754
|
+
},
|
|
6755
|
+
"SnippetsImport<(\"python_markdown_abbreviation\"|\"python_markdown_admonition\"|\"python_markdown_arithmatex\"|\"python_markdown_attribute_list\"|\"python_markdown_code_block\"|\"python_markdown_collapsible_admonition\"|\"python_markdown_tabs\"|\"python_markdown_footnote\"|\"python_markdown_footnote_marker\"|\"python_markdown_icon\"|\"python_markdown_image\"|\"python_markdown_inline_arithmatex\"|\"python_markdown_inline_code\"|\"python_markdown_link\"|\"python_markdown_reference_image\"|\"python_markdown_reference_template_image\"|\"python_markdown_reference_link\"|\"python_markdown_reference\"|\"python_markdown_reference_template\"|\"python_markdown_block_snippet\"|\"_cc_python_markdown_unknown_snippet\"|\"_cc_python_markdown_unknown_markdown_in_html\")>": {
|
|
6756
|
+
"additionalProperties": false,
|
|
6757
|
+
"properties": {
|
|
6758
|
+
"exclude": {
|
|
6759
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6760
|
+
"items": {
|
|
6761
|
+
"enum": [
|
|
6762
|
+
"python_markdown_abbreviation",
|
|
6763
|
+
"python_markdown_admonition",
|
|
6764
|
+
"python_markdown_arithmatex",
|
|
6765
|
+
"python_markdown_attribute_list",
|
|
6766
|
+
"python_markdown_code_block",
|
|
6767
|
+
"python_markdown_collapsible_admonition",
|
|
6768
|
+
"python_markdown_tabs",
|
|
6769
|
+
"python_markdown_footnote",
|
|
6770
|
+
"python_markdown_footnote_marker",
|
|
6771
|
+
"python_markdown_icon",
|
|
6772
|
+
"python_markdown_image",
|
|
6773
|
+
"python_markdown_inline_arithmatex",
|
|
6774
|
+
"python_markdown_inline_code",
|
|
6775
|
+
"python_markdown_link",
|
|
6776
|
+
"python_markdown_reference_image",
|
|
6777
|
+
"python_markdown_reference_template_image",
|
|
6778
|
+
"python_markdown_reference_link",
|
|
6779
|
+
"python_markdown_reference",
|
|
6780
|
+
"python_markdown_reference_template",
|
|
6781
|
+
"python_markdown_block_snippet",
|
|
6782
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6783
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6784
|
+
],
|
|
6785
|
+
"type": "string"
|
|
6786
|
+
},
|
|
6787
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6788
|
+
"type": "array"
|
|
6789
|
+
},
|
|
6790
|
+
"include": {
|
|
6791
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6792
|
+
"items": {
|
|
6793
|
+
"enum": [
|
|
6794
|
+
"python_markdown_abbreviation",
|
|
6795
|
+
"python_markdown_admonition",
|
|
6796
|
+
"python_markdown_arithmatex",
|
|
6797
|
+
"python_markdown_attribute_list",
|
|
6798
|
+
"python_markdown_code_block",
|
|
6799
|
+
"python_markdown_collapsible_admonition",
|
|
6800
|
+
"python_markdown_tabs",
|
|
6801
|
+
"python_markdown_footnote",
|
|
6802
|
+
"python_markdown_footnote_marker",
|
|
6803
|
+
"python_markdown_icon",
|
|
6804
|
+
"python_markdown_image",
|
|
6805
|
+
"python_markdown_inline_arithmatex",
|
|
6806
|
+
"python_markdown_inline_code",
|
|
6807
|
+
"python_markdown_link",
|
|
6808
|
+
"python_markdown_reference_image",
|
|
6809
|
+
"python_markdown_reference_template_image",
|
|
6810
|
+
"python_markdown_reference_link",
|
|
6811
|
+
"python_markdown_reference",
|
|
6812
|
+
"python_markdown_reference_template",
|
|
6813
|
+
"python_markdown_block_snippet",
|
|
6814
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6815
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6816
|
+
],
|
|
6817
|
+
"type": "string"
|
|
6818
|
+
},
|
|
6819
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6820
|
+
"type": "array"
|
|
6821
|
+
}
|
|
6822
|
+
},
|
|
6823
|
+
"type": "object"
|
|
6824
|
+
},
|
|
6944
6825
|
"SnippetsImports": {
|
|
6945
6826
|
"additionalProperties": false,
|
|
6946
6827
|
"properties": {
|
|
@@ -6950,38 +6831,7 @@
|
|
|
6950
6831
|
"type": "boolean"
|
|
6951
6832
|
},
|
|
6952
6833
|
{
|
|
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"
|
|
6834
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22docusaurus_mdx_admonition%22%7C%22docusaurus_mdx_tabs%22%7C%22docusaurus_mdx_truncate%22%7C%22docusaurus_mdx_codeblock%22)%3E"
|
|
6985
6835
|
}
|
|
6986
6836
|
],
|
|
6987
6837
|
"description": "Default snippets for Docusaurus SSG.",
|
|
@@ -6993,38 +6843,7 @@
|
|
|
6993
6843
|
"type": "boolean"
|
|
6994
6844
|
},
|
|
6995
6845
|
{
|
|
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"
|
|
6846
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22eleventy_liquid_raw%22%7C%22_cc_eleventy_liquid_unknown_paired_shortcode%22%7C%22_cc_eleventy_liquid_unknown_shortcode%22%7C%22_cc_eleventy_liquid_template%22)%3E"
|
|
7028
6847
|
}
|
|
7029
6848
|
],
|
|
7030
6849
|
"description": "Default snippets for Eleventy SSG Liquid files.",
|
|
@@ -7036,40 +6855,7 @@
|
|
|
7036
6855
|
"type": "boolean"
|
|
7037
6856
|
},
|
|
7038
6857
|
{
|
|
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"
|
|
6858
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22eleventy_nunjucks_raw%22%7C%22eleventy_nunjucks_verbatim%22%7C%22_cc_eleventy_nunjucks_unknown_paired_shortcode%22%7C%22_cc_eleventy_nunjucks_unknown_shortcode%22%7C%22_cc_eleventy_nunjucks_template%22)%3E"
|
|
7073
6859
|
}
|
|
7074
6860
|
],
|
|
7075
6861
|
"description": "Default snippets for Eleventy SSG Nunjucks files.",
|
|
@@ -7081,60 +6867,7 @@
|
|
|
7081
6867
|
"type": "boolean"
|
|
7082
6868
|
},
|
|
7083
6869
|
{
|
|
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"
|
|
6870
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22hugo_summary_divider%22%7C%22hugo_highlight%22%7C%22hugo_figure%22%7C%22hugo_gist%22%7C%22hugo_instagram%22%7C%22hugo_param%22%7C%22hugo_ref%22%7C%22hugo_relref%22%7C%22hugo_tweet%22%7C%22hugo_vimeo%22%7C%22hugo_youtube%22%7C%22_cc_hugo_unknown_paired%22%7C%22_cc_hugo_unknown%22%7C%22_cc_hugo_unknown_paired_processed%22%7C%22_cc_hugo_unknown_processed%22)%3E"
|
|
7138
6871
|
}
|
|
7139
6872
|
],
|
|
7140
6873
|
"description": "Default snippets for Hugo SSG.",
|
|
@@ -7146,44 +6879,7 @@
|
|
|
7146
6879
|
"type": "boolean"
|
|
7147
6880
|
},
|
|
7148
6881
|
{
|
|
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"
|
|
6882
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22_cc_jekyll_unknown_paired_tag%22%7C%22_cc_jekyll_unknown_tag%22%7C%22jekyll_highlight%22%7C%22_cc_jekyll_template%22%7C%22jekyll_raw%22%7C%22jekyll_link%22%7C%22jekyll_post_url%22)%3E"
|
|
7187
6883
|
}
|
|
7188
6884
|
],
|
|
7189
6885
|
"description": "Default snippets for Jekyll SSG.",
|
|
@@ -7195,42 +6891,7 @@
|
|
|
7195
6891
|
"type": "boolean"
|
|
7196
6892
|
},
|
|
7197
6893
|
{
|
|
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"
|
|
6894
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22markdoc_id_annotation%22%7C%22markdoc_class_annotation%22%7C%22markdoc_table%22%7C%22_cc_markdoc_unknown_tag%22%7C%22_cc_markdoc_unknown_paired_tag%22%7C%22_cc_markdoc_unknown_template%22)%3E"
|
|
7234
6895
|
}
|
|
7235
6896
|
],
|
|
7236
6897
|
"description": "Default snippets for Markdoc-based content.",
|
|
@@ -7242,44 +6903,7 @@
|
|
|
7242
6903
|
"type": "boolean"
|
|
7243
6904
|
},
|
|
7244
6905
|
{
|
|
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"
|
|
6906
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22import%22%7C%22_cc_mdx_unknown_export%22%7C%22_cc_mdx_unknown_export_expression%22%7C%22_cc_mdx_unknown_export_default%22%7C%22_cc_mdx_unknown_template%22%7C%22_cc_mdx_paired_unknown%22%7C%22_cc_mdx_unknown%22)%3E"
|
|
7283
6907
|
}
|
|
7284
6908
|
],
|
|
7285
6909
|
"description": "Default snippets for MDX-based content.",
|
|
@@ -7291,74 +6915,7 @@
|
|
|
7291
6915
|
"type": "boolean"
|
|
7292
6916
|
},
|
|
7293
6917
|
{
|
|
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"
|
|
6918
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22python_markdown_abbreviation%22%7C%22python_markdown_admonition%22%7C%22python_markdown_arithmatex%22%7C%22python_markdown_attribute_list%22%7C%22python_markdown_code_block%22%7C%22python_markdown_collapsible_admonition%22%7C%22python_markdown_tabs%22%7C%22python_markdown_footnote%22%7C%22python_markdown_footnote_marker%22%7C%22python_markdown_icon%22%7C%22python_markdown_image%22%7C%22python_markdown_inline_arithmatex%22%7C%22python_markdown_inline_code%22%7C%22python_markdown_link%22%7C%22python_markdown_reference_image%22%7C%22python_markdown_reference_template_image%22%7C%22python_markdown_reference_link%22%7C%22python_markdown_reference%22%7C%22python_markdown_reference_template%22%7C%22python_markdown_block_snippet%22%7C%22_cc_python_markdown_unknown_snippet%22%7C%22_cc_python_markdown_unknown_markdown_in_html%22)%3E"
|
|
7362
6919
|
}
|
|
7363
6920
|
],
|
|
7364
6921
|
"description": "Default snippets for content using Python markdown extensions.",
|
|
@@ -7437,10 +6994,10 @@
|
|
|
7437
6994
|
"type": "number"
|
|
7438
6995
|
},
|
|
7439
6996
|
"theme": {
|
|
6997
|
+
"$ref": "#/definitions/Theme",
|
|
7440
6998
|
"default": "monokai",
|
|
7441
6999
|
"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"
|
|
7000
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7444
7001
|
}
|
|
7445
7002
|
},
|
|
7446
7003
|
"type": "object"
|
|
@@ -7938,6 +7495,49 @@
|
|
|
7938
7495
|
},
|
|
7939
7496
|
"type": "object"
|
|
7940
7497
|
},
|
|
7498
|
+
"Theme": {
|
|
7499
|
+
"enum": [
|
|
7500
|
+
"ambiance",
|
|
7501
|
+
"chaos",
|
|
7502
|
+
"chrome",
|
|
7503
|
+
"clouds",
|
|
7504
|
+
"clouds_midnight",
|
|
7505
|
+
"cobalt",
|
|
7506
|
+
"crimson_editor",
|
|
7507
|
+
"dawn",
|
|
7508
|
+
"dracula",
|
|
7509
|
+
"dreamweaver",
|
|
7510
|
+
"eclipse",
|
|
7511
|
+
"github",
|
|
7512
|
+
"gob",
|
|
7513
|
+
"gruvbox",
|
|
7514
|
+
"idle_fingers",
|
|
7515
|
+
"iplastic",
|
|
7516
|
+
"katzenmilch",
|
|
7517
|
+
"kr_theme",
|
|
7518
|
+
"kuroir",
|
|
7519
|
+
"merbivore",
|
|
7520
|
+
"merbivore_soft",
|
|
7521
|
+
"mono_industrial",
|
|
7522
|
+
"monokai",
|
|
7523
|
+
"nord_dark",
|
|
7524
|
+
"pastel_on_dark",
|
|
7525
|
+
"solarized_dark",
|
|
7526
|
+
"solarized_light",
|
|
7527
|
+
"sqlserver",
|
|
7528
|
+
"terminal",
|
|
7529
|
+
"textmate",
|
|
7530
|
+
"tomorrow",
|
|
7531
|
+
"tomorrow_night",
|
|
7532
|
+
"tomorrow_night_blue",
|
|
7533
|
+
"tomorrow_night_bright",
|
|
7534
|
+
"tomorrow_night_eighties",
|
|
7535
|
+
"twilight",
|
|
7536
|
+
"vibrant_ink",
|
|
7537
|
+
"xcode"
|
|
7538
|
+
],
|
|
7539
|
+
"type": "string"
|
|
7540
|
+
},
|
|
7941
7541
|
"Timezone": {
|
|
7942
7542
|
"enum": [
|
|
7943
7543
|
"Africa/Abidjan",
|