@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-reader.schema.json",
4
3
  "type": "object",
5
4
  "properties": {
6
5
  "paths": {
@@ -79,8 +78,6 @@
79
78
  "description": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort.",
80
79
  "type": "array",
81
80
  "items": {
82
- "title": "SortOption",
83
- "description": "A sort option for a Collection.",
84
81
  "type": "object",
85
82
  "properties": {
86
83
  "label": {
@@ -89,8 +86,8 @@
89
86
  "markdownDescription": "The text to display in the sort option list. Defaults to a generated label from key and order."
90
87
  },
91
88
  "key": {
92
- "description": "Defines what field contains the value to sort on inside each collection item's data.",
93
89
  "type": "string",
90
+ "description": "Defines what field contains the value to sort on inside each collection item's data.",
94
91
  "markdownDescription": "Defines what field contains the value to sort on inside each collection item's data."
95
92
  },
96
93
  "order": {
@@ -110,6 +107,8 @@
110
107
  "key"
111
108
  ],
112
109
  "additionalProperties": false,
110
+ "title": "SortOption",
111
+ "description": "A sort option for a Collection.",
113
112
  "markdownDescription": "A sort option for a Collection."
114
113
  },
115
114
  "markdownDescription": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort."
@@ -139,8 +138,6 @@
139
138
  "items": {
140
139
  "anyOf": [
141
140
  {
142
- "title": "Add Option",
143
- "description": "An option for the add menu.",
144
141
  "type": "object",
145
142
  "properties": {
146
143
  "name": {
@@ -188,11 +185,11 @@
188
185
  }
189
186
  },
190
187
  "additionalProperties": false,
188
+ "title": "Add Option",
189
+ "description": "An option for the add menu.",
191
190
  "markdownDescription": "An option for the add menu."
192
191
  },
193
192
  {
194
- "title": "HREF Add Option",
195
- "description": "An option for the add menu that opens a link.",
196
193
  "type": "object",
197
194
  "properties": {
198
195
  "name": {
@@ -211,8 +208,8 @@
211
208
  "markdownDescription": "The icon next to the text in the menu item."
212
209
  },
213
210
  "href": {
214
- "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.",
215
211
  "type": "string",
212
+ "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.",
216
213
  "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."
217
214
  }
218
215
  },
@@ -220,6 +217,8 @@
220
217
  "href"
221
218
  ],
222
219
  "additionalProperties": false,
220
+ "title": "HREF Add Option",
221
+ "description": "An option for the add menu that opens a link.",
223
222
  "markdownDescription": "An option for the add menu that opens a link."
224
223
  }
225
224
  ]
@@ -263,13 +262,11 @@
263
262
  "type": "string"
264
263
  },
265
264
  "additionalProperties": {
266
- "title": "Schema",
267
- "description": "Definitions for your schemas, which are the structured data formats for your content files.",
268
265
  "type": "object",
269
266
  "properties": {
270
267
  "path": {
271
- "description": "The path to the schema file. Relative to the root folder of the site.",
272
268
  "type": "string",
269
+ "description": "The path to the schema file. Relative to the root folder of the site.",
273
270
  "markdownDescription": "The path to the schema file. Relative to the root folder of the site."
274
271
  },
275
272
  "name": {
@@ -383,6 +380,8 @@
383
380
  "path"
384
381
  ],
385
382
  "additionalProperties": false,
383
+ "title": "Schema",
384
+ "description": "Definitions for your schemas, which are the structured data formats for your content files.",
386
385
  "markdownDescription": "Definitions for your schemas, which are the structured data formats for your content files."
387
386
  },
388
387
  "markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
@@ -681,9 +680,9 @@
681
680
  }
682
681
  },
683
682
  "version": {
684
- "description": "Controls which schema this file is validated against. Defaults to the latest schema.",
685
683
  "type": "string",
686
684
  "const": "legacy-reader",
685
+ "description": "Controls which schema this file is validated against. Defaults to the latest schema.",
687
686
  "markdownDescription": "Controls which schema this file is validated against. Defaults to the latest schema."
688
687
  },
689
688
  "output": {
@@ -696,9 +695,9 @@
696
695
  "version"
697
696
  ],
698
697
  "additionalProperties": false,
698
+ "$id": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.legacy-reader.schema.json",
699
699
  "definitions": {
700
700
  "paths:BuildCoupled": {
701
- "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`.",
702
701
  "type": "object",
703
702
  "properties": {
704
703
  "static": {
@@ -744,6 +743,7 @@
744
743
  }
745
744
  },
746
745
  "additionalProperties": false,
746
+ "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`.",
747
747
  "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`."
748
748
  },
749
749
  "paths.static": {
@@ -773,30 +773,28 @@
773
773
  "type": "string"
774
774
  },
775
775
  "path": {
776
- "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.",
777
776
  "type": "string",
777
+ "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.",
778
778
  "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."
779
779
  },
780
780
  "glob": {
781
781
  "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`.",
782
782
  "anyOf": [
783
783
  {
784
- "title": "Glob Array",
785
784
  "type": "array",
786
785
  "items": {
787
786
  "type": "string"
788
- }
787
+ },
788
+ "title": "Glob Array"
789
789
  },
790
790
  {
791
- "title": "Glob",
792
- "type": "string"
791
+ "type": "string",
792
+ "title": "Glob"
793
793
  }
794
794
  ],
795
795
  "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`."
796
796
  },
797
797
  "icon": {
798
- "title": "Icon",
799
- "description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
800
798
  "type": "string",
801
799
  "enum": [
802
800
  "123",
@@ -4384,16 +4382,16 @@
4384
4382
  "zoom_out",
4385
4383
  "zoom_out_map"
4386
4384
  ],
4385
+ "title": "Icon",
4386
+ "description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
4387
4387
  "markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
4388
4388
  },
4389
4389
  "type.documentation": {
4390
- "title": "Documentation",
4391
- "description": "Configuration for documentation links displayed in the CloudCannon interface.",
4392
4390
  "type": "object",
4393
4391
  "properties": {
4394
4392
  "url": {
4395
- "description": "The \"href\" value of the link.",
4396
4393
  "type": "string",
4394
+ "description": "The \"href\" value of the link.",
4397
4395
  "markdownDescription": "The \"href\" value of the link."
4398
4396
  },
4399
4397
  "text": {
@@ -4416,22 +4414,22 @@
4416
4414
  "url"
4417
4415
  ],
4418
4416
  "additionalProperties": false,
4417
+ "title": "Documentation",
4418
+ "description": "Configuration for documentation links displayed in the CloudCannon interface.",
4419
4419
  "markdownDescription": "Configuration for documentation links displayed in the CloudCannon interface."
4420
4420
  },
4421
4421
  "EditorKey": {
4422
- "title": "Editor Key",
4423
- "description": "The available editors in CloudCannon: visual, content, and data editors.",
4424
4422
  "type": "string",
4425
4423
  "enum": [
4426
4424
  "visual",
4427
4425
  "content",
4428
4426
  "data"
4429
4427
  ],
4428
+ "title": "Editor Key",
4429
+ "description": "The available editors in CloudCannon: visual, content, and data editors.",
4430
4430
  "markdownDescription": "The available editors in CloudCannon: visual, content, and data editors."
4431
4431
  },
4432
4432
  "type.create": {
4433
- "title": "Create",
4434
- "description": "Controls where new files are saved.",
4435
4433
  "type": "object",
4436
4434
  "properties": {
4437
4435
  "path": {
@@ -4492,11 +4490,11 @@
4492
4490
  }
4493
4491
  },
4494
4492
  "additionalProperties": false,
4493
+ "title": "Create",
4494
+ "description": "Controls where new files are saved.",
4495
4495
  "markdownDescription": "Controls where new files are saved."
4496
4496
  },
4497
4497
  "type._inputs": {
4498
- "title": "Inputs",
4499
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
4500
4498
  "type": "object",
4501
4499
  "propertyNames": {
4502
4500
  "type": "string"
@@ -4504,14 +4502,13 @@
4504
4502
  "additionalProperties": {
4505
4503
  "$ref": "#/definitions/Input"
4506
4504
  },
4505
+ "title": "Inputs",
4506
+ "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
4507
4507
  "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces."
4508
4508
  },
4509
4509
  "Input": {
4510
- "title": "Input",
4511
4510
  "anyOf": [
4512
4511
  {
4513
- "title": "Known Input",
4514
- "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4515
4512
  "oneOf": [
4516
4513
  {
4517
4514
  "$ref": "#/definitions/TextInput"
@@ -4571,16 +4568,17 @@
4571
4568
  "$ref": "#/definitions/AutoInput"
4572
4569
  }
4573
4570
  ],
4571
+ "title": "Known Input",
4572
+ "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4574
4573
  "markdownDescription": "A union of all input types that are known to the CloudCannon configuration schema."
4575
4574
  },
4576
4575
  {
4577
4576
  "$ref": "#/definitions/UnknownInput"
4578
4577
  }
4579
- ]
4578
+ ],
4579
+ "title": "Input"
4580
4580
  },
4581
4581
  "TextInput": {
4582
- "title": "Text Input",
4583
- "description": "Provides a simple editing interface for plain text.",
4584
4582
  "type": "object",
4585
4583
  "properties": {
4586
4584
  "comment": {
@@ -4621,8 +4619,6 @@
4621
4619
  "$ref": "#/definitions/type._inputs.*.cascade"
4622
4620
  },
4623
4621
  "type": {
4624
- "title": "Type",
4625
- "description": "Sets an input type, which controls how this input appears and behaves.",
4626
4622
  "type": "string",
4627
4623
  "enum": [
4628
4624
  "text",
@@ -4634,10 +4630,11 @@
4634
4630
  "github",
4635
4631
  "instagram"
4636
4632
  ],
4633
+ "title": "Type",
4634
+ "description": "Sets an input type, which controls how this input appears and behaves.",
4637
4635
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
4638
4636
  },
4639
4637
  "options": {
4640
- "description": "Options that are specific to Text Inputs.",
4641
4638
  "type": "object",
4642
4639
  "properties": {
4643
4640
  "max_length": {
@@ -4731,6 +4728,7 @@
4731
4728
  }
4732
4729
  },
4733
4730
  "additionalProperties": false,
4731
+ "description": "Options that are specific to Text Inputs.",
4734
4732
  "markdownDescription": "Options that are specific to Text Inputs."
4735
4733
  }
4736
4734
  },
@@ -4738,6 +4736,8 @@
4738
4736
  "type"
4739
4737
  ],
4740
4738
  "additionalProperties": false,
4739
+ "title": "Text Input",
4740
+ "description": "Provides a simple editing interface for plain text.",
4741
4741
  "markdownDescription": "Provides a simple editing interface for plain text."
4742
4742
  },
4743
4743
  "type._inputs.*.comment": {
@@ -4746,7 +4746,6 @@
4746
4746
  "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."
4747
4747
  },
4748
4748
  "type._inputs.*.context": {
4749
- "description": "Adds an expandable section of rich text below the input.",
4750
4749
  "type": "object",
4751
4750
  "properties": {
4752
4751
  "content": {
@@ -4776,6 +4775,7 @@
4776
4775
  }
4777
4776
  },
4778
4777
  "additionalProperties": false,
4778
+ "description": "Adds an expandable section of rich text below the input.",
4779
4779
  "markdownDescription": "Adds an expandable section of rich text below the input."
4780
4780
  },
4781
4781
  "type._inputs.*.label": {
@@ -4788,12 +4788,12 @@
4788
4788
  "default": false,
4789
4789
  "anyOf": [
4790
4790
  {
4791
- "title": "Boolean",
4792
- "type": "boolean"
4791
+ "type": "boolean",
4792
+ "title": "Boolean"
4793
4793
  },
4794
4794
  {
4795
- "title": "Query String",
4796
- "type": "string"
4795
+ "type": "string",
4796
+ "title": "Query String"
4797
4797
  }
4798
4798
  ],
4799
4799
  "markdownDescription": "Toggles the visibility of this input."
@@ -4803,12 +4803,12 @@
4803
4803
  "default": false,
4804
4804
  "anyOf": [
4805
4805
  {
4806
- "title": "Boolean",
4807
- "type": "boolean"
4806
+ "type": "boolean",
4807
+ "title": "Boolean"
4808
4808
  },
4809
4809
  {
4810
- "title": "Query String",
4811
- "type": "string"
4810
+ "type": "string",
4811
+ "title": "Query String"
4812
4812
  }
4813
4813
  ],
4814
4814
  "markdownDescription": "Toggles if this input can be edited."
@@ -4966,8 +4966,8 @@
4966
4966
  "markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
4967
4967
  },
4968
4968
  "type._inputs.*.options.empty_type(text)": {
4969
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4970
4969
  "default": "null",
4970
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4971
4971
  "type": "string",
4972
4972
  "enum": [
4973
4973
  "null",
@@ -4989,14 +4989,13 @@
4989
4989
  ]
4990
4990
  },
4991
4991
  "type.preview-entry.(array)": {
4992
- "title": "Array",
4993
4992
  "type": "array",
4994
4993
  "items": {
4995
4994
  "$ref": "#/definitions/type.preview-entry"
4996
- }
4995
+ },
4996
+ "title": "Array"
4997
4997
  },
4998
4998
  "type.preview-entry": {
4999
- "title": "Preview Entry",
5000
4999
  "anyOf": [
5001
5000
  {
5002
5001
  "$ref": "#/definitions/type.preview-entry.(key)"
@@ -5013,62 +5012,61 @@
5013
5012
  {
5014
5013
  "$ref": "#/definitions/type.preview-entry.(false)"
5015
5014
  }
5016
- ]
5015
+ ],
5016
+ "title": "Preview Entry"
5017
5017
  },
5018
5018
  "type.preview-entry.(key)": {
5019
- "title": "Key",
5020
5019
  "type": "object",
5021
5020
  "properties": {
5022
5021
  "key": {
5023
- "title": "Key Value",
5024
- "type": "string"
5022
+ "type": "string",
5023
+ "title": "Key Value"
5025
5024
  }
5026
5025
  },
5027
5026
  "required": [
5028
5027
  "key"
5029
5028
  ],
5030
- "additionalProperties": false
5029
+ "additionalProperties": false,
5030
+ "title": "Key"
5031
5031
  },
5032
5032
  "type.preview-entry.(template)": {
5033
- "title": "Template",
5034
5033
  "type": "object",
5035
5034
  "properties": {
5036
5035
  "template": {
5037
- "title": "Template Value",
5038
- "type": "string"
5036
+ "type": "string",
5037
+ "title": "Template Value"
5039
5038
  }
5040
5039
  },
5041
5040
  "required": [
5042
5041
  "template"
5043
5042
  ],
5044
- "additionalProperties": false
5043
+ "additionalProperties": false,
5044
+ "title": "Template"
5045
5045
  },
5046
5046
  "type.preview-entry.(text)": {
5047
- "title": "Text",
5048
5047
  "type": "object",
5049
5048
  "properties": {
5050
5049
  "text": {
5051
- "title": "Text Value",
5052
- "type": "string"
5050
+ "type": "string",
5051
+ "title": "Text Value"
5053
5052
  }
5054
5053
  },
5055
5054
  "required": [
5056
5055
  "text"
5057
5056
  ],
5058
- "additionalProperties": false
5057
+ "additionalProperties": false,
5058
+ "title": "Text"
5059
5059
  },
5060
5060
  "type.preview-entry.(raw-text)": {
5061
- "title": "Raw Text",
5062
- "type": "string"
5061
+ "type": "string",
5062
+ "title": "Raw Text"
5063
5063
  },
5064
5064
  "type.preview-entry.(false)": {
5065
- "title": "False",
5066
5065
  "type": "boolean",
5067
- "const": false
5066
+ "const": false,
5067
+ "title": "False"
5068
5068
  },
5069
5069
  "TextareaInput": {
5070
- "title": "Textarea Input",
5071
- "description": "Provides an editing interface for plain text.",
5072
5070
  "type": "object",
5073
5071
  "properties": {
5074
5072
  "comment": {
@@ -5109,14 +5107,13 @@
5109
5107
  "$ref": "#/definitions/type._inputs.*.cascade"
5110
5108
  },
5111
5109
  "type": {
5112
- "title": "Type",
5113
- "description": "Sets an input type, which controls how this input appears and behaves.",
5114
5110
  "type": "string",
5115
5111
  "const": "textarea",
5112
+ "title": "Type",
5113
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5116
5114
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5117
5115
  },
5118
5116
  "options": {
5119
- "description": "Options that are specific to Textarea Inputs.",
5120
5117
  "type": "object",
5121
5118
  "properties": {
5122
5119
  "max_length": {
@@ -5193,6 +5190,7 @@
5193
5190
  }
5194
5191
  },
5195
5192
  "additionalProperties": false,
5193
+ "description": "Options that are specific to Textarea Inputs.",
5196
5194
  "markdownDescription": "Options that are specific to Textarea Inputs."
5197
5195
  }
5198
5196
  },
@@ -5200,11 +5198,11 @@
5200
5198
  "type"
5201
5199
  ],
5202
5200
  "additionalProperties": false,
5201
+ "title": "Textarea Input",
5202
+ "description": "Provides an editing interface for plain text.",
5203
5203
  "markdownDescription": "Provides an editing interface for plain text."
5204
5204
  },
5205
5205
  "CodeInput": {
5206
- "title": "Code Input",
5207
- "description": "Provides an editing interface for code or mono-spaced plain text content.",
5208
5206
  "type": "object",
5209
5207
  "properties": {
5210
5208
  "comment": {
@@ -5245,14 +5243,13 @@
5245
5243
  "$ref": "#/definitions/type._inputs.*.cascade"
5246
5244
  },
5247
5245
  "type": {
5248
- "title": "Type",
5249
- "description": "Sets an input type, which controls how this input appears and behaves.",
5250
5246
  "type": "string",
5251
5247
  "const": "code",
5248
+ "title": "Type",
5249
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5252
5250
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5253
5251
  },
5254
5252
  "options": {
5255
- "description": "Options that are specific to Code Inputs.",
5256
5253
  "type": "object",
5257
5254
  "properties": {
5258
5255
  "tab_size": {
@@ -5357,6 +5354,7 @@
5357
5354
  }
5358
5355
  },
5359
5356
  "additionalProperties": false,
5357
+ "description": "Options that are specific to Code Inputs.",
5360
5358
  "markdownDescription": "Options that are specific to Code Inputs."
5361
5359
  }
5362
5360
  },
@@ -5364,6 +5362,8 @@
5364
5362
  "type"
5365
5363
  ],
5366
5364
  "additionalProperties": false,
5365
+ "title": "Code Input",
5366
+ "description": "Provides an editing interface for code or mono-spaced plain text content.",
5367
5367
  "markdownDescription": "Provides an editing interface for code or mono-spaced plain text content."
5368
5368
  },
5369
5369
  "Theme": {
@@ -5397,8 +5397,6 @@
5397
5397
  ]
5398
5398
  },
5399
5399
  "Syntax": {
5400
- "title": "Syntax",
5401
- "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5402
5400
  "type": "string",
5403
5401
  "enum": [
5404
5402
  "c_cpp",
@@ -5470,11 +5468,11 @@
5470
5468
  "xquery",
5471
5469
  "yaml"
5472
5470
  ],
5471
+ "title": "Syntax",
5472
+ "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5473
5473
  "markdownDescription": "Available syntax highlighting languages for code editors in CloudCannon."
5474
5474
  },
5475
5475
  "ColorInput": {
5476
- "title": "Color Input",
5477
- "description": "Provides an editing interface for color values.",
5478
5476
  "type": "object",
5479
5477
  "properties": {
5480
5478
  "comment": {
@@ -5515,14 +5513,13 @@
5515
5513
  "$ref": "#/definitions/type._inputs.*.cascade"
5516
5514
  },
5517
5515
  "type": {
5518
- "title": "Type",
5519
- "description": "Sets an input type, which controls how this input appears and behaves.",
5520
5516
  "type": "string",
5521
5517
  "const": "color",
5518
+ "title": "Type",
5519
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5522
5520
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5523
5521
  },
5524
5522
  "options": {
5525
- "description": "Options that are specific to Color Inputs.",
5526
5523
  "type": "object",
5527
5524
  "properties": {
5528
5525
  "max_length": {
@@ -5614,6 +5611,7 @@
5614
5611
  }
5615
5612
  },
5616
5613
  "additionalProperties": false,
5614
+ "description": "Options that are specific to Color Inputs.",
5617
5615
  "markdownDescription": "Options that are specific to Color Inputs."
5618
5616
  }
5619
5617
  },
@@ -5621,11 +5619,11 @@
5621
5619
  "type"
5622
5620
  ],
5623
5621
  "additionalProperties": false,
5622
+ "title": "Color Input",
5623
+ "description": "Provides an editing interface for color values.",
5624
5624
  "markdownDescription": "Provides an editing interface for color values."
5625
5625
  },
5626
5626
  "BooleanInput": {
5627
- "title": "Boolean Input",
5628
- "description": "Provides an editing interface for true or false values.",
5629
5627
  "type": "object",
5630
5628
  "properties": {
5631
5629
  "comment": {
@@ -5666,13 +5664,13 @@
5666
5664
  "$ref": "#/definitions/type._inputs.*.cascade"
5667
5665
  },
5668
5666
  "type": {
5669
- "title": "Type",
5670
- "description": "Sets an input type, which controls how this input appears and behaves.",
5671
5667
  "type": "string",
5672
5668
  "enum": [
5673
5669
  "checkbox",
5674
5670
  "switch"
5675
5671
  ],
5672
+ "title": "Type",
5673
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5676
5674
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5677
5675
  }
5678
5676
  },
@@ -5680,11 +5678,11 @@
5680
5678
  "type"
5681
5679
  ],
5682
5680
  "additionalProperties": false,
5681
+ "title": "Boolean Input",
5682
+ "description": "Provides an editing interface for true or false values.",
5683
5683
  "markdownDescription": "Provides an editing interface for true or false values."
5684
5684
  },
5685
5685
  "NumberInput": {
5686
- "title": "Number Input",
5687
- "description": "Provides an editing interface for numeric values.",
5688
5686
  "type": "object",
5689
5687
  "properties": {
5690
5688
  "comment": {
@@ -5725,14 +5723,13 @@
5725
5723
  "$ref": "#/definitions/type._inputs.*.cascade"
5726
5724
  },
5727
5725
  "type": {
5728
- "title": "Type",
5729
- "description": "Sets an input type, which controls how this input appears and behaves.",
5730
5726
  "type": "string",
5731
5727
  "const": "number",
5728
+ "title": "Type",
5729
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5732
5730
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5733
5731
  },
5734
5732
  "options": {
5735
- "description": "Options that are specific to Number Inputs.",
5736
5733
  "type": "object",
5737
5734
  "properties": {
5738
5735
  "required": {
@@ -5773,6 +5770,7 @@
5773
5770
  }
5774
5771
  },
5775
5772
  "additionalProperties": false,
5773
+ "description": "Options that are specific to Number Inputs.",
5776
5774
  "markdownDescription": "Options that are specific to Number Inputs."
5777
5775
  }
5778
5776
  },
@@ -5780,11 +5778,13 @@
5780
5778
  "type"
5781
5779
  ],
5782
5780
  "additionalProperties": false,
5781
+ "title": "Number Input",
5782
+ "description": "Provides an editing interface for numeric values.",
5783
5783
  "markdownDescription": "Provides an editing interface for numeric values."
5784
5784
  },
5785
5785
  "type._inputs.*.options.empty_type(number)": {
5786
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5787
5786
  "default": "null",
5787
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5788
5788
  "type": "string",
5789
5789
  "enum": [
5790
5790
  "null",
@@ -5793,13 +5793,13 @@
5793
5793
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5794
5794
  },
5795
5795
  "type._inputs.*.options.min": {
5796
- "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.",
5797
5796
  "type": "number",
5797
+ "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.",
5798
5798
  "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."
5799
5799
  },
5800
5800
  "type._inputs.*.options.max": {
5801
- "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.",
5802
5801
  "type": "number",
5802
+ "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.",
5803
5803
  "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."
5804
5804
  },
5805
5805
  "type._inputs.*.options.step": {
@@ -5818,8 +5818,6 @@
5818
5818
  "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`."
5819
5819
  },
5820
5820
  "RangeInput": {
5821
- "title": "Range Input",
5822
- "description": "Provides a slider interface for selecting a numeric value.",
5823
5821
  "type": "object",
5824
5822
  "properties": {
5825
5823
  "comment": {
@@ -5860,14 +5858,13 @@
5860
5858
  "$ref": "#/definitions/type._inputs.*.cascade"
5861
5859
  },
5862
5860
  "type": {
5863
- "title": "Type",
5864
- "description": "Sets an input type, which controls how this input appears and behaves.",
5865
5861
  "type": "string",
5866
5862
  "const": "range",
5863
+ "title": "Type",
5864
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5867
5865
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5868
5866
  },
5869
5867
  "options": {
5870
- "description": "Options that are specific to Range Inputs.",
5871
5868
  "type": "object",
5872
5869
  "properties": {
5873
5870
  "required": {
@@ -5904,6 +5901,7 @@
5904
5901
  "max"
5905
5902
  ],
5906
5903
  "additionalProperties": false,
5904
+ "description": "Options that are specific to Range Inputs.",
5907
5905
  "markdownDescription": "Options that are specific to Range Inputs."
5908
5906
  }
5909
5907
  },
@@ -5911,11 +5909,11 @@
5911
5909
  "type"
5912
5910
  ],
5913
5911
  "additionalProperties": false,
5912
+ "title": "Range Input",
5913
+ "description": "Provides a slider interface for selecting a numeric value.",
5914
5914
  "markdownDescription": "Provides a slider interface for selecting a numeric value."
5915
5915
  },
5916
5916
  "RichTextInput": {
5917
- "title": "Rich Text Input",
5918
- "description": "Provides an editing interface for HTML markup content.",
5919
5917
  "type": "object",
5920
5918
  "properties": {
5921
5919
  "comment": {
@@ -5956,17 +5954,16 @@
5956
5954
  "$ref": "#/definitions/type._inputs.*.cascade"
5957
5955
  },
5958
5956
  "type": {
5959
- "title": "Type",
5960
- "description": "Sets an input type, which controls how this input appears and behaves.",
5961
5957
  "type": "string",
5962
5958
  "enum": [
5963
5959
  "html",
5964
5960
  "markdown"
5965
5961
  ],
5962
+ "title": "Type",
5963
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5966
5964
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5967
5965
  },
5968
5966
  "options": {
5969
- "description": "Options that are specific to Rich Text Inputs.",
5970
5967
  "type": "object",
5971
5968
  "properties": {
5972
5969
  "mime_type": {
@@ -6168,9 +6165,7 @@
6168
6165
  },
6169
6166
  "allow_resize": {
6170
6167
  "deprecated": true,
6171
- "description": "**⚠️ DEPRECATED:** This key is deprecated. Use `preview_resize` instead.",
6172
- "type": "boolean",
6173
- "markdownDescription": "**⚠️ DEPRECATED:** This key is deprecated. Use `preview_resize` instead."
6168
+ "type": "boolean"
6174
6169
  },
6175
6170
  "prevent_resize": {
6176
6171
  "description": "Hides the resize handler to vertically resize the input.",
@@ -6185,6 +6180,7 @@
6185
6180
  }
6186
6181
  },
6187
6182
  "additionalProperties": false,
6183
+ "description": "Options that are specific to Rich Text Inputs.",
6188
6184
  "markdownDescription": "Options that are specific to Rich Text Inputs."
6189
6185
  }
6190
6186
  },
@@ -6192,6 +6188,8 @@
6192
6188
  "type"
6193
6189
  ],
6194
6190
  "additionalProperties": false,
6191
+ "title": "Rich Text Input",
6192
+ "description": "Provides an editing interface for HTML markup content.",
6195
6193
  "markdownDescription": "Provides an editing interface for HTML markup content."
6196
6194
  },
6197
6195
  "type._inputs.*.options.mime_type": {
@@ -6268,8 +6266,8 @@
6268
6266
  "type": "object",
6269
6267
  "properties": {
6270
6268
  "size": {
6271
- "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).",
6272
6269
  "type": "string",
6270
+ "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).",
6273
6271
  "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)."
6274
6272
  },
6275
6273
  "target": {
@@ -6286,7 +6284,6 @@
6286
6284
  "markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting existing files."
6287
6285
  },
6288
6286
  "type.paths": {
6289
- "title": "Paths",
6290
6287
  "type": "object",
6291
6288
  "properties": {
6292
6289
  "static": {
@@ -6311,7 +6308,8 @@
6311
6308
  "$ref": "#/definitions/paths.uploads_use_relative_path"
6312
6309
  }
6313
6310
  },
6314
- "additionalProperties": false
6311
+ "additionalProperties": false,
6312
+ "title": "Paths"
6315
6313
  },
6316
6314
  "type._editables.*.bold": {
6317
6315
  "description": "Enables a control to set selected text to bold.",
@@ -6511,8 +6509,6 @@
6511
6509
  "markdownDescription": "Enables a control to join the selected block with the block below it."
6512
6510
  },
6513
6511
  "DateInput": {
6514
- "title": "Date Input",
6515
- "description": "Provides an editing interface for date and/or time values.",
6516
6512
  "type": "object",
6517
6513
  "properties": {
6518
6514
  "comment": {
@@ -6553,17 +6549,16 @@
6553
6549
  "$ref": "#/definitions/type._inputs.*.cascade"
6554
6550
  },
6555
6551
  "type": {
6556
- "title": "Type",
6557
- "description": "Sets an input type, which controls how this input appears and behaves.",
6558
6552
  "type": "string",
6559
6553
  "enum": [
6560
6554
  "date",
6561
6555
  "datetime"
6562
6556
  ],
6557
+ "title": "Type",
6558
+ "description": "Sets an input type, which controls how this input appears and behaves.",
6563
6559
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
6564
6560
  },
6565
6561
  "options": {
6566
- "description": "Options that are specific to Date Inputs.",
6567
6562
  "type": "object",
6568
6563
  "properties": {
6569
6564
  "required": {
@@ -6592,10 +6587,10 @@
6592
6587
  "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.",
6593
6588
  "anyOf": [
6594
6589
  {
6595
- "title": "ISO8601 String",
6596
6590
  "type": "string",
6597
6591
  "format": "date-time",
6598
- "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)))$"
6592
+ "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)))$",
6593
+ "title": "ISO8601 String"
6599
6594
  },
6600
6595
  {
6601
6596
  "title": "Date"
@@ -6612,10 +6607,10 @@
6612
6607
  "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.",
6613
6608
  "anyOf": [
6614
6609
  {
6615
- "title": "ISO8601 String",
6616
6610
  "type": "string",
6617
6611
  "format": "date-time",
6618
- "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)))$"
6612
+ "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)))$",
6613
+ "title": "ISO8601 String"
6619
6614
  },
6620
6615
  {
6621
6616
  "title": "Date"
@@ -6630,6 +6625,7 @@
6630
6625
  }
6631
6626
  },
6632
6627
  "additionalProperties": false,
6628
+ "description": "Options that are specific to Date Inputs.",
6633
6629
  "markdownDescription": "Options that are specific to Date Inputs."
6634
6630
  }
6635
6631
  },
@@ -6637,10 +6633,11 @@
6637
6633
  "type"
6638
6634
  ],
6639
6635
  "additionalProperties": false,
6636
+ "title": "Date Input",
6637
+ "description": "Provides an editing interface for date and/or time values.",
6640
6638
  "markdownDescription": "Provides an editing interface for date and/or time values."
6641
6639
  },
6642
6640
  "type.timezone": {
6643
- "title": "Timezone",
6644
6641
  "type": "string",
6645
6642
  "enum": [
6646
6643
  "Africa/Abidjan",
@@ -7238,11 +7235,10 @@
7238
7235
  "W-SU",
7239
7236
  "WET",
7240
7237
  "Zulu"
7241
- ]
7238
+ ],
7239
+ "title": "Timezone"
7242
7240
  },
7243
7241
  "TimeInput": {
7244
- "title": "Time Input",
7245
- "description": "Provides an editing interface for time values only.",
7246
7242
  "type": "object",
7247
7243
  "properties": {
7248
7244
  "comment": {
@@ -7283,14 +7279,13 @@
7283
7279
  "$ref": "#/definitions/type._inputs.*.cascade"
7284
7280
  },
7285
7281
  "type": {
7286
- "title": "Type",
7287
- "description": "Sets an input type, which controls how this input appears and behaves.",
7288
7282
  "type": "string",
7289
7283
  "const": "time",
7284
+ "title": "Type",
7285
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7290
7286
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7291
7287
  },
7292
7288
  "options": {
7293
- "description": "Options that are specific to Time Inputs.",
7294
7289
  "type": "object",
7295
7290
  "properties": {
7296
7291
  "required": {
@@ -7308,6 +7303,7 @@
7308
7303
  }
7309
7304
  },
7310
7305
  "additionalProperties": false,
7306
+ "description": "Options that are specific to Time Inputs.",
7311
7307
  "markdownDescription": "Options that are specific to Time Inputs."
7312
7308
  }
7313
7309
  },
@@ -7315,11 +7311,11 @@
7315
7311
  "type"
7316
7312
  ],
7317
7313
  "additionalProperties": false,
7314
+ "title": "Time Input",
7315
+ "description": "Provides an editing interface for time values only.",
7318
7316
  "markdownDescription": "Provides an editing interface for time values only."
7319
7317
  },
7320
7318
  "FileInput": {
7321
- "title": "File Input",
7322
- "description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
7323
7319
  "type": "object",
7324
7320
  "properties": {
7325
7321
  "comment": {
@@ -7360,18 +7356,17 @@
7360
7356
  "$ref": "#/definitions/type._inputs.*.cascade"
7361
7357
  },
7362
7358
  "type": {
7363
- "title": "Type",
7364
- "description": "Sets an input type, which controls how this input appears and behaves.",
7365
7359
  "type": "string",
7366
7360
  "enum": [
7367
7361
  "file",
7368
7362
  "document",
7369
7363
  "image"
7370
7364
  ],
7365
+ "title": "Type",
7366
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7371
7367
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7372
7368
  },
7373
7369
  "options": {
7374
- "description": "Options that are specific to File Inputs.",
7375
7370
  "type": "object",
7376
7371
  "properties": {
7377
7372
  "mime_type": {
@@ -7489,6 +7484,7 @@
7489
7484
  }
7490
7485
  },
7491
7486
  "additionalProperties": false,
7487
+ "description": "Options that are specific to File Inputs.",
7492
7488
  "markdownDescription": "Options that are specific to File Inputs."
7493
7489
  }
7494
7490
  },
@@ -7496,28 +7492,28 @@
7496
7492
  "type"
7497
7493
  ],
7498
7494
  "additionalProperties": false,
7495
+ "title": "File Input",
7496
+ "description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
7499
7497
  "markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
7500
7498
  },
7501
7499
  "type._inputs.*.options.accepts_mime_types": {
7502
7500
  "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.",
7503
7501
  "anyOf": [
7504
7502
  {
7505
- "title": "Comma Separated",
7506
- "type": "string"
7503
+ "type": "string",
7504
+ "title": "Comma Separated"
7507
7505
  },
7508
7506
  {
7509
- "title": "Array",
7510
7507
  "type": "array",
7511
7508
  "items": {
7512
7509
  "$ref": "#/definitions/MimeType"
7513
- }
7510
+ },
7511
+ "title": "Array"
7514
7512
  }
7515
7513
  ],
7516
7514
  "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."
7517
7515
  },
7518
7516
  "MimeType": {
7519
- "title": "Mime Type",
7520
- "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7521
7517
  "type": "string",
7522
7518
  "enum": [
7523
7519
  "x-world/x-3dmf",
@@ -7954,6 +7950,8 @@
7954
7950
  "multipart/x-zip",
7955
7951
  "text/x-script.zsh"
7956
7952
  ],
7953
+ "title": "Mime Type",
7954
+ "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7957
7955
  "markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
7958
7956
  },
7959
7957
  "type._inputs.*.options.max_file_size": {
@@ -7985,8 +7983,6 @@
7985
7983
  "markdownDescription": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window."
7986
7984
  },
7987
7985
  "UrlInput": {
7988
- "title": "URL Input",
7989
- "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
7990
7986
  "type": "object",
7991
7987
  "properties": {
7992
7988
  "comment": {
@@ -8027,14 +8023,13 @@
8027
8023
  "$ref": "#/definitions/type._inputs.*.cascade"
8028
8024
  },
8029
8025
  "type": {
8030
- "title": "Type",
8031
- "description": "Sets an input type, which controls how this input appears and behaves.",
8032
8026
  "type": "string",
8033
8027
  "const": "url",
8028
+ "title": "Type",
8029
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8034
8030
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8035
8031
  },
8036
8032
  "options": {
8037
- "description": "Options that are specific to URL Inputs.",
8038
8033
  "type": "object",
8039
8034
  "properties": {
8040
8035
  "mime_type": {
@@ -8176,6 +8171,7 @@
8176
8171
  }
8177
8172
  },
8178
8173
  "additionalProperties": false,
8174
+ "description": "Options that are specific to URL Inputs.",
8179
8175
  "markdownDescription": "Options that are specific to URL Inputs."
8180
8176
  }
8181
8177
  },
@@ -8183,11 +8179,11 @@
8183
8179
  "type"
8184
8180
  ],
8185
8181
  "additionalProperties": false,
8182
+ "title": "URL Input",
8183
+ "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
8186
8184
  "markdownDescription": "Provides an editing interface for relative, absolute, and fully qualified URLs."
8187
8185
  },
8188
8186
  "SelectInput": {
8189
- "title": "Select Input",
8190
- "description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
8191
8187
  "type": "object",
8192
8188
  "properties": {
8193
8189
  "comment": {
@@ -8228,14 +8224,13 @@
8228
8224
  "$ref": "#/definitions/type._inputs.*.cascade"
8229
8225
  },
8230
8226
  "type": {
8231
- "title": "Type",
8232
- "description": "Sets an input type, which controls how this input appears and behaves.",
8233
8227
  "type": "string",
8234
8228
  "const": "select",
8229
+ "title": "Type",
8230
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8235
8231
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8236
8232
  },
8237
8233
  "options": {
8238
- "description": "Options that are specific to Select Inputs.",
8239
8234
  "type": "object",
8240
8235
  "properties": {
8241
8236
  "required": {
@@ -8333,6 +8328,7 @@
8333
8328
  }
8334
8329
  },
8335
8330
  "additionalProperties": false,
8331
+ "description": "Options that are specific to Select Inputs.",
8336
8332
  "markdownDescription": "Options that are specific to Select Inputs."
8337
8333
  }
8338
8334
  },
@@ -8340,11 +8336,11 @@
8340
8336
  "type"
8341
8337
  ],
8342
8338
  "additionalProperties": false,
8339
+ "title": "Select Input",
8340
+ "description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
8343
8341
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
8344
8342
  },
8345
8343
  "type.preview": {
8346
- "id": "type.preview",
8347
- "title": "Preview",
8348
8344
  "type": "object",
8349
8345
  "properties": {
8350
8346
  "text": {
@@ -8375,7 +8371,8 @@
8375
8371
  "$ref": "#/definitions/type.preview.gallery"
8376
8372
  }
8377
8373
  },
8378
- "additionalProperties": false
8374
+ "additionalProperties": false,
8375
+ "title": "Preview"
8379
8376
  },
8380
8377
  "type.preview.text": {
8381
8378
  "allOf": [
@@ -8520,33 +8517,31 @@
8520
8517
  "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).",
8521
8518
  "anyOf": [
8522
8519
  {
8520
+ "type": "string",
8523
8521
  "title": "Dataset Reference",
8524
8522
  "description": "Reference to a dataset.",
8525
- "type": "string",
8526
8523
  "markdownDescription": "Reference to a dataset."
8527
8524
  },
8528
8525
  {
8529
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8530
8526
  "anyOf": [
8531
8527
  {
8532
- "title": "Text Array",
8533
8528
  "type": "array",
8534
8529
  "items": {
8535
8530
  "type": "string"
8536
- }
8531
+ },
8532
+ "title": "Text Array"
8537
8533
  },
8538
8534
  {
8539
- "title": "Text Object",
8540
8535
  "type": "object",
8541
8536
  "propertyNames": {
8542
8537
  "type": "string"
8543
8538
  },
8544
8539
  "additionalProperties": {
8545
8540
  "type": "string"
8546
- }
8541
+ },
8542
+ "title": "Text Object"
8547
8543
  },
8548
8544
  {
8549
- "title": "Object Array",
8550
8545
  "type": "array",
8551
8546
  "items": {
8552
8547
  "type": "object",
@@ -8554,17 +8549,19 @@
8554
8549
  "type": "string"
8555
8550
  },
8556
8551
  "additionalProperties": {}
8557
- }
8552
+ },
8553
+ "title": "Object Array"
8558
8554
  },
8559
8555
  {
8560
- "title": "Object",
8561
8556
  "type": "object",
8562
8557
  "propertyNames": {
8563
8558
  "type": "string"
8564
8559
  },
8565
- "additionalProperties": {}
8560
+ "additionalProperties": {},
8561
+ "title": "Object"
8566
8562
  }
8567
8563
  ],
8564
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8568
8565
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
8569
8566
  }
8570
8567
  ],
@@ -8598,8 +8595,6 @@
8598
8595
  "markdownDescription": "Controls how selectable options are rendered."
8599
8596
  },
8600
8597
  "MultiselectInput": {
8601
- "title": "Multiselect Input",
8602
- "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8603
8598
  "type": "object",
8604
8599
  "properties": {
8605
8600
  "comment": {
@@ -8640,14 +8635,13 @@
8640
8635
  "$ref": "#/definitions/type._inputs.*.cascade"
8641
8636
  },
8642
8637
  "type": {
8643
- "title": "Type",
8644
- "description": "Sets an input type, which controls how this input appears and behaves.",
8645
8638
  "type": "string",
8646
8639
  "const": "multiselect",
8640
+ "title": "Type",
8641
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8647
8642
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8648
8643
  },
8649
8644
  "options": {
8650
- "description": "Options that are specific to Multiselect Inputs.",
8651
8645
  "type": "object",
8652
8646
  "properties": {
8653
8647
  "required": {
@@ -8715,6 +8709,7 @@
8715
8709
  }
8716
8710
  },
8717
8711
  "additionalProperties": false,
8712
+ "description": "Options that are specific to Multiselect Inputs.",
8718
8713
  "markdownDescription": "Options that are specific to Multiselect Inputs."
8719
8714
  }
8720
8715
  },
@@ -8722,6 +8717,8 @@
8722
8717
  "type"
8723
8718
  ],
8724
8719
  "additionalProperties": false,
8720
+ "title": "Multiselect Input",
8721
+ "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8725
8722
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
8726
8723
  },
8727
8724
  "type._inputs.*.options.max_items": {
@@ -8755,8 +8752,8 @@
8755
8752
  "markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
8756
8753
  },
8757
8754
  "type._inputs.*.options.empty_type(array)": {
8758
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8759
8755
  "default": "null",
8756
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8760
8757
  "type": "string",
8761
8758
  "enum": [
8762
8759
  "null",
@@ -8765,8 +8762,6 @@
8765
8762
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8766
8763
  },
8767
8764
  "ChoiceInput": {
8768
- "title": "Choice Input",
8769
- "description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
8770
8765
  "type": "object",
8771
8766
  "properties": {
8772
8767
  "comment": {
@@ -8807,14 +8802,13 @@
8807
8802
  "$ref": "#/definitions/type._inputs.*.cascade"
8808
8803
  },
8809
8804
  "type": {
8810
- "title": "Type",
8811
- "description": "Sets an input type, which controls how this input appears and behaves.",
8812
8805
  "type": "string",
8813
8806
  "const": "choice",
8807
+ "title": "Type",
8808
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8814
8809
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8815
8810
  },
8816
8811
  "options": {
8817
- "description": "Options that are specific to Choice Inputs.",
8818
8812
  "type": "object",
8819
8813
  "properties": {
8820
8814
  "required": {
@@ -8909,6 +8903,7 @@
8909
8903
  }
8910
8904
  },
8911
8905
  "additionalProperties": false,
8906
+ "description": "Options that are specific to Choice Inputs.",
8912
8907
  "markdownDescription": "Options that are specific to Choice Inputs."
8913
8908
  }
8914
8909
  },
@@ -8916,11 +8911,11 @@
8916
8911
  "type"
8917
8912
  ],
8918
8913
  "additionalProperties": false,
8914
+ "title": "Choice Input",
8915
+ "description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
8919
8916
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value."
8920
8917
  },
8921
8918
  "MultichoiceInput": {
8922
- "title": "Multichoice Input",
8923
- "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
8924
8919
  "type": "object",
8925
8920
  "properties": {
8926
8921
  "comment": {
@@ -8961,14 +8956,13 @@
8961
8956
  "$ref": "#/definitions/type._inputs.*.cascade"
8962
8957
  },
8963
8958
  "type": {
8964
- "title": "Type",
8965
- "description": "Sets an input type, which controls how this input appears and behaves.",
8966
8959
  "type": "string",
8967
8960
  "const": "multichoice",
8961
+ "title": "Type",
8962
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8968
8963
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8969
8964
  },
8970
8965
  "options": {
8971
- "description": "Options that are specific to Multichoice Inputs.",
8972
8966
  "type": "object",
8973
8967
  "properties": {
8974
8968
  "required": {
@@ -9033,6 +9027,7 @@
9033
9027
  }
9034
9028
  },
9035
9029
  "additionalProperties": false,
9030
+ "description": "Options that are specific to Multichoice Inputs.",
9036
9031
  "markdownDescription": "Options that are specific to Multichoice Inputs."
9037
9032
  }
9038
9033
  },
@@ -9040,11 +9035,11 @@
9040
9035
  "type"
9041
9036
  ],
9042
9037
  "additionalProperties": false,
9038
+ "title": "Multichoice Input",
9039
+ "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
9043
9040
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values."
9044
9041
  },
9045
9042
  "ObjectInput": {
9046
- "title": "Object Input",
9047
- "description": "Provides a user interface for a group of inputs.",
9048
9043
  "type": "object",
9049
9044
  "properties": {
9050
9045
  "comment": {
@@ -9085,14 +9080,13 @@
9085
9080
  "$ref": "#/definitions/type._inputs.*.cascade"
9086
9081
  },
9087
9082
  "type": {
9088
- "title": "Type",
9089
- "description": "Sets an input type, which controls how this input appears and behaves.",
9090
9083
  "type": "string",
9091
9084
  "const": "object",
9085
+ "title": "Type",
9086
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9092
9087
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9093
9088
  },
9094
9089
  "options": {
9095
- "description": "Options that are specific to Object Inputs.",
9096
9090
  "type": "object",
9097
9091
  "properties": {
9098
9092
  "required": {
@@ -9259,6 +9253,7 @@
9259
9253
  }
9260
9254
  },
9261
9255
  "additionalProperties": false,
9256
+ "description": "Options that are specific to Object Inputs.",
9262
9257
  "markdownDescription": "Options that are specific to Object Inputs."
9263
9258
  }
9264
9259
  },
@@ -9266,11 +9261,13 @@
9266
9261
  "type"
9267
9262
  ],
9268
9263
  "additionalProperties": false,
9264
+ "title": "Object Input",
9265
+ "description": "Provides a user interface for a group of inputs.",
9269
9266
  "markdownDescription": "Provides a user interface for a group of inputs."
9270
9267
  },
9271
9268
  "type._inputs.*.options.empty_type(object)": {
9272
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
9273
9269
  "default": "null",
9270
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
9274
9271
  "type": "string",
9275
9272
  "enum": [
9276
9273
  "null",
@@ -9279,14 +9276,12 @@
9279
9276
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
9280
9277
  },
9281
9278
  "type.structure-reference": {
9279
+ "type": "string",
9282
9280
  "title": "Structure Reference",
9283
9281
  "description": "A reference to an existing structure.",
9284
- "type": "string",
9285
9282
  "markdownDescription": "A reference to an existing structure."
9286
9283
  },
9287
9284
  "type.structure": {
9288
- "title": "Structure",
9289
- "description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
9290
9285
  "type": "object",
9291
9286
  "properties": {
9292
9287
  "reorder_inputs": {
@@ -9314,11 +9309,11 @@
9314
9309
  "markdownDescription": "If checked, extra inputs are removed when editing. Defaults to true."
9315
9310
  },
9316
9311
  "values": {
9317
- "description": "Defines what values are available to add when using this structure.",
9318
9312
  "type": "array",
9319
9313
  "items": {
9320
9314
  "$ref": "#/definitions/type.structure.values.[*]"
9321
9315
  },
9316
+ "description": "Defines what values are available to add when using this structure.",
9322
9317
  "markdownDescription": "Defines what values are available to add when using this structure."
9323
9318
  },
9324
9319
  "values_from_glob": {
@@ -9348,11 +9343,11 @@
9348
9343
  "values"
9349
9344
  ],
9350
9345
  "additionalProperties": false,
9346
+ "title": "Structure",
9347
+ "description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
9351
9348
  "markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
9352
9349
  },
9353
9350
  "type.structure.values.[*]": {
9354
- "title": "Structure Value",
9355
- "description": "A single value option within a structure, defining the data format and appearance for content editors.",
9356
9351
  "type": "object",
9357
9352
  "properties": {
9358
9353
  "reorder_inputs": {
@@ -9545,6 +9540,8 @@
9545
9540
  "value"
9546
9541
  ],
9547
9542
  "additionalProperties": false,
9543
+ "title": "Structure Value",
9544
+ "description": "A single value option within a structure, defining the data format and appearance for content editors.",
9548
9545
  "markdownDescription": "A single value option within a structure, defining the data format and appearance for content editors."
9549
9546
  },
9550
9547
  "type._inputs_from_glob": {
@@ -9554,34 +9551,30 @@
9554
9551
  }
9555
9552
  },
9556
9553
  "type._select_data": {
9557
- "title": "Select Data",
9558
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9559
9554
  "type": "object",
9560
9555
  "propertyNames": {
9561
9556
  "type": "string"
9562
9557
  },
9563
9558
  "additionalProperties": {
9564
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9565
9559
  "anyOf": [
9566
9560
  {
9567
- "title": "Text Array",
9568
9561
  "type": "array",
9569
9562
  "items": {
9570
9563
  "type": "string"
9571
- }
9564
+ },
9565
+ "title": "Text Array"
9572
9566
  },
9573
9567
  {
9574
- "title": "Text Object",
9575
9568
  "type": "object",
9576
9569
  "propertyNames": {
9577
9570
  "type": "string"
9578
9571
  },
9579
9572
  "additionalProperties": {
9580
9573
  "type": "string"
9581
- }
9574
+ },
9575
+ "title": "Text Object"
9582
9576
  },
9583
9577
  {
9584
- "title": "Object Array",
9585
9578
  "type": "array",
9586
9579
  "items": {
9587
9580
  "type": "object",
@@ -9589,24 +9582,26 @@
9589
9582
  "type": "string"
9590
9583
  },
9591
9584
  "additionalProperties": {}
9592
- }
9585
+ },
9586
+ "title": "Object Array"
9593
9587
  },
9594
9588
  {
9595
- "title": "Object",
9596
9589
  "type": "object",
9597
9590
  "propertyNames": {
9598
9591
  "type": "string"
9599
9592
  },
9600
- "additionalProperties": {}
9593
+ "additionalProperties": {},
9594
+ "title": "Object"
9601
9595
  }
9602
9596
  ],
9597
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9603
9598
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
9604
9599
  },
9600
+ "title": "Select Data",
9601
+ "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9605
9602
  "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs."
9606
9603
  },
9607
9604
  "type._structures": {
9608
- "title": "Structures",
9609
- "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.",
9610
9605
  "type": "object",
9611
9606
  "propertyNames": {
9612
9607
  "type": "string"
@@ -9614,6 +9609,8 @@
9614
9609
  "additionalProperties": {
9615
9610
  "$ref": "#/definitions/type.structure"
9616
9611
  },
9612
+ "title": "Structures",
9613
+ "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.",
9617
9614
  "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."
9618
9615
  },
9619
9616
  "type._structures_from_glob": {
@@ -9628,8 +9625,6 @@
9628
9625
  "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."
9629
9626
  },
9630
9627
  "ArrayInput": {
9631
- "title": "Array Input",
9632
- "description": "Provides a user interface for lists of inputs or input groups.",
9633
9628
  "type": "object",
9634
9629
  "properties": {
9635
9630
  "comment": {
@@ -9670,14 +9665,13 @@
9670
9665
  "$ref": "#/definitions/type._inputs.*.cascade"
9671
9666
  },
9672
9667
  "type": {
9673
- "title": "Type",
9674
- "description": "Sets an input type, which controls how this input appears and behaves.",
9675
9668
  "type": "string",
9676
9669
  "const": "array",
9670
+ "title": "Type",
9671
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9677
9672
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9678
9673
  },
9679
9674
  "options": {
9680
- "description": "Options that are specific to Array Inputs.",
9681
9675
  "type": "object",
9682
9676
  "properties": {
9683
9677
  "required": {
@@ -9734,6 +9728,7 @@
9734
9728
  }
9735
9729
  },
9736
9730
  "additionalProperties": false,
9731
+ "description": "Options that are specific to Array Inputs.",
9737
9732
  "markdownDescription": "Options that are specific to Array Inputs."
9738
9733
  }
9739
9734
  },
@@ -9741,6 +9736,8 @@
9741
9736
  "type"
9742
9737
  ],
9743
9738
  "additionalProperties": false,
9739
+ "title": "Array Input",
9740
+ "description": "Provides a user interface for lists of inputs or input groups.",
9744
9741
  "markdownDescription": "Provides a user interface for lists of inputs or input groups."
9745
9742
  },
9746
9743
  "ArrayInput.disable_add": {
@@ -9762,9 +9759,6 @@
9762
9759
  "markdownDescription": "Hides the controls on each item for moving them."
9763
9760
  },
9764
9761
  "AutoInput": {
9765
- "title": "Automatic Input",
9766
- "description": "Provides a default user interface based on the data contained.",
9767
- "excludeFromDocumentation": true,
9768
9762
  "type": "object",
9769
9763
  "properties": {
9770
9764
  "comment": {
@@ -9805,10 +9799,10 @@
9805
9799
  "$ref": "#/definitions/type._inputs.*.cascade"
9806
9800
  },
9807
9801
  "type": {
9808
- "title": "Type",
9809
- "description": "Sets an input type, which controls how this input appears and behaves.",
9810
9802
  "type": "string",
9811
9803
  "const": "auto",
9804
+ "title": "Type",
9805
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9812
9806
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9813
9807
  },
9814
9808
  "options": {
@@ -9820,12 +9814,12 @@
9820
9814
  "type"
9821
9815
  ],
9822
9816
  "additionalProperties": false,
9817
+ "title": "Automatic Input",
9818
+ "description": "Provides a default user interface based on the data contained.",
9819
+ "excludeFromDocumentation": true,
9823
9820
  "markdownDescription": "Provides a default user interface based on the data contained."
9824
9821
  },
9825
9822
  "UnknownInput": {
9826
- "title": "Unknown Input",
9827
- "description": "Provides a default user interface based on the data contained.",
9828
- "excludeFromDocumentation": true,
9829
9823
  "type": "object",
9830
9824
  "properties": {
9831
9825
  "comment": {
@@ -9871,6 +9865,9 @@
9871
9865
  }
9872
9866
  },
9873
9867
  "additionalProperties": false,
9868
+ "title": "Unknown Input",
9869
+ "description": "Provides a default user interface based on the data contained.",
9870
+ "excludeFromDocumentation": true,
9874
9871
  "markdownDescription": "Provides a default user interface based on the data contained."
9875
9872
  },
9876
9873
  "type._enabled_editors": {
@@ -10318,7 +10315,6 @@
10318
10315
  }
10319
10316
  },
10320
10317
  "parser": {
10321
- "description": "Overrides the format files are read. Detected automatically from file extension if unset.",
10322
10318
  "type": "string",
10323
10319
  "enum": [
10324
10320
  "csv",
@@ -10328,10 +10324,10 @@
10328
10324
  "toml",
10329
10325
  "yaml"
10330
10326
  ],
10327
+ "description": "Overrides the format files are read. Detected automatically from file extension if unset.",
10331
10328
  "markdownDescription": "Overrides the format files are read. Detected automatically from file extension if unset."
10332
10329
  },
10333
10330
  "filter": {
10334
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
10335
10331
  "anyOf": [
10336
10332
  {
10337
10333
  "type": "object",
@@ -10374,16 +10370,17 @@
10374
10370
  ]
10375
10371
  }
10376
10372
  ],
10373
+ "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
10377
10374
  "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection."
10378
10375
  },
10379
10376
  "singular_key": {
10380
- "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
10381
10377
  "type": "string",
10378
+ "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
10382
10379
  "markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs."
10383
10380
  },
10384
10381
  "output": {
10385
- "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10386
10382
  "type": "boolean",
10383
+ "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10387
10384
  "markdownDescription": "Specifies whether this collection's source files build to output files. Defaults to false."
10388
10385
  },
10389
10386
  "collection_groups": {
@@ -10394,20 +10391,19 @@
10394
10391
  }
10395
10392
  },
10396
10393
  "CollectionGroup": {
10397
- "title": "Collection Group",
10398
10394
  "type": "object",
10399
10395
  "properties": {
10400
10396
  "heading": {
10401
- "description": "Short, descriptive label for this group of Collections.",
10402
10397
  "type": "string",
10398
+ "description": "Short, descriptive label for this group of Collections.",
10403
10399
  "markdownDescription": "Short, descriptive label for this group of Collections."
10404
10400
  },
10405
10401
  "collections": {
10406
- "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10407
10402
  "type": "array",
10408
10403
  "items": {
10409
10404
  "type": "string"
10410
10405
  },
10406
+ "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10411
10407
  "markdownDescription": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`."
10412
10408
  }
10413
10409
  },
@@ -10415,7 +10411,8 @@
10415
10411
  "heading",
10416
10412
  "collections"
10417
10413
  ],
10418
- "additionalProperties": false
10414
+ "additionalProperties": false,
10415
+ "title": "Collection Group"
10419
10416
  },
10420
10417
  "base_url": {
10421
10418
  "type": "string"
@@ -10430,20 +10427,20 @@
10430
10427
  "type": "object",
10431
10428
  "properties": {
10432
10429
  "glob": {
10433
- "description": "The glob pattern(s) targeting a path to one or more files.",
10434
10430
  "anyOf": [
10435
10431
  {
10436
- "title": "Glob Array",
10437
10432
  "type": "array",
10438
10433
  "items": {
10439
10434
  "type": "string"
10440
- }
10435
+ },
10436
+ "title": "Glob Array"
10441
10437
  },
10442
10438
  {
10443
- "title": "Glob",
10444
- "type": "string"
10439
+ "type": "string",
10440
+ "title": "Glob"
10445
10441
  }
10446
10442
  ],
10443
+ "description": "The glob pattern(s) targeting a path to one or more files.",
10447
10444
  "markdownDescription": "The glob pattern(s) targeting a path to one or more files."
10448
10445
  },
10449
10446
  "_inputs": {
@@ -10545,8 +10542,6 @@
10545
10542
  "commit_templates": {
10546
10543
  "type": "array",
10547
10544
  "items": {
10548
- "title": "Commit Template",
10549
- "description": "A template for commit messages when saving changes.",
10550
10545
  "type": "object",
10551
10546
  "properties": {
10552
10547
  "label": {
@@ -10589,6 +10584,8 @@
10589
10584
  }
10590
10585
  },
10591
10586
  "additionalProperties": false,
10587
+ "title": "Commit Template",
10588
+ "description": "A template for commit messages when saving changes.",
10592
10589
  "markdownDescription": "A template for commit messages when saving changes."
10593
10590
  }
10594
10591
  },
@@ -10596,8 +10593,6 @@
10596
10593
  "type": "string"
10597
10594
  },
10598
10595
  "markdown": {
10599
- "title": "Markdown Settings",
10600
- "description": "Configuration for Markdown processing engines and formatting options.",
10601
10596
  "type": "object",
10602
10597
  "properties": {
10603
10598
  "engine": {
@@ -10724,7 +10719,6 @@
10724
10719
  },
10725
10720
  "attribute_elements": {
10726
10721
  "description": "Define positioning behavior of Markdown attributes for different elements.",
10727
- "title": "Markdown Attribute Element Options",
10728
10722
  "type": "object",
10729
10723
  "properties": {
10730
10724
  "inline": {
@@ -10745,6 +10739,7 @@
10745
10739
  "additionalProperties": {
10746
10740
  "$ref": "#/definitions/AttributeListPosition"
10747
10741
  },
10742
+ "title": "Markdown Attribute Element Options",
10748
10743
  "markdownDescription": "Define positioning behavior of Markdown attributes for different elements."
10749
10744
  }
10750
10745
  },
@@ -10752,11 +10747,11 @@
10752
10747
  }
10753
10748
  },
10754
10749
  "additionalProperties": false,
10750
+ "title": "Markdown Settings",
10751
+ "description": "Configuration for Markdown processing engines and formatting options.",
10755
10752
  "markdownDescription": "Configuration for Markdown processing engines and formatting options."
10756
10753
  },
10757
10754
  "AttributeListPosition": {
10758
- "title": "Attribute List Position",
10759
- "description": "Positioning options for Markdown attribute elements.",
10760
10755
  "type": "string",
10761
10756
  "enum": [
10762
10757
  "none",
@@ -10766,6 +10761,8 @@
10766
10761
  "newline below",
10767
10762
  "right-of-prefix"
10768
10763
  ],
10764
+ "title": "Attribute List Position",
10765
+ "description": "Positioning options for Markdown attribute elements.",
10769
10766
  "markdownDescription": "Positioning options for Markdown attribute elements."
10770
10767
  },
10771
10768
  "type._snippets": {
@@ -10781,8 +10778,6 @@
10781
10778
  "markdownDescription": "Configuration for custom snippets."
10782
10779
  },
10783
10780
  "type.snippet": {
10784
- "title": "Snippet",
10785
- "description": "A snippet configuration.",
10786
10781
  "type": "object",
10787
10782
  "properties": {
10788
10783
  "_inputs": {
@@ -10887,7 +10882,6 @@
10887
10882
  "additionalProperties": {
10888
10883
  "anyOf": [
10889
10884
  {
10890
- "title": "Argument List Parser Config",
10891
10885
  "type": "object",
10892
10886
  "properties": {
10893
10887
  "parser": {
@@ -10914,10 +10908,10 @@
10914
10908
  "parser",
10915
10909
  "options"
10916
10910
  ],
10917
- "additionalProperties": false
10911
+ "additionalProperties": false,
10912
+ "title": "Argument List Parser Config"
10918
10913
  },
10919
10914
  {
10920
- "title": "Argument Parser Config",
10921
10915
  "type": "object",
10922
10916
  "properties": {
10923
10917
  "parser": {
@@ -10941,10 +10935,10 @@
10941
10935
  "parser",
10942
10936
  "options"
10943
10937
  ],
10944
- "additionalProperties": false
10938
+ "additionalProperties": false,
10939
+ "title": "Argument Parser Config"
10945
10940
  },
10946
10941
  {
10947
- "title": "Content Parser Config",
10948
10942
  "type": "object",
10949
10943
  "properties": {
10950
10944
  "parser": {
@@ -11011,10 +11005,10 @@
11011
11005
  "parser",
11012
11006
  "options"
11013
11007
  ],
11014
- "additionalProperties": false
11008
+ "additionalProperties": false,
11009
+ "title": "Content Parser Config"
11015
11010
  },
11016
11011
  {
11017
- "title": "Key Value List Parser Config",
11018
11012
  "type": "object",
11019
11013
  "properties": {
11020
11014
  "parser": {
@@ -11046,10 +11040,10 @@
11046
11040
  "required": [
11047
11041
  "parser"
11048
11042
  ],
11049
- "additionalProperties": false
11043
+ "additionalProperties": false,
11044
+ "title": "Key Value List Parser Config"
11050
11045
  },
11051
11046
  {
11052
- "title": "Literal Parser Config",
11053
11047
  "type": "object",
11054
11048
  "properties": {
11055
11049
  "parser": {
@@ -11085,10 +11079,10 @@
11085
11079
  "parser",
11086
11080
  "options"
11087
11081
  ],
11088
- "additionalProperties": false
11082
+ "additionalProperties": false,
11083
+ "title": "Literal Parser Config"
11089
11084
  },
11090
11085
  {
11091
- "title": "Optional Parser Config",
11092
11086
  "type": "object",
11093
11087
  "properties": {
11094
11088
  "parser": {
@@ -11115,10 +11109,10 @@
11115
11109
  "parser",
11116
11110
  "options"
11117
11111
  ],
11118
- "additionalProperties": false
11112
+ "additionalProperties": false,
11113
+ "title": "Optional Parser Config"
11119
11114
  },
11120
11115
  {
11121
- "title": "Repeating Literal Parser Config",
11122
11116
  "type": "object",
11123
11117
  "properties": {
11124
11118
  "parser": {
@@ -11151,10 +11145,10 @@
11151
11145
  "parser",
11152
11146
  "options"
11153
11147
  ],
11154
- "additionalProperties": false
11148
+ "additionalProperties": false,
11149
+ "title": "Repeating Literal Parser Config"
11155
11150
  },
11156
11151
  {
11157
- "title": "Repeating Parser Config",
11158
11152
  "type": "object",
11159
11153
  "properties": {
11160
11154
  "parser": {
@@ -11193,10 +11187,10 @@
11193
11187
  "parser",
11194
11188
  "options"
11195
11189
  ],
11196
- "additionalProperties": false
11190
+ "additionalProperties": false,
11191
+ "title": "Repeating Parser Config"
11197
11192
  },
11198
11193
  {
11199
- "title": "Wrapper Parser Config",
11200
11194
  "type": "object",
11201
11195
  "properties": {
11202
11196
  "parser": {
@@ -11226,7 +11220,8 @@
11226
11220
  "parser",
11227
11221
  "options"
11228
11222
  ],
11229
- "additionalProperties": false
11223
+ "additionalProperties": false,
11224
+ "title": "Wrapper Parser Config"
11230
11225
  }
11231
11226
  ]
11232
11227
  },
@@ -11234,6 +11229,8 @@
11234
11229
  }
11235
11230
  },
11236
11231
  "additionalProperties": false,
11232
+ "title": "Snippet",
11233
+ "description": "A snippet configuration.",
11237
11234
  "markdownDescription": "A snippet configuration."
11238
11235
  },
11239
11236
  "SnippetAlternateFormats": {
@@ -11471,7 +11468,6 @@
11471
11468
  "additionalProperties": false
11472
11469
  },
11473
11470
  "type._snippets_imports": {
11474
- "title": "Snippets Imports",
11475
11471
  "type": "object",
11476
11472
  "properties": {
11477
11473
  "hugo": {
@@ -11499,7 +11495,8 @@
11499
11495
  "$ref": "#/definitions/_snippets_imports.docusaurus_mdx"
11500
11496
  }
11501
11497
  },
11502
- "additionalProperties": false
11498
+ "additionalProperties": false,
11499
+ "title": "Snippets Imports"
11503
11500
  },
11504
11501
  "_snippets_imports.hugo": {
11505
11502
  "uniqueItems": true,
@@ -11508,7 +11505,6 @@
11508
11505
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11509
11506
  },
11510
11507
  {
11511
- "title": "Exclude List",
11512
11508
  "type": "object",
11513
11509
  "properties": {
11514
11510
  "exclude": {
@@ -11518,10 +11514,10 @@
11518
11514
  "required": [
11519
11515
  "exclude"
11520
11516
  ],
11521
- "additionalProperties": false
11517
+ "additionalProperties": false,
11518
+ "title": "Exclude List"
11522
11519
  },
11523
11520
  {
11524
- "title": "Include List",
11525
11521
  "type": "object",
11526
11522
  "properties": {
11527
11523
  "include": {
@@ -11531,28 +11527,29 @@
11531
11527
  "required": [
11532
11528
  "include"
11533
11529
  ],
11534
- "additionalProperties": false
11530
+ "additionalProperties": false,
11531
+ "title": "Include List"
11535
11532
  }
11536
11533
  ]
11537
11534
  },
11538
11535
  "type._snippets_imports.*.(full-import)": {
11539
- "title": "Full Import",
11540
- "type": "boolean"
11536
+ "type": "boolean",
11537
+ "title": "Full Import"
11541
11538
  },
11542
11539
  "SnippetImportExclude": {
11543
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11544
11540
  "type": "array",
11545
11541
  "items": {
11546
11542
  "type": "string"
11547
11543
  },
11544
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11548
11545
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`."
11549
11546
  },
11550
11547
  "SnippetImportInclude": {
11551
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11552
11548
  "type": "array",
11553
11549
  "items": {
11554
11550
  "type": "string"
11555
11551
  },
11552
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11556
11553
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`."
11557
11554
  },
11558
11555
  "_snippets_imports.jekyll": {
@@ -11562,7 +11559,6 @@
11562
11559
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11563
11560
  },
11564
11561
  {
11565
- "title": "Exclude List",
11566
11562
  "type": "object",
11567
11563
  "properties": {
11568
11564
  "exclude": {
@@ -11572,10 +11568,10 @@
11572
11568
  "required": [
11573
11569
  "exclude"
11574
11570
  ],
11575
- "additionalProperties": false
11571
+ "additionalProperties": false,
11572
+ "title": "Exclude List"
11576
11573
  },
11577
11574
  {
11578
- "title": "Include List",
11579
11575
  "type": "object",
11580
11576
  "properties": {
11581
11577
  "include": {
@@ -11585,7 +11581,8 @@
11585
11581
  "required": [
11586
11582
  "include"
11587
11583
  ],
11588
- "additionalProperties": false
11584
+ "additionalProperties": false,
11585
+ "title": "Include List"
11589
11586
  }
11590
11587
  ]
11591
11588
  },
@@ -11596,7 +11593,6 @@
11596
11593
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11597
11594
  },
11598
11595
  {
11599
- "title": "Exclude List",
11600
11596
  "type": "object",
11601
11597
  "properties": {
11602
11598
  "exclude": {
@@ -11606,10 +11602,10 @@
11606
11602
  "required": [
11607
11603
  "exclude"
11608
11604
  ],
11609
- "additionalProperties": false
11605
+ "additionalProperties": false,
11606
+ "title": "Exclude List"
11610
11607
  },
11611
11608
  {
11612
- "title": "Include List",
11613
11609
  "type": "object",
11614
11610
  "properties": {
11615
11611
  "include": {
@@ -11619,7 +11615,8 @@
11619
11615
  "required": [
11620
11616
  "include"
11621
11617
  ],
11622
- "additionalProperties": false
11618
+ "additionalProperties": false,
11619
+ "title": "Include List"
11623
11620
  }
11624
11621
  ]
11625
11622
  },
@@ -11630,7 +11627,6 @@
11630
11627
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11631
11628
  },
11632
11629
  {
11633
- "title": "Exclude List",
11634
11630
  "type": "object",
11635
11631
  "properties": {
11636
11632
  "exclude": {
@@ -11640,10 +11636,10 @@
11640
11636
  "required": [
11641
11637
  "exclude"
11642
11638
  ],
11643
- "additionalProperties": false
11639
+ "additionalProperties": false,
11640
+ "title": "Exclude List"
11644
11641
  },
11645
11642
  {
11646
- "title": "Include List",
11647
11643
  "type": "object",
11648
11644
  "properties": {
11649
11645
  "include": {
@@ -11653,7 +11649,8 @@
11653
11649
  "required": [
11654
11650
  "include"
11655
11651
  ],
11656
- "additionalProperties": false
11652
+ "additionalProperties": false,
11653
+ "title": "Include List"
11657
11654
  }
11658
11655
  ]
11659
11656
  },
@@ -11664,7 +11661,6 @@
11664
11661
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11665
11662
  },
11666
11663
  {
11667
- "title": "Exclude List",
11668
11664
  "type": "object",
11669
11665
  "properties": {
11670
11666
  "exclude": {
@@ -11674,10 +11670,10 @@
11674
11670
  "required": [
11675
11671
  "exclude"
11676
11672
  ],
11677
- "additionalProperties": false
11673
+ "additionalProperties": false,
11674
+ "title": "Exclude List"
11678
11675
  },
11679
11676
  {
11680
- "title": "Include List",
11681
11677
  "type": "object",
11682
11678
  "properties": {
11683
11679
  "include": {
@@ -11687,7 +11683,8 @@
11687
11683
  "required": [
11688
11684
  "include"
11689
11685
  ],
11690
- "additionalProperties": false
11686
+ "additionalProperties": false,
11687
+ "title": "Include List"
11691
11688
  }
11692
11689
  ]
11693
11690
  },
@@ -11698,7 +11695,6 @@
11698
11695
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11699
11696
  },
11700
11697
  {
11701
- "title": "Exclude List",
11702
11698
  "type": "object",
11703
11699
  "properties": {
11704
11700
  "exclude": {
@@ -11708,10 +11704,10 @@
11708
11704
  "required": [
11709
11705
  "exclude"
11710
11706
  ],
11711
- "additionalProperties": false
11707
+ "additionalProperties": false,
11708
+ "title": "Exclude List"
11712
11709
  },
11713
11710
  {
11714
- "title": "Include List",
11715
11711
  "type": "object",
11716
11712
  "properties": {
11717
11713
  "include": {
@@ -11721,7 +11717,8 @@
11721
11717
  "required": [
11722
11718
  "include"
11723
11719
  ],
11724
- "additionalProperties": false
11720
+ "additionalProperties": false,
11721
+ "title": "Include List"
11725
11722
  }
11726
11723
  ]
11727
11724
  },
@@ -11732,7 +11729,6 @@
11732
11729
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11733
11730
  },
11734
11731
  {
11735
- "title": "Exclude List",
11736
11732
  "type": "object",
11737
11733
  "properties": {
11738
11734
  "exclude": {
@@ -11742,10 +11738,10 @@
11742
11738
  "required": [
11743
11739
  "exclude"
11744
11740
  ],
11745
- "additionalProperties": false
11741
+ "additionalProperties": false,
11742
+ "title": "Exclude List"
11746
11743
  },
11747
11744
  {
11748
- "title": "Include List",
11749
11745
  "type": "object",
11750
11746
  "properties": {
11751
11747
  "include": {
@@ -11755,7 +11751,8 @@
11755
11751
  "required": [
11756
11752
  "include"
11757
11753
  ],
11758
- "additionalProperties": false
11754
+ "additionalProperties": false,
11755
+ "title": "Include List"
11759
11756
  }
11760
11757
  ]
11761
11758
  },
@@ -11766,7 +11763,6 @@
11766
11763
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11767
11764
  },
11768
11765
  {
11769
- "title": "Exclude List",
11770
11766
  "type": "object",
11771
11767
  "properties": {
11772
11768
  "exclude": {
@@ -11776,10 +11772,10 @@
11776
11772
  "required": [
11777
11773
  "exclude"
11778
11774
  ],
11779
- "additionalProperties": false
11775
+ "additionalProperties": false,
11776
+ "title": "Exclude List"
11780
11777
  },
11781
11778
  {
11782
- "title": "Include List",
11783
11779
  "type": "object",
11784
11780
  "properties": {
11785
11781
  "include": {
@@ -11789,7 +11785,8 @@
11789
11785
  "required": [
11790
11786
  "include"
11791
11787
  ],
11792
- "additionalProperties": false
11788
+ "additionalProperties": false,
11789
+ "title": "Include List"
11793
11790
  }
11794
11791
  ]
11795
11792
  },
@@ -11818,8 +11815,6 @@
11818
11815
  "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."
11819
11816
  },
11820
11817
  "type.snippet-definition-value": {
11821
- "title": "Snippet Definition Value",
11822
- "description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
11823
11818
  "anyOf": [
11824
11819
  {
11825
11820
  "$ref": "#/definitions/type.snippet-format"
@@ -11828,56 +11823,56 @@
11828
11823
  "$ref": "#/definitions/type.snippet-model"
11829
11824
  },
11830
11825
  {
11831
- "title": "Parser Model Array",
11832
- "description": "An array of model configurations, typically used for positional_args or named_args.",
11833
11826
  "type": "array",
11834
11827
  "items": {
11835
11828
  "$ref": "#/definitions/type.snippet-model"
11836
11829
  },
11830
+ "title": "Parser Model Array",
11831
+ "description": "An array of model configurations, typically used for positional_args or named_args.",
11837
11832
  "markdownDescription": "An array of model configurations, typically used for positional_args or named_args."
11838
11833
  },
11839
11834
  {
11840
- "title": "Select Values Array",
11841
- "description": "An array of select options, typically used for language lists.",
11842
11835
  "type": "array",
11843
11836
  "items": {
11844
11837
  "$ref": "#/definitions/type.snippet-definition-select-value"
11845
11838
  },
11839
+ "title": "Select Values Array",
11840
+ "description": "An array of select options, typically used for language lists.",
11846
11841
  "markdownDescription": "An array of select options, typically used for language lists."
11847
11842
  },
11848
11843
  {
11844
+ "type": "string",
11849
11845
  "title": "String Value",
11850
11846
  "description": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions.",
11851
- "type": "string",
11852
11847
  "markdownDescription": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions."
11853
11848
  },
11854
11849
  {
11850
+ "type": "number",
11855
11851
  "title": "Number Value",
11856
11852
  "description": "A numeric value.",
11857
- "type": "number",
11858
11853
  "markdownDescription": "A numeric value."
11859
11854
  },
11860
11855
  {
11856
+ "type": "boolean",
11861
11857
  "title": "Boolean Value",
11862
11858
  "description": "A boolean value.",
11863
- "type": "boolean",
11864
11859
  "markdownDescription": "A boolean value."
11865
11860
  },
11866
11861
  {
11867
- "title": "String Array",
11868
- "description": "An array of strings.",
11869
11862
  "type": "array",
11870
11863
  "items": {
11871
11864
  "type": "string"
11872
11865
  },
11866
+ "title": "String Array",
11867
+ "description": "An array of strings.",
11873
11868
  "markdownDescription": "An array of strings."
11874
11869
  }
11875
11870
  ],
11871
+ "title": "Snippet Definition Value",
11872
+ "description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
11876
11873
  "markdownDescription": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }."
11877
11874
  },
11878
11875
  "type.snippet-definition-select-value": {
11879
- "title": "Snippet Definition Select Value",
11880
- "description": "A value option for select inputs, typically used in language lists.",
11881
11876
  "type": "object",
11882
11877
  "properties": {
11883
11878
  "name": {
@@ -11886,21 +11881,21 @@
11886
11881
  "markdownDescription": "The display name for this option."
11887
11882
  },
11888
11883
  "value": {
11889
- "description": "The value for this option.",
11890
11884
  "anyOf": [
11891
11885
  {
11892
- "title": "String",
11893
- "type": "string"
11886
+ "type": "string",
11887
+ "title": "String"
11894
11888
  },
11895
11889
  {
11896
- "title": "Number",
11897
- "type": "number"
11890
+ "type": "number",
11891
+ "title": "Number"
11898
11892
  },
11899
11893
  {
11900
- "title": "Boolean",
11901
- "type": "boolean"
11894
+ "type": "boolean",
11895
+ "title": "Boolean"
11902
11896
  }
11903
11897
  ],
11898
+ "description": "The value for this option.",
11904
11899
  "markdownDescription": "The value for this option."
11905
11900
  }
11906
11901
  },
@@ -11908,6 +11903,8 @@
11908
11903
  "value"
11909
11904
  ],
11910
11905
  "additionalProperties": false,
11906
+ "title": "Snippet Definition Select Value",
11907
+ "description": "A value option for select inputs, typically used in language lists.",
11911
11908
  "markdownDescription": "A value option for select inputs, typically used in language lists."
11912
11909
  }
11913
11910
  }