@cloudcannon/configuration-types 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/cloudcannon-config-eleventy.json +1031 -1324
- package/build/cloudcannon-config-hugo.json +638 -937
- package/build/cloudcannon-config-jekyll.json +803 -1101
- package/build/{cloudcannon-config-default.json → cloudcannon-config-reader.json} +1118 -1437
- package/build/cloudcannon-config.json +932 -2544
- package/package.json +6 -6
- package/src/build-coupled.d.ts +181 -0
- package/src/configuration.d.ts +1534 -0
- package/src/index.d.ts +7 -1685
|
@@ -289,8 +289,18 @@
|
|
|
289
289
|
"type": "string"
|
|
290
290
|
},
|
|
291
291
|
"code": {
|
|
292
|
-
"description": "Enables
|
|
293
|
-
"markdownDescription": "Enables
|
|
292
|
+
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
293
|
+
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
294
|
+
"type": "boolean"
|
|
295
|
+
},
|
|
296
|
+
"code_block": {
|
|
297
|
+
"description": "Enables a control to insert a code block.",
|
|
298
|
+
"markdownDescription": "Enables a control to insert a code block.",
|
|
299
|
+
"type": "boolean"
|
|
300
|
+
},
|
|
301
|
+
"code_inline": {
|
|
302
|
+
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
303
|
+
"markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
|
|
294
304
|
"type": "boolean"
|
|
295
305
|
},
|
|
296
306
|
"copyformatting": {
|
|
@@ -500,6 +510,206 @@
|
|
|
500
510
|
},
|
|
501
511
|
"type": "object"
|
|
502
512
|
},
|
|
513
|
+
"BuildCoupledCollectionConfig": {
|
|
514
|
+
"additionalProperties": false,
|
|
515
|
+
"properties": {
|
|
516
|
+
"_array_structures": {
|
|
517
|
+
"additionalProperties": {},
|
|
518
|
+
"deprecated": "Use _structures instead.",
|
|
519
|
+
"description": "Now known as _structures.",
|
|
520
|
+
"markdownDescription": "Now known as _structures.",
|
|
521
|
+
"type": "object"
|
|
522
|
+
},
|
|
523
|
+
"_comments": {
|
|
524
|
+
"additionalProperties": {
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"deprecated": "Use _inputs instead.",
|
|
528
|
+
"description": "Now part of _inputs.*.comment.",
|
|
529
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
530
|
+
"type": "object"
|
|
531
|
+
},
|
|
532
|
+
"_editables": {
|
|
533
|
+
"$ref": "#/definitions/Editables",
|
|
534
|
+
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
535
|
+
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
536
|
+
},
|
|
537
|
+
"_enabled_editors": {
|
|
538
|
+
"description": "Set a preferred editor and/or disable the others. The first value sets which editor opens by default, and the following values specify which editors are accessible.",
|
|
539
|
+
"items": {
|
|
540
|
+
"$ref": "#/definitions/EditorKey"
|
|
541
|
+
},
|
|
542
|
+
"markdownDescription": "Set a preferred editor and/or disable the others. The first value sets which editor opens by\ndefault, and the following values specify which editors are accessible.",
|
|
543
|
+
"type": "array"
|
|
544
|
+
},
|
|
545
|
+
"_inputs": {
|
|
546
|
+
"additionalProperties": {
|
|
547
|
+
"$ref": "#/definitions/Input"
|
|
548
|
+
},
|
|
549
|
+
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
550
|
+
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
551
|
+
"type": "object"
|
|
552
|
+
},
|
|
553
|
+
"_options": {
|
|
554
|
+
"additionalProperties": {
|
|
555
|
+
"additionalProperties": {},
|
|
556
|
+
"type": "object"
|
|
557
|
+
},
|
|
558
|
+
"deprecated": "Use _inputs instead.",
|
|
559
|
+
"description": "Now part of _inputs.*.options.",
|
|
560
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
561
|
+
"type": "object"
|
|
562
|
+
},
|
|
563
|
+
"_select_data": {
|
|
564
|
+
"additionalProperties": {
|
|
565
|
+
"$ref": "#/definitions/SelectValues"
|
|
566
|
+
},
|
|
567
|
+
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
568
|
+
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
569
|
+
"type": "object"
|
|
570
|
+
},
|
|
571
|
+
"_structures": {
|
|
572
|
+
"additionalProperties": {
|
|
573
|
+
"$ref": "#/definitions/Structure"
|
|
574
|
+
},
|
|
575
|
+
"description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
|
|
576
|
+
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be\nreferenced in the configuration for `array` or `object` inputs.",
|
|
577
|
+
"type": "object"
|
|
578
|
+
},
|
|
579
|
+
"add_options": {
|
|
580
|
+
"description": "Changes the options presented in the add menu in the collection file list. Defaults to an automatically generated list from _Schemas_, or uses the first file in the collection if no schemas are configured.",
|
|
581
|
+
"items": {
|
|
582
|
+
"$ref": "#/definitions/AddOption"
|
|
583
|
+
},
|
|
584
|
+
"markdownDescription": "Changes the options presented in the add menu in the collection file list. Defaults to an\nautomatically generated list from _Schemas_, or uses the first file in the collection if no\nschemas are configured.",
|
|
585
|
+
"type": "array"
|
|
586
|
+
},
|
|
587
|
+
"create": {
|
|
588
|
+
"$ref": "#/definitions/Create",
|
|
589
|
+
"description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
|
|
590
|
+
"markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
|
|
591
|
+
},
|
|
592
|
+
"description": {
|
|
593
|
+
"description": "Text or Markdown to show above the collection file list.",
|
|
594
|
+
"markdownDescription": "Text or Markdown to show above the collection file list.",
|
|
595
|
+
"type": "string"
|
|
596
|
+
},
|
|
597
|
+
"disable_add": {
|
|
598
|
+
"description": "Prevents users from adding new files in the collection file list if true.",
|
|
599
|
+
"markdownDescription": "Prevents users from adding new files in the collection file list if true.",
|
|
600
|
+
"type": "boolean"
|
|
601
|
+
},
|
|
602
|
+
"disable_add_folder": {
|
|
603
|
+
"description": "Prevents users from adding new folders in the collection file list if true.",
|
|
604
|
+
"markdownDescription": "Prevents users from adding new folders in the collection file list if true.",
|
|
605
|
+
"type": "boolean"
|
|
606
|
+
},
|
|
607
|
+
"disable_file_actions": {
|
|
608
|
+
"description": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
|
|
609
|
+
"markdownDescription": "Prevents users from renaming, moving and deleting files in the collection file list if true.",
|
|
610
|
+
"type": "boolean"
|
|
611
|
+
},
|
|
612
|
+
"documentation": {
|
|
613
|
+
"$ref": "#/definitions/Documentation",
|
|
614
|
+
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
615
|
+
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
616
|
+
},
|
|
617
|
+
"filter": {
|
|
618
|
+
"anyOf": [
|
|
619
|
+
{
|
|
620
|
+
"$ref": "#/definitions/Filter"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"$ref": "#/definitions/FilterBase"
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
627
|
+
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
|
|
628
|
+
},
|
|
629
|
+
"glob": {
|
|
630
|
+
"anyOf": [
|
|
631
|
+
{
|
|
632
|
+
"items": {
|
|
633
|
+
"type": "string"
|
|
634
|
+
},
|
|
635
|
+
"type": "array"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"type": "string"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"description": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`.",
|
|
642
|
+
"markdownDescription": "Glob pattern(s) to include or exclude files from this collection. It is relative to `path`."
|
|
643
|
+
},
|
|
644
|
+
"icon": {
|
|
645
|
+
"$ref": "#/definitions/Icon",
|
|
646
|
+
"description": "Sets an icon to use alongside references to this collection.",
|
|
647
|
+
"markdownDescription": "Sets an icon to use alongside references to this collection."
|
|
648
|
+
},
|
|
649
|
+
"name": {
|
|
650
|
+
"description": "The display name of this collection. Used in headings and in the context menu for items in the collection. This is optional as CloudCannon auto-generates this from the collection key.",
|
|
651
|
+
"markdownDescription": "The display name of this collection. Used in headings and in the context menu for items in the\ncollection. This is optional as CloudCannon auto-generates this from the collection key.",
|
|
652
|
+
"type": "string"
|
|
653
|
+
},
|
|
654
|
+
"new_preview_url": {
|
|
655
|
+
"description": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will load that set preview URL and use the Data Bindings and Previews to render your new page without saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the Visual Editor.",
|
|
656
|
+
"markdownDescription": "Preview your unbuilt pages (e.g. drafts) to another page’s output URL. The Visual Editor will\nload that set preview URL and use the Data Bindings and Previews to render your new page\nwithout saving.\n\nFor example new_preview_url: /about/ will load the /about/ URL on new or unbuilt pages in the\nVisual Editor.",
|
|
657
|
+
"type": "string"
|
|
658
|
+
},
|
|
659
|
+
"output": {
|
|
660
|
+
"description": "Whether or not files in this collection produce files in the build output.",
|
|
661
|
+
"markdownDescription": "Whether or not files in this collection produce files in the build output.",
|
|
662
|
+
"type": "boolean"
|
|
663
|
+
},
|
|
664
|
+
"path": {
|
|
665
|
+
"description": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
666
|
+
"markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.",
|
|
667
|
+
"type": "string"
|
|
668
|
+
},
|
|
669
|
+
"preview": {
|
|
670
|
+
"$ref": "#/definitions/Preview",
|
|
671
|
+
"description": "Changes the way items are previewed in the CMS.",
|
|
672
|
+
"markdownDescription": "Changes the way items are previewed in the CMS."
|
|
673
|
+
},
|
|
674
|
+
"schema_key": {
|
|
675
|
+
"description": "The key used in each file to identify the schema that file uses. The value this key represents in each of this collection's files should match the keys in schemas. Defaults to _schema.",
|
|
676
|
+
"markdownDescription": "The key used in each file to identify the schema that file uses. The value this key represents\nin each of this collection's files should match the keys in schemas. Defaults to _schema.",
|
|
677
|
+
"type": "string"
|
|
678
|
+
},
|
|
679
|
+
"schemas": {
|
|
680
|
+
"additionalProperties": {
|
|
681
|
+
"$ref": "#/definitions/Schema"
|
|
682
|
+
},
|
|
683
|
+
"description": "The set of schemas for this collection. Schemas are used when creating and editing files in this collection. Each entry corresponds to a schema that describes a data structure for this collection.\n\nThe keys in this object should match the values used for schema_key inside each of this collection's files. default is a special entry and is used when a file has no schema.",
|
|
684
|
+
"markdownDescription": "The set of schemas for this collection. Schemas are used when creating and editing files in\nthis collection. Each entry corresponds to a schema that describes a data structure for this\ncollection.\n\nThe keys in this object should match the values used for schema_key inside each of this\ncollection's files. default is a special entry and is used when a file has no schema.",
|
|
685
|
+
"type": "object"
|
|
686
|
+
},
|
|
687
|
+
"singular_key": {
|
|
688
|
+
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
689
|
+
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
"singular_name": {
|
|
693
|
+
"description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
|
|
694
|
+
"markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
|
|
695
|
+
"type": "string"
|
|
696
|
+
},
|
|
697
|
+
"sort": {
|
|
698
|
+
"$ref": "#/definitions/Sort",
|
|
699
|
+
"description": "Sets the default sorting for the collection file list. Defaults to the first option in sort_options, then falls back descending path. As an exception, defaults to descending date for blog-like collections.",
|
|
700
|
+
"markdownDescription": "Sets the default sorting for the collection file list. Defaults to the first option in\nsort_options, then falls back descending path. As an exception, defaults to descending date for\nblog-like collections."
|
|
701
|
+
},
|
|
702
|
+
"sort_options": {
|
|
703
|
+
"description": "Controls the available options in the sort menu. Defaults to generating the options from the first item in the collection, falling back to ascending path and descending path.",
|
|
704
|
+
"items": {
|
|
705
|
+
"$ref": "#/definitions/SortOption"
|
|
706
|
+
},
|
|
707
|
+
"markdownDescription": "Controls the available options in the sort menu. Defaults to generating the options from the\nfirst item in the collection, falling back to ascending path and descending path.",
|
|
708
|
+
"type": "array"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"type": "object"
|
|
712
|
+
},
|
|
503
713
|
"ChoiceInput": {
|
|
504
714
|
"additionalProperties": false,
|
|
505
715
|
"properties": {
|
|
@@ -732,10 +942,10 @@
|
|
|
732
942
|
"type": "number"
|
|
733
943
|
},
|
|
734
944
|
"theme": {
|
|
945
|
+
"$ref": "#/definitions/Theme",
|
|
735
946
|
"default": "monokai",
|
|
736
947
|
"description": "Changes the color scheme for syntax highlighting in the editor.",
|
|
737
|
-
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
738
|
-
"type": "string"
|
|
948
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
739
949
|
}
|
|
740
950
|
},
|
|
741
951
|
"type": "object"
|
|
@@ -949,8 +1159,8 @@
|
|
|
949
1159
|
"type": "string"
|
|
950
1160
|
},
|
|
951
1161
|
"publish_to": {
|
|
952
|
-
"description": "Defines a target collection when publishing. When a file is published
|
|
953
|
-
"markdownDescription": "Defines a target collection when publishing. When a file is published
|
|
1162
|
+
"description": "Defines a target collection when publishing. When a file is published, the target collection's create definition is used instead.",
|
|
1163
|
+
"markdownDescription": "Defines a target collection when publishing. When a file is published, the target collection's\ncreate definition is used instead.",
|
|
954
1164
|
"type": "string"
|
|
955
1165
|
}
|
|
956
1166
|
},
|
|
@@ -1165,6 +1375,93 @@
|
|
|
1165
1375
|
],
|
|
1166
1376
|
"type": "string"
|
|
1167
1377
|
},
|
|
1378
|
+
"FileConfigEntry": {
|
|
1379
|
+
"additionalProperties": false,
|
|
1380
|
+
"properties": {
|
|
1381
|
+
"_array_structures": {
|
|
1382
|
+
"additionalProperties": {},
|
|
1383
|
+
"deprecated": "Use _structures instead.",
|
|
1384
|
+
"description": "Now known as _structures.",
|
|
1385
|
+
"markdownDescription": "Now known as _structures.",
|
|
1386
|
+
"type": "object"
|
|
1387
|
+
},
|
|
1388
|
+
"_comments": {
|
|
1389
|
+
"additionalProperties": {
|
|
1390
|
+
"type": "string"
|
|
1391
|
+
},
|
|
1392
|
+
"deprecated": "Use _inputs instead.",
|
|
1393
|
+
"description": "Now part of _inputs.*.comment.",
|
|
1394
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
1395
|
+
"type": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"_editables": {
|
|
1398
|
+
"$ref": "#/definitions/Editables",
|
|
1399
|
+
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
1400
|
+
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
1401
|
+
},
|
|
1402
|
+
"_enabled_editors": {
|
|
1403
|
+
"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.",
|
|
1404
|
+
"items": {
|
|
1405
|
+
"$ref": "#/definitions/EditorKey"
|
|
1406
|
+
},
|
|
1407
|
+
"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.",
|
|
1408
|
+
"type": "array"
|
|
1409
|
+
},
|
|
1410
|
+
"_inputs": {
|
|
1411
|
+
"additionalProperties": {
|
|
1412
|
+
"$ref": "#/definitions/Input"
|
|
1413
|
+
},
|
|
1414
|
+
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1415
|
+
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
1416
|
+
"type": "object"
|
|
1417
|
+
},
|
|
1418
|
+
"_options": {
|
|
1419
|
+
"additionalProperties": {
|
|
1420
|
+
"additionalProperties": {},
|
|
1421
|
+
"type": "object"
|
|
1422
|
+
},
|
|
1423
|
+
"deprecated": "Use _inputs instead.",
|
|
1424
|
+
"description": "Now part of _inputs.*.options.",
|
|
1425
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
1426
|
+
"type": "object"
|
|
1427
|
+
},
|
|
1428
|
+
"_select_data": {
|
|
1429
|
+
"additionalProperties": {
|
|
1430
|
+
"$ref": "#/definitions/SelectValues"
|
|
1431
|
+
},
|
|
1432
|
+
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
1433
|
+
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
1434
|
+
"type": "object"
|
|
1435
|
+
},
|
|
1436
|
+
"_structures": {
|
|
1437
|
+
"additionalProperties": {
|
|
1438
|
+
"$ref": "#/definitions/Structure"
|
|
1439
|
+
},
|
|
1440
|
+
"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.",
|
|
1441
|
+
"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.",
|
|
1442
|
+
"type": "object"
|
|
1443
|
+
},
|
|
1444
|
+
"glob": {
|
|
1445
|
+
"anyOf": [
|
|
1446
|
+
{
|
|
1447
|
+
"items": {
|
|
1448
|
+
"type": "string"
|
|
1449
|
+
},
|
|
1450
|
+
"type": "array"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"type": "string"
|
|
1454
|
+
}
|
|
1455
|
+
],
|
|
1456
|
+
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
1457
|
+
"markdownDescription": "The glob pattern(s) targeting a path to one or more files."
|
|
1458
|
+
}
|
|
1459
|
+
},
|
|
1460
|
+
"required": [
|
|
1461
|
+
"glob"
|
|
1462
|
+
],
|
|
1463
|
+
"type": "object"
|
|
1464
|
+
},
|
|
1168
1465
|
"FileInput": {
|
|
1169
1466
|
"additionalProperties": false,
|
|
1170
1467
|
"properties": {
|
|
@@ -3852,19 +4149,23 @@
|
|
|
3852
4149
|
},
|
|
3853
4150
|
"JekyllConfiguration": {
|
|
3854
4151
|
"additionalProperties": false,
|
|
4152
|
+
"description": "The configuration format for build-coupled Jekyll sites.",
|
|
4153
|
+
"markdownDescription": "The configuration format for build-coupled Jekyll sites.",
|
|
3855
4154
|
"properties": {
|
|
3856
4155
|
"_array_structures": {
|
|
3857
4156
|
"additionalProperties": {},
|
|
3858
|
-
"
|
|
3859
|
-
"
|
|
4157
|
+
"deprecated": "Use _structures instead.",
|
|
4158
|
+
"description": "Now known as _structures.",
|
|
4159
|
+
"markdownDescription": "Now known as _structures.",
|
|
3860
4160
|
"type": "object"
|
|
3861
4161
|
},
|
|
3862
4162
|
"_comments": {
|
|
3863
4163
|
"additionalProperties": {
|
|
3864
4164
|
"type": "string"
|
|
3865
4165
|
},
|
|
3866
|
-
"
|
|
3867
|
-
"
|
|
4166
|
+
"deprecated": "Use _inputs instead.",
|
|
4167
|
+
"description": "Now part of _inputs.*.comment.",
|
|
4168
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
3868
4169
|
"type": "object"
|
|
3869
4170
|
},
|
|
3870
4171
|
"_editables": {
|
|
@@ -3893,8 +4194,9 @@
|
|
|
3893
4194
|
"additionalProperties": {},
|
|
3894
4195
|
"type": "object"
|
|
3895
4196
|
},
|
|
3896
|
-
"
|
|
3897
|
-
"
|
|
4197
|
+
"deprecated": "Use _inputs instead.",
|
|
4198
|
+
"description": "Now part of _inputs.*.options.",
|
|
4199
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
3898
4200
|
"type": "object"
|
|
3899
4201
|
},
|
|
3900
4202
|
"_select_data": {
|
|
@@ -3957,186 +4259,7 @@
|
|
|
3957
4259
|
},
|
|
3958
4260
|
"collections_config": {
|
|
3959
4261
|
"additionalProperties": {
|
|
3960
|
-
"
|
|
3961
|
-
"properties": {
|
|
3962
|
-
"_array_structures": {
|
|
3963
|
-
"additionalProperties": {},
|
|
3964
|
-
"description": "[DEPRECATED] Now known as _structures.",
|
|
3965
|
-
"markdownDescription": "[DEPRECATED] Now known as _structures.",
|
|
3966
|
-
"type": "object"
|
|
3967
|
-
},
|
|
3968
|
-
"_comments": {
|
|
3969
|
-
"additionalProperties": {
|
|
3970
|
-
"type": "string"
|
|
3971
|
-
},
|
|
3972
|
-
"description": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
3973
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.comment.",
|
|
3974
|
-
"type": "object"
|
|
3975
|
-
},
|
|
3976
|
-
"_editables": {
|
|
3977
|
-
"$ref": "#/definitions/Editables",
|
|
3978
|
-
"description": "Contains input options for Editable Regions and the Content Editor.",
|
|
3979
|
-
"markdownDescription": "Contains input options for Editable Regions and the Content Editor."
|
|
3980
|
-
},
|
|
3981
|
-
"_enabled_editors": {
|
|
3982
|
-
"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.",
|
|
3983
|
-
"items": {
|
|
3984
|
-
"$ref": "#/definitions/EditorKey"
|
|
3985
|
-
},
|
|
3986
|
-
"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.",
|
|
3987
|
-
"type": "array"
|
|
3988
|
-
},
|
|
3989
|
-
"_inputs": {
|
|
3990
|
-
"additionalProperties": {
|
|
3991
|
-
"$ref": "#/definitions/Input"
|
|
3992
|
-
},
|
|
3993
|
-
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
3994
|
-
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
3995
|
-
"type": "object"
|
|
3996
|
-
},
|
|
3997
|
-
"_options": {
|
|
3998
|
-
"additionalProperties": {
|
|
3999
|
-
"additionalProperties": {},
|
|
4000
|
-
"type": "object"
|
|
4001
|
-
},
|
|
4002
|
-
"description": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
4003
|
-
"markdownDescription": "[DEPRECATED] Now part of _inputs.*.options.",
|
|
4004
|
-
"type": "object"
|
|
4005
|
-
},
|
|
4006
|
-
"_select_data": {
|
|
4007
|
-
"additionalProperties": {
|
|
4008
|
-
"$ref": "#/definitions/SelectValues"
|
|
4009
|
-
},
|
|
4010
|
-
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
4011
|
-
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and\n_Multiselect_ inputs.",
|
|
4012
|
-
"type": "object"
|
|
4013
|
-
},
|
|
4014
|
-
"_structures": {
|
|
4015
|
-
"additionalProperties": {
|
|
4016
|
-
"$ref": "#/definitions/Structure"
|
|
4017
|
-
},
|
|
4018
|
-
"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.",
|
|
4019
|
-
"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.",
|
|
4020
|
-
"type": "object"
|
|
4021
|
-
},
|
|
4022
|
-
"add_options": {
|
|
4023
|
-
"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.",
|
|
4024
|
-
"items": {
|
|
4025
|
-
"$ref": "#/definitions/AddOption"
|
|
4026
|
-
},
|
|
4027
|
-
"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.",
|
|
4028
|
-
"type": "array"
|
|
4029
|
-
},
|
|
4030
|
-
"create": {
|
|
4031
|
-
"$ref": "#/definitions/Create",
|
|
4032
|
-
"description": "The create path definition to control where new files are saved to inside this collection. Defaults to [relative_base_path]/{title|slugify}.md.",
|
|
4033
|
-
"markdownDescription": "The create path definition to control where new files are saved to inside this collection.\nDefaults to [relative_base_path]/{title|slugify}.md."
|
|
4034
|
-
},
|
|
4035
|
-
"description": {
|
|
4036
|
-
"description": "Text or Markdown to show above the collection file list.",
|
|
4037
|
-
"markdownDescription": "Text or Markdown to show above the collection file list.",
|
|
4038
|
-
"type": "string"
|
|
4039
|
-
},
|
|
4040
|
-
"disable_add": {
|
|
4041
|
-
"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.",
|
|
4042
|
-
"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.",
|
|
4043
|
-
"type": "boolean"
|
|
4044
|
-
},
|
|
4045
|
-
"disable_add_folder": {
|
|
4046
|
-
"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.",
|
|
4047
|
-
"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.",
|
|
4048
|
-
"type": "boolean"
|
|
4049
|
-
},
|
|
4050
|
-
"disable_file_actions": {
|
|
4051
|
-
"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.",
|
|
4052
|
-
"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.",
|
|
4053
|
-
"type": "boolean"
|
|
4054
|
-
},
|
|
4055
|
-
"documentation": {
|
|
4056
|
-
"$ref": "#/definitions/Documentation",
|
|
4057
|
-
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
4058
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
4059
|
-
},
|
|
4060
|
-
"filter": {
|
|
4061
|
-
"anyOf": [
|
|
4062
|
-
{
|
|
4063
|
-
"$ref": "#/definitions/Filter"
|
|
4064
|
-
},
|
|
4065
|
-
{
|
|
4066
|
-
"$ref": "#/definitions/FilterBase"
|
|
4067
|
-
}
|
|
4068
|
-
],
|
|
4069
|
-
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
4070
|
-
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are\nassigned to this collection."
|
|
4071
|
-
},
|
|
4072
|
-
"icon": {
|
|
4073
|
-
"$ref": "#/definitions/Icon",
|
|
4074
|
-
"description": "Sets an icon to use alongside references to this collection.",
|
|
4075
|
-
"markdownDescription": "Sets an icon to use alongside references to this collection."
|
|
4076
|
-
},
|
|
4077
|
-
"name": {
|
|
4078
|
-
"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.",
|
|
4079
|
-
"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.",
|
|
4080
|
-
"type": "string"
|
|
4081
|
-
},
|
|
4082
|
-
"new_preview_url": {
|
|
4083
|
-
"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.",
|
|
4084
|
-
"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.",
|
|
4085
|
-
"type": "string"
|
|
4086
|
-
},
|
|
4087
|
-
"output": {
|
|
4088
|
-
"description": "Whether or not files in this collection produce files in the build output.",
|
|
4089
|
-
"markdownDescription": "Whether or not files in this collection produce files in the build output.",
|
|
4090
|
-
"type": "boolean"
|
|
4091
|
-
},
|
|
4092
|
-
"path": {
|
|
4093
|
-
"description": "The top-most folder where the files in this collection are stored. It is relative to source. Each collection must have a unique path.",
|
|
4094
|
-
"markdownDescription": "The top-most folder where the files in this collection are stored. It is relative to source.\nEach collection must have a unique path.",
|
|
4095
|
-
"type": "string"
|
|
4096
|
-
},
|
|
4097
|
-
"preview": {
|
|
4098
|
-
"$ref": "#/definitions/Preview",
|
|
4099
|
-
"description": "Changes the way items are previewed in the CMS.",
|
|
4100
|
-
"markdownDescription": "Changes the way items are previewed in the CMS."
|
|
4101
|
-
},
|
|
4102
|
-
"schema_key": {
|
|
4103
|
-
"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.",
|
|
4104
|
-
"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.",
|
|
4105
|
-
"type": "string"
|
|
4106
|
-
},
|
|
4107
|
-
"schemas": {
|
|
4108
|
-
"additionalProperties": {
|
|
4109
|
-
"$ref": "#/definitions/Schema"
|
|
4110
|
-
},
|
|
4111
|
-
"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.",
|
|
4112
|
-
"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.",
|
|
4113
|
-
"type": "object"
|
|
4114
|
-
},
|
|
4115
|
-
"singular_key": {
|
|
4116
|
-
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
4117
|
-
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions\nfor select and multiselect inputs.",
|
|
4118
|
-
"type": "string"
|
|
4119
|
-
},
|
|
4120
|
-
"singular_name": {
|
|
4121
|
-
"description": "Overrides the default singular display name of the collection. This is displayed in the collection add menu and file context menu.",
|
|
4122
|
-
"markdownDescription": "Overrides the default singular display name of the collection. This is displayed in the\ncollection add menu and file context menu.",
|
|
4123
|
-
"type": "string"
|
|
4124
|
-
},
|
|
4125
|
-
"sort": {
|
|
4126
|
-
"$ref": "#/definitions/Sort",
|
|
4127
|
-
"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.",
|
|
4128
|
-
"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."
|
|
4129
|
-
},
|
|
4130
|
-
"sort_options": {
|
|
4131
|
-
"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.",
|
|
4132
|
-
"items": {
|
|
4133
|
-
"$ref": "#/definitions/SortOption"
|
|
4134
|
-
},
|
|
4135
|
-
"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.",
|
|
4136
|
-
"type": "array"
|
|
4137
|
-
}
|
|
4138
|
-
},
|
|
4139
|
-
"type": "object"
|
|
4262
|
+
"$ref": "#/definitions/BuildCoupledCollectionConfig"
|
|
4140
4263
|
},
|
|
4141
4264
|
"description": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection.",
|
|
4142
4265
|
"markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by\nfolder. Entries are keyed by a chosen collection key, and contain configuration specific to\nthat collection.",
|
|
@@ -4148,17 +4271,17 @@
|
|
|
4148
4271
|
"type": "boolean"
|
|
4149
4272
|
},
|
|
4150
4273
|
"commit_templates": {
|
|
4274
|
+
"description": "Templates for commit messages when saving changes.",
|
|
4151
4275
|
"items": {
|
|
4152
4276
|
"$ref": "#/definitions/CommitTemplate"
|
|
4153
4277
|
},
|
|
4278
|
+
"markdownDescription": "Templates for commit messages when saving changes.",
|
|
4154
4279
|
"type": "array"
|
|
4155
4280
|
},
|
|
4156
4281
|
"data_config": {
|
|
4157
4282
|
"additionalProperties": {
|
|
4158
4283
|
"type": "boolean"
|
|
4159
4284
|
},
|
|
4160
|
-
"description": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
4161
|
-
"markdownDescription": "Controls what data sets are available to populate select and multiselect inputs.",
|
|
4162
4285
|
"type": "object"
|
|
4163
4286
|
},
|
|
4164
4287
|
"editor": {
|
|
@@ -4166,6 +4289,14 @@
|
|
|
4166
4289
|
"description": "Contains settings for the default editor actions on your site.",
|
|
4167
4290
|
"markdownDescription": "Contains settings for the default editor actions on your site."
|
|
4168
4291
|
},
|
|
4292
|
+
"file_config": {
|
|
4293
|
+
"additionalProperties": {
|
|
4294
|
+
"$ref": "#/definitions/FileConfigEntry"
|
|
4295
|
+
},
|
|
4296
|
+
"description": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
4297
|
+
"markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
|
|
4298
|
+
"type": "object"
|
|
4299
|
+
},
|
|
4169
4300
|
"generator": {
|
|
4170
4301
|
"additionalProperties": false,
|
|
4171
4302
|
"description": "Contains settings for various Markdown engines.",
|
|
@@ -4237,10 +4368,6 @@
|
|
|
4237
4368
|
"description": "Settings for the behavior and appearance of the Source Editor.",
|
|
4238
4369
|
"markdownDescription": "Settings for the behavior and appearance of the Source Editor."
|
|
4239
4370
|
},
|
|
4240
|
-
"ssg": {
|
|
4241
|
-
"const": "jekyll",
|
|
4242
|
-
"type": "string"
|
|
4243
|
-
},
|
|
4244
4371
|
"timezone": {
|
|
4245
4372
|
"$ref": "#/definitions/Timezone",
|
|
4246
4373
|
"default": "Etc/UTC",
|
|
@@ -5236,158 +5363,22 @@
|
|
|
5236
5363
|
"additionalProperties": false,
|
|
5237
5364
|
"properties": {
|
|
5238
5365
|
"icon": {
|
|
5239
|
-
"
|
|
5240
|
-
{
|
|
5241
|
-
"items": {
|
|
5242
|
-
"anyOf": [
|
|
5243
|
-
{
|
|
5244
|
-
"additionalProperties": false,
|
|
5245
|
-
"properties": {
|
|
5246
|
-
"key": {
|
|
5247
|
-
"description": "The key used to access the value used for the preview.",
|
|
5248
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5249
|
-
"type": "string"
|
|
5250
|
-
}
|
|
5251
|
-
},
|
|
5252
|
-
"required": [
|
|
5253
|
-
"key"
|
|
5254
|
-
],
|
|
5255
|
-
"type": "object"
|
|
5256
|
-
},
|
|
5257
|
-
{
|
|
5258
|
-
"type": "string"
|
|
5259
|
-
},
|
|
5260
|
-
{
|
|
5261
|
-
"type": "boolean"
|
|
5262
|
-
}
|
|
5263
|
-
]
|
|
5264
|
-
},
|
|
5265
|
-
"type": "array"
|
|
5266
|
-
},
|
|
5267
|
-
{
|
|
5268
|
-
"type": "string"
|
|
5269
|
-
},
|
|
5270
|
-
{
|
|
5271
|
-
"type": "boolean"
|
|
5272
|
-
}
|
|
5273
|
-
],
|
|
5366
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5274
5367
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5275
5368
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5276
5369
|
},
|
|
5277
5370
|
"image": {
|
|
5278
|
-
"
|
|
5279
|
-
{
|
|
5280
|
-
"items": {
|
|
5281
|
-
"anyOf": [
|
|
5282
|
-
{
|
|
5283
|
-
"additionalProperties": false,
|
|
5284
|
-
"properties": {
|
|
5285
|
-
"key": {
|
|
5286
|
-
"description": "The key used to access the value used for the preview.",
|
|
5287
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5288
|
-
"type": "string"
|
|
5289
|
-
}
|
|
5290
|
-
},
|
|
5291
|
-
"required": [
|
|
5292
|
-
"key"
|
|
5293
|
-
],
|
|
5294
|
-
"type": "object"
|
|
5295
|
-
},
|
|
5296
|
-
{
|
|
5297
|
-
"type": "string"
|
|
5298
|
-
},
|
|
5299
|
-
{
|
|
5300
|
-
"type": "boolean"
|
|
5301
|
-
}
|
|
5302
|
-
]
|
|
5303
|
-
},
|
|
5304
|
-
"type": "array"
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"type": "string"
|
|
5308
|
-
},
|
|
5309
|
-
{
|
|
5310
|
-
"type": "boolean"
|
|
5311
|
-
}
|
|
5312
|
-
],
|
|
5371
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5313
5372
|
"description": "Controls the image shown per item.",
|
|
5314
5373
|
"markdownDescription": "Controls the image shown per item."
|
|
5315
5374
|
},
|
|
5316
5375
|
"subtext": {
|
|
5317
|
-
"
|
|
5318
|
-
{
|
|
5319
|
-
"items": {
|
|
5320
|
-
"anyOf": [
|
|
5321
|
-
{
|
|
5322
|
-
"additionalProperties": false,
|
|
5323
|
-
"properties": {
|
|
5324
|
-
"key": {
|
|
5325
|
-
"description": "The key used to access the value used for the preview.",
|
|
5326
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5327
|
-
"type": "string"
|
|
5328
|
-
}
|
|
5329
|
-
},
|
|
5330
|
-
"required": [
|
|
5331
|
-
"key"
|
|
5332
|
-
],
|
|
5333
|
-
"type": "object"
|
|
5334
|
-
},
|
|
5335
|
-
{
|
|
5336
|
-
"type": "string"
|
|
5337
|
-
},
|
|
5338
|
-
{
|
|
5339
|
-
"type": "boolean"
|
|
5340
|
-
}
|
|
5341
|
-
]
|
|
5342
|
-
},
|
|
5343
|
-
"type": "array"
|
|
5344
|
-
},
|
|
5345
|
-
{
|
|
5346
|
-
"type": "string"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"type": "boolean"
|
|
5350
|
-
}
|
|
5351
|
-
],
|
|
5376
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5352
5377
|
"description": "Controls the supporting text shown per item.",
|
|
5353
5378
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5354
5379
|
},
|
|
5355
5380
|
"text": {
|
|
5356
|
-
"
|
|
5357
|
-
{
|
|
5358
|
-
"items": {
|
|
5359
|
-
"anyOf": [
|
|
5360
|
-
{
|
|
5361
|
-
"additionalProperties": false,
|
|
5362
|
-
"properties": {
|
|
5363
|
-
"key": {
|
|
5364
|
-
"description": "The key used to access the value used for the preview.",
|
|
5365
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5366
|
-
"type": "string"
|
|
5367
|
-
}
|
|
5368
|
-
},
|
|
5369
|
-
"required": [
|
|
5370
|
-
"key"
|
|
5371
|
-
],
|
|
5372
|
-
"type": "object"
|
|
5373
|
-
},
|
|
5374
|
-
{
|
|
5375
|
-
"type": "string"
|
|
5376
|
-
},
|
|
5377
|
-
{
|
|
5378
|
-
"type": "boolean"
|
|
5379
|
-
}
|
|
5380
|
-
]
|
|
5381
|
-
},
|
|
5382
|
-
"type": "array"
|
|
5383
|
-
},
|
|
5384
|
-
{
|
|
5385
|
-
"type": "string"
|
|
5386
|
-
},
|
|
5387
|
-
{
|
|
5388
|
-
"type": "boolean"
|
|
5389
|
-
}
|
|
5390
|
-
],
|
|
5381
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5391
5382
|
"description": "Controls the main text shown per item.",
|
|
5392
5383
|
"markdownDescription": "Controls the main text shown per item."
|
|
5393
5384
|
}
|
|
@@ -5398,7 +5389,6 @@
|
|
|
5398
5389
|
"additionalProperties": false,
|
|
5399
5390
|
"properties": {
|
|
5400
5391
|
"collections": {
|
|
5401
|
-
"default": "",
|
|
5402
5392
|
"description": "Parent folder of all collections.",
|
|
5403
5393
|
"markdownDescription": "Parent folder of all collections.",
|
|
5404
5394
|
"type": "string"
|
|
@@ -5468,41 +5458,7 @@
|
|
|
5468
5458
|
"markdownDescription": "Details for large image/icon preview per item."
|
|
5469
5459
|
},
|
|
5470
5460
|
"icon": {
|
|
5471
|
-
"
|
|
5472
|
-
{
|
|
5473
|
-
"items": {
|
|
5474
|
-
"anyOf": [
|
|
5475
|
-
{
|
|
5476
|
-
"additionalProperties": false,
|
|
5477
|
-
"properties": {
|
|
5478
|
-
"key": {
|
|
5479
|
-
"description": "The key used to access the value used for the preview.",
|
|
5480
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5481
|
-
"type": "string"
|
|
5482
|
-
}
|
|
5483
|
-
},
|
|
5484
|
-
"required": [
|
|
5485
|
-
"key"
|
|
5486
|
-
],
|
|
5487
|
-
"type": "object"
|
|
5488
|
-
},
|
|
5489
|
-
{
|
|
5490
|
-
"type": "string"
|
|
5491
|
-
},
|
|
5492
|
-
{
|
|
5493
|
-
"type": "boolean"
|
|
5494
|
-
}
|
|
5495
|
-
]
|
|
5496
|
-
},
|
|
5497
|
-
"type": "array"
|
|
5498
|
-
},
|
|
5499
|
-
{
|
|
5500
|
-
"type": "string"
|
|
5501
|
-
},
|
|
5502
|
-
{
|
|
5503
|
-
"type": "boolean"
|
|
5504
|
-
}
|
|
5505
|
-
],
|
|
5461
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5506
5462
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5507
5463
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5508
5464
|
},
|
|
@@ -5512,41 +5468,7 @@
|
|
|
5512
5468
|
"type": "string"
|
|
5513
5469
|
},
|
|
5514
5470
|
"image": {
|
|
5515
|
-
"
|
|
5516
|
-
{
|
|
5517
|
-
"items": {
|
|
5518
|
-
"anyOf": [
|
|
5519
|
-
{
|
|
5520
|
-
"additionalProperties": false,
|
|
5521
|
-
"properties": {
|
|
5522
|
-
"key": {
|
|
5523
|
-
"description": "The key used to access the value used for the preview.",
|
|
5524
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5525
|
-
"type": "string"
|
|
5526
|
-
}
|
|
5527
|
-
},
|
|
5528
|
-
"required": [
|
|
5529
|
-
"key"
|
|
5530
|
-
],
|
|
5531
|
-
"type": "object"
|
|
5532
|
-
},
|
|
5533
|
-
{
|
|
5534
|
-
"type": "string"
|
|
5535
|
-
},
|
|
5536
|
-
{
|
|
5537
|
-
"type": "boolean"
|
|
5538
|
-
}
|
|
5539
|
-
]
|
|
5540
|
-
},
|
|
5541
|
-
"type": "array"
|
|
5542
|
-
},
|
|
5543
|
-
{
|
|
5544
|
-
"type": "string"
|
|
5545
|
-
},
|
|
5546
|
-
{
|
|
5547
|
-
"type": "boolean"
|
|
5548
|
-
}
|
|
5549
|
-
],
|
|
5471
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5550
5472
|
"description": "Controls the image shown per item.",
|
|
5551
5473
|
"markdownDescription": "Controls the image shown per item."
|
|
5552
5474
|
},
|
|
@@ -5559,86 +5481,44 @@
|
|
|
5559
5481
|
"type": "array"
|
|
5560
5482
|
},
|
|
5561
5483
|
"subtext": {
|
|
5562
|
-
"
|
|
5563
|
-
{
|
|
5564
|
-
"items": {
|
|
5565
|
-
"anyOf": [
|
|
5566
|
-
{
|
|
5567
|
-
"additionalProperties": false,
|
|
5568
|
-
"properties": {
|
|
5569
|
-
"key": {
|
|
5570
|
-
"description": "The key used to access the value used for the preview.",
|
|
5571
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5572
|
-
"type": "string"
|
|
5573
|
-
}
|
|
5574
|
-
},
|
|
5575
|
-
"required": [
|
|
5576
|
-
"key"
|
|
5577
|
-
],
|
|
5578
|
-
"type": "object"
|
|
5579
|
-
},
|
|
5580
|
-
{
|
|
5581
|
-
"type": "string"
|
|
5582
|
-
},
|
|
5583
|
-
{
|
|
5584
|
-
"type": "boolean"
|
|
5585
|
-
}
|
|
5586
|
-
]
|
|
5587
|
-
},
|
|
5588
|
-
"type": "array"
|
|
5589
|
-
},
|
|
5590
|
-
{
|
|
5591
|
-
"type": "string"
|
|
5592
|
-
},
|
|
5593
|
-
{
|
|
5594
|
-
"type": "boolean"
|
|
5595
|
-
}
|
|
5596
|
-
],
|
|
5484
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5597
5485
|
"description": "Controls the supporting text shown per item.",
|
|
5598
5486
|
"markdownDescription": "Controls the supporting text shown per item."
|
|
5599
5487
|
},
|
|
5600
5488
|
"text": {
|
|
5601
|
-
"
|
|
5602
|
-
{
|
|
5603
|
-
"items": {
|
|
5604
|
-
"anyOf": [
|
|
5605
|
-
{
|
|
5606
|
-
"additionalProperties": false,
|
|
5607
|
-
"properties": {
|
|
5608
|
-
"key": {
|
|
5609
|
-
"description": "The key used to access the value used for the preview.",
|
|
5610
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5611
|
-
"type": "string"
|
|
5612
|
-
}
|
|
5613
|
-
},
|
|
5614
|
-
"required": [
|
|
5615
|
-
"key"
|
|
5616
|
-
],
|
|
5617
|
-
"type": "object"
|
|
5618
|
-
},
|
|
5619
|
-
{
|
|
5620
|
-
"type": "string"
|
|
5621
|
-
},
|
|
5622
|
-
{
|
|
5623
|
-
"type": "boolean"
|
|
5624
|
-
}
|
|
5625
|
-
]
|
|
5626
|
-
},
|
|
5627
|
-
"type": "array"
|
|
5628
|
-
},
|
|
5629
|
-
{
|
|
5630
|
-
"type": "string"
|
|
5631
|
-
},
|
|
5632
|
-
{
|
|
5633
|
-
"type": "boolean"
|
|
5634
|
-
}
|
|
5635
|
-
],
|
|
5489
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5636
5490
|
"description": "Controls the main text shown per item.",
|
|
5637
5491
|
"markdownDescription": "Controls the main text shown per item."
|
|
5638
5492
|
}
|
|
5639
5493
|
},
|
|
5640
5494
|
"type": "object"
|
|
5641
5495
|
},
|
|
5496
|
+
"PreviewEntry": {
|
|
5497
|
+
"anyOf": [
|
|
5498
|
+
{
|
|
5499
|
+
"items": {
|
|
5500
|
+
"anyOf": [
|
|
5501
|
+
{
|
|
5502
|
+
"$ref": "#/definitions/PreviewKeyEntry"
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"type": "string"
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"type": "boolean"
|
|
5509
|
+
}
|
|
5510
|
+
]
|
|
5511
|
+
},
|
|
5512
|
+
"type": "array"
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"type": "string"
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
"type": "boolean"
|
|
5519
|
+
}
|
|
5520
|
+
]
|
|
5521
|
+
},
|
|
5642
5522
|
"PreviewGallery": {
|
|
5643
5523
|
"additionalProperties": false,
|
|
5644
5524
|
"properties": {
|
|
@@ -5654,41 +5534,7 @@
|
|
|
5654
5534
|
"type": "string"
|
|
5655
5535
|
},
|
|
5656
5536
|
"icon": {
|
|
5657
|
-
"
|
|
5658
|
-
{
|
|
5659
|
-
"items": {
|
|
5660
|
-
"anyOf": [
|
|
5661
|
-
{
|
|
5662
|
-
"additionalProperties": false,
|
|
5663
|
-
"properties": {
|
|
5664
|
-
"key": {
|
|
5665
|
-
"description": "The key used to access the value used for the preview.",
|
|
5666
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5667
|
-
"type": "string"
|
|
5668
|
-
}
|
|
5669
|
-
},
|
|
5670
|
-
"required": [
|
|
5671
|
-
"key"
|
|
5672
|
-
],
|
|
5673
|
-
"type": "object"
|
|
5674
|
-
},
|
|
5675
|
-
{
|
|
5676
|
-
"type": "string"
|
|
5677
|
-
},
|
|
5678
|
-
{
|
|
5679
|
-
"type": "boolean"
|
|
5680
|
-
}
|
|
5681
|
-
]
|
|
5682
|
-
},
|
|
5683
|
-
"type": "array"
|
|
5684
|
-
},
|
|
5685
|
-
{
|
|
5686
|
-
"type": "string"
|
|
5687
|
-
},
|
|
5688
|
-
{
|
|
5689
|
-
"type": "boolean"
|
|
5690
|
-
}
|
|
5691
|
-
],
|
|
5537
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5692
5538
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5693
5539
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5694
5540
|
},
|
|
@@ -5698,125 +5544,37 @@
|
|
|
5698
5544
|
"type": "string"
|
|
5699
5545
|
},
|
|
5700
5546
|
"image": {
|
|
5701
|
-
"
|
|
5702
|
-
{
|
|
5703
|
-
"items": {
|
|
5704
|
-
"anyOf": [
|
|
5705
|
-
{
|
|
5706
|
-
"additionalProperties": false,
|
|
5707
|
-
"properties": {
|
|
5708
|
-
"key": {
|
|
5709
|
-
"description": "The key used to access the value used for the preview.",
|
|
5710
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5711
|
-
"type": "string"
|
|
5712
|
-
}
|
|
5713
|
-
},
|
|
5714
|
-
"required": [
|
|
5715
|
-
"key"
|
|
5716
|
-
],
|
|
5717
|
-
"type": "object"
|
|
5718
|
-
},
|
|
5719
|
-
{
|
|
5720
|
-
"type": "string"
|
|
5721
|
-
},
|
|
5722
|
-
{
|
|
5723
|
-
"type": "boolean"
|
|
5724
|
-
}
|
|
5725
|
-
]
|
|
5726
|
-
},
|
|
5727
|
-
"type": "array"
|
|
5728
|
-
},
|
|
5729
|
-
{
|
|
5730
|
-
"type": "string"
|
|
5731
|
-
},
|
|
5732
|
-
{
|
|
5733
|
-
"type": "boolean"
|
|
5734
|
-
}
|
|
5735
|
-
],
|
|
5547
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5736
5548
|
"description": "Controls the image shown per item.",
|
|
5737
5549
|
"markdownDescription": "Controls the image shown per item."
|
|
5738
5550
|
},
|
|
5739
5551
|
"text": {
|
|
5740
|
-
"
|
|
5741
|
-
{
|
|
5742
|
-
"items": {
|
|
5743
|
-
"anyOf": [
|
|
5744
|
-
{
|
|
5745
|
-
"additionalProperties": false,
|
|
5746
|
-
"properties": {
|
|
5747
|
-
"key": {
|
|
5748
|
-
"description": "The key used to access the value used for the preview.",
|
|
5749
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5750
|
-
"type": "string"
|
|
5751
|
-
}
|
|
5752
|
-
},
|
|
5753
|
-
"required": [
|
|
5754
|
-
"key"
|
|
5755
|
-
],
|
|
5756
|
-
"type": "object"
|
|
5757
|
-
},
|
|
5758
|
-
{
|
|
5759
|
-
"type": "string"
|
|
5760
|
-
},
|
|
5761
|
-
{
|
|
5762
|
-
"type": "boolean"
|
|
5763
|
-
}
|
|
5764
|
-
]
|
|
5765
|
-
},
|
|
5766
|
-
"type": "array"
|
|
5767
|
-
},
|
|
5768
|
-
{
|
|
5769
|
-
"type": "string"
|
|
5770
|
-
},
|
|
5771
|
-
{
|
|
5772
|
-
"type": "boolean"
|
|
5773
|
-
}
|
|
5774
|
-
],
|
|
5552
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5775
5553
|
"description": "Controls the main text shown per item.",
|
|
5776
5554
|
"markdownDescription": "Controls the main text shown per item."
|
|
5777
5555
|
}
|
|
5778
5556
|
},
|
|
5779
5557
|
"type": "object"
|
|
5780
5558
|
},
|
|
5559
|
+
"PreviewKeyEntry": {
|
|
5560
|
+
"additionalProperties": false,
|
|
5561
|
+
"properties": {
|
|
5562
|
+
"key": {
|
|
5563
|
+
"description": "The key used to access the value used for the preview.",
|
|
5564
|
+
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5565
|
+
"type": "string"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5568
|
+
"required": [
|
|
5569
|
+
"key"
|
|
5570
|
+
],
|
|
5571
|
+
"type": "object"
|
|
5572
|
+
},
|
|
5781
5573
|
"PreviewMetadata": {
|
|
5782
5574
|
"additionalProperties": false,
|
|
5783
5575
|
"properties": {
|
|
5784
5576
|
"icon": {
|
|
5785
|
-
"
|
|
5786
|
-
{
|
|
5787
|
-
"items": {
|
|
5788
|
-
"anyOf": [
|
|
5789
|
-
{
|
|
5790
|
-
"additionalProperties": false,
|
|
5791
|
-
"properties": {
|
|
5792
|
-
"key": {
|
|
5793
|
-
"description": "The key used to access the value used for the preview.",
|
|
5794
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5795
|
-
"type": "string"
|
|
5796
|
-
}
|
|
5797
|
-
},
|
|
5798
|
-
"required": [
|
|
5799
|
-
"key"
|
|
5800
|
-
],
|
|
5801
|
-
"type": "object"
|
|
5802
|
-
},
|
|
5803
|
-
{
|
|
5804
|
-
"type": "string"
|
|
5805
|
-
},
|
|
5806
|
-
{
|
|
5807
|
-
"type": "boolean"
|
|
5808
|
-
}
|
|
5809
|
-
]
|
|
5810
|
-
},
|
|
5811
|
-
"type": "array"
|
|
5812
|
-
},
|
|
5813
|
-
{
|
|
5814
|
-
"type": "string"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"type": "boolean"
|
|
5818
|
-
}
|
|
5819
|
-
],
|
|
5577
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5820
5578
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5821
5579
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5822
5580
|
},
|
|
@@ -5826,80 +5584,12 @@
|
|
|
5826
5584
|
"type": "string"
|
|
5827
5585
|
},
|
|
5828
5586
|
"image": {
|
|
5829
|
-
"
|
|
5830
|
-
{
|
|
5831
|
-
"items": {
|
|
5832
|
-
"anyOf": [
|
|
5833
|
-
{
|
|
5834
|
-
"additionalProperties": false,
|
|
5835
|
-
"properties": {
|
|
5836
|
-
"key": {
|
|
5837
|
-
"description": "The key used to access the value used for the preview.",
|
|
5838
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5839
|
-
"type": "string"
|
|
5840
|
-
}
|
|
5841
|
-
},
|
|
5842
|
-
"required": [
|
|
5843
|
-
"key"
|
|
5844
|
-
],
|
|
5845
|
-
"type": "object"
|
|
5846
|
-
},
|
|
5847
|
-
{
|
|
5848
|
-
"type": "string"
|
|
5849
|
-
},
|
|
5850
|
-
{
|
|
5851
|
-
"type": "boolean"
|
|
5852
|
-
}
|
|
5853
|
-
]
|
|
5854
|
-
},
|
|
5855
|
-
"type": "array"
|
|
5856
|
-
},
|
|
5857
|
-
{
|
|
5858
|
-
"type": "string"
|
|
5859
|
-
},
|
|
5860
|
-
{
|
|
5861
|
-
"type": "boolean"
|
|
5862
|
-
}
|
|
5863
|
-
],
|
|
5587
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5864
5588
|
"description": "Controls the image shown per item.",
|
|
5865
5589
|
"markdownDescription": "Controls the image shown per item."
|
|
5866
5590
|
},
|
|
5867
5591
|
"text": {
|
|
5868
|
-
"
|
|
5869
|
-
{
|
|
5870
|
-
"items": {
|
|
5871
|
-
"anyOf": [
|
|
5872
|
-
{
|
|
5873
|
-
"additionalProperties": false,
|
|
5874
|
-
"properties": {
|
|
5875
|
-
"key": {
|
|
5876
|
-
"description": "The key used to access the value used for the preview.",
|
|
5877
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
5878
|
-
"type": "string"
|
|
5879
|
-
}
|
|
5880
|
-
},
|
|
5881
|
-
"required": [
|
|
5882
|
-
"key"
|
|
5883
|
-
],
|
|
5884
|
-
"type": "object"
|
|
5885
|
-
},
|
|
5886
|
-
{
|
|
5887
|
-
"type": "string"
|
|
5888
|
-
},
|
|
5889
|
-
{
|
|
5890
|
-
"type": "boolean"
|
|
5891
|
-
}
|
|
5892
|
-
]
|
|
5893
|
-
},
|
|
5894
|
-
"type": "array"
|
|
5895
|
-
},
|
|
5896
|
-
{
|
|
5897
|
-
"type": "string"
|
|
5898
|
-
},
|
|
5899
|
-
{
|
|
5900
|
-
"type": "boolean"
|
|
5901
|
-
}
|
|
5902
|
-
],
|
|
5592
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5903
5593
|
"description": "Controls the main text shown per item.",
|
|
5904
5594
|
"markdownDescription": "Controls the main text shown per item."
|
|
5905
5595
|
}
|
|
@@ -6188,8 +5878,18 @@
|
|
|
6188
5878
|
"type": "string"
|
|
6189
5879
|
},
|
|
6190
5880
|
"code": {
|
|
6191
|
-
"description": "Enables
|
|
6192
|
-
"markdownDescription": "Enables
|
|
5881
|
+
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5882
|
+
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5883
|
+
"type": "boolean"
|
|
5884
|
+
},
|
|
5885
|
+
"code_block": {
|
|
5886
|
+
"description": "Enables a control to insert a code block.",
|
|
5887
|
+
"markdownDescription": "Enables a control to insert a code block.",
|
|
5888
|
+
"type": "boolean"
|
|
5889
|
+
},
|
|
5890
|
+
"code_inline": {
|
|
5891
|
+
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
5892
|
+
"markdownDescription": "Enables a control to create an inline code element, containing any selected text.",
|
|
6193
5893
|
"type": "boolean"
|
|
6194
5894
|
},
|
|
6195
5895
|
"copyformatting": {
|
|
@@ -6414,16 +6114,18 @@
|
|
|
6414
6114
|
"properties": {
|
|
6415
6115
|
"_array_structures": {
|
|
6416
6116
|
"additionalProperties": {},
|
|
6417
|
-
"
|
|
6418
|
-
"
|
|
6117
|
+
"deprecated": "Use _structures instead.",
|
|
6118
|
+
"description": "Now known as _structures.",
|
|
6119
|
+
"markdownDescription": "Now known as _structures.",
|
|
6419
6120
|
"type": "object"
|
|
6420
6121
|
},
|
|
6421
6122
|
"_comments": {
|
|
6422
6123
|
"additionalProperties": {
|
|
6423
6124
|
"type": "string"
|
|
6424
6125
|
},
|
|
6425
|
-
"
|
|
6426
|
-
"
|
|
6126
|
+
"deprecated": "Use _inputs instead.",
|
|
6127
|
+
"description": "Now part of _inputs.*.comment.",
|
|
6128
|
+
"markdownDescription": "Now part of _inputs.*.comment.",
|
|
6427
6129
|
"type": "object"
|
|
6428
6130
|
},
|
|
6429
6131
|
"_editables": {
|
|
@@ -6452,8 +6154,9 @@
|
|
|
6452
6154
|
"additionalProperties": {},
|
|
6453
6155
|
"type": "object"
|
|
6454
6156
|
},
|
|
6455
|
-
"
|
|
6456
|
-
"
|
|
6157
|
+
"deprecated": "Use _inputs instead.",
|
|
6158
|
+
"description": "Now part of _inputs.*.options.",
|
|
6159
|
+
"markdownDescription": "Now part of _inputs.*.options.",
|
|
6457
6160
|
"type": "object"
|
|
6458
6161
|
},
|
|
6459
6162
|
"_select_data": {
|
|
@@ -6651,80 +6354,12 @@
|
|
|
6651
6354
|
"additionalProperties": false,
|
|
6652
6355
|
"properties": {
|
|
6653
6356
|
"icon": {
|
|
6654
|
-
"
|
|
6655
|
-
{
|
|
6656
|
-
"items": {
|
|
6657
|
-
"anyOf": [
|
|
6658
|
-
{
|
|
6659
|
-
"additionalProperties": false,
|
|
6660
|
-
"properties": {
|
|
6661
|
-
"key": {
|
|
6662
|
-
"description": "The key used to access the value used for the preview.",
|
|
6663
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
6664
|
-
"type": "string"
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
|
-
"required": [
|
|
6668
|
-
"key"
|
|
6669
|
-
],
|
|
6670
|
-
"type": "object"
|
|
6671
|
-
},
|
|
6672
|
-
{
|
|
6673
|
-
"type": "string"
|
|
6674
|
-
},
|
|
6675
|
-
{
|
|
6676
|
-
"type": "boolean"
|
|
6677
|
-
}
|
|
6678
|
-
]
|
|
6679
|
-
},
|
|
6680
|
-
"type": "array"
|
|
6681
|
-
},
|
|
6682
|
-
{
|
|
6683
|
-
"type": "string"
|
|
6684
|
-
},
|
|
6685
|
-
{
|
|
6686
|
-
"type": "boolean"
|
|
6687
|
-
}
|
|
6688
|
-
],
|
|
6357
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6689
6358
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
6690
6359
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
6691
6360
|
},
|
|
6692
6361
|
"text": {
|
|
6693
|
-
"
|
|
6694
|
-
{
|
|
6695
|
-
"items": {
|
|
6696
|
-
"anyOf": [
|
|
6697
|
-
{
|
|
6698
|
-
"additionalProperties": false,
|
|
6699
|
-
"properties": {
|
|
6700
|
-
"key": {
|
|
6701
|
-
"description": "The key used to access the value used for the preview.",
|
|
6702
|
-
"markdownDescription": "The key used to access the value used for the preview.",
|
|
6703
|
-
"type": "string"
|
|
6704
|
-
}
|
|
6705
|
-
},
|
|
6706
|
-
"required": [
|
|
6707
|
-
"key"
|
|
6708
|
-
],
|
|
6709
|
-
"type": "object"
|
|
6710
|
-
},
|
|
6711
|
-
{
|
|
6712
|
-
"type": "string"
|
|
6713
|
-
},
|
|
6714
|
-
{
|
|
6715
|
-
"type": "boolean"
|
|
6716
|
-
}
|
|
6717
|
-
]
|
|
6718
|
-
},
|
|
6719
|
-
"type": "array"
|
|
6720
|
-
},
|
|
6721
|
-
{
|
|
6722
|
-
"type": "string"
|
|
6723
|
-
},
|
|
6724
|
-
{
|
|
6725
|
-
"type": "boolean"
|
|
6726
|
-
}
|
|
6727
|
-
],
|
|
6362
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6728
6363
|
"description": "Controls the main text shown per item.",
|
|
6729
6364
|
"markdownDescription": "Controls the main text shown per item."
|
|
6730
6365
|
}
|
|
@@ -6834,6 +6469,354 @@
|
|
|
6834
6469
|
},
|
|
6835
6470
|
"type": "object"
|
|
6836
6471
|
},
|
|
6472
|
+
"SnippetsImport<(\"_cc_jekyll_unknown_paired_tag\"|\"_cc_jekyll_unknown_tag\"|\"jekyll_highlight\"|\"_cc_jekyll_template\"|\"jekyll_raw\"|\"jekyll_link\"|\"jekyll_post_url\")>": {
|
|
6473
|
+
"additionalProperties": false,
|
|
6474
|
+
"properties": {
|
|
6475
|
+
"exclude": {
|
|
6476
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6477
|
+
"items": {
|
|
6478
|
+
"enum": [
|
|
6479
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6480
|
+
"_cc_jekyll_unknown_tag",
|
|
6481
|
+
"jekyll_highlight",
|
|
6482
|
+
"_cc_jekyll_template",
|
|
6483
|
+
"jekyll_raw",
|
|
6484
|
+
"jekyll_link",
|
|
6485
|
+
"jekyll_post_url"
|
|
6486
|
+
],
|
|
6487
|
+
"type": "string"
|
|
6488
|
+
},
|
|
6489
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6490
|
+
"type": "array"
|
|
6491
|
+
},
|
|
6492
|
+
"include": {
|
|
6493
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6494
|
+
"items": {
|
|
6495
|
+
"enum": [
|
|
6496
|
+
"_cc_jekyll_unknown_paired_tag",
|
|
6497
|
+
"_cc_jekyll_unknown_tag",
|
|
6498
|
+
"jekyll_highlight",
|
|
6499
|
+
"_cc_jekyll_template",
|
|
6500
|
+
"jekyll_raw",
|
|
6501
|
+
"jekyll_link",
|
|
6502
|
+
"jekyll_post_url"
|
|
6503
|
+
],
|
|
6504
|
+
"type": "string"
|
|
6505
|
+
},
|
|
6506
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6507
|
+
"type": "array"
|
|
6508
|
+
}
|
|
6509
|
+
},
|
|
6510
|
+
"type": "object"
|
|
6511
|
+
},
|
|
6512
|
+
"SnippetsImport<(\"docusaurus_mdx_admonition\"|\"docusaurus_mdx_tabs\"|\"docusaurus_mdx_truncate\"|\"docusaurus_mdx_codeblock\")>": {
|
|
6513
|
+
"additionalProperties": false,
|
|
6514
|
+
"properties": {
|
|
6515
|
+
"exclude": {
|
|
6516
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6517
|
+
"items": {
|
|
6518
|
+
"enum": [
|
|
6519
|
+
"docusaurus_mdx_admonition",
|
|
6520
|
+
"docusaurus_mdx_tabs",
|
|
6521
|
+
"docusaurus_mdx_truncate",
|
|
6522
|
+
"docusaurus_mdx_codeblock"
|
|
6523
|
+
],
|
|
6524
|
+
"type": "string"
|
|
6525
|
+
},
|
|
6526
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6527
|
+
"type": "array"
|
|
6528
|
+
},
|
|
6529
|
+
"include": {
|
|
6530
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6531
|
+
"items": {
|
|
6532
|
+
"enum": [
|
|
6533
|
+
"docusaurus_mdx_admonition",
|
|
6534
|
+
"docusaurus_mdx_tabs",
|
|
6535
|
+
"docusaurus_mdx_truncate",
|
|
6536
|
+
"docusaurus_mdx_codeblock"
|
|
6537
|
+
],
|
|
6538
|
+
"type": "string"
|
|
6539
|
+
},
|
|
6540
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6541
|
+
"type": "array"
|
|
6542
|
+
}
|
|
6543
|
+
},
|
|
6544
|
+
"type": "object"
|
|
6545
|
+
},
|
|
6546
|
+
"SnippetsImport<(\"eleventy_liquid_raw\"|\"_cc_eleventy_liquid_unknown_paired_shortcode\"|\"_cc_eleventy_liquid_unknown_shortcode\"|\"_cc_eleventy_liquid_template\")>": {
|
|
6547
|
+
"additionalProperties": false,
|
|
6548
|
+
"properties": {
|
|
6549
|
+
"exclude": {
|
|
6550
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6551
|
+
"items": {
|
|
6552
|
+
"enum": [
|
|
6553
|
+
"eleventy_liquid_raw",
|
|
6554
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6555
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6556
|
+
"_cc_eleventy_liquid_template"
|
|
6557
|
+
],
|
|
6558
|
+
"type": "string"
|
|
6559
|
+
},
|
|
6560
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6561
|
+
"type": "array"
|
|
6562
|
+
},
|
|
6563
|
+
"include": {
|
|
6564
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6565
|
+
"items": {
|
|
6566
|
+
"enum": [
|
|
6567
|
+
"eleventy_liquid_raw",
|
|
6568
|
+
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6569
|
+
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6570
|
+
"_cc_eleventy_liquid_template"
|
|
6571
|
+
],
|
|
6572
|
+
"type": "string"
|
|
6573
|
+
},
|
|
6574
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6575
|
+
"type": "array"
|
|
6576
|
+
}
|
|
6577
|
+
},
|
|
6578
|
+
"type": "object"
|
|
6579
|
+
},
|
|
6580
|
+
"SnippetsImport<(\"eleventy_nunjucks_raw\"|\"eleventy_nunjucks_verbatim\"|\"_cc_eleventy_nunjucks_unknown_paired_shortcode\"|\"_cc_eleventy_nunjucks_unknown_shortcode\"|\"_cc_eleventy_nunjucks_template\")>": {
|
|
6581
|
+
"additionalProperties": false,
|
|
6582
|
+
"properties": {
|
|
6583
|
+
"exclude": {
|
|
6584
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6585
|
+
"items": {
|
|
6586
|
+
"enum": [
|
|
6587
|
+
"eleventy_nunjucks_raw",
|
|
6588
|
+
"eleventy_nunjucks_verbatim",
|
|
6589
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6590
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6591
|
+
"_cc_eleventy_nunjucks_template"
|
|
6592
|
+
],
|
|
6593
|
+
"type": "string"
|
|
6594
|
+
},
|
|
6595
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6596
|
+
"type": "array"
|
|
6597
|
+
},
|
|
6598
|
+
"include": {
|
|
6599
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6600
|
+
"items": {
|
|
6601
|
+
"enum": [
|
|
6602
|
+
"eleventy_nunjucks_raw",
|
|
6603
|
+
"eleventy_nunjucks_verbatim",
|
|
6604
|
+
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6605
|
+
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6606
|
+
"_cc_eleventy_nunjucks_template"
|
|
6607
|
+
],
|
|
6608
|
+
"type": "string"
|
|
6609
|
+
},
|
|
6610
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6611
|
+
"type": "array"
|
|
6612
|
+
}
|
|
6613
|
+
},
|
|
6614
|
+
"type": "object"
|
|
6615
|
+
},
|
|
6616
|
+
"SnippetsImport<(\"hugo_summary_divider\"|\"hugo_highlight\"|\"hugo_figure\"|\"hugo_gist\"|\"hugo_instagram\"|\"hugo_param\"|\"hugo_ref\"|\"hugo_relref\"|\"hugo_tweet\"|\"hugo_vimeo\"|\"hugo_youtube\"|\"_cc_hugo_unknown_paired\"|\"_cc_hugo_unknown\"|\"_cc_hugo_unknown_paired_processed\"|\"_cc_hugo_unknown_processed\")>": {
|
|
6617
|
+
"additionalProperties": false,
|
|
6618
|
+
"properties": {
|
|
6619
|
+
"exclude": {
|
|
6620
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6621
|
+
"items": {
|
|
6622
|
+
"enum": [
|
|
6623
|
+
"hugo_summary_divider",
|
|
6624
|
+
"hugo_highlight",
|
|
6625
|
+
"hugo_figure",
|
|
6626
|
+
"hugo_gist",
|
|
6627
|
+
"hugo_instagram",
|
|
6628
|
+
"hugo_param",
|
|
6629
|
+
"hugo_ref",
|
|
6630
|
+
"hugo_relref",
|
|
6631
|
+
"hugo_tweet",
|
|
6632
|
+
"hugo_vimeo",
|
|
6633
|
+
"hugo_youtube",
|
|
6634
|
+
"_cc_hugo_unknown_paired",
|
|
6635
|
+
"_cc_hugo_unknown",
|
|
6636
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6637
|
+
"_cc_hugo_unknown_processed"
|
|
6638
|
+
],
|
|
6639
|
+
"type": "string"
|
|
6640
|
+
},
|
|
6641
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6642
|
+
"type": "array"
|
|
6643
|
+
},
|
|
6644
|
+
"include": {
|
|
6645
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6646
|
+
"items": {
|
|
6647
|
+
"enum": [
|
|
6648
|
+
"hugo_summary_divider",
|
|
6649
|
+
"hugo_highlight",
|
|
6650
|
+
"hugo_figure",
|
|
6651
|
+
"hugo_gist",
|
|
6652
|
+
"hugo_instagram",
|
|
6653
|
+
"hugo_param",
|
|
6654
|
+
"hugo_ref",
|
|
6655
|
+
"hugo_relref",
|
|
6656
|
+
"hugo_tweet",
|
|
6657
|
+
"hugo_vimeo",
|
|
6658
|
+
"hugo_youtube",
|
|
6659
|
+
"_cc_hugo_unknown_paired",
|
|
6660
|
+
"_cc_hugo_unknown",
|
|
6661
|
+
"_cc_hugo_unknown_paired_processed",
|
|
6662
|
+
"_cc_hugo_unknown_processed"
|
|
6663
|
+
],
|
|
6664
|
+
"type": "string"
|
|
6665
|
+
},
|
|
6666
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6667
|
+
"type": "array"
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
"type": "object"
|
|
6671
|
+
},
|
|
6672
|
+
"SnippetsImport<(\"import\"|\"_cc_mdx_unknown_export\"|\"_cc_mdx_unknown_export_expression\"|\"_cc_mdx_unknown_export_default\"|\"_cc_mdx_unknown_template\"|\"_cc_mdx_paired_unknown\"|\"_cc_mdx_unknown\")>": {
|
|
6673
|
+
"additionalProperties": false,
|
|
6674
|
+
"properties": {
|
|
6675
|
+
"exclude": {
|
|
6676
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6677
|
+
"items": {
|
|
6678
|
+
"enum": [
|
|
6679
|
+
"import",
|
|
6680
|
+
"_cc_mdx_unknown_export",
|
|
6681
|
+
"_cc_mdx_unknown_export_expression",
|
|
6682
|
+
"_cc_mdx_unknown_export_default",
|
|
6683
|
+
"_cc_mdx_unknown_template",
|
|
6684
|
+
"_cc_mdx_paired_unknown",
|
|
6685
|
+
"_cc_mdx_unknown"
|
|
6686
|
+
],
|
|
6687
|
+
"type": "string"
|
|
6688
|
+
},
|
|
6689
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6690
|
+
"type": "array"
|
|
6691
|
+
},
|
|
6692
|
+
"include": {
|
|
6693
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6694
|
+
"items": {
|
|
6695
|
+
"enum": [
|
|
6696
|
+
"import",
|
|
6697
|
+
"_cc_mdx_unknown_export",
|
|
6698
|
+
"_cc_mdx_unknown_export_expression",
|
|
6699
|
+
"_cc_mdx_unknown_export_default",
|
|
6700
|
+
"_cc_mdx_unknown_template",
|
|
6701
|
+
"_cc_mdx_paired_unknown",
|
|
6702
|
+
"_cc_mdx_unknown"
|
|
6703
|
+
],
|
|
6704
|
+
"type": "string"
|
|
6705
|
+
},
|
|
6706
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6707
|
+
"type": "array"
|
|
6708
|
+
}
|
|
6709
|
+
},
|
|
6710
|
+
"type": "object"
|
|
6711
|
+
},
|
|
6712
|
+
"SnippetsImport<(\"markdoc_id_annotation\"|\"markdoc_class_annotation\"|\"markdoc_table\"|\"_cc_markdoc_unknown_tag\"|\"_cc_markdoc_unknown_paired_tag\"|\"_cc_markdoc_unknown_template\")>": {
|
|
6713
|
+
"additionalProperties": false,
|
|
6714
|
+
"properties": {
|
|
6715
|
+
"exclude": {
|
|
6716
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6717
|
+
"items": {
|
|
6718
|
+
"enum": [
|
|
6719
|
+
"markdoc_id_annotation",
|
|
6720
|
+
"markdoc_class_annotation",
|
|
6721
|
+
"markdoc_table",
|
|
6722
|
+
"_cc_markdoc_unknown_tag",
|
|
6723
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6724
|
+
"_cc_markdoc_unknown_template"
|
|
6725
|
+
],
|
|
6726
|
+
"type": "string"
|
|
6727
|
+
},
|
|
6728
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6729
|
+
"type": "array"
|
|
6730
|
+
},
|
|
6731
|
+
"include": {
|
|
6732
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6733
|
+
"items": {
|
|
6734
|
+
"enum": [
|
|
6735
|
+
"markdoc_id_annotation",
|
|
6736
|
+
"markdoc_class_annotation",
|
|
6737
|
+
"markdoc_table",
|
|
6738
|
+
"_cc_markdoc_unknown_tag",
|
|
6739
|
+
"_cc_markdoc_unknown_paired_tag",
|
|
6740
|
+
"_cc_markdoc_unknown_template"
|
|
6741
|
+
],
|
|
6742
|
+
"type": "string"
|
|
6743
|
+
},
|
|
6744
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6745
|
+
"type": "array"
|
|
6746
|
+
}
|
|
6747
|
+
},
|
|
6748
|
+
"type": "object"
|
|
6749
|
+
},
|
|
6750
|
+
"SnippetsImport<(\"python_markdown_abbreviation\"|\"python_markdown_admonition\"|\"python_markdown_arithmatex\"|\"python_markdown_attribute_list\"|\"python_markdown_code_block\"|\"python_markdown_collapsible_admonition\"|\"python_markdown_tabs\"|\"python_markdown_footnote\"|\"python_markdown_footnote_marker\"|\"python_markdown_icon\"|\"python_markdown_image\"|\"python_markdown_inline_arithmatex\"|\"python_markdown_inline_code\"|\"python_markdown_link\"|\"python_markdown_reference_image\"|\"python_markdown_reference_template_image\"|\"python_markdown_reference_link\"|\"python_markdown_reference\"|\"python_markdown_reference_template\"|\"python_markdown_block_snippet\"|\"_cc_python_markdown_unknown_snippet\"|\"_cc_python_markdown_unknown_markdown_in_html\")>": {
|
|
6751
|
+
"additionalProperties": false,
|
|
6752
|
+
"properties": {
|
|
6753
|
+
"exclude": {
|
|
6754
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6755
|
+
"items": {
|
|
6756
|
+
"enum": [
|
|
6757
|
+
"python_markdown_abbreviation",
|
|
6758
|
+
"python_markdown_admonition",
|
|
6759
|
+
"python_markdown_arithmatex",
|
|
6760
|
+
"python_markdown_attribute_list",
|
|
6761
|
+
"python_markdown_code_block",
|
|
6762
|
+
"python_markdown_collapsible_admonition",
|
|
6763
|
+
"python_markdown_tabs",
|
|
6764
|
+
"python_markdown_footnote",
|
|
6765
|
+
"python_markdown_footnote_marker",
|
|
6766
|
+
"python_markdown_icon",
|
|
6767
|
+
"python_markdown_image",
|
|
6768
|
+
"python_markdown_inline_arithmatex",
|
|
6769
|
+
"python_markdown_inline_code",
|
|
6770
|
+
"python_markdown_link",
|
|
6771
|
+
"python_markdown_reference_image",
|
|
6772
|
+
"python_markdown_reference_template_image",
|
|
6773
|
+
"python_markdown_reference_link",
|
|
6774
|
+
"python_markdown_reference",
|
|
6775
|
+
"python_markdown_reference_template",
|
|
6776
|
+
"python_markdown_block_snippet",
|
|
6777
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6778
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6779
|
+
],
|
|
6780
|
+
"type": "string"
|
|
6781
|
+
},
|
|
6782
|
+
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6783
|
+
"type": "array"
|
|
6784
|
+
},
|
|
6785
|
+
"include": {
|
|
6786
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6787
|
+
"items": {
|
|
6788
|
+
"enum": [
|
|
6789
|
+
"python_markdown_abbreviation",
|
|
6790
|
+
"python_markdown_admonition",
|
|
6791
|
+
"python_markdown_arithmatex",
|
|
6792
|
+
"python_markdown_attribute_list",
|
|
6793
|
+
"python_markdown_code_block",
|
|
6794
|
+
"python_markdown_collapsible_admonition",
|
|
6795
|
+
"python_markdown_tabs",
|
|
6796
|
+
"python_markdown_footnote",
|
|
6797
|
+
"python_markdown_footnote_marker",
|
|
6798
|
+
"python_markdown_icon",
|
|
6799
|
+
"python_markdown_image",
|
|
6800
|
+
"python_markdown_inline_arithmatex",
|
|
6801
|
+
"python_markdown_inline_code",
|
|
6802
|
+
"python_markdown_link",
|
|
6803
|
+
"python_markdown_reference_image",
|
|
6804
|
+
"python_markdown_reference_template_image",
|
|
6805
|
+
"python_markdown_reference_link",
|
|
6806
|
+
"python_markdown_reference",
|
|
6807
|
+
"python_markdown_reference_template",
|
|
6808
|
+
"python_markdown_block_snippet",
|
|
6809
|
+
"_cc_python_markdown_unknown_snippet",
|
|
6810
|
+
"_cc_python_markdown_unknown_markdown_in_html"
|
|
6811
|
+
],
|
|
6812
|
+
"type": "string"
|
|
6813
|
+
},
|
|
6814
|
+
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6815
|
+
"type": "array"
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
6818
|
+
"type": "object"
|
|
6819
|
+
},
|
|
6837
6820
|
"SnippetsImports": {
|
|
6838
6821
|
"additionalProperties": false,
|
|
6839
6822
|
"properties": {
|
|
@@ -6843,38 +6826,7 @@
|
|
|
6843
6826
|
"type": "boolean"
|
|
6844
6827
|
},
|
|
6845
6828
|
{
|
|
6846
|
-
"
|
|
6847
|
-
"properties": {
|
|
6848
|
-
"exclude": {
|
|
6849
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6850
|
-
"items": {
|
|
6851
|
-
"enum": [
|
|
6852
|
-
"docusaurus_mdx_admonition",
|
|
6853
|
-
"docusaurus_mdx_tabs",
|
|
6854
|
-
"docusaurus_mdx_truncate",
|
|
6855
|
-
"docusaurus_mdx_codeblock"
|
|
6856
|
-
],
|
|
6857
|
-
"type": "string"
|
|
6858
|
-
},
|
|
6859
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6860
|
-
"type": "array"
|
|
6861
|
-
},
|
|
6862
|
-
"include": {
|
|
6863
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6864
|
-
"items": {
|
|
6865
|
-
"enum": [
|
|
6866
|
-
"docusaurus_mdx_admonition",
|
|
6867
|
-
"docusaurus_mdx_tabs",
|
|
6868
|
-
"docusaurus_mdx_truncate",
|
|
6869
|
-
"docusaurus_mdx_codeblock"
|
|
6870
|
-
],
|
|
6871
|
-
"type": "string"
|
|
6872
|
-
},
|
|
6873
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6874
|
-
"type": "array"
|
|
6875
|
-
}
|
|
6876
|
-
},
|
|
6877
|
-
"type": "object"
|
|
6829
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22docusaurus_mdx_admonition%22%7C%22docusaurus_mdx_tabs%22%7C%22docusaurus_mdx_truncate%22%7C%22docusaurus_mdx_codeblock%22)%3E"
|
|
6878
6830
|
}
|
|
6879
6831
|
],
|
|
6880
6832
|
"description": "Default snippets for Docusaurus SSG.",
|
|
@@ -6886,38 +6838,7 @@
|
|
|
6886
6838
|
"type": "boolean"
|
|
6887
6839
|
},
|
|
6888
6840
|
{
|
|
6889
|
-
"
|
|
6890
|
-
"properties": {
|
|
6891
|
-
"exclude": {
|
|
6892
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6893
|
-
"items": {
|
|
6894
|
-
"enum": [
|
|
6895
|
-
"eleventy_liquid_raw",
|
|
6896
|
-
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6897
|
-
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6898
|
-
"_cc_eleventy_liquid_template"
|
|
6899
|
-
],
|
|
6900
|
-
"type": "string"
|
|
6901
|
-
},
|
|
6902
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6903
|
-
"type": "array"
|
|
6904
|
-
},
|
|
6905
|
-
"include": {
|
|
6906
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6907
|
-
"items": {
|
|
6908
|
-
"enum": [
|
|
6909
|
-
"eleventy_liquid_raw",
|
|
6910
|
-
"_cc_eleventy_liquid_unknown_paired_shortcode",
|
|
6911
|
-
"_cc_eleventy_liquid_unknown_shortcode",
|
|
6912
|
-
"_cc_eleventy_liquid_template"
|
|
6913
|
-
],
|
|
6914
|
-
"type": "string"
|
|
6915
|
-
},
|
|
6916
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6917
|
-
"type": "array"
|
|
6918
|
-
}
|
|
6919
|
-
},
|
|
6920
|
-
"type": "object"
|
|
6841
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22eleventy_liquid_raw%22%7C%22_cc_eleventy_liquid_unknown_paired_shortcode%22%7C%22_cc_eleventy_liquid_unknown_shortcode%22%7C%22_cc_eleventy_liquid_template%22)%3E"
|
|
6921
6842
|
}
|
|
6922
6843
|
],
|
|
6923
6844
|
"description": "Default snippets for Eleventy SSG Liquid files.",
|
|
@@ -6929,40 +6850,7 @@
|
|
|
6929
6850
|
"type": "boolean"
|
|
6930
6851
|
},
|
|
6931
6852
|
{
|
|
6932
|
-
"
|
|
6933
|
-
"properties": {
|
|
6934
|
-
"exclude": {
|
|
6935
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6936
|
-
"items": {
|
|
6937
|
-
"enum": [
|
|
6938
|
-
"eleventy_nunjucks_raw",
|
|
6939
|
-
"eleventy_nunjucks_verbatim",
|
|
6940
|
-
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6941
|
-
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6942
|
-
"_cc_eleventy_nunjucks_template"
|
|
6943
|
-
],
|
|
6944
|
-
"type": "string"
|
|
6945
|
-
},
|
|
6946
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6947
|
-
"type": "array"
|
|
6948
|
-
},
|
|
6949
|
-
"include": {
|
|
6950
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6951
|
-
"items": {
|
|
6952
|
-
"enum": [
|
|
6953
|
-
"eleventy_nunjucks_raw",
|
|
6954
|
-
"eleventy_nunjucks_verbatim",
|
|
6955
|
-
"_cc_eleventy_nunjucks_unknown_paired_shortcode",
|
|
6956
|
-
"_cc_eleventy_nunjucks_unknown_shortcode",
|
|
6957
|
-
"_cc_eleventy_nunjucks_template"
|
|
6958
|
-
],
|
|
6959
|
-
"type": "string"
|
|
6960
|
-
},
|
|
6961
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
6962
|
-
"type": "array"
|
|
6963
|
-
}
|
|
6964
|
-
},
|
|
6965
|
-
"type": "object"
|
|
6853
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22eleventy_nunjucks_raw%22%7C%22eleventy_nunjucks_verbatim%22%7C%22_cc_eleventy_nunjucks_unknown_paired_shortcode%22%7C%22_cc_eleventy_nunjucks_unknown_shortcode%22%7C%22_cc_eleventy_nunjucks_template%22)%3E"
|
|
6966
6854
|
}
|
|
6967
6855
|
],
|
|
6968
6856
|
"description": "Default snippets for Eleventy SSG Nunjucks files.",
|
|
@@ -6974,60 +6862,7 @@
|
|
|
6974
6862
|
"type": "boolean"
|
|
6975
6863
|
},
|
|
6976
6864
|
{
|
|
6977
|
-
"
|
|
6978
|
-
"properties": {
|
|
6979
|
-
"exclude": {
|
|
6980
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
6981
|
-
"items": {
|
|
6982
|
-
"enum": [
|
|
6983
|
-
"hugo_summary_divider",
|
|
6984
|
-
"hugo_highlight",
|
|
6985
|
-
"hugo_figure",
|
|
6986
|
-
"hugo_gist",
|
|
6987
|
-
"hugo_instagram",
|
|
6988
|
-
"hugo_param",
|
|
6989
|
-
"hugo_ref",
|
|
6990
|
-
"hugo_relref",
|
|
6991
|
-
"hugo_tweet",
|
|
6992
|
-
"hugo_vimeo",
|
|
6993
|
-
"hugo_youtube",
|
|
6994
|
-
"_cc_hugo_unknown_paired",
|
|
6995
|
-
"_cc_hugo_unknown",
|
|
6996
|
-
"_cc_hugo_unknown_paired_processed",
|
|
6997
|
-
"_cc_hugo_unknown_processed"
|
|
6998
|
-
],
|
|
6999
|
-
"type": "string"
|
|
7000
|
-
},
|
|
7001
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7002
|
-
"type": "array"
|
|
7003
|
-
},
|
|
7004
|
-
"include": {
|
|
7005
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7006
|
-
"items": {
|
|
7007
|
-
"enum": [
|
|
7008
|
-
"hugo_summary_divider",
|
|
7009
|
-
"hugo_highlight",
|
|
7010
|
-
"hugo_figure",
|
|
7011
|
-
"hugo_gist",
|
|
7012
|
-
"hugo_instagram",
|
|
7013
|
-
"hugo_param",
|
|
7014
|
-
"hugo_ref",
|
|
7015
|
-
"hugo_relref",
|
|
7016
|
-
"hugo_tweet",
|
|
7017
|
-
"hugo_vimeo",
|
|
7018
|
-
"hugo_youtube",
|
|
7019
|
-
"_cc_hugo_unknown_paired",
|
|
7020
|
-
"_cc_hugo_unknown",
|
|
7021
|
-
"_cc_hugo_unknown_paired_processed",
|
|
7022
|
-
"_cc_hugo_unknown_processed"
|
|
7023
|
-
],
|
|
7024
|
-
"type": "string"
|
|
7025
|
-
},
|
|
7026
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7027
|
-
"type": "array"
|
|
7028
|
-
}
|
|
7029
|
-
},
|
|
7030
|
-
"type": "object"
|
|
6865
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22hugo_summary_divider%22%7C%22hugo_highlight%22%7C%22hugo_figure%22%7C%22hugo_gist%22%7C%22hugo_instagram%22%7C%22hugo_param%22%7C%22hugo_ref%22%7C%22hugo_relref%22%7C%22hugo_tweet%22%7C%22hugo_vimeo%22%7C%22hugo_youtube%22%7C%22_cc_hugo_unknown_paired%22%7C%22_cc_hugo_unknown%22%7C%22_cc_hugo_unknown_paired_processed%22%7C%22_cc_hugo_unknown_processed%22)%3E"
|
|
7031
6866
|
}
|
|
7032
6867
|
],
|
|
7033
6868
|
"description": "Default snippets for Hugo SSG.",
|
|
@@ -7039,44 +6874,7 @@
|
|
|
7039
6874
|
"type": "boolean"
|
|
7040
6875
|
},
|
|
7041
6876
|
{
|
|
7042
|
-
"
|
|
7043
|
-
"properties": {
|
|
7044
|
-
"exclude": {
|
|
7045
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7046
|
-
"items": {
|
|
7047
|
-
"enum": [
|
|
7048
|
-
"_cc_jekyll_unknown_paired_tag",
|
|
7049
|
-
"_cc_jekyll_unknown_tag",
|
|
7050
|
-
"jekyll_highlight",
|
|
7051
|
-
"_cc_jekyll_template",
|
|
7052
|
-
"jekyll_raw",
|
|
7053
|
-
"jekyll_link",
|
|
7054
|
-
"jekyll_post_url"
|
|
7055
|
-
],
|
|
7056
|
-
"type": "string"
|
|
7057
|
-
},
|
|
7058
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7059
|
-
"type": "array"
|
|
7060
|
-
},
|
|
7061
|
-
"include": {
|
|
7062
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7063
|
-
"items": {
|
|
7064
|
-
"enum": [
|
|
7065
|
-
"_cc_jekyll_unknown_paired_tag",
|
|
7066
|
-
"_cc_jekyll_unknown_tag",
|
|
7067
|
-
"jekyll_highlight",
|
|
7068
|
-
"_cc_jekyll_template",
|
|
7069
|
-
"jekyll_raw",
|
|
7070
|
-
"jekyll_link",
|
|
7071
|
-
"jekyll_post_url"
|
|
7072
|
-
],
|
|
7073
|
-
"type": "string"
|
|
7074
|
-
},
|
|
7075
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7076
|
-
"type": "array"
|
|
7077
|
-
}
|
|
7078
|
-
},
|
|
7079
|
-
"type": "object"
|
|
6877
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22_cc_jekyll_unknown_paired_tag%22%7C%22_cc_jekyll_unknown_tag%22%7C%22jekyll_highlight%22%7C%22_cc_jekyll_template%22%7C%22jekyll_raw%22%7C%22jekyll_link%22%7C%22jekyll_post_url%22)%3E"
|
|
7080
6878
|
}
|
|
7081
6879
|
],
|
|
7082
6880
|
"description": "Default snippets for Jekyll SSG.",
|
|
@@ -7088,42 +6886,7 @@
|
|
|
7088
6886
|
"type": "boolean"
|
|
7089
6887
|
},
|
|
7090
6888
|
{
|
|
7091
|
-
"
|
|
7092
|
-
"properties": {
|
|
7093
|
-
"exclude": {
|
|
7094
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7095
|
-
"items": {
|
|
7096
|
-
"enum": [
|
|
7097
|
-
"markdoc_id_annotation",
|
|
7098
|
-
"markdoc_class_annotation",
|
|
7099
|
-
"markdoc_table",
|
|
7100
|
-
"_cc_markdoc_unknown_tag",
|
|
7101
|
-
"_cc_markdoc_unknown_paired_tag",
|
|
7102
|
-
"_cc_markdoc_unknown_template"
|
|
7103
|
-
],
|
|
7104
|
-
"type": "string"
|
|
7105
|
-
},
|
|
7106
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7107
|
-
"type": "array"
|
|
7108
|
-
},
|
|
7109
|
-
"include": {
|
|
7110
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7111
|
-
"items": {
|
|
7112
|
-
"enum": [
|
|
7113
|
-
"markdoc_id_annotation",
|
|
7114
|
-
"markdoc_class_annotation",
|
|
7115
|
-
"markdoc_table",
|
|
7116
|
-
"_cc_markdoc_unknown_tag",
|
|
7117
|
-
"_cc_markdoc_unknown_paired_tag",
|
|
7118
|
-
"_cc_markdoc_unknown_template"
|
|
7119
|
-
],
|
|
7120
|
-
"type": "string"
|
|
7121
|
-
},
|
|
7122
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7123
|
-
"type": "array"
|
|
7124
|
-
}
|
|
7125
|
-
},
|
|
7126
|
-
"type": "object"
|
|
6889
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22markdoc_id_annotation%22%7C%22markdoc_class_annotation%22%7C%22markdoc_table%22%7C%22_cc_markdoc_unknown_tag%22%7C%22_cc_markdoc_unknown_paired_tag%22%7C%22_cc_markdoc_unknown_template%22)%3E"
|
|
7127
6890
|
}
|
|
7128
6891
|
],
|
|
7129
6892
|
"description": "Default snippets for Markdoc-based content.",
|
|
@@ -7135,44 +6898,7 @@
|
|
|
7135
6898
|
"type": "boolean"
|
|
7136
6899
|
},
|
|
7137
6900
|
{
|
|
7138
|
-
"
|
|
7139
|
-
"properties": {
|
|
7140
|
-
"exclude": {
|
|
7141
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7142
|
-
"items": {
|
|
7143
|
-
"enum": [
|
|
7144
|
-
"import",
|
|
7145
|
-
"_cc_mdx_unknown_export",
|
|
7146
|
-
"_cc_mdx_unknown_export_expression",
|
|
7147
|
-
"_cc_mdx_unknown_export_default",
|
|
7148
|
-
"_cc_mdx_unknown_template",
|
|
7149
|
-
"_cc_mdx_paired_unknown",
|
|
7150
|
-
"_cc_mdx_unknown"
|
|
7151
|
-
],
|
|
7152
|
-
"type": "string"
|
|
7153
|
-
},
|
|
7154
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7155
|
-
"type": "array"
|
|
7156
|
-
},
|
|
7157
|
-
"include": {
|
|
7158
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7159
|
-
"items": {
|
|
7160
|
-
"enum": [
|
|
7161
|
-
"import",
|
|
7162
|
-
"_cc_mdx_unknown_export",
|
|
7163
|
-
"_cc_mdx_unknown_export_expression",
|
|
7164
|
-
"_cc_mdx_unknown_export_default",
|
|
7165
|
-
"_cc_mdx_unknown_template",
|
|
7166
|
-
"_cc_mdx_paired_unknown",
|
|
7167
|
-
"_cc_mdx_unknown"
|
|
7168
|
-
],
|
|
7169
|
-
"type": "string"
|
|
7170
|
-
},
|
|
7171
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7172
|
-
"type": "array"
|
|
7173
|
-
}
|
|
7174
|
-
},
|
|
7175
|
-
"type": "object"
|
|
6901
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22import%22%7C%22_cc_mdx_unknown_export%22%7C%22_cc_mdx_unknown_export_expression%22%7C%22_cc_mdx_unknown_export_default%22%7C%22_cc_mdx_unknown_template%22%7C%22_cc_mdx_paired_unknown%22%7C%22_cc_mdx_unknown%22)%3E"
|
|
7176
6902
|
}
|
|
7177
6903
|
],
|
|
7178
6904
|
"description": "Default snippets for MDX-based content.",
|
|
@@ -7184,74 +6910,7 @@
|
|
|
7184
6910
|
"type": "boolean"
|
|
7185
6911
|
},
|
|
7186
6912
|
{
|
|
7187
|
-
"
|
|
7188
|
-
"properties": {
|
|
7189
|
-
"exclude": {
|
|
7190
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7191
|
-
"items": {
|
|
7192
|
-
"enum": [
|
|
7193
|
-
"python_markdown_abbreviation",
|
|
7194
|
-
"python_markdown_admonition",
|
|
7195
|
-
"python_markdown_arithmatex",
|
|
7196
|
-
"python_markdown_attribute_list",
|
|
7197
|
-
"python_markdown_code_block",
|
|
7198
|
-
"python_markdown_collapsible_admonition",
|
|
7199
|
-
"python_markdown_tabs",
|
|
7200
|
-
"python_markdown_footnote",
|
|
7201
|
-
"python_markdown_footnote_marker",
|
|
7202
|
-
"python_markdown_icon",
|
|
7203
|
-
"python_markdown_image",
|
|
7204
|
-
"python_markdown_inline_arithmatex",
|
|
7205
|
-
"python_markdown_inline_code",
|
|
7206
|
-
"python_markdown_link",
|
|
7207
|
-
"python_markdown_reference_image",
|
|
7208
|
-
"python_markdown_reference_template_image",
|
|
7209
|
-
"python_markdown_reference_link",
|
|
7210
|
-
"python_markdown_reference",
|
|
7211
|
-
"python_markdown_reference_template",
|
|
7212
|
-
"python_markdown_block_snippet",
|
|
7213
|
-
"_cc_python_markdown_unknown_snippet",
|
|
7214
|
-
"_cc_python_markdown_unknown_markdown_in_html"
|
|
7215
|
-
],
|
|
7216
|
-
"type": "string"
|
|
7217
|
-
},
|
|
7218
|
-
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
7219
|
-
"type": "array"
|
|
7220
|
-
},
|
|
7221
|
-
"include": {
|
|
7222
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7223
|
-
"items": {
|
|
7224
|
-
"enum": [
|
|
7225
|
-
"python_markdown_abbreviation",
|
|
7226
|
-
"python_markdown_admonition",
|
|
7227
|
-
"python_markdown_arithmatex",
|
|
7228
|
-
"python_markdown_attribute_list",
|
|
7229
|
-
"python_markdown_code_block",
|
|
7230
|
-
"python_markdown_collapsible_admonition",
|
|
7231
|
-
"python_markdown_tabs",
|
|
7232
|
-
"python_markdown_footnote",
|
|
7233
|
-
"python_markdown_footnote_marker",
|
|
7234
|
-
"python_markdown_icon",
|
|
7235
|
-
"python_markdown_image",
|
|
7236
|
-
"python_markdown_inline_arithmatex",
|
|
7237
|
-
"python_markdown_inline_code",
|
|
7238
|
-
"python_markdown_link",
|
|
7239
|
-
"python_markdown_reference_image",
|
|
7240
|
-
"python_markdown_reference_template_image",
|
|
7241
|
-
"python_markdown_reference_link",
|
|
7242
|
-
"python_markdown_reference",
|
|
7243
|
-
"python_markdown_reference_template",
|
|
7244
|
-
"python_markdown_block_snippet",
|
|
7245
|
-
"_cc_python_markdown_unknown_snippet",
|
|
7246
|
-
"_cc_python_markdown_unknown_markdown_in_html"
|
|
7247
|
-
],
|
|
7248
|
-
"type": "string"
|
|
7249
|
-
},
|
|
7250
|
-
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
7251
|
-
"type": "array"
|
|
7252
|
-
}
|
|
7253
|
-
},
|
|
7254
|
-
"type": "object"
|
|
6913
|
+
"$ref": "#/definitions/SnippetsImport%3C(%22python_markdown_abbreviation%22%7C%22python_markdown_admonition%22%7C%22python_markdown_arithmatex%22%7C%22python_markdown_attribute_list%22%7C%22python_markdown_code_block%22%7C%22python_markdown_collapsible_admonition%22%7C%22python_markdown_tabs%22%7C%22python_markdown_footnote%22%7C%22python_markdown_footnote_marker%22%7C%22python_markdown_icon%22%7C%22python_markdown_image%22%7C%22python_markdown_inline_arithmatex%22%7C%22python_markdown_inline_code%22%7C%22python_markdown_link%22%7C%22python_markdown_reference_image%22%7C%22python_markdown_reference_template_image%22%7C%22python_markdown_reference_link%22%7C%22python_markdown_reference%22%7C%22python_markdown_reference_template%22%7C%22python_markdown_block_snippet%22%7C%22_cc_python_markdown_unknown_snippet%22%7C%22_cc_python_markdown_unknown_markdown_in_html%22)%3E"
|
|
7255
6914
|
}
|
|
7256
6915
|
],
|
|
7257
6916
|
"description": "Default snippets for content using Python markdown extensions.",
|
|
@@ -7330,10 +6989,10 @@
|
|
|
7330
6989
|
"type": "number"
|
|
7331
6990
|
},
|
|
7332
6991
|
"theme": {
|
|
6992
|
+
"$ref": "#/definitions/Theme",
|
|
7333
6993
|
"default": "monokai",
|
|
7334
6994
|
"description": "Changes the color scheme for syntax highlighting in the editor.",
|
|
7335
|
-
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7336
|
-
"type": "string"
|
|
6995
|
+
"markdownDescription": "Changes the color scheme for syntax highlighting in the editor."
|
|
7337
6996
|
}
|
|
7338
6997
|
},
|
|
7339
6998
|
"type": "object"
|
|
@@ -7831,6 +7490,49 @@
|
|
|
7831
7490
|
},
|
|
7832
7491
|
"type": "object"
|
|
7833
7492
|
},
|
|
7493
|
+
"Theme": {
|
|
7494
|
+
"enum": [
|
|
7495
|
+
"ambiance",
|
|
7496
|
+
"chaos",
|
|
7497
|
+
"chrome",
|
|
7498
|
+
"clouds",
|
|
7499
|
+
"clouds_midnight",
|
|
7500
|
+
"cobalt",
|
|
7501
|
+
"crimson_editor",
|
|
7502
|
+
"dawn",
|
|
7503
|
+
"dracula",
|
|
7504
|
+
"dreamweaver",
|
|
7505
|
+
"eclipse",
|
|
7506
|
+
"github",
|
|
7507
|
+
"gob",
|
|
7508
|
+
"gruvbox",
|
|
7509
|
+
"idle_fingers",
|
|
7510
|
+
"iplastic",
|
|
7511
|
+
"katzenmilch",
|
|
7512
|
+
"kr_theme",
|
|
7513
|
+
"kuroir",
|
|
7514
|
+
"merbivore",
|
|
7515
|
+
"merbivore_soft",
|
|
7516
|
+
"mono_industrial",
|
|
7517
|
+
"monokai",
|
|
7518
|
+
"nord_dark",
|
|
7519
|
+
"pastel_on_dark",
|
|
7520
|
+
"solarized_dark",
|
|
7521
|
+
"solarized_light",
|
|
7522
|
+
"sqlserver",
|
|
7523
|
+
"terminal",
|
|
7524
|
+
"textmate",
|
|
7525
|
+
"tomorrow",
|
|
7526
|
+
"tomorrow_night",
|
|
7527
|
+
"tomorrow_night_blue",
|
|
7528
|
+
"tomorrow_night_bright",
|
|
7529
|
+
"tomorrow_night_eighties",
|
|
7530
|
+
"twilight",
|
|
7531
|
+
"vibrant_ink",
|
|
7532
|
+
"xcode"
|
|
7533
|
+
],
|
|
7534
|
+
"type": "string"
|
|
7535
|
+
},
|
|
7834
7536
|
"Timezone": {
|
|
7835
7537
|
"enum": [
|
|
7836
7538
|
"Africa/Abidjan",
|