@cloudcannon/configuration-types 0.0.53 → 0.0.54

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.
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.legacy-eleventy.schema.json",
4
3
  "type": "object",
5
4
  "properties": {
6
5
  "paths": {
@@ -195,9 +194,9 @@
195
194
  "$ref": "#/definitions/collections_config_override"
196
195
  },
197
196
  "version": {
198
- "description": "Controls which schema this file is validated against. Defaults to the latest schema.",
199
197
  "type": "string",
200
198
  "const": "legacy-eleventy",
199
+ "description": "Controls which schema this file is validated against. Defaults to the latest schema.",
201
200
  "markdownDescription": "Controls which schema this file is validated against. Defaults to the latest schema."
202
201
  }
203
202
  },
@@ -205,9 +204,9 @@
205
204
  "version"
206
205
  ],
207
206
  "additionalProperties": false,
207
+ "$id": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.legacy-eleventy.schema.json",
208
208
  "definitions": {
209
209
  "paths:BuildCoupled": {
210
- "description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`.",
211
210
  "type": "object",
212
211
  "properties": {
213
212
  "static": {
@@ -253,6 +252,7 @@
253
252
  }
254
253
  },
255
254
  "additionalProperties": false,
255
+ "description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`.",
256
256
  "markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`."
257
257
  },
258
258
  "paths.static": {
@@ -340,8 +340,6 @@
340
340
  "description": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort.",
341
341
  "type": "array",
342
342
  "items": {
343
- "title": "SortOption",
344
- "description": "A sort option for a Collection.",
345
343
  "type": "object",
346
344
  "properties": {
347
345
  "label": {
@@ -350,8 +348,8 @@
350
348
  "markdownDescription": "The text to display in the sort option list. Defaults to a generated label from key and order."
351
349
  },
352
350
  "key": {
353
- "description": "Defines what field contains the value to sort on inside each collection item's data.",
354
351
  "type": "string",
352
+ "description": "Defines what field contains the value to sort on inside each collection item's data.",
355
353
  "markdownDescription": "Defines what field contains the value to sort on inside each collection item's data."
356
354
  },
357
355
  "order": {
@@ -371,6 +369,8 @@
371
369
  "key"
372
370
  ],
373
371
  "additionalProperties": false,
372
+ "title": "SortOption",
373
+ "description": "A sort option for a Collection.",
374
374
  "markdownDescription": "A sort option for a Collection."
375
375
  },
376
376
  "markdownDescription": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort."
@@ -400,8 +400,6 @@
400
400
  "items": {
401
401
  "anyOf": [
402
402
  {
403
- "title": "Add Option",
404
- "description": "An option for the add menu.",
405
403
  "type": "object",
406
404
  "properties": {
407
405
  "name": {
@@ -449,11 +447,11 @@
449
447
  }
450
448
  },
451
449
  "additionalProperties": false,
450
+ "title": "Add Option",
451
+ "description": "An option for the add menu.",
452
452
  "markdownDescription": "An option for the add menu."
453
453
  },
454
454
  {
455
- "title": "HREF Add Option",
456
- "description": "An option for the add menu that opens a link.",
457
455
  "type": "object",
458
456
  "properties": {
459
457
  "name": {
@@ -472,8 +470,8 @@
472
470
  "markdownDescription": "The icon next to the text in the menu item."
473
471
  },
474
472
  "href": {
475
- "description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
476
473
  "type": "string",
474
+ "description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
477
475
  "markdownDescription": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site."
478
476
  }
479
477
  },
@@ -481,6 +479,8 @@
481
479
  "href"
482
480
  ],
483
481
  "additionalProperties": false,
482
+ "title": "HREF Add Option",
483
+ "description": "An option for the add menu that opens a link.",
484
484
  "markdownDescription": "An option for the add menu that opens a link."
485
485
  }
486
486
  ]
@@ -524,13 +524,11 @@
524
524
  "type": "string"
525
525
  },
526
526
  "additionalProperties": {
527
- "title": "Schema",
528
- "description": "Definitions for your schemas, which are the structured data formats for your content files.",
529
527
  "type": "object",
530
528
  "properties": {
531
529
  "path": {
532
- "description": "The path to the schema file. Relative to the root folder of the site.",
533
530
  "type": "string",
531
+ "description": "The path to the schema file. Relative to the root folder of the site.",
534
532
  "markdownDescription": "The path to the schema file. Relative to the root folder of the site."
535
533
  },
536
534
  "name": {
@@ -644,6 +642,8 @@
644
642
  "path"
645
643
  ],
646
644
  "additionalProperties": false,
645
+ "title": "Schema",
646
+ "description": "Definitions for your schemas, which are the structured data formats for your content files.",
647
647
  "markdownDescription": "Definitions for your schemas, which are the structured data formats for your content files."
648
648
  },
649
649
  "markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
@@ -741,30 +741,28 @@
741
741
  "markdownDescription": "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."
742
742
  },
743
743
  "path": {
744
- "description": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path.",
745
744
  "type": "string",
745
+ "description": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path.",
746
746
  "markdownDescription": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path."
747
747
  },
748
748
  "glob": {
749
749
  "description": "This key defines globs which filter the files visible in the _Collection browser_ for a given Collection. Values in this array are relative to the Collection `path`.",
750
750
  "anyOf": [
751
751
  {
752
- "title": "Glob Array",
753
752
  "type": "array",
754
753
  "items": {
755
754
  "type": "string"
756
- }
755
+ },
756
+ "title": "Glob Array"
757
757
  },
758
758
  {
759
- "title": "Glob",
760
- "type": "string"
759
+ "type": "string",
760
+ "title": "Glob"
761
761
  }
762
762
  ],
763
763
  "markdownDescription": "This key defines globs which filter the files visible in the _Collection browser_ for a given Collection. Values in this array are relative to the Collection `path`."
764
764
  },
765
765
  "icon": {
766
- "title": "Icon",
767
- "description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
768
766
  "type": "string",
769
767
  "enum": [
770
768
  "123",
@@ -4352,16 +4350,16 @@
4352
4350
  "zoom_out",
4353
4351
  "zoom_out_map"
4354
4352
  ],
4353
+ "title": "Icon",
4354
+ "description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
4355
4355
  "markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
4356
4356
  },
4357
4357
  "type.documentation": {
4358
- "title": "Documentation",
4359
- "description": "Configuration for documentation links displayed in the CloudCannon interface.",
4360
4358
  "type": "object",
4361
4359
  "properties": {
4362
4360
  "url": {
4363
- "description": "The \"href\" value of the link.",
4364
4361
  "type": "string",
4362
+ "description": "The \"href\" value of the link.",
4365
4363
  "markdownDescription": "The \"href\" value of the link."
4366
4364
  },
4367
4365
  "text": {
@@ -4384,22 +4382,22 @@
4384
4382
  "url"
4385
4383
  ],
4386
4384
  "additionalProperties": false,
4385
+ "title": "Documentation",
4386
+ "description": "Configuration for documentation links displayed in the CloudCannon interface.",
4387
4387
  "markdownDescription": "Configuration for documentation links displayed in the CloudCannon interface."
4388
4388
  },
4389
4389
  "EditorKey": {
4390
- "title": "Editor Key",
4391
- "description": "The available editors in CloudCannon: visual, content, and data editors.",
4392
4390
  "type": "string",
4393
4391
  "enum": [
4394
4392
  "visual",
4395
4393
  "content",
4396
4394
  "data"
4397
4395
  ],
4396
+ "title": "Editor Key",
4397
+ "description": "The available editors in CloudCannon: visual, content, and data editors.",
4398
4398
  "markdownDescription": "The available editors in CloudCannon: visual, content, and data editors."
4399
4399
  },
4400
4400
  "type.create": {
4401
- "title": "Create",
4402
- "description": "Controls where new files are saved.",
4403
4401
  "type": "object",
4404
4402
  "properties": {
4405
4403
  "path": {
@@ -4460,11 +4458,11 @@
4460
4458
  }
4461
4459
  },
4462
4460
  "additionalProperties": false,
4461
+ "title": "Create",
4462
+ "description": "Controls where new files are saved.",
4463
4463
  "markdownDescription": "Controls where new files are saved."
4464
4464
  },
4465
4465
  "type._inputs": {
4466
- "title": "Inputs",
4467
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
4468
4466
  "type": "object",
4469
4467
  "propertyNames": {
4470
4468
  "type": "string"
@@ -4472,14 +4470,13 @@
4472
4470
  "additionalProperties": {
4473
4471
  "$ref": "#/definitions/Input"
4474
4472
  },
4473
+ "title": "Inputs",
4474
+ "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
4475
4475
  "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces."
4476
4476
  },
4477
4477
  "Input": {
4478
- "title": "Input",
4479
4478
  "anyOf": [
4480
4479
  {
4481
- "title": "Known Input",
4482
- "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4483
4480
  "oneOf": [
4484
4481
  {
4485
4482
  "$ref": "#/definitions/TextInput"
@@ -4539,16 +4536,17 @@
4539
4536
  "$ref": "#/definitions/AutoInput"
4540
4537
  }
4541
4538
  ],
4539
+ "title": "Known Input",
4540
+ "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4542
4541
  "markdownDescription": "A union of all input types that are known to the CloudCannon configuration schema."
4543
4542
  },
4544
4543
  {
4545
4544
  "$ref": "#/definitions/UnknownInput"
4546
4545
  }
4547
- ]
4546
+ ],
4547
+ "title": "Input"
4548
4548
  },
4549
4549
  "TextInput": {
4550
- "title": "Text Input",
4551
- "description": "Provides a simple editing interface for plain text.",
4552
4550
  "type": "object",
4553
4551
  "properties": {
4554
4552
  "comment": {
@@ -4589,8 +4587,6 @@
4589
4587
  "$ref": "#/definitions/type._inputs.*.cascade"
4590
4588
  },
4591
4589
  "type": {
4592
- "title": "Type",
4593
- "description": "Sets an input type, which controls how this input appears and behaves.",
4594
4590
  "type": "string",
4595
4591
  "enum": [
4596
4592
  "text",
@@ -4602,10 +4598,11 @@
4602
4598
  "github",
4603
4599
  "instagram"
4604
4600
  ],
4601
+ "title": "Type",
4602
+ "description": "Sets an input type, which controls how this input appears and behaves.",
4605
4603
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
4606
4604
  },
4607
4605
  "options": {
4608
- "description": "Options that are specific to Text Inputs.",
4609
4606
  "type": "object",
4610
4607
  "properties": {
4611
4608
  "max_length": {
@@ -4699,6 +4696,7 @@
4699
4696
  }
4700
4697
  },
4701
4698
  "additionalProperties": false,
4699
+ "description": "Options that are specific to Text Inputs.",
4702
4700
  "markdownDescription": "Options that are specific to Text Inputs."
4703
4701
  }
4704
4702
  },
@@ -4706,6 +4704,8 @@
4706
4704
  "type"
4707
4705
  ],
4708
4706
  "additionalProperties": false,
4707
+ "title": "Text Input",
4708
+ "description": "Provides a simple editing interface for plain text.",
4709
4709
  "markdownDescription": "Provides a simple editing interface for plain text."
4710
4710
  },
4711
4711
  "type._inputs.*.comment": {
@@ -4714,7 +4714,6 @@
4714
4714
  "markdownDescription": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed."
4715
4715
  },
4716
4716
  "type._inputs.*.context": {
4717
- "description": "Adds an expandable section of rich text below the input.",
4718
4717
  "type": "object",
4719
4718
  "properties": {
4720
4719
  "content": {
@@ -4744,6 +4743,7 @@
4744
4743
  }
4745
4744
  },
4746
4745
  "additionalProperties": false,
4746
+ "description": "Adds an expandable section of rich text below the input.",
4747
4747
  "markdownDescription": "Adds an expandable section of rich text below the input."
4748
4748
  },
4749
4749
  "type._inputs.*.label": {
@@ -4756,12 +4756,12 @@
4756
4756
  "default": false,
4757
4757
  "anyOf": [
4758
4758
  {
4759
- "title": "Boolean",
4760
- "type": "boolean"
4759
+ "type": "boolean",
4760
+ "title": "Boolean"
4761
4761
  },
4762
4762
  {
4763
- "title": "Query String",
4764
- "type": "string"
4763
+ "type": "string",
4764
+ "title": "Query String"
4765
4765
  }
4766
4766
  ],
4767
4767
  "markdownDescription": "Toggles the visibility of this input."
@@ -4771,12 +4771,12 @@
4771
4771
  "default": false,
4772
4772
  "anyOf": [
4773
4773
  {
4774
- "title": "Boolean",
4775
- "type": "boolean"
4774
+ "type": "boolean",
4775
+ "title": "Boolean"
4776
4776
  },
4777
4777
  {
4778
- "title": "Query String",
4779
- "type": "string"
4778
+ "type": "string",
4779
+ "title": "Query String"
4780
4780
  }
4781
4781
  ],
4782
4782
  "markdownDescription": "Toggles if this input can be edited."
@@ -4934,8 +4934,8 @@
4934
4934
  "markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
4935
4935
  },
4936
4936
  "type._inputs.*.options.empty_type(text)": {
4937
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4938
4937
  "default": "null",
4938
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4939
4939
  "type": "string",
4940
4940
  "enum": [
4941
4941
  "null",
@@ -4957,14 +4957,13 @@
4957
4957
  ]
4958
4958
  },
4959
4959
  "type.preview-entry.(array)": {
4960
- "title": "Array",
4961
4960
  "type": "array",
4962
4961
  "items": {
4963
4962
  "$ref": "#/definitions/type.preview-entry"
4964
- }
4963
+ },
4964
+ "title": "Array"
4965
4965
  },
4966
4966
  "type.preview-entry": {
4967
- "title": "Preview Entry",
4968
4967
  "anyOf": [
4969
4968
  {
4970
4969
  "$ref": "#/definitions/type.preview-entry.(key)"
@@ -4981,62 +4980,61 @@
4981
4980
  {
4982
4981
  "$ref": "#/definitions/type.preview-entry.(false)"
4983
4982
  }
4984
- ]
4983
+ ],
4984
+ "title": "Preview Entry"
4985
4985
  },
4986
4986
  "type.preview-entry.(key)": {
4987
- "title": "Key",
4988
4987
  "type": "object",
4989
4988
  "properties": {
4990
4989
  "key": {
4991
- "title": "Key Value",
4992
- "type": "string"
4990
+ "type": "string",
4991
+ "title": "Key Value"
4993
4992
  }
4994
4993
  },
4995
4994
  "required": [
4996
4995
  "key"
4997
4996
  ],
4998
- "additionalProperties": false
4997
+ "additionalProperties": false,
4998
+ "title": "Key"
4999
4999
  },
5000
5000
  "type.preview-entry.(template)": {
5001
- "title": "Template",
5002
5001
  "type": "object",
5003
5002
  "properties": {
5004
5003
  "template": {
5005
- "title": "Template Value",
5006
- "type": "string"
5004
+ "type": "string",
5005
+ "title": "Template Value"
5007
5006
  }
5008
5007
  },
5009
5008
  "required": [
5010
5009
  "template"
5011
5010
  ],
5012
- "additionalProperties": false
5011
+ "additionalProperties": false,
5012
+ "title": "Template"
5013
5013
  },
5014
5014
  "type.preview-entry.(text)": {
5015
- "title": "Text",
5016
5015
  "type": "object",
5017
5016
  "properties": {
5018
5017
  "text": {
5019
- "title": "Text Value",
5020
- "type": "string"
5018
+ "type": "string",
5019
+ "title": "Text Value"
5021
5020
  }
5022
5021
  },
5023
5022
  "required": [
5024
5023
  "text"
5025
5024
  ],
5026
- "additionalProperties": false
5025
+ "additionalProperties": false,
5026
+ "title": "Text"
5027
5027
  },
5028
5028
  "type.preview-entry.(raw-text)": {
5029
- "title": "Raw Text",
5030
- "type": "string"
5029
+ "type": "string",
5030
+ "title": "Raw Text"
5031
5031
  },
5032
5032
  "type.preview-entry.(false)": {
5033
- "title": "False",
5034
5033
  "type": "boolean",
5035
- "const": false
5034
+ "const": false,
5035
+ "title": "False"
5036
5036
  },
5037
5037
  "TextareaInput": {
5038
- "title": "Textarea Input",
5039
- "description": "Provides an editing interface for plain text.",
5040
5038
  "type": "object",
5041
5039
  "properties": {
5042
5040
  "comment": {
@@ -5077,14 +5075,13 @@
5077
5075
  "$ref": "#/definitions/type._inputs.*.cascade"
5078
5076
  },
5079
5077
  "type": {
5080
- "title": "Type",
5081
- "description": "Sets an input type, which controls how this input appears and behaves.",
5082
5078
  "type": "string",
5083
5079
  "const": "textarea",
5080
+ "title": "Type",
5081
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5084
5082
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5085
5083
  },
5086
5084
  "options": {
5087
- "description": "Options that are specific to Textarea Inputs.",
5088
5085
  "type": "object",
5089
5086
  "properties": {
5090
5087
  "max_length": {
@@ -5161,6 +5158,7 @@
5161
5158
  }
5162
5159
  },
5163
5160
  "additionalProperties": false,
5161
+ "description": "Options that are specific to Textarea Inputs.",
5164
5162
  "markdownDescription": "Options that are specific to Textarea Inputs."
5165
5163
  }
5166
5164
  },
@@ -5168,11 +5166,11 @@
5168
5166
  "type"
5169
5167
  ],
5170
5168
  "additionalProperties": false,
5169
+ "title": "Textarea Input",
5170
+ "description": "Provides an editing interface for plain text.",
5171
5171
  "markdownDescription": "Provides an editing interface for plain text."
5172
5172
  },
5173
5173
  "CodeInput": {
5174
- "title": "Code Input",
5175
- "description": "Provides an editing interface for code or mono-spaced plain text content.",
5176
5174
  "type": "object",
5177
5175
  "properties": {
5178
5176
  "comment": {
@@ -5213,14 +5211,13 @@
5213
5211
  "$ref": "#/definitions/type._inputs.*.cascade"
5214
5212
  },
5215
5213
  "type": {
5216
- "title": "Type",
5217
- "description": "Sets an input type, which controls how this input appears and behaves.",
5218
5214
  "type": "string",
5219
5215
  "const": "code",
5216
+ "title": "Type",
5217
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5220
5218
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5221
5219
  },
5222
5220
  "options": {
5223
- "description": "Options that are specific to Code Inputs.",
5224
5221
  "type": "object",
5225
5222
  "properties": {
5226
5223
  "tab_size": {
@@ -5325,6 +5322,7 @@
5325
5322
  }
5326
5323
  },
5327
5324
  "additionalProperties": false,
5325
+ "description": "Options that are specific to Code Inputs.",
5328
5326
  "markdownDescription": "Options that are specific to Code Inputs."
5329
5327
  }
5330
5328
  },
@@ -5332,6 +5330,8 @@
5332
5330
  "type"
5333
5331
  ],
5334
5332
  "additionalProperties": false,
5333
+ "title": "Code Input",
5334
+ "description": "Provides an editing interface for code or mono-spaced plain text content.",
5335
5335
  "markdownDescription": "Provides an editing interface for code or mono-spaced plain text content."
5336
5336
  },
5337
5337
  "Theme": {
@@ -5365,8 +5365,6 @@
5365
5365
  ]
5366
5366
  },
5367
5367
  "Syntax": {
5368
- "title": "Syntax",
5369
- "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5370
5368
  "type": "string",
5371
5369
  "enum": [
5372
5370
  "c_cpp",
@@ -5438,11 +5436,11 @@
5438
5436
  "xquery",
5439
5437
  "yaml"
5440
5438
  ],
5439
+ "title": "Syntax",
5440
+ "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5441
5441
  "markdownDescription": "Available syntax highlighting languages for code editors in CloudCannon."
5442
5442
  },
5443
5443
  "ColorInput": {
5444
- "title": "Color Input",
5445
- "description": "Provides an editing interface for color values.",
5446
5444
  "type": "object",
5447
5445
  "properties": {
5448
5446
  "comment": {
@@ -5483,14 +5481,13 @@
5483
5481
  "$ref": "#/definitions/type._inputs.*.cascade"
5484
5482
  },
5485
5483
  "type": {
5486
- "title": "Type",
5487
- "description": "Sets an input type, which controls how this input appears and behaves.",
5488
5484
  "type": "string",
5489
5485
  "const": "color",
5486
+ "title": "Type",
5487
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5490
5488
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5491
5489
  },
5492
5490
  "options": {
5493
- "description": "Options that are specific to Color Inputs.",
5494
5491
  "type": "object",
5495
5492
  "properties": {
5496
5493
  "max_length": {
@@ -5582,6 +5579,7 @@
5582
5579
  }
5583
5580
  },
5584
5581
  "additionalProperties": false,
5582
+ "description": "Options that are specific to Color Inputs.",
5585
5583
  "markdownDescription": "Options that are specific to Color Inputs."
5586
5584
  }
5587
5585
  },
@@ -5589,11 +5587,11 @@
5589
5587
  "type"
5590
5588
  ],
5591
5589
  "additionalProperties": false,
5590
+ "title": "Color Input",
5591
+ "description": "Provides an editing interface for color values.",
5592
5592
  "markdownDescription": "Provides an editing interface for color values."
5593
5593
  },
5594
5594
  "BooleanInput": {
5595
- "title": "Boolean Input",
5596
- "description": "Provides an editing interface for true or false values.",
5597
5595
  "type": "object",
5598
5596
  "properties": {
5599
5597
  "comment": {
@@ -5634,13 +5632,13 @@
5634
5632
  "$ref": "#/definitions/type._inputs.*.cascade"
5635
5633
  },
5636
5634
  "type": {
5637
- "title": "Type",
5638
- "description": "Sets an input type, which controls how this input appears and behaves.",
5639
5635
  "type": "string",
5640
5636
  "enum": [
5641
5637
  "checkbox",
5642
5638
  "switch"
5643
5639
  ],
5640
+ "title": "Type",
5641
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5644
5642
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5645
5643
  }
5646
5644
  },
@@ -5648,11 +5646,11 @@
5648
5646
  "type"
5649
5647
  ],
5650
5648
  "additionalProperties": false,
5649
+ "title": "Boolean Input",
5650
+ "description": "Provides an editing interface for true or false values.",
5651
5651
  "markdownDescription": "Provides an editing interface for true or false values."
5652
5652
  },
5653
5653
  "NumberInput": {
5654
- "title": "Number Input",
5655
- "description": "Provides an editing interface for numeric values.",
5656
5654
  "type": "object",
5657
5655
  "properties": {
5658
5656
  "comment": {
@@ -5693,14 +5691,13 @@
5693
5691
  "$ref": "#/definitions/type._inputs.*.cascade"
5694
5692
  },
5695
5693
  "type": {
5696
- "title": "Type",
5697
- "description": "Sets an input type, which controls how this input appears and behaves.",
5698
5694
  "type": "string",
5699
5695
  "const": "number",
5696
+ "title": "Type",
5697
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5700
5698
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5701
5699
  },
5702
5700
  "options": {
5703
- "description": "Options that are specific to Number Inputs.",
5704
5701
  "type": "object",
5705
5702
  "properties": {
5706
5703
  "required": {
@@ -5741,6 +5738,7 @@
5741
5738
  }
5742
5739
  },
5743
5740
  "additionalProperties": false,
5741
+ "description": "Options that are specific to Number Inputs.",
5744
5742
  "markdownDescription": "Options that are specific to Number Inputs."
5745
5743
  }
5746
5744
  },
@@ -5748,11 +5746,13 @@
5748
5746
  "type"
5749
5747
  ],
5750
5748
  "additionalProperties": false,
5749
+ "title": "Number Input",
5750
+ "description": "Provides an editing interface for numeric values.",
5751
5751
  "markdownDescription": "Provides an editing interface for numeric values."
5752
5752
  },
5753
5753
  "type._inputs.*.options.empty_type(number)": {
5754
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5755
5754
  "default": "null",
5755
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5756
5756
  "type": "string",
5757
5757
  "enum": [
5758
5758
  "null",
@@ -5761,13 +5761,13 @@
5761
5761
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5762
5762
  },
5763
5763
  "type._inputs.*.options.min": {
5764
- "description": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5765
5764
  "type": "number",
5765
+ "description": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5766
5766
  "markdownDescription": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes."
5767
5767
  },
5768
5768
  "type._inputs.*.options.max": {
5769
- "description": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5770
5769
  "type": "number",
5770
+ "description": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5771
5771
  "markdownDescription": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes."
5772
5772
  },
5773
5773
  "type._inputs.*.options.step": {
@@ -5786,8 +5786,6 @@
5786
5786
  "markdownDescription": "This key defines the message that explains why an Input needs to have a maximum numerical value. This key requires you to define `options.max`."
5787
5787
  },
5788
5788
  "RangeInput": {
5789
- "title": "Range Input",
5790
- "description": "Provides a slider interface for selecting a numeric value.",
5791
5789
  "type": "object",
5792
5790
  "properties": {
5793
5791
  "comment": {
@@ -5828,14 +5826,13 @@
5828
5826
  "$ref": "#/definitions/type._inputs.*.cascade"
5829
5827
  },
5830
5828
  "type": {
5831
- "title": "Type",
5832
- "description": "Sets an input type, which controls how this input appears and behaves.",
5833
5829
  "type": "string",
5834
5830
  "const": "range",
5831
+ "title": "Type",
5832
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5835
5833
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5836
5834
  },
5837
5835
  "options": {
5838
- "description": "Options that are specific to Range Inputs.",
5839
5836
  "type": "object",
5840
5837
  "properties": {
5841
5838
  "required": {
@@ -5872,6 +5869,7 @@
5872
5869
  "max"
5873
5870
  ],
5874
5871
  "additionalProperties": false,
5872
+ "description": "Options that are specific to Range Inputs.",
5875
5873
  "markdownDescription": "Options that are specific to Range Inputs."
5876
5874
  }
5877
5875
  },
@@ -5879,11 +5877,11 @@
5879
5877
  "type"
5880
5878
  ],
5881
5879
  "additionalProperties": false,
5880
+ "title": "Range Input",
5881
+ "description": "Provides a slider interface for selecting a numeric value.",
5882
5882
  "markdownDescription": "Provides a slider interface for selecting a numeric value."
5883
5883
  },
5884
5884
  "RichTextInput": {
5885
- "title": "Rich Text Input",
5886
- "description": "Provides an editing interface for HTML markup content.",
5887
5885
  "type": "object",
5888
5886
  "properties": {
5889
5887
  "comment": {
@@ -5924,17 +5922,16 @@
5924
5922
  "$ref": "#/definitions/type._inputs.*.cascade"
5925
5923
  },
5926
5924
  "type": {
5927
- "title": "Type",
5928
- "description": "Sets an input type, which controls how this input appears and behaves.",
5929
5925
  "type": "string",
5930
5926
  "enum": [
5931
5927
  "html",
5932
5928
  "markdown"
5933
5929
  ],
5930
+ "title": "Type",
5931
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5934
5932
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5935
5933
  },
5936
5934
  "options": {
5937
- "description": "Options that are specific to Rich Text Inputs.",
5938
5935
  "type": "object",
5939
5936
  "properties": {
5940
5937
  "mime_type": {
@@ -6136,9 +6133,7 @@
6136
6133
  },
6137
6134
  "allow_resize": {
6138
6135
  "deprecated": true,
6139
- "description": "**⚠️ DEPRECATED:** This key is deprecated. Use `preview_resize` instead.",
6140
- "type": "boolean",
6141
- "markdownDescription": "**⚠️ DEPRECATED:** This key is deprecated. Use `preview_resize` instead."
6136
+ "type": "boolean"
6142
6137
  },
6143
6138
  "prevent_resize": {
6144
6139
  "description": "Hides the resize handler to vertically resize the input.",
@@ -6153,6 +6148,7 @@
6153
6148
  }
6154
6149
  },
6155
6150
  "additionalProperties": false,
6151
+ "description": "Options that are specific to Rich Text Inputs.",
6156
6152
  "markdownDescription": "Options that are specific to Rich Text Inputs."
6157
6153
  }
6158
6154
  },
@@ -6160,6 +6156,8 @@
6160
6156
  "type"
6161
6157
  ],
6162
6158
  "additionalProperties": false,
6159
+ "title": "Rich Text Input",
6160
+ "description": "Provides an editing interface for HTML markup content.",
6163
6161
  "markdownDescription": "Provides an editing interface for HTML markup content."
6164
6162
  },
6165
6163
  "type._inputs.*.options.mime_type": {
@@ -6236,8 +6234,8 @@
6236
6234
  "type": "object",
6237
6235
  "properties": {
6238
6236
  "size": {
6239
- "description": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w).",
6240
6237
  "type": "string",
6238
+ "description": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w).",
6241
6239
  "markdownDescription": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w)."
6242
6240
  },
6243
6241
  "target": {
@@ -6254,7 +6252,6 @@
6254
6252
  "markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting existing files."
6255
6253
  },
6256
6254
  "type.paths": {
6257
- "title": "Paths",
6258
6255
  "type": "object",
6259
6256
  "properties": {
6260
6257
  "static": {
@@ -6279,7 +6276,8 @@
6279
6276
  "$ref": "#/definitions/paths.uploads_use_relative_path"
6280
6277
  }
6281
6278
  },
6282
- "additionalProperties": false
6279
+ "additionalProperties": false,
6280
+ "title": "Paths"
6283
6281
  },
6284
6282
  "type._editables.*.bold": {
6285
6283
  "description": "Enables a control to set selected text to bold.",
@@ -6479,8 +6477,6 @@
6479
6477
  "markdownDescription": "Enables a control to join the selected block with the block below it."
6480
6478
  },
6481
6479
  "DateInput": {
6482
- "title": "Date Input",
6483
- "description": "Provides an editing interface for date and/or time values.",
6484
6480
  "type": "object",
6485
6481
  "properties": {
6486
6482
  "comment": {
@@ -6521,17 +6517,16 @@
6521
6517
  "$ref": "#/definitions/type._inputs.*.cascade"
6522
6518
  },
6523
6519
  "type": {
6524
- "title": "Type",
6525
- "description": "Sets an input type, which controls how this input appears and behaves.",
6526
6520
  "type": "string",
6527
6521
  "enum": [
6528
6522
  "date",
6529
6523
  "datetime"
6530
6524
  ],
6525
+ "title": "Type",
6526
+ "description": "Sets an input type, which controls how this input appears and behaves.",
6531
6527
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
6532
6528
  },
6533
6529
  "options": {
6534
- "description": "Options that are specific to Date Inputs.",
6535
6530
  "type": "object",
6536
6531
  "properties": {
6537
6532
  "required": {
@@ -6560,10 +6555,10 @@
6560
6555
  "description": "This key defines the earliest date and time, inclusive, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from selecting an earlier date and time. If the Input already contains an earlier date and time, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value must be in ISO8601 format. If `options.end_before` is also configured, this key cannot be a later date and time.",
6561
6556
  "anyOf": [
6562
6557
  {
6563
- "title": "ISO8601 String",
6564
6558
  "type": "string",
6565
6559
  "format": "date-time",
6566
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
6560
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
6561
+ "title": "ISO8601 String"
6567
6562
  },
6568
6563
  {
6569
6564
  "title": "Date"
@@ -6580,10 +6575,10 @@
6580
6575
  "description": "This key defines the date and time, exclusive, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from selecting a later date and time. If the Input already contains a later date and time, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value must be in ISO8601 format. If options.start_from is also configured, this key cannot be an earlier date and time. This key has no default.",
6581
6576
  "anyOf": [
6582
6577
  {
6583
- "title": "ISO8601 String",
6584
6578
  "type": "string",
6585
6579
  "format": "date-time",
6586
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
6580
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
6581
+ "title": "ISO8601 String"
6587
6582
  },
6588
6583
  {
6589
6584
  "title": "Date"
@@ -6598,6 +6593,7 @@
6598
6593
  }
6599
6594
  },
6600
6595
  "additionalProperties": false,
6596
+ "description": "Options that are specific to Date Inputs.",
6601
6597
  "markdownDescription": "Options that are specific to Date Inputs."
6602
6598
  }
6603
6599
  },
@@ -6605,10 +6601,11 @@
6605
6601
  "type"
6606
6602
  ],
6607
6603
  "additionalProperties": false,
6604
+ "title": "Date Input",
6605
+ "description": "Provides an editing interface for date and/or time values.",
6608
6606
  "markdownDescription": "Provides an editing interface for date and/or time values."
6609
6607
  },
6610
6608
  "type.timezone": {
6611
- "title": "Timezone",
6612
6609
  "type": "string",
6613
6610
  "enum": [
6614
6611
  "Africa/Abidjan",
@@ -7206,11 +7203,10 @@
7206
7203
  "W-SU",
7207
7204
  "WET",
7208
7205
  "Zulu"
7209
- ]
7206
+ ],
7207
+ "title": "Timezone"
7210
7208
  },
7211
7209
  "TimeInput": {
7212
- "title": "Time Input",
7213
- "description": "Provides an editing interface for time values only.",
7214
7210
  "type": "object",
7215
7211
  "properties": {
7216
7212
  "comment": {
@@ -7251,14 +7247,13 @@
7251
7247
  "$ref": "#/definitions/type._inputs.*.cascade"
7252
7248
  },
7253
7249
  "type": {
7254
- "title": "Type",
7255
- "description": "Sets an input type, which controls how this input appears and behaves.",
7256
7250
  "type": "string",
7257
7251
  "const": "time",
7252
+ "title": "Type",
7253
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7258
7254
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7259
7255
  },
7260
7256
  "options": {
7261
- "description": "Options that are specific to Time Inputs.",
7262
7257
  "type": "object",
7263
7258
  "properties": {
7264
7259
  "required": {
@@ -7276,6 +7271,7 @@
7276
7271
  }
7277
7272
  },
7278
7273
  "additionalProperties": false,
7274
+ "description": "Options that are specific to Time Inputs.",
7279
7275
  "markdownDescription": "Options that are specific to Time Inputs."
7280
7276
  }
7281
7277
  },
@@ -7283,11 +7279,11 @@
7283
7279
  "type"
7284
7280
  ],
7285
7281
  "additionalProperties": false,
7282
+ "title": "Time Input",
7283
+ "description": "Provides an editing interface for time values only.",
7286
7284
  "markdownDescription": "Provides an editing interface for time values only."
7287
7285
  },
7288
7286
  "FileInput": {
7289
- "title": "File Input",
7290
- "description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
7291
7287
  "type": "object",
7292
7288
  "properties": {
7293
7289
  "comment": {
@@ -7328,18 +7324,17 @@
7328
7324
  "$ref": "#/definitions/type._inputs.*.cascade"
7329
7325
  },
7330
7326
  "type": {
7331
- "title": "Type",
7332
- "description": "Sets an input type, which controls how this input appears and behaves.",
7333
7327
  "type": "string",
7334
7328
  "enum": [
7335
7329
  "file",
7336
7330
  "document",
7337
7331
  "image"
7338
7332
  ],
7333
+ "title": "Type",
7334
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7339
7335
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7340
7336
  },
7341
7337
  "options": {
7342
- "description": "Options that are specific to File Inputs.",
7343
7338
  "type": "object",
7344
7339
  "properties": {
7345
7340
  "mime_type": {
@@ -7457,6 +7452,7 @@
7457
7452
  }
7458
7453
  },
7459
7454
  "additionalProperties": false,
7455
+ "description": "Options that are specific to File Inputs.",
7460
7456
  "markdownDescription": "Options that are specific to File Inputs."
7461
7457
  }
7462
7458
  },
@@ -7464,28 +7460,28 @@
7464
7460
  "type"
7465
7461
  ],
7466
7462
  "additionalProperties": false,
7463
+ "title": "File Input",
7464
+ "description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
7467
7465
  "markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
7468
7466
  },
7469
7467
  "type._inputs.*.options.accepts_mime_types": {
7470
7468
  "description": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value \"*\" means any type is accepted.",
7471
7469
  "anyOf": [
7472
7470
  {
7473
- "title": "Comma Separated",
7474
- "type": "string"
7471
+ "type": "string",
7472
+ "title": "Comma Separated"
7475
7473
  },
7476
7474
  {
7477
- "title": "Array",
7478
7475
  "type": "array",
7479
7476
  "items": {
7480
7477
  "$ref": "#/definitions/MimeType"
7481
- }
7478
+ },
7479
+ "title": "Array"
7482
7480
  }
7483
7481
  ],
7484
7482
  "markdownDescription": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value \"*\" means any type is accepted."
7485
7483
  },
7486
7484
  "MimeType": {
7487
- "title": "Mime Type",
7488
- "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7489
7485
  "type": "string",
7490
7486
  "enum": [
7491
7487
  "x-world/x-3dmf",
@@ -7922,6 +7918,8 @@
7922
7918
  "multipart/x-zip",
7923
7919
  "text/x-script.zsh"
7924
7920
  ],
7921
+ "title": "Mime Type",
7922
+ "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7925
7923
  "markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
7926
7924
  },
7927
7925
  "type._inputs.*.options.max_file_size": {
@@ -7953,8 +7951,6 @@
7953
7951
  "markdownDescription": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window."
7954
7952
  },
7955
7953
  "UrlInput": {
7956
- "title": "URL Input",
7957
- "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
7958
7954
  "type": "object",
7959
7955
  "properties": {
7960
7956
  "comment": {
@@ -7995,14 +7991,13 @@
7995
7991
  "$ref": "#/definitions/type._inputs.*.cascade"
7996
7992
  },
7997
7993
  "type": {
7998
- "title": "Type",
7999
- "description": "Sets an input type, which controls how this input appears and behaves.",
8000
7994
  "type": "string",
8001
7995
  "const": "url",
7996
+ "title": "Type",
7997
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8002
7998
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8003
7999
  },
8004
8000
  "options": {
8005
- "description": "Options that are specific to URL Inputs.",
8006
8001
  "type": "object",
8007
8002
  "properties": {
8008
8003
  "mime_type": {
@@ -8144,6 +8139,7 @@
8144
8139
  }
8145
8140
  },
8146
8141
  "additionalProperties": false,
8142
+ "description": "Options that are specific to URL Inputs.",
8147
8143
  "markdownDescription": "Options that are specific to URL Inputs."
8148
8144
  }
8149
8145
  },
@@ -8151,11 +8147,11 @@
8151
8147
  "type"
8152
8148
  ],
8153
8149
  "additionalProperties": false,
8150
+ "title": "URL Input",
8151
+ "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
8154
8152
  "markdownDescription": "Provides an editing interface for relative, absolute, and fully qualified URLs."
8155
8153
  },
8156
8154
  "SelectInput": {
8157
- "title": "Select Input",
8158
- "description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
8159
8155
  "type": "object",
8160
8156
  "properties": {
8161
8157
  "comment": {
@@ -8196,14 +8192,13 @@
8196
8192
  "$ref": "#/definitions/type._inputs.*.cascade"
8197
8193
  },
8198
8194
  "type": {
8199
- "title": "Type",
8200
- "description": "Sets an input type, which controls how this input appears and behaves.",
8201
8195
  "type": "string",
8202
8196
  "const": "select",
8197
+ "title": "Type",
8198
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8203
8199
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8204
8200
  },
8205
8201
  "options": {
8206
- "description": "Options that are specific to Select Inputs.",
8207
8202
  "type": "object",
8208
8203
  "properties": {
8209
8204
  "required": {
@@ -8301,6 +8296,7 @@
8301
8296
  }
8302
8297
  },
8303
8298
  "additionalProperties": false,
8299
+ "description": "Options that are specific to Select Inputs.",
8304
8300
  "markdownDescription": "Options that are specific to Select Inputs."
8305
8301
  }
8306
8302
  },
@@ -8308,11 +8304,11 @@
8308
8304
  "type"
8309
8305
  ],
8310
8306
  "additionalProperties": false,
8307
+ "title": "Select Input",
8308
+ "description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
8311
8309
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
8312
8310
  },
8313
8311
  "type.preview": {
8314
- "id": "type.preview",
8315
- "title": "Preview",
8316
8312
  "type": "object",
8317
8313
  "properties": {
8318
8314
  "text": {
@@ -8343,7 +8339,8 @@
8343
8339
  "$ref": "#/definitions/type.preview.gallery"
8344
8340
  }
8345
8341
  },
8346
- "additionalProperties": false
8342
+ "additionalProperties": false,
8343
+ "title": "Preview"
8347
8344
  },
8348
8345
  "type.preview.text": {
8349
8346
  "allOf": [
@@ -8488,33 +8485,31 @@
8488
8485
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
8489
8486
  "anyOf": [
8490
8487
  {
8488
+ "type": "string",
8491
8489
  "title": "Dataset Reference",
8492
8490
  "description": "Reference to a dataset.",
8493
- "type": "string",
8494
8491
  "markdownDescription": "Reference to a dataset."
8495
8492
  },
8496
8493
  {
8497
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8498
8494
  "anyOf": [
8499
8495
  {
8500
- "title": "Text Array",
8501
8496
  "type": "array",
8502
8497
  "items": {
8503
8498
  "type": "string"
8504
- }
8499
+ },
8500
+ "title": "Text Array"
8505
8501
  },
8506
8502
  {
8507
- "title": "Text Object",
8508
8503
  "type": "object",
8509
8504
  "propertyNames": {
8510
8505
  "type": "string"
8511
8506
  },
8512
8507
  "additionalProperties": {
8513
8508
  "type": "string"
8514
- }
8509
+ },
8510
+ "title": "Text Object"
8515
8511
  },
8516
8512
  {
8517
- "title": "Object Array",
8518
8513
  "type": "array",
8519
8514
  "items": {
8520
8515
  "type": "object",
@@ -8522,17 +8517,19 @@
8522
8517
  "type": "string"
8523
8518
  },
8524
8519
  "additionalProperties": {}
8525
- }
8520
+ },
8521
+ "title": "Object Array"
8526
8522
  },
8527
8523
  {
8528
- "title": "Object",
8529
8524
  "type": "object",
8530
8525
  "propertyNames": {
8531
8526
  "type": "string"
8532
8527
  },
8533
- "additionalProperties": {}
8528
+ "additionalProperties": {},
8529
+ "title": "Object"
8534
8530
  }
8535
8531
  ],
8532
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8536
8533
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
8537
8534
  }
8538
8535
  ],
@@ -8566,8 +8563,6 @@
8566
8563
  "markdownDescription": "Controls how selectable options are rendered."
8567
8564
  },
8568
8565
  "MultiselectInput": {
8569
- "title": "Multiselect Input",
8570
- "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8571
8566
  "type": "object",
8572
8567
  "properties": {
8573
8568
  "comment": {
@@ -8608,14 +8603,13 @@
8608
8603
  "$ref": "#/definitions/type._inputs.*.cascade"
8609
8604
  },
8610
8605
  "type": {
8611
- "title": "Type",
8612
- "description": "Sets an input type, which controls how this input appears and behaves.",
8613
8606
  "type": "string",
8614
8607
  "const": "multiselect",
8608
+ "title": "Type",
8609
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8615
8610
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8616
8611
  },
8617
8612
  "options": {
8618
- "description": "Options that are specific to Multiselect Inputs.",
8619
8613
  "type": "object",
8620
8614
  "properties": {
8621
8615
  "required": {
@@ -8683,6 +8677,7 @@
8683
8677
  }
8684
8678
  },
8685
8679
  "additionalProperties": false,
8680
+ "description": "Options that are specific to Multiselect Inputs.",
8686
8681
  "markdownDescription": "Options that are specific to Multiselect Inputs."
8687
8682
  }
8688
8683
  },
@@ -8690,6 +8685,8 @@
8690
8685
  "type"
8691
8686
  ],
8692
8687
  "additionalProperties": false,
8688
+ "title": "Multiselect Input",
8689
+ "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8693
8690
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
8694
8691
  },
8695
8692
  "type._inputs.*.options.max_items": {
@@ -8723,8 +8720,8 @@
8723
8720
  "markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
8724
8721
  },
8725
8722
  "type._inputs.*.options.empty_type(array)": {
8726
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8727
8723
  "default": "null",
8724
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8728
8725
  "type": "string",
8729
8726
  "enum": [
8730
8727
  "null",
@@ -8733,8 +8730,6 @@
8733
8730
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8734
8731
  },
8735
8732
  "ChoiceInput": {
8736
- "title": "Choice Input",
8737
- "description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
8738
8733
  "type": "object",
8739
8734
  "properties": {
8740
8735
  "comment": {
@@ -8775,14 +8770,13 @@
8775
8770
  "$ref": "#/definitions/type._inputs.*.cascade"
8776
8771
  },
8777
8772
  "type": {
8778
- "title": "Type",
8779
- "description": "Sets an input type, which controls how this input appears and behaves.",
8780
8773
  "type": "string",
8781
8774
  "const": "choice",
8775
+ "title": "Type",
8776
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8782
8777
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8783
8778
  },
8784
8779
  "options": {
8785
- "description": "Options that are specific to Choice Inputs.",
8786
8780
  "type": "object",
8787
8781
  "properties": {
8788
8782
  "required": {
@@ -8877,6 +8871,7 @@
8877
8871
  }
8878
8872
  },
8879
8873
  "additionalProperties": false,
8874
+ "description": "Options that are specific to Choice Inputs.",
8880
8875
  "markdownDescription": "Options that are specific to Choice Inputs."
8881
8876
  }
8882
8877
  },
@@ -8884,11 +8879,11 @@
8884
8879
  "type"
8885
8880
  ],
8886
8881
  "additionalProperties": false,
8882
+ "title": "Choice Input",
8883
+ "description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
8887
8884
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value."
8888
8885
  },
8889
8886
  "MultichoiceInput": {
8890
- "title": "Multichoice Input",
8891
- "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
8892
8887
  "type": "object",
8893
8888
  "properties": {
8894
8889
  "comment": {
@@ -8929,14 +8924,13 @@
8929
8924
  "$ref": "#/definitions/type._inputs.*.cascade"
8930
8925
  },
8931
8926
  "type": {
8932
- "title": "Type",
8933
- "description": "Sets an input type, which controls how this input appears and behaves.",
8934
8927
  "type": "string",
8935
8928
  "const": "multichoice",
8929
+ "title": "Type",
8930
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8936
8931
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8937
8932
  },
8938
8933
  "options": {
8939
- "description": "Options that are specific to Multichoice Inputs.",
8940
8934
  "type": "object",
8941
8935
  "properties": {
8942
8936
  "required": {
@@ -9001,6 +8995,7 @@
9001
8995
  }
9002
8996
  },
9003
8997
  "additionalProperties": false,
8998
+ "description": "Options that are specific to Multichoice Inputs.",
9004
8999
  "markdownDescription": "Options that are specific to Multichoice Inputs."
9005
9000
  }
9006
9001
  },
@@ -9008,11 +9003,11 @@
9008
9003
  "type"
9009
9004
  ],
9010
9005
  "additionalProperties": false,
9006
+ "title": "Multichoice Input",
9007
+ "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
9011
9008
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values."
9012
9009
  },
9013
9010
  "ObjectInput": {
9014
- "title": "Object Input",
9015
- "description": "Provides a user interface for a group of inputs.",
9016
9011
  "type": "object",
9017
9012
  "properties": {
9018
9013
  "comment": {
@@ -9053,14 +9048,13 @@
9053
9048
  "$ref": "#/definitions/type._inputs.*.cascade"
9054
9049
  },
9055
9050
  "type": {
9056
- "title": "Type",
9057
- "description": "Sets an input type, which controls how this input appears and behaves.",
9058
9051
  "type": "string",
9059
9052
  "const": "object",
9053
+ "title": "Type",
9054
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9060
9055
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9061
9056
  },
9062
9057
  "options": {
9063
- "description": "Options that are specific to Object Inputs.",
9064
9058
  "type": "object",
9065
9059
  "properties": {
9066
9060
  "required": {
@@ -9227,6 +9221,7 @@
9227
9221
  }
9228
9222
  },
9229
9223
  "additionalProperties": false,
9224
+ "description": "Options that are specific to Object Inputs.",
9230
9225
  "markdownDescription": "Options that are specific to Object Inputs."
9231
9226
  }
9232
9227
  },
@@ -9234,11 +9229,13 @@
9234
9229
  "type"
9235
9230
  ],
9236
9231
  "additionalProperties": false,
9232
+ "title": "Object Input",
9233
+ "description": "Provides a user interface for a group of inputs.",
9237
9234
  "markdownDescription": "Provides a user interface for a group of inputs."
9238
9235
  },
9239
9236
  "type._inputs.*.options.empty_type(object)": {
9240
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
9241
9237
  "default": "null",
9238
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
9242
9239
  "type": "string",
9243
9240
  "enum": [
9244
9241
  "null",
@@ -9247,14 +9244,12 @@
9247
9244
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
9248
9245
  },
9249
9246
  "type.structure-reference": {
9247
+ "type": "string",
9250
9248
  "title": "Structure Reference",
9251
9249
  "description": "A reference to an existing structure.",
9252
- "type": "string",
9253
9250
  "markdownDescription": "A reference to an existing structure."
9254
9251
  },
9255
9252
  "type.structure": {
9256
- "title": "Structure",
9257
- "description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
9258
9253
  "type": "object",
9259
9254
  "properties": {
9260
9255
  "reorder_inputs": {
@@ -9282,11 +9277,11 @@
9282
9277
  "markdownDescription": "If checked, extra inputs are removed when editing. Defaults to true."
9283
9278
  },
9284
9279
  "values": {
9285
- "description": "Defines what values are available to add when using this structure.",
9286
9280
  "type": "array",
9287
9281
  "items": {
9288
9282
  "$ref": "#/definitions/type.structure.values.[*]"
9289
9283
  },
9284
+ "description": "Defines what values are available to add when using this structure.",
9290
9285
  "markdownDescription": "Defines what values are available to add when using this structure."
9291
9286
  },
9292
9287
  "values_from_glob": {
@@ -9316,11 +9311,11 @@
9316
9311
  "values"
9317
9312
  ],
9318
9313
  "additionalProperties": false,
9314
+ "title": "Structure",
9315
+ "description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
9319
9316
  "markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
9320
9317
  },
9321
9318
  "type.structure.values.[*]": {
9322
- "title": "Structure Value",
9323
- "description": "A single value option within a structure, defining the data format and appearance for content editors.",
9324
9319
  "type": "object",
9325
9320
  "properties": {
9326
9321
  "reorder_inputs": {
@@ -9513,6 +9508,8 @@
9513
9508
  "value"
9514
9509
  ],
9515
9510
  "additionalProperties": false,
9511
+ "title": "Structure Value",
9512
+ "description": "A single value option within a structure, defining the data format and appearance for content editors.",
9516
9513
  "markdownDescription": "A single value option within a structure, defining the data format and appearance for content editors."
9517
9514
  },
9518
9515
  "type._inputs_from_glob": {
@@ -9522,34 +9519,30 @@
9522
9519
  }
9523
9520
  },
9524
9521
  "type._select_data": {
9525
- "title": "Select Data",
9526
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9527
9522
  "type": "object",
9528
9523
  "propertyNames": {
9529
9524
  "type": "string"
9530
9525
  },
9531
9526
  "additionalProperties": {
9532
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9533
9527
  "anyOf": [
9534
9528
  {
9535
- "title": "Text Array",
9536
9529
  "type": "array",
9537
9530
  "items": {
9538
9531
  "type": "string"
9539
- }
9532
+ },
9533
+ "title": "Text Array"
9540
9534
  },
9541
9535
  {
9542
- "title": "Text Object",
9543
9536
  "type": "object",
9544
9537
  "propertyNames": {
9545
9538
  "type": "string"
9546
9539
  },
9547
9540
  "additionalProperties": {
9548
9541
  "type": "string"
9549
- }
9542
+ },
9543
+ "title": "Text Object"
9550
9544
  },
9551
9545
  {
9552
- "title": "Object Array",
9553
9546
  "type": "array",
9554
9547
  "items": {
9555
9548
  "type": "object",
@@ -9557,24 +9550,26 @@
9557
9550
  "type": "string"
9558
9551
  },
9559
9552
  "additionalProperties": {}
9560
- }
9553
+ },
9554
+ "title": "Object Array"
9561
9555
  },
9562
9556
  {
9563
- "title": "Object",
9564
9557
  "type": "object",
9565
9558
  "propertyNames": {
9566
9559
  "type": "string"
9567
9560
  },
9568
- "additionalProperties": {}
9561
+ "additionalProperties": {},
9562
+ "title": "Object"
9569
9563
  }
9570
9564
  ],
9565
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9571
9566
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
9572
9567
  },
9568
+ "title": "Select Data",
9569
+ "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9573
9570
  "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs."
9574
9571
  },
9575
9572
  "type._structures": {
9576
- "title": "Structures",
9577
- "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.",
9578
9573
  "type": "object",
9579
9574
  "propertyNames": {
9580
9575
  "type": "string"
@@ -9582,6 +9577,8 @@
9582
9577
  "additionalProperties": {
9583
9578
  "$ref": "#/definitions/type.structure"
9584
9579
  },
9580
+ "title": "Structures",
9581
+ "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.",
9585
9582
  "markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs."
9586
9583
  },
9587
9584
  "type._structures_from_glob": {
@@ -9596,8 +9593,6 @@
9596
9593
  "markdownDescription": "Used to supply help text above the key input when adding/renaming within a mutable object input. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript and inline code elements are allowed."
9597
9594
  },
9598
9595
  "ArrayInput": {
9599
- "title": "Array Input",
9600
- "description": "Provides a user interface for lists of inputs or input groups.",
9601
9596
  "type": "object",
9602
9597
  "properties": {
9603
9598
  "comment": {
@@ -9638,14 +9633,13 @@
9638
9633
  "$ref": "#/definitions/type._inputs.*.cascade"
9639
9634
  },
9640
9635
  "type": {
9641
- "title": "Type",
9642
- "description": "Sets an input type, which controls how this input appears and behaves.",
9643
9636
  "type": "string",
9644
9637
  "const": "array",
9638
+ "title": "Type",
9639
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9645
9640
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9646
9641
  },
9647
9642
  "options": {
9648
- "description": "Options that are specific to Array Inputs.",
9649
9643
  "type": "object",
9650
9644
  "properties": {
9651
9645
  "required": {
@@ -9702,6 +9696,7 @@
9702
9696
  }
9703
9697
  },
9704
9698
  "additionalProperties": false,
9699
+ "description": "Options that are specific to Array Inputs.",
9705
9700
  "markdownDescription": "Options that are specific to Array Inputs."
9706
9701
  }
9707
9702
  },
@@ -9709,6 +9704,8 @@
9709
9704
  "type"
9710
9705
  ],
9711
9706
  "additionalProperties": false,
9707
+ "title": "Array Input",
9708
+ "description": "Provides a user interface for lists of inputs or input groups.",
9712
9709
  "markdownDescription": "Provides a user interface for lists of inputs or input groups."
9713
9710
  },
9714
9711
  "ArrayInput.disable_add": {
@@ -9730,9 +9727,6 @@
9730
9727
  "markdownDescription": "Hides the controls on each item for moving them."
9731
9728
  },
9732
9729
  "AutoInput": {
9733
- "title": "Automatic Input",
9734
- "description": "Provides a default user interface based on the data contained.",
9735
- "excludeFromDocumentation": true,
9736
9730
  "type": "object",
9737
9731
  "properties": {
9738
9732
  "comment": {
@@ -9773,10 +9767,10 @@
9773
9767
  "$ref": "#/definitions/type._inputs.*.cascade"
9774
9768
  },
9775
9769
  "type": {
9776
- "title": "Type",
9777
- "description": "Sets an input type, which controls how this input appears and behaves.",
9778
9770
  "type": "string",
9779
9771
  "const": "auto",
9772
+ "title": "Type",
9773
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9780
9774
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9781
9775
  },
9782
9776
  "options": {
@@ -9788,12 +9782,12 @@
9788
9782
  "type"
9789
9783
  ],
9790
9784
  "additionalProperties": false,
9785
+ "title": "Automatic Input",
9786
+ "description": "Provides a default user interface based on the data contained.",
9787
+ "excludeFromDocumentation": true,
9791
9788
  "markdownDescription": "Provides a default user interface based on the data contained."
9792
9789
  },
9793
9790
  "UnknownInput": {
9794
- "title": "Unknown Input",
9795
- "description": "Provides a default user interface based on the data contained.",
9796
- "excludeFromDocumentation": true,
9797
9791
  "type": "object",
9798
9792
  "properties": {
9799
9793
  "comment": {
@@ -9839,6 +9833,9 @@
9839
9833
  }
9840
9834
  },
9841
9835
  "additionalProperties": false,
9836
+ "title": "Unknown Input",
9837
+ "description": "Provides a default user interface based on the data contained.",
9838
+ "excludeFromDocumentation": true,
9842
9839
  "markdownDescription": "Provides a default user interface based on the data contained."
9843
9840
  },
9844
9841
  "type._enabled_editors": {
@@ -10286,7 +10283,6 @@
10286
10283
  }
10287
10284
  },
10288
10285
  "filter": {
10289
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
10290
10286
  "anyOf": [
10291
10287
  {
10292
10288
  "type": "object",
@@ -10329,16 +10325,17 @@
10329
10325
  ]
10330
10326
  }
10331
10327
  ],
10328
+ "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
10332
10329
  "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection."
10333
10330
  },
10334
10331
  "singular_key": {
10335
- "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
10336
10332
  "type": "string",
10333
+ "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
10337
10334
  "markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs."
10338
10335
  },
10339
10336
  "output": {
10340
- "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10341
10337
  "type": "boolean",
10338
+ "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10342
10339
  "markdownDescription": "Specifies whether this collection's source files build to output files. Defaults to false."
10343
10340
  },
10344
10341
  "collection_groups": {
@@ -10349,20 +10346,19 @@
10349
10346
  }
10350
10347
  },
10351
10348
  "CollectionGroup": {
10352
- "title": "Collection Group",
10353
10349
  "type": "object",
10354
10350
  "properties": {
10355
10351
  "heading": {
10356
- "description": "Short, descriptive label for this group of Collections.",
10357
10352
  "type": "string",
10353
+ "description": "Short, descriptive label for this group of Collections.",
10358
10354
  "markdownDescription": "Short, descriptive label for this group of Collections."
10359
10355
  },
10360
10356
  "collections": {
10361
- "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10362
10357
  "type": "array",
10363
10358
  "items": {
10364
10359
  "type": "string"
10365
10360
  },
10361
+ "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10366
10362
  "markdownDescription": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`."
10367
10363
  }
10368
10364
  },
@@ -10370,7 +10366,8 @@
10370
10366
  "heading",
10371
10367
  "collections"
10372
10368
  ],
10373
- "additionalProperties": false
10369
+ "additionalProperties": false,
10370
+ "title": "Collection Group"
10374
10371
  },
10375
10372
  "base_url": {
10376
10373
  "type": "string"
@@ -10385,20 +10382,20 @@
10385
10382
  "type": "object",
10386
10383
  "properties": {
10387
10384
  "glob": {
10388
- "description": "The glob pattern(s) targeting a path to one or more files.",
10389
10385
  "anyOf": [
10390
10386
  {
10391
- "title": "Glob Array",
10392
10387
  "type": "array",
10393
10388
  "items": {
10394
10389
  "type": "string"
10395
- }
10390
+ },
10391
+ "title": "Glob Array"
10396
10392
  },
10397
10393
  {
10398
- "title": "Glob",
10399
- "type": "string"
10394
+ "type": "string",
10395
+ "title": "Glob"
10400
10396
  }
10401
10397
  ],
10398
+ "description": "The glob pattern(s) targeting a path to one or more files.",
10402
10399
  "markdownDescription": "The glob pattern(s) targeting a path to one or more files."
10403
10400
  },
10404
10401
  "_inputs": {
@@ -10500,8 +10497,6 @@
10500
10497
  "commit_templates": {
10501
10498
  "type": "array",
10502
10499
  "items": {
10503
- "title": "Commit Template",
10504
- "description": "A template for commit messages when saving changes.",
10505
10500
  "type": "object",
10506
10501
  "properties": {
10507
10502
  "label": {
@@ -10544,6 +10539,8 @@
10544
10539
  }
10545
10540
  },
10546
10541
  "additionalProperties": false,
10542
+ "title": "Commit Template",
10543
+ "description": "A template for commit messages when saving changes.",
10547
10544
  "markdownDescription": "A template for commit messages when saving changes."
10548
10545
  }
10549
10546
  },
@@ -10551,8 +10548,6 @@
10551
10548
  "type": "string"
10552
10549
  },
10553
10550
  "markdown": {
10554
- "title": "Markdown Settings",
10555
- "description": "Configuration for Markdown processing engines and formatting options.",
10556
10551
  "type": "object",
10557
10552
  "properties": {
10558
10553
  "engine": {
@@ -10679,7 +10674,6 @@
10679
10674
  },
10680
10675
  "attribute_elements": {
10681
10676
  "description": "Define positioning behavior of Markdown attributes for different elements.",
10682
- "title": "Markdown Attribute Element Options",
10683
10677
  "type": "object",
10684
10678
  "properties": {
10685
10679
  "inline": {
@@ -10700,6 +10694,7 @@
10700
10694
  "additionalProperties": {
10701
10695
  "$ref": "#/definitions/AttributeListPosition"
10702
10696
  },
10697
+ "title": "Markdown Attribute Element Options",
10703
10698
  "markdownDescription": "Define positioning behavior of Markdown attributes for different elements."
10704
10699
  }
10705
10700
  },
@@ -10707,11 +10702,11 @@
10707
10702
  }
10708
10703
  },
10709
10704
  "additionalProperties": false,
10705
+ "title": "Markdown Settings",
10706
+ "description": "Configuration for Markdown processing engines and formatting options.",
10710
10707
  "markdownDescription": "Configuration for Markdown processing engines and formatting options."
10711
10708
  },
10712
10709
  "AttributeListPosition": {
10713
- "title": "Attribute List Position",
10714
- "description": "Positioning options for Markdown attribute elements.",
10715
10710
  "type": "string",
10716
10711
  "enum": [
10717
10712
  "none",
@@ -10721,6 +10716,8 @@
10721
10716
  "newline below",
10722
10717
  "right-of-prefix"
10723
10718
  ],
10719
+ "title": "Attribute List Position",
10720
+ "description": "Positioning options for Markdown attribute elements.",
10724
10721
  "markdownDescription": "Positioning options for Markdown attribute elements."
10725
10722
  },
10726
10723
  "type._snippets": {
@@ -10736,8 +10733,6 @@
10736
10733
  "markdownDescription": "Configuration for custom snippets."
10737
10734
  },
10738
10735
  "type.snippet": {
10739
- "title": "Snippet",
10740
- "description": "A snippet configuration.",
10741
10736
  "type": "object",
10742
10737
  "properties": {
10743
10738
  "_inputs": {
@@ -10842,7 +10837,6 @@
10842
10837
  "additionalProperties": {
10843
10838
  "anyOf": [
10844
10839
  {
10845
- "title": "Argument List Parser Config",
10846
10840
  "type": "object",
10847
10841
  "properties": {
10848
10842
  "parser": {
@@ -10869,10 +10863,10 @@
10869
10863
  "parser",
10870
10864
  "options"
10871
10865
  ],
10872
- "additionalProperties": false
10866
+ "additionalProperties": false,
10867
+ "title": "Argument List Parser Config"
10873
10868
  },
10874
10869
  {
10875
- "title": "Argument Parser Config",
10876
10870
  "type": "object",
10877
10871
  "properties": {
10878
10872
  "parser": {
@@ -10896,10 +10890,10 @@
10896
10890
  "parser",
10897
10891
  "options"
10898
10892
  ],
10899
- "additionalProperties": false
10893
+ "additionalProperties": false,
10894
+ "title": "Argument Parser Config"
10900
10895
  },
10901
10896
  {
10902
- "title": "Content Parser Config",
10903
10897
  "type": "object",
10904
10898
  "properties": {
10905
10899
  "parser": {
@@ -10966,10 +10960,10 @@
10966
10960
  "parser",
10967
10961
  "options"
10968
10962
  ],
10969
- "additionalProperties": false
10963
+ "additionalProperties": false,
10964
+ "title": "Content Parser Config"
10970
10965
  },
10971
10966
  {
10972
- "title": "Key Value List Parser Config",
10973
10967
  "type": "object",
10974
10968
  "properties": {
10975
10969
  "parser": {
@@ -11001,10 +10995,10 @@
11001
10995
  "required": [
11002
10996
  "parser"
11003
10997
  ],
11004
- "additionalProperties": false
10998
+ "additionalProperties": false,
10999
+ "title": "Key Value List Parser Config"
11005
11000
  },
11006
11001
  {
11007
- "title": "Literal Parser Config",
11008
11002
  "type": "object",
11009
11003
  "properties": {
11010
11004
  "parser": {
@@ -11040,10 +11034,10 @@
11040
11034
  "parser",
11041
11035
  "options"
11042
11036
  ],
11043
- "additionalProperties": false
11037
+ "additionalProperties": false,
11038
+ "title": "Literal Parser Config"
11044
11039
  },
11045
11040
  {
11046
- "title": "Optional Parser Config",
11047
11041
  "type": "object",
11048
11042
  "properties": {
11049
11043
  "parser": {
@@ -11070,10 +11064,10 @@
11070
11064
  "parser",
11071
11065
  "options"
11072
11066
  ],
11073
- "additionalProperties": false
11067
+ "additionalProperties": false,
11068
+ "title": "Optional Parser Config"
11074
11069
  },
11075
11070
  {
11076
- "title": "Repeating Literal Parser Config",
11077
11071
  "type": "object",
11078
11072
  "properties": {
11079
11073
  "parser": {
@@ -11106,10 +11100,10 @@
11106
11100
  "parser",
11107
11101
  "options"
11108
11102
  ],
11109
- "additionalProperties": false
11103
+ "additionalProperties": false,
11104
+ "title": "Repeating Literal Parser Config"
11110
11105
  },
11111
11106
  {
11112
- "title": "Repeating Parser Config",
11113
11107
  "type": "object",
11114
11108
  "properties": {
11115
11109
  "parser": {
@@ -11148,10 +11142,10 @@
11148
11142
  "parser",
11149
11143
  "options"
11150
11144
  ],
11151
- "additionalProperties": false
11145
+ "additionalProperties": false,
11146
+ "title": "Repeating Parser Config"
11152
11147
  },
11153
11148
  {
11154
- "title": "Wrapper Parser Config",
11155
11149
  "type": "object",
11156
11150
  "properties": {
11157
11151
  "parser": {
@@ -11181,7 +11175,8 @@
11181
11175
  "parser",
11182
11176
  "options"
11183
11177
  ],
11184
- "additionalProperties": false
11178
+ "additionalProperties": false,
11179
+ "title": "Wrapper Parser Config"
11185
11180
  }
11186
11181
  ]
11187
11182
  },
@@ -11189,6 +11184,8 @@
11189
11184
  }
11190
11185
  },
11191
11186
  "additionalProperties": false,
11187
+ "title": "Snippet",
11188
+ "description": "A snippet configuration.",
11192
11189
  "markdownDescription": "A snippet configuration."
11193
11190
  },
11194
11191
  "SnippetAlternateFormats": {
@@ -11426,7 +11423,6 @@
11426
11423
  "additionalProperties": false
11427
11424
  },
11428
11425
  "type._snippets_imports": {
11429
- "title": "Snippets Imports",
11430
11426
  "type": "object",
11431
11427
  "properties": {
11432
11428
  "hugo": {
@@ -11454,7 +11450,8 @@
11454
11450
  "$ref": "#/definitions/_snippets_imports.docusaurus_mdx"
11455
11451
  }
11456
11452
  },
11457
- "additionalProperties": false
11453
+ "additionalProperties": false,
11454
+ "title": "Snippets Imports"
11458
11455
  },
11459
11456
  "_snippets_imports.hugo": {
11460
11457
  "uniqueItems": true,
@@ -11463,7 +11460,6 @@
11463
11460
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11464
11461
  },
11465
11462
  {
11466
- "title": "Exclude List",
11467
11463
  "type": "object",
11468
11464
  "properties": {
11469
11465
  "exclude": {
@@ -11473,10 +11469,10 @@
11473
11469
  "required": [
11474
11470
  "exclude"
11475
11471
  ],
11476
- "additionalProperties": false
11472
+ "additionalProperties": false,
11473
+ "title": "Exclude List"
11477
11474
  },
11478
11475
  {
11479
- "title": "Include List",
11480
11476
  "type": "object",
11481
11477
  "properties": {
11482
11478
  "include": {
@@ -11486,28 +11482,29 @@
11486
11482
  "required": [
11487
11483
  "include"
11488
11484
  ],
11489
- "additionalProperties": false
11485
+ "additionalProperties": false,
11486
+ "title": "Include List"
11490
11487
  }
11491
11488
  ]
11492
11489
  },
11493
11490
  "type._snippets_imports.*.(full-import)": {
11494
- "title": "Full Import",
11495
- "type": "boolean"
11491
+ "type": "boolean",
11492
+ "title": "Full Import"
11496
11493
  },
11497
11494
  "SnippetImportExclude": {
11498
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11499
11495
  "type": "array",
11500
11496
  "items": {
11501
11497
  "type": "string"
11502
11498
  },
11499
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11503
11500
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`."
11504
11501
  },
11505
11502
  "SnippetImportInclude": {
11506
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11507
11503
  "type": "array",
11508
11504
  "items": {
11509
11505
  "type": "string"
11510
11506
  },
11507
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11511
11508
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`."
11512
11509
  },
11513
11510
  "_snippets_imports.jekyll": {
@@ -11517,7 +11514,6 @@
11517
11514
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11518
11515
  },
11519
11516
  {
11520
- "title": "Exclude List",
11521
11517
  "type": "object",
11522
11518
  "properties": {
11523
11519
  "exclude": {
@@ -11527,10 +11523,10 @@
11527
11523
  "required": [
11528
11524
  "exclude"
11529
11525
  ],
11530
- "additionalProperties": false
11526
+ "additionalProperties": false,
11527
+ "title": "Exclude List"
11531
11528
  },
11532
11529
  {
11533
- "title": "Include List",
11534
11530
  "type": "object",
11535
11531
  "properties": {
11536
11532
  "include": {
@@ -11540,7 +11536,8 @@
11540
11536
  "required": [
11541
11537
  "include"
11542
11538
  ],
11543
- "additionalProperties": false
11539
+ "additionalProperties": false,
11540
+ "title": "Include List"
11544
11541
  }
11545
11542
  ]
11546
11543
  },
@@ -11551,7 +11548,6 @@
11551
11548
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11552
11549
  },
11553
11550
  {
11554
- "title": "Exclude List",
11555
11551
  "type": "object",
11556
11552
  "properties": {
11557
11553
  "exclude": {
@@ -11561,10 +11557,10 @@
11561
11557
  "required": [
11562
11558
  "exclude"
11563
11559
  ],
11564
- "additionalProperties": false
11560
+ "additionalProperties": false,
11561
+ "title": "Exclude List"
11565
11562
  },
11566
11563
  {
11567
- "title": "Include List",
11568
11564
  "type": "object",
11569
11565
  "properties": {
11570
11566
  "include": {
@@ -11574,7 +11570,8 @@
11574
11570
  "required": [
11575
11571
  "include"
11576
11572
  ],
11577
- "additionalProperties": false
11573
+ "additionalProperties": false,
11574
+ "title": "Include List"
11578
11575
  }
11579
11576
  ]
11580
11577
  },
@@ -11585,7 +11582,6 @@
11585
11582
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11586
11583
  },
11587
11584
  {
11588
- "title": "Exclude List",
11589
11585
  "type": "object",
11590
11586
  "properties": {
11591
11587
  "exclude": {
@@ -11595,10 +11591,10 @@
11595
11591
  "required": [
11596
11592
  "exclude"
11597
11593
  ],
11598
- "additionalProperties": false
11594
+ "additionalProperties": false,
11595
+ "title": "Exclude List"
11599
11596
  },
11600
11597
  {
11601
- "title": "Include List",
11602
11598
  "type": "object",
11603
11599
  "properties": {
11604
11600
  "include": {
@@ -11608,7 +11604,8 @@
11608
11604
  "required": [
11609
11605
  "include"
11610
11606
  ],
11611
- "additionalProperties": false
11607
+ "additionalProperties": false,
11608
+ "title": "Include List"
11612
11609
  }
11613
11610
  ]
11614
11611
  },
@@ -11619,7 +11616,6 @@
11619
11616
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11620
11617
  },
11621
11618
  {
11622
- "title": "Exclude List",
11623
11619
  "type": "object",
11624
11620
  "properties": {
11625
11621
  "exclude": {
@@ -11629,10 +11625,10 @@
11629
11625
  "required": [
11630
11626
  "exclude"
11631
11627
  ],
11632
- "additionalProperties": false
11628
+ "additionalProperties": false,
11629
+ "title": "Exclude List"
11633
11630
  },
11634
11631
  {
11635
- "title": "Include List",
11636
11632
  "type": "object",
11637
11633
  "properties": {
11638
11634
  "include": {
@@ -11642,7 +11638,8 @@
11642
11638
  "required": [
11643
11639
  "include"
11644
11640
  ],
11645
- "additionalProperties": false
11641
+ "additionalProperties": false,
11642
+ "title": "Include List"
11646
11643
  }
11647
11644
  ]
11648
11645
  },
@@ -11653,7 +11650,6 @@
11653
11650
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11654
11651
  },
11655
11652
  {
11656
- "title": "Exclude List",
11657
11653
  "type": "object",
11658
11654
  "properties": {
11659
11655
  "exclude": {
@@ -11663,10 +11659,10 @@
11663
11659
  "required": [
11664
11660
  "exclude"
11665
11661
  ],
11666
- "additionalProperties": false
11662
+ "additionalProperties": false,
11663
+ "title": "Exclude List"
11667
11664
  },
11668
11665
  {
11669
- "title": "Include List",
11670
11666
  "type": "object",
11671
11667
  "properties": {
11672
11668
  "include": {
@@ -11676,7 +11672,8 @@
11676
11672
  "required": [
11677
11673
  "include"
11678
11674
  ],
11679
- "additionalProperties": false
11675
+ "additionalProperties": false,
11676
+ "title": "Include List"
11680
11677
  }
11681
11678
  ]
11682
11679
  },
@@ -11687,7 +11684,6 @@
11687
11684
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11688
11685
  },
11689
11686
  {
11690
- "title": "Exclude List",
11691
11687
  "type": "object",
11692
11688
  "properties": {
11693
11689
  "exclude": {
@@ -11697,10 +11693,10 @@
11697
11693
  "required": [
11698
11694
  "exclude"
11699
11695
  ],
11700
- "additionalProperties": false
11696
+ "additionalProperties": false,
11697
+ "title": "Exclude List"
11701
11698
  },
11702
11699
  {
11703
- "title": "Include List",
11704
11700
  "type": "object",
11705
11701
  "properties": {
11706
11702
  "include": {
@@ -11710,7 +11706,8 @@
11710
11706
  "required": [
11711
11707
  "include"
11712
11708
  ],
11713
- "additionalProperties": false
11709
+ "additionalProperties": false,
11710
+ "title": "Include List"
11714
11711
  }
11715
11712
  ]
11716
11713
  },
@@ -11721,7 +11718,6 @@
11721
11718
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11722
11719
  },
11723
11720
  {
11724
- "title": "Exclude List",
11725
11721
  "type": "object",
11726
11722
  "properties": {
11727
11723
  "exclude": {
@@ -11731,10 +11727,10 @@
11731
11727
  "required": [
11732
11728
  "exclude"
11733
11729
  ],
11734
- "additionalProperties": false
11730
+ "additionalProperties": false,
11731
+ "title": "Exclude List"
11735
11732
  },
11736
11733
  {
11737
- "title": "Include List",
11738
11734
  "type": "object",
11739
11735
  "properties": {
11740
11736
  "include": {
@@ -11744,7 +11740,8 @@
11744
11740
  "required": [
11745
11741
  "include"
11746
11742
  ],
11747
- "additionalProperties": false
11743
+ "additionalProperties": false,
11744
+ "title": "Include List"
11748
11745
  }
11749
11746
  ]
11750
11747
  },
@@ -11773,8 +11770,6 @@
11773
11770
  "markdownDescription": "A record of reusable values that can be referenced in snippet templates. Values are substituted using { ref: \"key\" } for direct replacement or { spread_ref: \"key\" } for spreading arrays/objects."
11774
11771
  },
11775
11772
  "type.snippet-definition-value": {
11776
- "title": "Snippet Definition Value",
11777
- "description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
11778
11773
  "anyOf": [
11779
11774
  {
11780
11775
  "$ref": "#/definitions/type.snippet-format"
@@ -11783,56 +11778,56 @@
11783
11778
  "$ref": "#/definitions/type.snippet-model"
11784
11779
  },
11785
11780
  {
11786
- "title": "Parser Model Array",
11787
- "description": "An array of model configurations, typically used for positional_args or named_args.",
11788
11781
  "type": "array",
11789
11782
  "items": {
11790
11783
  "$ref": "#/definitions/type.snippet-model"
11791
11784
  },
11785
+ "title": "Parser Model Array",
11786
+ "description": "An array of model configurations, typically used for positional_args or named_args.",
11792
11787
  "markdownDescription": "An array of model configurations, typically used for positional_args or named_args."
11793
11788
  },
11794
11789
  {
11795
- "title": "Select Values Array",
11796
- "description": "An array of select options, typically used for language lists.",
11797
11790
  "type": "array",
11798
11791
  "items": {
11799
11792
  "$ref": "#/definitions/type.snippet-definition-select-value"
11800
11793
  },
11794
+ "title": "Select Values Array",
11795
+ "description": "An array of select options, typically used for language lists.",
11801
11796
  "markdownDescription": "An array of select options, typically used for language lists."
11802
11797
  },
11803
11798
  {
11799
+ "type": "string",
11804
11800
  "title": "String Value",
11805
11801
  "description": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions.",
11806
- "type": "string",
11807
11802
  "markdownDescription": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions."
11808
11803
  },
11809
11804
  {
11805
+ "type": "number",
11810
11806
  "title": "Number Value",
11811
11807
  "description": "A numeric value.",
11812
- "type": "number",
11813
11808
  "markdownDescription": "A numeric value."
11814
11809
  },
11815
11810
  {
11811
+ "type": "boolean",
11816
11812
  "title": "Boolean Value",
11817
11813
  "description": "A boolean value.",
11818
- "type": "boolean",
11819
11814
  "markdownDescription": "A boolean value."
11820
11815
  },
11821
11816
  {
11822
- "title": "String Array",
11823
- "description": "An array of strings.",
11824
11817
  "type": "array",
11825
11818
  "items": {
11826
11819
  "type": "string"
11827
11820
  },
11821
+ "title": "String Array",
11822
+ "description": "An array of strings.",
11828
11823
  "markdownDescription": "An array of strings."
11829
11824
  }
11830
11825
  ],
11826
+ "title": "Snippet Definition Value",
11827
+ "description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
11831
11828
  "markdownDescription": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }."
11832
11829
  },
11833
11830
  "type.snippet-definition-select-value": {
11834
- "title": "Snippet Definition Select Value",
11835
- "description": "A value option for select inputs, typically used in language lists.",
11836
11831
  "type": "object",
11837
11832
  "properties": {
11838
11833
  "name": {
@@ -11841,21 +11836,21 @@
11841
11836
  "markdownDescription": "The display name for this option."
11842
11837
  },
11843
11838
  "value": {
11844
- "description": "The value for this option.",
11845
11839
  "anyOf": [
11846
11840
  {
11847
- "title": "String",
11848
- "type": "string"
11841
+ "type": "string",
11842
+ "title": "String"
11849
11843
  },
11850
11844
  {
11851
- "title": "Number",
11852
- "type": "number"
11845
+ "type": "number",
11846
+ "title": "Number"
11853
11847
  },
11854
11848
  {
11855
- "title": "Boolean",
11856
- "type": "boolean"
11849
+ "type": "boolean",
11850
+ "title": "Boolean"
11857
11851
  }
11858
11852
  ],
11853
+ "description": "The value for this option.",
11859
11854
  "markdownDescription": "The value for this option."
11860
11855
  }
11861
11856
  },
@@ -11863,6 +11858,8 @@
11863
11858
  "value"
11864
11859
  ],
11865
11860
  "additionalProperties": false,
11861
+ "title": "Snippet Definition Select Value",
11862
+ "description": "A value option for select inputs, typically used in language lists.",
11866
11863
  "markdownDescription": "A value option for select inputs, typically used in language lists."
11867
11864
  },
11868
11865
  "collections_config_override": {