@cloudcannon/configuration-types 0.0.52 → 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.
- package/dist/cloudcannon-collections.schema.json +1230 -2147
- package/dist/cloudcannon-config.documentation.schema.json +781 -489
- package/dist/cloudcannon-config.latest.schema.json +570 -256
- package/dist/cloudcannon-config.legacy-eleventy.schema.json +606 -315
- package/dist/cloudcannon-config.legacy-hugo.schema.json +606 -315
- package/dist/cloudcannon-config.legacy-jekyll.schema.json +606 -315
- package/dist/cloudcannon-config.legacy-reader.schema.json +607 -316
- package/dist/cloudcannon-editables.schema.json +196 -332
- package/dist/cloudcannon-initial-site-settings.documentation.schema.json +15 -15
- package/dist/cloudcannon-initial-site-settings.schema.json +9 -9
- package/dist/cloudcannon-inputs.schema.json +499 -187
- package/dist/cloudcannon-routing.documentation.schema.json +23 -23
- package/dist/cloudcannon-routing.schema.json +13 -13
- package/dist/cloudcannon-schemas.schema.json +495 -181
- package/dist/cloudcannon-snippets-definitions.schema.json +21 -21
- package/dist/cloudcannon-snippets-imports.schema.json +55 -55
- package/dist/cloudcannon-snippets.schema.json +499 -185
- package/dist/cloudcannon-structure-value.schema.json +856 -541
- package/dist/cloudcannon-structures.schema.json +499 -187
- package/dist/documentation.json +1302 -14
- package/package.json +4 -4
- package/src/inputs.ts +50 -3
|
@@ -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
|
-
"
|
|
792
|
-
"
|
|
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": {
|
|
@@ -4652,6 +4649,33 @@
|
|
|
4652
4649
|
"min_length_message": {
|
|
4653
4650
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4654
4651
|
},
|
|
4652
|
+
"max_words": {
|
|
4653
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
4654
|
+
},
|
|
4655
|
+
"max_words_message": {
|
|
4656
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
4657
|
+
},
|
|
4658
|
+
"min_words": {
|
|
4659
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
4660
|
+
},
|
|
4661
|
+
"min_words_message": {
|
|
4662
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
4663
|
+
},
|
|
4664
|
+
"max_graphemes": {
|
|
4665
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
4666
|
+
},
|
|
4667
|
+
"max_graphemes_message": {
|
|
4668
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
4669
|
+
},
|
|
4670
|
+
"min_graphemes": {
|
|
4671
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
4672
|
+
},
|
|
4673
|
+
"min_graphemes_message": {
|
|
4674
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
4675
|
+
},
|
|
4676
|
+
"locale": {
|
|
4677
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
4678
|
+
},
|
|
4655
4679
|
"pattern": {
|
|
4656
4680
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4657
4681
|
},
|
|
@@ -4704,6 +4728,7 @@
|
|
|
4704
4728
|
}
|
|
4705
4729
|
},
|
|
4706
4730
|
"additionalProperties": false,
|
|
4731
|
+
"description": "Options that are specific to Text Inputs.",
|
|
4707
4732
|
"markdownDescription": "Options that are specific to Text Inputs."
|
|
4708
4733
|
}
|
|
4709
4734
|
},
|
|
@@ -4711,6 +4736,8 @@
|
|
|
4711
4736
|
"type"
|
|
4712
4737
|
],
|
|
4713
4738
|
"additionalProperties": false,
|
|
4739
|
+
"title": "Text Input",
|
|
4740
|
+
"description": "Provides a simple editing interface for plain text.",
|
|
4714
4741
|
"markdownDescription": "Provides a simple editing interface for plain text."
|
|
4715
4742
|
},
|
|
4716
4743
|
"type._inputs.*.comment": {
|
|
@@ -4719,7 +4746,6 @@
|
|
|
4719
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."
|
|
4720
4747
|
},
|
|
4721
4748
|
"type._inputs.*.context": {
|
|
4722
|
-
"description": "Adds an expandable section of rich text below the input.",
|
|
4723
4749
|
"type": "object",
|
|
4724
4750
|
"properties": {
|
|
4725
4751
|
"content": {
|
|
@@ -4749,6 +4775,7 @@
|
|
|
4749
4775
|
}
|
|
4750
4776
|
},
|
|
4751
4777
|
"additionalProperties": false,
|
|
4778
|
+
"description": "Adds an expandable section of rich text below the input.",
|
|
4752
4779
|
"markdownDescription": "Adds an expandable section of rich text below the input."
|
|
4753
4780
|
},
|
|
4754
4781
|
"type._inputs.*.label": {
|
|
@@ -4761,12 +4788,12 @@
|
|
|
4761
4788
|
"default": false,
|
|
4762
4789
|
"anyOf": [
|
|
4763
4790
|
{
|
|
4764
|
-
"
|
|
4765
|
-
"
|
|
4791
|
+
"type": "boolean",
|
|
4792
|
+
"title": "Boolean"
|
|
4766
4793
|
},
|
|
4767
4794
|
{
|
|
4768
|
-
"
|
|
4769
|
-
"
|
|
4795
|
+
"type": "string",
|
|
4796
|
+
"title": "Query String"
|
|
4770
4797
|
}
|
|
4771
4798
|
],
|
|
4772
4799
|
"markdownDescription": "Toggles the visibility of this input."
|
|
@@ -4776,12 +4803,12 @@
|
|
|
4776
4803
|
"default": false,
|
|
4777
4804
|
"anyOf": [
|
|
4778
4805
|
{
|
|
4779
|
-
"
|
|
4780
|
-
"
|
|
4806
|
+
"type": "boolean",
|
|
4807
|
+
"title": "Boolean"
|
|
4781
4808
|
},
|
|
4782
4809
|
{
|
|
4783
|
-
"
|
|
4784
|
-
"
|
|
4810
|
+
"type": "string",
|
|
4811
|
+
"title": "Query String"
|
|
4785
4812
|
}
|
|
4786
4813
|
],
|
|
4787
4814
|
"markdownDescription": "Toggles if this input can be edited."
|
|
@@ -4828,6 +4855,51 @@
|
|
|
4828
4855
|
"type": "string",
|
|
4829
4856
|
"markdownDescription": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_length`."
|
|
4830
4857
|
},
|
|
4858
|
+
"type._inputs.*.options.max_words": {
|
|
4859
|
+
"description": "This key defines the maximum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
|
|
4860
|
+
"type": "number",
|
|
4861
|
+
"markdownDescription": "This key defines the maximum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
|
|
4862
|
+
},
|
|
4863
|
+
"type._inputs.*.options.max_words_message": {
|
|
4864
|
+
"description": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_words.",
|
|
4865
|
+
"type": "string",
|
|
4866
|
+
"markdownDescription": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_words."
|
|
4867
|
+
},
|
|
4868
|
+
"type._inputs.*.options.min_words": {
|
|
4869
|
+
"description": "This key defines the minimum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
|
|
4870
|
+
"type": "number",
|
|
4871
|
+
"markdownDescription": "This key defines the minimum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
|
|
4872
|
+
},
|
|
4873
|
+
"type._inputs.*.options.min_words_message": {
|
|
4874
|
+
"description": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_words`.",
|
|
4875
|
+
"type": "string",
|
|
4876
|
+
"markdownDescription": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_words`."
|
|
4877
|
+
},
|
|
4878
|
+
"type._inputs.*.options.max_graphemes": {
|
|
4879
|
+
"description": "This key defines the maximum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
|
|
4880
|
+
"type": "number",
|
|
4881
|
+
"markdownDescription": "This key defines the maximum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
|
|
4882
|
+
},
|
|
4883
|
+
"type._inputs.*.options.max_graphemes_message": {
|
|
4884
|
+
"description": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_graphemes.",
|
|
4885
|
+
"type": "string",
|
|
4886
|
+
"markdownDescription": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_graphemes."
|
|
4887
|
+
},
|
|
4888
|
+
"type._inputs.*.options.min_graphemes": {
|
|
4889
|
+
"description": "This key defines the minimum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
|
|
4890
|
+
"type": "number",
|
|
4891
|
+
"markdownDescription": "This key defines the minimum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
|
|
4892
|
+
},
|
|
4893
|
+
"type._inputs.*.options.min_graphemes_message": {
|
|
4894
|
+
"description": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_graphemes`.",
|
|
4895
|
+
"type": "string",
|
|
4896
|
+
"markdownDescription": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_graphemes`."
|
|
4897
|
+
},
|
|
4898
|
+
"type._inputs.*.options.locale": {
|
|
4899
|
+
"description": "This key defines the locale that CloudCannon uses to determine the number of words or graphemes in this Input, if you have `max_words`, `min_words`, `max_graphemes`, or `min_graphemes` configured.",
|
|
4900
|
+
"type": "string",
|
|
4901
|
+
"markdownDescription": "This key defines the locale that CloudCannon uses to determine the number of words or graphemes in this Input, if you have `max_words`, `min_words`, `max_graphemes`, or `min_graphemes` configured."
|
|
4902
|
+
},
|
|
4831
4903
|
"type._inputs.*.options.pattern": {
|
|
4832
4904
|
"description": "This key defines a regular expression that the Input value must match. When configured, CloudCannon will require you to enter a value that matches the REGEX pattern. If the Input already contains an invalid value, CloudCannon will require you to enter a valid string to save your changes, or discard your unsaved changes.",
|
|
4833
4905
|
"type": "string",
|
|
@@ -4894,8 +4966,8 @@
|
|
|
4894
4966
|
"markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
|
|
4895
4967
|
},
|
|
4896
4968
|
"type._inputs.*.options.empty_type(text)": {
|
|
4897
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4898
4969
|
"default": "null",
|
|
4970
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4899
4971
|
"type": "string",
|
|
4900
4972
|
"enum": [
|
|
4901
4973
|
"null",
|
|
@@ -4917,14 +4989,13 @@
|
|
|
4917
4989
|
]
|
|
4918
4990
|
},
|
|
4919
4991
|
"type.preview-entry.(array)": {
|
|
4920
|
-
"title": "Array",
|
|
4921
4992
|
"type": "array",
|
|
4922
4993
|
"items": {
|
|
4923
4994
|
"$ref": "#/definitions/type.preview-entry"
|
|
4924
|
-
}
|
|
4995
|
+
},
|
|
4996
|
+
"title": "Array"
|
|
4925
4997
|
},
|
|
4926
4998
|
"type.preview-entry": {
|
|
4927
|
-
"title": "Preview Entry",
|
|
4928
4999
|
"anyOf": [
|
|
4929
5000
|
{
|
|
4930
5001
|
"$ref": "#/definitions/type.preview-entry.(key)"
|
|
@@ -4941,62 +5012,61 @@
|
|
|
4941
5012
|
{
|
|
4942
5013
|
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
4943
5014
|
}
|
|
4944
|
-
]
|
|
5015
|
+
],
|
|
5016
|
+
"title": "Preview Entry"
|
|
4945
5017
|
},
|
|
4946
5018
|
"type.preview-entry.(key)": {
|
|
4947
|
-
"title": "Key",
|
|
4948
5019
|
"type": "object",
|
|
4949
5020
|
"properties": {
|
|
4950
5021
|
"key": {
|
|
4951
|
-
"
|
|
4952
|
-
"
|
|
5022
|
+
"type": "string",
|
|
5023
|
+
"title": "Key Value"
|
|
4953
5024
|
}
|
|
4954
5025
|
},
|
|
4955
5026
|
"required": [
|
|
4956
5027
|
"key"
|
|
4957
5028
|
],
|
|
4958
|
-
"additionalProperties": false
|
|
5029
|
+
"additionalProperties": false,
|
|
5030
|
+
"title": "Key"
|
|
4959
5031
|
},
|
|
4960
5032
|
"type.preview-entry.(template)": {
|
|
4961
|
-
"title": "Template",
|
|
4962
5033
|
"type": "object",
|
|
4963
5034
|
"properties": {
|
|
4964
5035
|
"template": {
|
|
4965
|
-
"
|
|
4966
|
-
"
|
|
5036
|
+
"type": "string",
|
|
5037
|
+
"title": "Template Value"
|
|
4967
5038
|
}
|
|
4968
5039
|
},
|
|
4969
5040
|
"required": [
|
|
4970
5041
|
"template"
|
|
4971
5042
|
],
|
|
4972
|
-
"additionalProperties": false
|
|
5043
|
+
"additionalProperties": false,
|
|
5044
|
+
"title": "Template"
|
|
4973
5045
|
},
|
|
4974
5046
|
"type.preview-entry.(text)": {
|
|
4975
|
-
"title": "Text",
|
|
4976
5047
|
"type": "object",
|
|
4977
5048
|
"properties": {
|
|
4978
5049
|
"text": {
|
|
4979
|
-
"
|
|
4980
|
-
"
|
|
5050
|
+
"type": "string",
|
|
5051
|
+
"title": "Text Value"
|
|
4981
5052
|
}
|
|
4982
5053
|
},
|
|
4983
5054
|
"required": [
|
|
4984
5055
|
"text"
|
|
4985
5056
|
],
|
|
4986
|
-
"additionalProperties": false
|
|
5057
|
+
"additionalProperties": false,
|
|
5058
|
+
"title": "Text"
|
|
4987
5059
|
},
|
|
4988
5060
|
"type.preview-entry.(raw-text)": {
|
|
4989
|
-
"
|
|
4990
|
-
"
|
|
5061
|
+
"type": "string",
|
|
5062
|
+
"title": "Raw Text"
|
|
4991
5063
|
},
|
|
4992
5064
|
"type.preview-entry.(false)": {
|
|
4993
|
-
"title": "False",
|
|
4994
5065
|
"type": "boolean",
|
|
4995
|
-
"const": false
|
|
5066
|
+
"const": false,
|
|
5067
|
+
"title": "False"
|
|
4996
5068
|
},
|
|
4997
5069
|
"TextareaInput": {
|
|
4998
|
-
"title": "Textarea Input",
|
|
4999
|
-
"description": "Provides an editing interface for plain text.",
|
|
5000
5070
|
"type": "object",
|
|
5001
5071
|
"properties": {
|
|
5002
5072
|
"comment": {
|
|
@@ -5037,14 +5107,13 @@
|
|
|
5037
5107
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5038
5108
|
},
|
|
5039
5109
|
"type": {
|
|
5040
|
-
"title": "Type",
|
|
5041
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5042
5110
|
"type": "string",
|
|
5043
5111
|
"const": "textarea",
|
|
5112
|
+
"title": "Type",
|
|
5113
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5044
5114
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5045
5115
|
},
|
|
5046
5116
|
"options": {
|
|
5047
|
-
"description": "Options that are specific to Textarea Inputs.",
|
|
5048
5117
|
"type": "object",
|
|
5049
5118
|
"properties": {
|
|
5050
5119
|
"max_length": {
|
|
@@ -5059,6 +5128,33 @@
|
|
|
5059
5128
|
"min_length_message": {
|
|
5060
5129
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5061
5130
|
},
|
|
5131
|
+
"max_words": {
|
|
5132
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
5133
|
+
},
|
|
5134
|
+
"max_words_message": {
|
|
5135
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
5136
|
+
},
|
|
5137
|
+
"min_words": {
|
|
5138
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
5139
|
+
},
|
|
5140
|
+
"min_words_message": {
|
|
5141
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
5142
|
+
},
|
|
5143
|
+
"max_graphemes": {
|
|
5144
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
5145
|
+
},
|
|
5146
|
+
"max_graphemes_message": {
|
|
5147
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
5148
|
+
},
|
|
5149
|
+
"min_graphemes": {
|
|
5150
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
5151
|
+
},
|
|
5152
|
+
"min_graphemes_message": {
|
|
5153
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
5154
|
+
},
|
|
5155
|
+
"locale": {
|
|
5156
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
5157
|
+
},
|
|
5062
5158
|
"pattern": {
|
|
5063
5159
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5064
5160
|
},
|
|
@@ -5094,6 +5190,7 @@
|
|
|
5094
5190
|
}
|
|
5095
5191
|
},
|
|
5096
5192
|
"additionalProperties": false,
|
|
5193
|
+
"description": "Options that are specific to Textarea Inputs.",
|
|
5097
5194
|
"markdownDescription": "Options that are specific to Textarea Inputs."
|
|
5098
5195
|
}
|
|
5099
5196
|
},
|
|
@@ -5101,11 +5198,11 @@
|
|
|
5101
5198
|
"type"
|
|
5102
5199
|
],
|
|
5103
5200
|
"additionalProperties": false,
|
|
5201
|
+
"title": "Textarea Input",
|
|
5202
|
+
"description": "Provides an editing interface for plain text.",
|
|
5104
5203
|
"markdownDescription": "Provides an editing interface for plain text."
|
|
5105
5204
|
},
|
|
5106
5205
|
"CodeInput": {
|
|
5107
|
-
"title": "Code Input",
|
|
5108
|
-
"description": "Provides an editing interface for code or mono-spaced plain text content.",
|
|
5109
5206
|
"type": "object",
|
|
5110
5207
|
"properties": {
|
|
5111
5208
|
"comment": {
|
|
@@ -5146,14 +5243,13 @@
|
|
|
5146
5243
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5147
5244
|
},
|
|
5148
5245
|
"type": {
|
|
5149
|
-
"title": "Type",
|
|
5150
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5151
5246
|
"type": "string",
|
|
5152
5247
|
"const": "code",
|
|
5248
|
+
"title": "Type",
|
|
5249
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5153
5250
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5154
5251
|
},
|
|
5155
5252
|
"options": {
|
|
5156
|
-
"description": "Options that are specific to Code Inputs.",
|
|
5157
5253
|
"type": "object",
|
|
5158
5254
|
"properties": {
|
|
5159
5255
|
"tab_size": {
|
|
@@ -5188,6 +5284,33 @@
|
|
|
5188
5284
|
"min_length_message": {
|
|
5189
5285
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5190
5286
|
},
|
|
5287
|
+
"max_words": {
|
|
5288
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
5289
|
+
},
|
|
5290
|
+
"max_words_message": {
|
|
5291
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
5292
|
+
},
|
|
5293
|
+
"min_words": {
|
|
5294
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
5295
|
+
},
|
|
5296
|
+
"min_words_message": {
|
|
5297
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
5298
|
+
},
|
|
5299
|
+
"max_graphemes": {
|
|
5300
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
5301
|
+
},
|
|
5302
|
+
"max_graphemes_message": {
|
|
5303
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
5304
|
+
},
|
|
5305
|
+
"min_graphemes": {
|
|
5306
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
5307
|
+
},
|
|
5308
|
+
"min_graphemes_message": {
|
|
5309
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
5310
|
+
},
|
|
5311
|
+
"locale": {
|
|
5312
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
5313
|
+
},
|
|
5191
5314
|
"pattern": {
|
|
5192
5315
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5193
5316
|
},
|
|
@@ -5231,6 +5354,7 @@
|
|
|
5231
5354
|
}
|
|
5232
5355
|
},
|
|
5233
5356
|
"additionalProperties": false,
|
|
5357
|
+
"description": "Options that are specific to Code Inputs.",
|
|
5234
5358
|
"markdownDescription": "Options that are specific to Code Inputs."
|
|
5235
5359
|
}
|
|
5236
5360
|
},
|
|
@@ -5238,6 +5362,8 @@
|
|
|
5238
5362
|
"type"
|
|
5239
5363
|
],
|
|
5240
5364
|
"additionalProperties": false,
|
|
5365
|
+
"title": "Code Input",
|
|
5366
|
+
"description": "Provides an editing interface for code or mono-spaced plain text content.",
|
|
5241
5367
|
"markdownDescription": "Provides an editing interface for code or mono-spaced plain text content."
|
|
5242
5368
|
},
|
|
5243
5369
|
"Theme": {
|
|
@@ -5271,8 +5397,6 @@
|
|
|
5271
5397
|
]
|
|
5272
5398
|
},
|
|
5273
5399
|
"Syntax": {
|
|
5274
|
-
"title": "Syntax",
|
|
5275
|
-
"description": "Available syntax highlighting languages for code editors in CloudCannon.",
|
|
5276
5400
|
"type": "string",
|
|
5277
5401
|
"enum": [
|
|
5278
5402
|
"c_cpp",
|
|
@@ -5344,11 +5468,11 @@
|
|
|
5344
5468
|
"xquery",
|
|
5345
5469
|
"yaml"
|
|
5346
5470
|
],
|
|
5471
|
+
"title": "Syntax",
|
|
5472
|
+
"description": "Available syntax highlighting languages for code editors in CloudCannon.",
|
|
5347
5473
|
"markdownDescription": "Available syntax highlighting languages for code editors in CloudCannon."
|
|
5348
5474
|
},
|
|
5349
5475
|
"ColorInput": {
|
|
5350
|
-
"title": "Color Input",
|
|
5351
|
-
"description": "Provides an editing interface for color values.",
|
|
5352
5476
|
"type": "object",
|
|
5353
5477
|
"properties": {
|
|
5354
5478
|
"comment": {
|
|
@@ -5389,14 +5513,13 @@
|
|
|
5389
5513
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5390
5514
|
},
|
|
5391
5515
|
"type": {
|
|
5392
|
-
"title": "Type",
|
|
5393
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5394
5516
|
"type": "string",
|
|
5395
5517
|
"const": "color",
|
|
5518
|
+
"title": "Type",
|
|
5519
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5396
5520
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5397
5521
|
},
|
|
5398
5522
|
"options": {
|
|
5399
|
-
"description": "Options that are specific to Color Inputs.",
|
|
5400
5523
|
"type": "object",
|
|
5401
5524
|
"properties": {
|
|
5402
5525
|
"max_length": {
|
|
@@ -5411,6 +5534,33 @@
|
|
|
5411
5534
|
"min_length_message": {
|
|
5412
5535
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5413
5536
|
},
|
|
5537
|
+
"max_words": {
|
|
5538
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
5539
|
+
},
|
|
5540
|
+
"max_words_message": {
|
|
5541
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
5542
|
+
},
|
|
5543
|
+
"min_words": {
|
|
5544
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
5545
|
+
},
|
|
5546
|
+
"min_words_message": {
|
|
5547
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
5548
|
+
},
|
|
5549
|
+
"max_graphemes": {
|
|
5550
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
5551
|
+
},
|
|
5552
|
+
"max_graphemes_message": {
|
|
5553
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
5554
|
+
},
|
|
5555
|
+
"min_graphemes": {
|
|
5556
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
5557
|
+
},
|
|
5558
|
+
"min_graphemes_message": {
|
|
5559
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
5560
|
+
},
|
|
5561
|
+
"locale": {
|
|
5562
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
5563
|
+
},
|
|
5414
5564
|
"pattern": {
|
|
5415
5565
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5416
5566
|
},
|
|
@@ -5461,6 +5611,7 @@
|
|
|
5461
5611
|
}
|
|
5462
5612
|
},
|
|
5463
5613
|
"additionalProperties": false,
|
|
5614
|
+
"description": "Options that are specific to Color Inputs.",
|
|
5464
5615
|
"markdownDescription": "Options that are specific to Color Inputs."
|
|
5465
5616
|
}
|
|
5466
5617
|
},
|
|
@@ -5468,11 +5619,11 @@
|
|
|
5468
5619
|
"type"
|
|
5469
5620
|
],
|
|
5470
5621
|
"additionalProperties": false,
|
|
5622
|
+
"title": "Color Input",
|
|
5623
|
+
"description": "Provides an editing interface for color values.",
|
|
5471
5624
|
"markdownDescription": "Provides an editing interface for color values."
|
|
5472
5625
|
},
|
|
5473
5626
|
"BooleanInput": {
|
|
5474
|
-
"title": "Boolean Input",
|
|
5475
|
-
"description": "Provides an editing interface for true or false values.",
|
|
5476
5627
|
"type": "object",
|
|
5477
5628
|
"properties": {
|
|
5478
5629
|
"comment": {
|
|
@@ -5513,13 +5664,13 @@
|
|
|
5513
5664
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5514
5665
|
},
|
|
5515
5666
|
"type": {
|
|
5516
|
-
"title": "Type",
|
|
5517
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5518
5667
|
"type": "string",
|
|
5519
5668
|
"enum": [
|
|
5520
5669
|
"checkbox",
|
|
5521
5670
|
"switch"
|
|
5522
5671
|
],
|
|
5672
|
+
"title": "Type",
|
|
5673
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5523
5674
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5524
5675
|
}
|
|
5525
5676
|
},
|
|
@@ -5527,11 +5678,11 @@
|
|
|
5527
5678
|
"type"
|
|
5528
5679
|
],
|
|
5529
5680
|
"additionalProperties": false,
|
|
5681
|
+
"title": "Boolean Input",
|
|
5682
|
+
"description": "Provides an editing interface for true or false values.",
|
|
5530
5683
|
"markdownDescription": "Provides an editing interface for true or false values."
|
|
5531
5684
|
},
|
|
5532
5685
|
"NumberInput": {
|
|
5533
|
-
"title": "Number Input",
|
|
5534
|
-
"description": "Provides an editing interface for numeric values.",
|
|
5535
5686
|
"type": "object",
|
|
5536
5687
|
"properties": {
|
|
5537
5688
|
"comment": {
|
|
@@ -5572,14 +5723,13 @@
|
|
|
5572
5723
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5573
5724
|
},
|
|
5574
5725
|
"type": {
|
|
5575
|
-
"title": "Type",
|
|
5576
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5577
5726
|
"type": "string",
|
|
5578
5727
|
"const": "number",
|
|
5728
|
+
"title": "Type",
|
|
5729
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5579
5730
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5580
5731
|
},
|
|
5581
5732
|
"options": {
|
|
5582
|
-
"description": "Options that are specific to Number Inputs.",
|
|
5583
5733
|
"type": "object",
|
|
5584
5734
|
"properties": {
|
|
5585
5735
|
"required": {
|
|
@@ -5620,6 +5770,7 @@
|
|
|
5620
5770
|
}
|
|
5621
5771
|
},
|
|
5622
5772
|
"additionalProperties": false,
|
|
5773
|
+
"description": "Options that are specific to Number Inputs.",
|
|
5623
5774
|
"markdownDescription": "Options that are specific to Number Inputs."
|
|
5624
5775
|
}
|
|
5625
5776
|
},
|
|
@@ -5627,11 +5778,13 @@
|
|
|
5627
5778
|
"type"
|
|
5628
5779
|
],
|
|
5629
5780
|
"additionalProperties": false,
|
|
5781
|
+
"title": "Number Input",
|
|
5782
|
+
"description": "Provides an editing interface for numeric values.",
|
|
5630
5783
|
"markdownDescription": "Provides an editing interface for numeric values."
|
|
5631
5784
|
},
|
|
5632
5785
|
"type._inputs.*.options.empty_type(number)": {
|
|
5633
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5634
5786
|
"default": "null",
|
|
5787
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5635
5788
|
"type": "string",
|
|
5636
5789
|
"enum": [
|
|
5637
5790
|
"null",
|
|
@@ -5640,13 +5793,13 @@
|
|
|
5640
5793
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
5641
5794
|
},
|
|
5642
5795
|
"type._inputs.*.options.min": {
|
|
5643
|
-
"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.",
|
|
5644
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.",
|
|
5645
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."
|
|
5646
5799
|
},
|
|
5647
5800
|
"type._inputs.*.options.max": {
|
|
5648
|
-
"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.",
|
|
5649
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.",
|
|
5650
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."
|
|
5651
5804
|
},
|
|
5652
5805
|
"type._inputs.*.options.step": {
|
|
@@ -5665,8 +5818,6 @@
|
|
|
5665
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`."
|
|
5666
5819
|
},
|
|
5667
5820
|
"RangeInput": {
|
|
5668
|
-
"title": "Range Input",
|
|
5669
|
-
"description": "Provides a slider interface for selecting a numeric value.",
|
|
5670
5821
|
"type": "object",
|
|
5671
5822
|
"properties": {
|
|
5672
5823
|
"comment": {
|
|
@@ -5707,14 +5858,13 @@
|
|
|
5707
5858
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5708
5859
|
},
|
|
5709
5860
|
"type": {
|
|
5710
|
-
"title": "Type",
|
|
5711
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5712
5861
|
"type": "string",
|
|
5713
5862
|
"const": "range",
|
|
5863
|
+
"title": "Type",
|
|
5864
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5714
5865
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5715
5866
|
},
|
|
5716
5867
|
"options": {
|
|
5717
|
-
"description": "Options that are specific to Range Inputs.",
|
|
5718
5868
|
"type": "object",
|
|
5719
5869
|
"properties": {
|
|
5720
5870
|
"required": {
|
|
@@ -5751,6 +5901,7 @@
|
|
|
5751
5901
|
"max"
|
|
5752
5902
|
],
|
|
5753
5903
|
"additionalProperties": false,
|
|
5904
|
+
"description": "Options that are specific to Range Inputs.",
|
|
5754
5905
|
"markdownDescription": "Options that are specific to Range Inputs."
|
|
5755
5906
|
}
|
|
5756
5907
|
},
|
|
@@ -5758,11 +5909,11 @@
|
|
|
5758
5909
|
"type"
|
|
5759
5910
|
],
|
|
5760
5911
|
"additionalProperties": false,
|
|
5912
|
+
"title": "Range Input",
|
|
5913
|
+
"description": "Provides a slider interface for selecting a numeric value.",
|
|
5761
5914
|
"markdownDescription": "Provides a slider interface for selecting a numeric value."
|
|
5762
5915
|
},
|
|
5763
5916
|
"RichTextInput": {
|
|
5764
|
-
"title": "Rich Text Input",
|
|
5765
|
-
"description": "Provides an editing interface for HTML markup content.",
|
|
5766
5917
|
"type": "object",
|
|
5767
5918
|
"properties": {
|
|
5768
5919
|
"comment": {
|
|
@@ -5803,17 +5954,16 @@
|
|
|
5803
5954
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5804
5955
|
},
|
|
5805
5956
|
"type": {
|
|
5806
|
-
"title": "Type",
|
|
5807
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5808
5957
|
"type": "string",
|
|
5809
5958
|
"enum": [
|
|
5810
5959
|
"html",
|
|
5811
5960
|
"markdown"
|
|
5812
5961
|
],
|
|
5962
|
+
"title": "Type",
|
|
5963
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5813
5964
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5814
5965
|
},
|
|
5815
5966
|
"options": {
|
|
5816
|
-
"description": "Options that are specific to Rich Text Inputs.",
|
|
5817
5967
|
"type": "object",
|
|
5818
5968
|
"properties": {
|
|
5819
5969
|
"mime_type": {
|
|
@@ -5964,6 +6114,33 @@
|
|
|
5964
6114
|
"min_length_message": {
|
|
5965
6115
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5966
6116
|
},
|
|
6117
|
+
"max_words": {
|
|
6118
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
6119
|
+
},
|
|
6120
|
+
"max_words_message": {
|
|
6121
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
6122
|
+
},
|
|
6123
|
+
"min_words": {
|
|
6124
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
6125
|
+
},
|
|
6126
|
+
"min_words_message": {
|
|
6127
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
6128
|
+
},
|
|
6129
|
+
"max_graphemes": {
|
|
6130
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
6131
|
+
},
|
|
6132
|
+
"max_graphemes_message": {
|
|
6133
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
6134
|
+
},
|
|
6135
|
+
"min_graphemes": {
|
|
6136
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
6137
|
+
},
|
|
6138
|
+
"min_graphemes_message": {
|
|
6139
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
6140
|
+
},
|
|
6141
|
+
"locale": {
|
|
6142
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
6143
|
+
},
|
|
5967
6144
|
"pattern": {
|
|
5968
6145
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5969
6146
|
},
|
|
@@ -5987,10 +6164,14 @@
|
|
|
5987
6164
|
]
|
|
5988
6165
|
},
|
|
5989
6166
|
"allow_resize": {
|
|
5990
|
-
"
|
|
6167
|
+
"deprecated": true,
|
|
6168
|
+
"type": "boolean"
|
|
6169
|
+
},
|
|
6170
|
+
"prevent_resize": {
|
|
6171
|
+
"description": "Hides the resize handler to vertically resize the input.",
|
|
5991
6172
|
"default": false,
|
|
5992
6173
|
"type": "boolean",
|
|
5993
|
-
"markdownDescription": "
|
|
6174
|
+
"markdownDescription": "Hides the resize handler to vertically resize the input."
|
|
5994
6175
|
},
|
|
5995
6176
|
"initial_height": {
|
|
5996
6177
|
"description": "Defines the initial height of this input in pixels (px).",
|
|
@@ -5999,6 +6180,7 @@
|
|
|
5999
6180
|
}
|
|
6000
6181
|
},
|
|
6001
6182
|
"additionalProperties": false,
|
|
6183
|
+
"description": "Options that are specific to Rich Text Inputs.",
|
|
6002
6184
|
"markdownDescription": "Options that are specific to Rich Text Inputs."
|
|
6003
6185
|
}
|
|
6004
6186
|
},
|
|
@@ -6006,6 +6188,8 @@
|
|
|
6006
6188
|
"type"
|
|
6007
6189
|
],
|
|
6008
6190
|
"additionalProperties": false,
|
|
6191
|
+
"title": "Rich Text Input",
|
|
6192
|
+
"description": "Provides an editing interface for HTML markup content.",
|
|
6009
6193
|
"markdownDescription": "Provides an editing interface for HTML markup content."
|
|
6010
6194
|
},
|
|
6011
6195
|
"type._inputs.*.options.mime_type": {
|
|
@@ -6082,8 +6266,8 @@
|
|
|
6082
6266
|
"type": "object",
|
|
6083
6267
|
"properties": {
|
|
6084
6268
|
"size": {
|
|
6085
|
-
"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).",
|
|
6086
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).",
|
|
6087
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)."
|
|
6088
6272
|
},
|
|
6089
6273
|
"target": {
|
|
@@ -6100,7 +6284,6 @@
|
|
|
6100
6284
|
"markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting existing files."
|
|
6101
6285
|
},
|
|
6102
6286
|
"type.paths": {
|
|
6103
|
-
"title": "Paths",
|
|
6104
6287
|
"type": "object",
|
|
6105
6288
|
"properties": {
|
|
6106
6289
|
"static": {
|
|
@@ -6125,7 +6308,8 @@
|
|
|
6125
6308
|
"$ref": "#/definitions/paths.uploads_use_relative_path"
|
|
6126
6309
|
}
|
|
6127
6310
|
},
|
|
6128
|
-
"additionalProperties": false
|
|
6311
|
+
"additionalProperties": false,
|
|
6312
|
+
"title": "Paths"
|
|
6129
6313
|
},
|
|
6130
6314
|
"type._editables.*.bold": {
|
|
6131
6315
|
"description": "Enables a control to set selected text to bold.",
|
|
@@ -6325,8 +6509,6 @@
|
|
|
6325
6509
|
"markdownDescription": "Enables a control to join the selected block with the block below it."
|
|
6326
6510
|
},
|
|
6327
6511
|
"DateInput": {
|
|
6328
|
-
"title": "Date Input",
|
|
6329
|
-
"description": "Provides an editing interface for date and/or time values.",
|
|
6330
6512
|
"type": "object",
|
|
6331
6513
|
"properties": {
|
|
6332
6514
|
"comment": {
|
|
@@ -6367,17 +6549,16 @@
|
|
|
6367
6549
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6368
6550
|
},
|
|
6369
6551
|
"type": {
|
|
6370
|
-
"title": "Type",
|
|
6371
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
6372
6552
|
"type": "string",
|
|
6373
6553
|
"enum": [
|
|
6374
6554
|
"date",
|
|
6375
6555
|
"datetime"
|
|
6376
6556
|
],
|
|
6557
|
+
"title": "Type",
|
|
6558
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
6377
6559
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
6378
6560
|
},
|
|
6379
6561
|
"options": {
|
|
6380
|
-
"description": "Options that are specific to Date Inputs.",
|
|
6381
6562
|
"type": "object",
|
|
6382
6563
|
"properties": {
|
|
6383
6564
|
"required": {
|
|
@@ -6406,10 +6587,10 @@
|
|
|
6406
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.",
|
|
6407
6588
|
"anyOf": [
|
|
6408
6589
|
{
|
|
6409
|
-
"title": "ISO8601 String",
|
|
6410
6590
|
"type": "string",
|
|
6411
6591
|
"format": "date-time",
|
|
6412
|
-
"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"
|
|
6413
6594
|
},
|
|
6414
6595
|
{
|
|
6415
6596
|
"title": "Date"
|
|
@@ -6426,10 +6607,10 @@
|
|
|
6426
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.",
|
|
6427
6608
|
"anyOf": [
|
|
6428
6609
|
{
|
|
6429
|
-
"title": "ISO8601 String",
|
|
6430
6610
|
"type": "string",
|
|
6431
6611
|
"format": "date-time",
|
|
6432
|
-
"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"
|
|
6433
6614
|
},
|
|
6434
6615
|
{
|
|
6435
6616
|
"title": "Date"
|
|
@@ -6444,6 +6625,7 @@
|
|
|
6444
6625
|
}
|
|
6445
6626
|
},
|
|
6446
6627
|
"additionalProperties": false,
|
|
6628
|
+
"description": "Options that are specific to Date Inputs.",
|
|
6447
6629
|
"markdownDescription": "Options that are specific to Date Inputs."
|
|
6448
6630
|
}
|
|
6449
6631
|
},
|
|
@@ -6451,10 +6633,11 @@
|
|
|
6451
6633
|
"type"
|
|
6452
6634
|
],
|
|
6453
6635
|
"additionalProperties": false,
|
|
6636
|
+
"title": "Date Input",
|
|
6637
|
+
"description": "Provides an editing interface for date and/or time values.",
|
|
6454
6638
|
"markdownDescription": "Provides an editing interface for date and/or time values."
|
|
6455
6639
|
},
|
|
6456
6640
|
"type.timezone": {
|
|
6457
|
-
"title": "Timezone",
|
|
6458
6641
|
"type": "string",
|
|
6459
6642
|
"enum": [
|
|
6460
6643
|
"Africa/Abidjan",
|
|
@@ -7052,11 +7235,10 @@
|
|
|
7052
7235
|
"W-SU",
|
|
7053
7236
|
"WET",
|
|
7054
7237
|
"Zulu"
|
|
7055
|
-
]
|
|
7238
|
+
],
|
|
7239
|
+
"title": "Timezone"
|
|
7056
7240
|
},
|
|
7057
7241
|
"TimeInput": {
|
|
7058
|
-
"title": "Time Input",
|
|
7059
|
-
"description": "Provides an editing interface for time values only.",
|
|
7060
7242
|
"type": "object",
|
|
7061
7243
|
"properties": {
|
|
7062
7244
|
"comment": {
|
|
@@ -7097,14 +7279,13 @@
|
|
|
7097
7279
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7098
7280
|
},
|
|
7099
7281
|
"type": {
|
|
7100
|
-
"title": "Type",
|
|
7101
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7102
7282
|
"type": "string",
|
|
7103
7283
|
"const": "time",
|
|
7284
|
+
"title": "Type",
|
|
7285
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7104
7286
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7105
7287
|
},
|
|
7106
7288
|
"options": {
|
|
7107
|
-
"description": "Options that are specific to Time Inputs.",
|
|
7108
7289
|
"type": "object",
|
|
7109
7290
|
"properties": {
|
|
7110
7291
|
"required": {
|
|
@@ -7122,6 +7303,7 @@
|
|
|
7122
7303
|
}
|
|
7123
7304
|
},
|
|
7124
7305
|
"additionalProperties": false,
|
|
7306
|
+
"description": "Options that are specific to Time Inputs.",
|
|
7125
7307
|
"markdownDescription": "Options that are specific to Time Inputs."
|
|
7126
7308
|
}
|
|
7127
7309
|
},
|
|
@@ -7129,11 +7311,11 @@
|
|
|
7129
7311
|
"type"
|
|
7130
7312
|
],
|
|
7131
7313
|
"additionalProperties": false,
|
|
7314
|
+
"title": "Time Input",
|
|
7315
|
+
"description": "Provides an editing interface for time values only.",
|
|
7132
7316
|
"markdownDescription": "Provides an editing interface for time values only."
|
|
7133
7317
|
},
|
|
7134
7318
|
"FileInput": {
|
|
7135
|
-
"title": "File Input",
|
|
7136
|
-
"description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
|
|
7137
7319
|
"type": "object",
|
|
7138
7320
|
"properties": {
|
|
7139
7321
|
"comment": {
|
|
@@ -7174,18 +7356,17 @@
|
|
|
7174
7356
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7175
7357
|
},
|
|
7176
7358
|
"type": {
|
|
7177
|
-
"title": "Type",
|
|
7178
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7179
7359
|
"type": "string",
|
|
7180
7360
|
"enum": [
|
|
7181
7361
|
"file",
|
|
7182
7362
|
"document",
|
|
7183
7363
|
"image"
|
|
7184
7364
|
],
|
|
7365
|
+
"title": "Type",
|
|
7366
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7185
7367
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7186
7368
|
},
|
|
7187
7369
|
"options": {
|
|
7188
|
-
"description": "Options that are specific to File Inputs.",
|
|
7189
7370
|
"type": "object",
|
|
7190
7371
|
"properties": {
|
|
7191
7372
|
"mime_type": {
|
|
@@ -7227,6 +7408,33 @@
|
|
|
7227
7408
|
"min_length_message": {
|
|
7228
7409
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7229
7410
|
},
|
|
7411
|
+
"max_words": {
|
|
7412
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
7413
|
+
},
|
|
7414
|
+
"max_words_message": {
|
|
7415
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
7416
|
+
},
|
|
7417
|
+
"min_words": {
|
|
7418
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
7419
|
+
},
|
|
7420
|
+
"min_words_message": {
|
|
7421
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
7422
|
+
},
|
|
7423
|
+
"max_graphemes": {
|
|
7424
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
7425
|
+
},
|
|
7426
|
+
"max_graphemes_message": {
|
|
7427
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
7428
|
+
},
|
|
7429
|
+
"min_graphemes": {
|
|
7430
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
7431
|
+
},
|
|
7432
|
+
"min_graphemes_message": {
|
|
7433
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
7434
|
+
},
|
|
7435
|
+
"locale": {
|
|
7436
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
7437
|
+
},
|
|
7230
7438
|
"pattern": {
|
|
7231
7439
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7232
7440
|
},
|
|
@@ -7276,6 +7484,7 @@
|
|
|
7276
7484
|
}
|
|
7277
7485
|
},
|
|
7278
7486
|
"additionalProperties": false,
|
|
7487
|
+
"description": "Options that are specific to File Inputs.",
|
|
7279
7488
|
"markdownDescription": "Options that are specific to File Inputs."
|
|
7280
7489
|
}
|
|
7281
7490
|
},
|
|
@@ -7283,28 +7492,28 @@
|
|
|
7283
7492
|
"type"
|
|
7284
7493
|
],
|
|
7285
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.",
|
|
7286
7497
|
"markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
|
|
7287
7498
|
},
|
|
7288
7499
|
"type._inputs.*.options.accepts_mime_types": {
|
|
7289
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.",
|
|
7290
7501
|
"anyOf": [
|
|
7291
7502
|
{
|
|
7292
|
-
"
|
|
7293
|
-
"
|
|
7503
|
+
"type": "string",
|
|
7504
|
+
"title": "Comma Separated"
|
|
7294
7505
|
},
|
|
7295
7506
|
{
|
|
7296
|
-
"title": "Array",
|
|
7297
7507
|
"type": "array",
|
|
7298
7508
|
"items": {
|
|
7299
7509
|
"$ref": "#/definitions/MimeType"
|
|
7300
|
-
}
|
|
7510
|
+
},
|
|
7511
|
+
"title": "Array"
|
|
7301
7512
|
}
|
|
7302
7513
|
],
|
|
7303
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."
|
|
7304
7515
|
},
|
|
7305
7516
|
"MimeType": {
|
|
7306
|
-
"title": "Mime Type",
|
|
7307
|
-
"description": "MIME type identifiers for file type validation and handling in CloudCannon.",
|
|
7308
7517
|
"type": "string",
|
|
7309
7518
|
"enum": [
|
|
7310
7519
|
"x-world/x-3dmf",
|
|
@@ -7741,6 +7950,8 @@
|
|
|
7741
7950
|
"multipart/x-zip",
|
|
7742
7951
|
"text/x-script.zsh"
|
|
7743
7952
|
],
|
|
7953
|
+
"title": "Mime Type",
|
|
7954
|
+
"description": "MIME type identifiers for file type validation and handling in CloudCannon.",
|
|
7744
7955
|
"markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
|
|
7745
7956
|
},
|
|
7746
7957
|
"type._inputs.*.options.max_file_size": {
|
|
@@ -7772,8 +7983,6 @@
|
|
|
7772
7983
|
"markdownDescription": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window."
|
|
7773
7984
|
},
|
|
7774
7985
|
"UrlInput": {
|
|
7775
|
-
"title": "URL Input",
|
|
7776
|
-
"description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
|
|
7777
7986
|
"type": "object",
|
|
7778
7987
|
"properties": {
|
|
7779
7988
|
"comment": {
|
|
@@ -7814,14 +8023,13 @@
|
|
|
7814
8023
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7815
8024
|
},
|
|
7816
8025
|
"type": {
|
|
7817
|
-
"title": "Type",
|
|
7818
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7819
8026
|
"type": "string",
|
|
7820
8027
|
"const": "url",
|
|
8028
|
+
"title": "Type",
|
|
8029
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7821
8030
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7822
8031
|
},
|
|
7823
8032
|
"options": {
|
|
7824
|
-
"description": "Options that are specific to URL Inputs.",
|
|
7825
8033
|
"type": "object",
|
|
7826
8034
|
"properties": {
|
|
7827
8035
|
"mime_type": {
|
|
@@ -7863,6 +8071,33 @@
|
|
|
7863
8071
|
"min_length_message": {
|
|
7864
8072
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7865
8073
|
},
|
|
8074
|
+
"max_words": {
|
|
8075
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
8076
|
+
},
|
|
8077
|
+
"max_words_message": {
|
|
8078
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
8079
|
+
},
|
|
8080
|
+
"min_words": {
|
|
8081
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
8082
|
+
},
|
|
8083
|
+
"min_words_message": {
|
|
8084
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
8085
|
+
},
|
|
8086
|
+
"max_graphemes": {
|
|
8087
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
8088
|
+
},
|
|
8089
|
+
"max_graphemes_message": {
|
|
8090
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
8091
|
+
},
|
|
8092
|
+
"min_graphemes": {
|
|
8093
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
8094
|
+
},
|
|
8095
|
+
"min_graphemes_message": {
|
|
8096
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
8097
|
+
},
|
|
8098
|
+
"locale": {
|
|
8099
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
8100
|
+
},
|
|
7866
8101
|
"pattern": {
|
|
7867
8102
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7868
8103
|
},
|
|
@@ -7936,6 +8171,7 @@
|
|
|
7936
8171
|
}
|
|
7937
8172
|
},
|
|
7938
8173
|
"additionalProperties": false,
|
|
8174
|
+
"description": "Options that are specific to URL Inputs.",
|
|
7939
8175
|
"markdownDescription": "Options that are specific to URL Inputs."
|
|
7940
8176
|
}
|
|
7941
8177
|
},
|
|
@@ -7943,11 +8179,11 @@
|
|
|
7943
8179
|
"type"
|
|
7944
8180
|
],
|
|
7945
8181
|
"additionalProperties": false,
|
|
8182
|
+
"title": "URL Input",
|
|
8183
|
+
"description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
|
|
7946
8184
|
"markdownDescription": "Provides an editing interface for relative, absolute, and fully qualified URLs."
|
|
7947
8185
|
},
|
|
7948
8186
|
"SelectInput": {
|
|
7949
|
-
"title": "Select Input",
|
|
7950
|
-
"description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
|
|
7951
8187
|
"type": "object",
|
|
7952
8188
|
"properties": {
|
|
7953
8189
|
"comment": {
|
|
@@ -7988,14 +8224,13 @@
|
|
|
7988
8224
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7989
8225
|
},
|
|
7990
8226
|
"type": {
|
|
7991
|
-
"title": "Type",
|
|
7992
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7993
8227
|
"type": "string",
|
|
7994
8228
|
"const": "select",
|
|
8229
|
+
"title": "Type",
|
|
8230
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7995
8231
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7996
8232
|
},
|
|
7997
8233
|
"options": {
|
|
7998
|
-
"description": "Options that are specific to Select Inputs.",
|
|
7999
8234
|
"type": "object",
|
|
8000
8235
|
"properties": {
|
|
8001
8236
|
"required": {
|
|
@@ -8048,6 +8283,33 @@
|
|
|
8048
8283
|
"min_length_message": {
|
|
8049
8284
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8050
8285
|
},
|
|
8286
|
+
"max_words": {
|
|
8287
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
8288
|
+
},
|
|
8289
|
+
"max_words_message": {
|
|
8290
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
8291
|
+
},
|
|
8292
|
+
"min_words": {
|
|
8293
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
8294
|
+
},
|
|
8295
|
+
"min_words_message": {
|
|
8296
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
8297
|
+
},
|
|
8298
|
+
"max_graphemes": {
|
|
8299
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
8300
|
+
},
|
|
8301
|
+
"max_graphemes_message": {
|
|
8302
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
8303
|
+
},
|
|
8304
|
+
"min_graphemes": {
|
|
8305
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
8306
|
+
},
|
|
8307
|
+
"min_graphemes_message": {
|
|
8308
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
8309
|
+
},
|
|
8310
|
+
"locale": {
|
|
8311
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
8312
|
+
},
|
|
8051
8313
|
"pattern": {
|
|
8052
8314
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8053
8315
|
},
|
|
@@ -8066,6 +8328,7 @@
|
|
|
8066
8328
|
}
|
|
8067
8329
|
},
|
|
8068
8330
|
"additionalProperties": false,
|
|
8331
|
+
"description": "Options that are specific to Select Inputs.",
|
|
8069
8332
|
"markdownDescription": "Options that are specific to Select Inputs."
|
|
8070
8333
|
}
|
|
8071
8334
|
},
|
|
@@ -8073,11 +8336,11 @@
|
|
|
8073
8336
|
"type"
|
|
8074
8337
|
],
|
|
8075
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.",
|
|
8076
8341
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
|
|
8077
8342
|
},
|
|
8078
8343
|
"type.preview": {
|
|
8079
|
-
"id": "type.preview",
|
|
8080
|
-
"title": "Preview",
|
|
8081
8344
|
"type": "object",
|
|
8082
8345
|
"properties": {
|
|
8083
8346
|
"text": {
|
|
@@ -8108,7 +8371,8 @@
|
|
|
8108
8371
|
"$ref": "#/definitions/type.preview.gallery"
|
|
8109
8372
|
}
|
|
8110
8373
|
},
|
|
8111
|
-
"additionalProperties": false
|
|
8374
|
+
"additionalProperties": false,
|
|
8375
|
+
"title": "Preview"
|
|
8112
8376
|
},
|
|
8113
8377
|
"type.preview.text": {
|
|
8114
8378
|
"allOf": [
|
|
@@ -8244,8 +8508,8 @@
|
|
|
8244
8508
|
"markdownDescription": "Allows new text values to be created at edit time."
|
|
8245
8509
|
},
|
|
8246
8510
|
"type._inputs.*.options.allow_empty": {
|
|
8511
|
+
"deprecated": true,
|
|
8247
8512
|
"description": "Provides an empty option alongside the options provided by values.",
|
|
8248
|
-
"default": true,
|
|
8249
8513
|
"type": "boolean",
|
|
8250
8514
|
"markdownDescription": "Provides an empty option alongside the options provided by values."
|
|
8251
8515
|
},
|
|
@@ -8253,33 +8517,31 @@
|
|
|
8253
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).",
|
|
8254
8518
|
"anyOf": [
|
|
8255
8519
|
{
|
|
8520
|
+
"type": "string",
|
|
8256
8521
|
"title": "Dataset Reference",
|
|
8257
8522
|
"description": "Reference to a dataset.",
|
|
8258
|
-
"type": "string",
|
|
8259
8523
|
"markdownDescription": "Reference to a dataset."
|
|
8260
8524
|
},
|
|
8261
8525
|
{
|
|
8262
|
-
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
8263
8526
|
"anyOf": [
|
|
8264
8527
|
{
|
|
8265
|
-
"title": "Text Array",
|
|
8266
8528
|
"type": "array",
|
|
8267
8529
|
"items": {
|
|
8268
8530
|
"type": "string"
|
|
8269
|
-
}
|
|
8531
|
+
},
|
|
8532
|
+
"title": "Text Array"
|
|
8270
8533
|
},
|
|
8271
8534
|
{
|
|
8272
|
-
"title": "Text Object",
|
|
8273
8535
|
"type": "object",
|
|
8274
8536
|
"propertyNames": {
|
|
8275
8537
|
"type": "string"
|
|
8276
8538
|
},
|
|
8277
8539
|
"additionalProperties": {
|
|
8278
8540
|
"type": "string"
|
|
8279
|
-
}
|
|
8541
|
+
},
|
|
8542
|
+
"title": "Text Object"
|
|
8280
8543
|
},
|
|
8281
8544
|
{
|
|
8282
|
-
"title": "Object Array",
|
|
8283
8545
|
"type": "array",
|
|
8284
8546
|
"items": {
|
|
8285
8547
|
"type": "object",
|
|
@@ -8287,17 +8549,19 @@
|
|
|
8287
8549
|
"type": "string"
|
|
8288
8550
|
},
|
|
8289
8551
|
"additionalProperties": {}
|
|
8290
|
-
}
|
|
8552
|
+
},
|
|
8553
|
+
"title": "Object Array"
|
|
8291
8554
|
},
|
|
8292
8555
|
{
|
|
8293
|
-
"title": "Object",
|
|
8294
8556
|
"type": "object",
|
|
8295
8557
|
"propertyNames": {
|
|
8296
8558
|
"type": "string"
|
|
8297
8559
|
},
|
|
8298
|
-
"additionalProperties": {}
|
|
8560
|
+
"additionalProperties": {},
|
|
8561
|
+
"title": "Object"
|
|
8299
8562
|
}
|
|
8300
8563
|
],
|
|
8564
|
+
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
8301
8565
|
"markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
|
|
8302
8566
|
}
|
|
8303
8567
|
],
|
|
@@ -8331,8 +8595,6 @@
|
|
|
8331
8595
|
"markdownDescription": "Controls how selectable options are rendered."
|
|
8332
8596
|
},
|
|
8333
8597
|
"MultiselectInput": {
|
|
8334
|
-
"title": "Multiselect Input",
|
|
8335
|
-
"description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
|
|
8336
8598
|
"type": "object",
|
|
8337
8599
|
"properties": {
|
|
8338
8600
|
"comment": {
|
|
@@ -8373,14 +8635,13 @@
|
|
|
8373
8635
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8374
8636
|
},
|
|
8375
8637
|
"type": {
|
|
8376
|
-
"title": "Type",
|
|
8377
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8378
8638
|
"type": "string",
|
|
8379
8639
|
"const": "multiselect",
|
|
8640
|
+
"title": "Type",
|
|
8641
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8380
8642
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8381
8643
|
},
|
|
8382
8644
|
"options": {
|
|
8383
|
-
"description": "Options that are specific to Multiselect Inputs.",
|
|
8384
8645
|
"type": "object",
|
|
8385
8646
|
"properties": {
|
|
8386
8647
|
"required": {
|
|
@@ -8448,6 +8709,7 @@
|
|
|
8448
8709
|
}
|
|
8449
8710
|
},
|
|
8450
8711
|
"additionalProperties": false,
|
|
8712
|
+
"description": "Options that are specific to Multiselect Inputs.",
|
|
8451
8713
|
"markdownDescription": "Options that are specific to Multiselect Inputs."
|
|
8452
8714
|
}
|
|
8453
8715
|
},
|
|
@@ -8455,6 +8717,8 @@
|
|
|
8455
8717
|
"type"
|
|
8456
8718
|
],
|
|
8457
8719
|
"additionalProperties": false,
|
|
8720
|
+
"title": "Multiselect Input",
|
|
8721
|
+
"description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
|
|
8458
8722
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
|
|
8459
8723
|
},
|
|
8460
8724
|
"type._inputs.*.options.max_items": {
|
|
@@ -8488,8 +8752,8 @@
|
|
|
8488
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`."
|
|
8489
8753
|
},
|
|
8490
8754
|
"type._inputs.*.options.empty_type(array)": {
|
|
8491
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8492
8755
|
"default": "null",
|
|
8756
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8493
8757
|
"type": "string",
|
|
8494
8758
|
"enum": [
|
|
8495
8759
|
"null",
|
|
@@ -8498,8 +8762,6 @@
|
|
|
8498
8762
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
8499
8763
|
},
|
|
8500
8764
|
"ChoiceInput": {
|
|
8501
|
-
"title": "Choice Input",
|
|
8502
|
-
"description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
|
|
8503
8765
|
"type": "object",
|
|
8504
8766
|
"properties": {
|
|
8505
8767
|
"comment": {
|
|
@@ -8540,14 +8802,13 @@
|
|
|
8540
8802
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8541
8803
|
},
|
|
8542
8804
|
"type": {
|
|
8543
|
-
"title": "Type",
|
|
8544
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8545
8805
|
"type": "string",
|
|
8546
8806
|
"const": "choice",
|
|
8807
|
+
"title": "Type",
|
|
8808
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8547
8809
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8548
8810
|
},
|
|
8549
8811
|
"options": {
|
|
8550
|
-
"description": "Options that are specific to Choice Inputs.",
|
|
8551
8812
|
"type": "object",
|
|
8552
8813
|
"properties": {
|
|
8553
8814
|
"required": {
|
|
@@ -8597,6 +8858,33 @@
|
|
|
8597
8858
|
"min_length_message": {
|
|
8598
8859
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8599
8860
|
},
|
|
8861
|
+
"max_words": {
|
|
8862
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
8863
|
+
},
|
|
8864
|
+
"max_words_message": {
|
|
8865
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
8866
|
+
},
|
|
8867
|
+
"min_words": {
|
|
8868
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
8869
|
+
},
|
|
8870
|
+
"min_words_message": {
|
|
8871
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
8872
|
+
},
|
|
8873
|
+
"max_graphemes": {
|
|
8874
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
8875
|
+
},
|
|
8876
|
+
"max_graphemes_message": {
|
|
8877
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
8878
|
+
},
|
|
8879
|
+
"min_graphemes": {
|
|
8880
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
8881
|
+
},
|
|
8882
|
+
"min_graphemes_message": {
|
|
8883
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
8884
|
+
},
|
|
8885
|
+
"locale": {
|
|
8886
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
8887
|
+
},
|
|
8600
8888
|
"pattern": {
|
|
8601
8889
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8602
8890
|
},
|
|
@@ -8615,6 +8903,7 @@
|
|
|
8615
8903
|
}
|
|
8616
8904
|
},
|
|
8617
8905
|
"additionalProperties": false,
|
|
8906
|
+
"description": "Options that are specific to Choice Inputs.",
|
|
8618
8907
|
"markdownDescription": "Options that are specific to Choice Inputs."
|
|
8619
8908
|
}
|
|
8620
8909
|
},
|
|
@@ -8622,11 +8911,11 @@
|
|
|
8622
8911
|
"type"
|
|
8623
8912
|
],
|
|
8624
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.",
|
|
8625
8916
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value."
|
|
8626
8917
|
},
|
|
8627
8918
|
"MultichoiceInput": {
|
|
8628
|
-
"title": "Multichoice Input",
|
|
8629
|
-
"description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
|
|
8630
8919
|
"type": "object",
|
|
8631
8920
|
"properties": {
|
|
8632
8921
|
"comment": {
|
|
@@ -8667,14 +8956,13 @@
|
|
|
8667
8956
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8668
8957
|
},
|
|
8669
8958
|
"type": {
|
|
8670
|
-
"title": "Type",
|
|
8671
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8672
8959
|
"type": "string",
|
|
8673
8960
|
"const": "multichoice",
|
|
8961
|
+
"title": "Type",
|
|
8962
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8674
8963
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8675
8964
|
},
|
|
8676
8965
|
"options": {
|
|
8677
|
-
"description": "Options that are specific to Multichoice Inputs.",
|
|
8678
8966
|
"type": "object",
|
|
8679
8967
|
"properties": {
|
|
8680
8968
|
"required": {
|
|
@@ -8739,6 +9027,7 @@
|
|
|
8739
9027
|
}
|
|
8740
9028
|
},
|
|
8741
9029
|
"additionalProperties": false,
|
|
9030
|
+
"description": "Options that are specific to Multichoice Inputs.",
|
|
8742
9031
|
"markdownDescription": "Options that are specific to Multichoice Inputs."
|
|
8743
9032
|
}
|
|
8744
9033
|
},
|
|
@@ -8746,11 +9035,11 @@
|
|
|
8746
9035
|
"type"
|
|
8747
9036
|
],
|
|
8748
9037
|
"additionalProperties": false,
|
|
9038
|
+
"title": "Multichoice Input",
|
|
9039
|
+
"description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
|
|
8749
9040
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values."
|
|
8750
9041
|
},
|
|
8751
9042
|
"ObjectInput": {
|
|
8752
|
-
"title": "Object Input",
|
|
8753
|
-
"description": "Provides a user interface for a group of inputs.",
|
|
8754
9043
|
"type": "object",
|
|
8755
9044
|
"properties": {
|
|
8756
9045
|
"comment": {
|
|
@@ -8791,14 +9080,13 @@
|
|
|
8791
9080
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8792
9081
|
},
|
|
8793
9082
|
"type": {
|
|
8794
|
-
"title": "Type",
|
|
8795
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8796
9083
|
"type": "string",
|
|
8797
9084
|
"const": "object",
|
|
9085
|
+
"title": "Type",
|
|
9086
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8798
9087
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8799
9088
|
},
|
|
8800
9089
|
"options": {
|
|
8801
|
-
"description": "Options that are specific to Object Inputs.",
|
|
8802
9090
|
"type": "object",
|
|
8803
9091
|
"properties": {
|
|
8804
9092
|
"required": {
|
|
@@ -8965,6 +9253,7 @@
|
|
|
8965
9253
|
}
|
|
8966
9254
|
},
|
|
8967
9255
|
"additionalProperties": false,
|
|
9256
|
+
"description": "Options that are specific to Object Inputs.",
|
|
8968
9257
|
"markdownDescription": "Options that are specific to Object Inputs."
|
|
8969
9258
|
}
|
|
8970
9259
|
},
|
|
@@ -8972,11 +9261,13 @@
|
|
|
8972
9261
|
"type"
|
|
8973
9262
|
],
|
|
8974
9263
|
"additionalProperties": false,
|
|
9264
|
+
"title": "Object Input",
|
|
9265
|
+
"description": "Provides a user interface for a group of inputs.",
|
|
8975
9266
|
"markdownDescription": "Provides a user interface for a group of inputs."
|
|
8976
9267
|
},
|
|
8977
9268
|
"type._inputs.*.options.empty_type(object)": {
|
|
8978
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8979
9269
|
"default": "null",
|
|
9270
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8980
9271
|
"type": "string",
|
|
8981
9272
|
"enum": [
|
|
8982
9273
|
"null",
|
|
@@ -8985,14 +9276,12 @@
|
|
|
8985
9276
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
8986
9277
|
},
|
|
8987
9278
|
"type.structure-reference": {
|
|
9279
|
+
"type": "string",
|
|
8988
9280
|
"title": "Structure Reference",
|
|
8989
9281
|
"description": "A reference to an existing structure.",
|
|
8990
|
-
"type": "string",
|
|
8991
9282
|
"markdownDescription": "A reference to an existing structure."
|
|
8992
9283
|
},
|
|
8993
9284
|
"type.structure": {
|
|
8994
|
-
"title": "Structure",
|
|
8995
|
-
"description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
|
|
8996
9285
|
"type": "object",
|
|
8997
9286
|
"properties": {
|
|
8998
9287
|
"reorder_inputs": {
|
|
@@ -9020,11 +9309,11 @@
|
|
|
9020
9309
|
"markdownDescription": "If checked, extra inputs are removed when editing. Defaults to true."
|
|
9021
9310
|
},
|
|
9022
9311
|
"values": {
|
|
9023
|
-
"description": "Defines what values are available to add when using this structure.",
|
|
9024
9312
|
"type": "array",
|
|
9025
9313
|
"items": {
|
|
9026
9314
|
"$ref": "#/definitions/type.structure.values.[*]"
|
|
9027
9315
|
},
|
|
9316
|
+
"description": "Defines what values are available to add when using this structure.",
|
|
9028
9317
|
"markdownDescription": "Defines what values are available to add when using this structure."
|
|
9029
9318
|
},
|
|
9030
9319
|
"values_from_glob": {
|
|
@@ -9054,11 +9343,11 @@
|
|
|
9054
9343
|
"values"
|
|
9055
9344
|
],
|
|
9056
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.",
|
|
9057
9348
|
"markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
|
|
9058
9349
|
},
|
|
9059
9350
|
"type.structure.values.[*]": {
|
|
9060
|
-
"title": "Structure Value",
|
|
9061
|
-
"description": "A single value option within a structure, defining the data format and appearance for content editors.",
|
|
9062
9351
|
"type": "object",
|
|
9063
9352
|
"properties": {
|
|
9064
9353
|
"reorder_inputs": {
|
|
@@ -9251,6 +9540,8 @@
|
|
|
9251
9540
|
"value"
|
|
9252
9541
|
],
|
|
9253
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.",
|
|
9254
9545
|
"markdownDescription": "A single value option within a structure, defining the data format and appearance for content editors."
|
|
9255
9546
|
},
|
|
9256
9547
|
"type._inputs_from_glob": {
|
|
@@ -9260,34 +9551,30 @@
|
|
|
9260
9551
|
}
|
|
9261
9552
|
},
|
|
9262
9553
|
"type._select_data": {
|
|
9263
|
-
"title": "Select Data",
|
|
9264
|
-
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
9265
9554
|
"type": "object",
|
|
9266
9555
|
"propertyNames": {
|
|
9267
9556
|
"type": "string"
|
|
9268
9557
|
},
|
|
9269
9558
|
"additionalProperties": {
|
|
9270
|
-
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
9271
9559
|
"anyOf": [
|
|
9272
9560
|
{
|
|
9273
|
-
"title": "Text Array",
|
|
9274
9561
|
"type": "array",
|
|
9275
9562
|
"items": {
|
|
9276
9563
|
"type": "string"
|
|
9277
|
-
}
|
|
9564
|
+
},
|
|
9565
|
+
"title": "Text Array"
|
|
9278
9566
|
},
|
|
9279
9567
|
{
|
|
9280
|
-
"title": "Text Object",
|
|
9281
9568
|
"type": "object",
|
|
9282
9569
|
"propertyNames": {
|
|
9283
9570
|
"type": "string"
|
|
9284
9571
|
},
|
|
9285
9572
|
"additionalProperties": {
|
|
9286
9573
|
"type": "string"
|
|
9287
|
-
}
|
|
9574
|
+
},
|
|
9575
|
+
"title": "Text Object"
|
|
9288
9576
|
},
|
|
9289
9577
|
{
|
|
9290
|
-
"title": "Object Array",
|
|
9291
9578
|
"type": "array",
|
|
9292
9579
|
"items": {
|
|
9293
9580
|
"type": "object",
|
|
@@ -9295,24 +9582,26 @@
|
|
|
9295
9582
|
"type": "string"
|
|
9296
9583
|
},
|
|
9297
9584
|
"additionalProperties": {}
|
|
9298
|
-
}
|
|
9585
|
+
},
|
|
9586
|
+
"title": "Object Array"
|
|
9299
9587
|
},
|
|
9300
9588
|
{
|
|
9301
|
-
"title": "Object",
|
|
9302
9589
|
"type": "object",
|
|
9303
9590
|
"propertyNames": {
|
|
9304
9591
|
"type": "string"
|
|
9305
9592
|
},
|
|
9306
|
-
"additionalProperties": {}
|
|
9593
|
+
"additionalProperties": {},
|
|
9594
|
+
"title": "Object"
|
|
9307
9595
|
}
|
|
9308
9596
|
],
|
|
9597
|
+
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
9309
9598
|
"markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
|
|
9310
9599
|
},
|
|
9600
|
+
"title": "Select Data",
|
|
9601
|
+
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
9311
9602
|
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs."
|
|
9312
9603
|
},
|
|
9313
9604
|
"type._structures": {
|
|
9314
|
-
"title": "Structures",
|
|
9315
|
-
"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.",
|
|
9316
9605
|
"type": "object",
|
|
9317
9606
|
"propertyNames": {
|
|
9318
9607
|
"type": "string"
|
|
@@ -9320,6 +9609,8 @@
|
|
|
9320
9609
|
"additionalProperties": {
|
|
9321
9610
|
"$ref": "#/definitions/type.structure"
|
|
9322
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.",
|
|
9323
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."
|
|
9324
9615
|
},
|
|
9325
9616
|
"type._structures_from_glob": {
|
|
@@ -9334,8 +9625,6 @@
|
|
|
9334
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."
|
|
9335
9626
|
},
|
|
9336
9627
|
"ArrayInput": {
|
|
9337
|
-
"title": "Array Input",
|
|
9338
|
-
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
9339
9628
|
"type": "object",
|
|
9340
9629
|
"properties": {
|
|
9341
9630
|
"comment": {
|
|
@@ -9376,14 +9665,13 @@
|
|
|
9376
9665
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9377
9666
|
},
|
|
9378
9667
|
"type": {
|
|
9379
|
-
"title": "Type",
|
|
9380
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9381
9668
|
"type": "string",
|
|
9382
9669
|
"const": "array",
|
|
9670
|
+
"title": "Type",
|
|
9671
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9383
9672
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
9384
9673
|
},
|
|
9385
9674
|
"options": {
|
|
9386
|
-
"description": "Options that are specific to Array Inputs.",
|
|
9387
9675
|
"type": "object",
|
|
9388
9676
|
"properties": {
|
|
9389
9677
|
"required": {
|
|
@@ -9440,6 +9728,7 @@
|
|
|
9440
9728
|
}
|
|
9441
9729
|
},
|
|
9442
9730
|
"additionalProperties": false,
|
|
9731
|
+
"description": "Options that are specific to Array Inputs.",
|
|
9443
9732
|
"markdownDescription": "Options that are specific to Array Inputs."
|
|
9444
9733
|
}
|
|
9445
9734
|
},
|
|
@@ -9447,6 +9736,8 @@
|
|
|
9447
9736
|
"type"
|
|
9448
9737
|
],
|
|
9449
9738
|
"additionalProperties": false,
|
|
9739
|
+
"title": "Array Input",
|
|
9740
|
+
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
9450
9741
|
"markdownDescription": "Provides a user interface for lists of inputs or input groups."
|
|
9451
9742
|
},
|
|
9452
9743
|
"ArrayInput.disable_add": {
|
|
@@ -9468,9 +9759,6 @@
|
|
|
9468
9759
|
"markdownDescription": "Hides the controls on each item for moving them."
|
|
9469
9760
|
},
|
|
9470
9761
|
"AutoInput": {
|
|
9471
|
-
"title": "Automatic Input",
|
|
9472
|
-
"description": "Provides a default user interface based on the data contained.",
|
|
9473
|
-
"excludeFromDocumentation": true,
|
|
9474
9762
|
"type": "object",
|
|
9475
9763
|
"properties": {
|
|
9476
9764
|
"comment": {
|
|
@@ -9511,10 +9799,10 @@
|
|
|
9511
9799
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9512
9800
|
},
|
|
9513
9801
|
"type": {
|
|
9514
|
-
"title": "Type",
|
|
9515
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9516
9802
|
"type": "string",
|
|
9517
9803
|
"const": "auto",
|
|
9804
|
+
"title": "Type",
|
|
9805
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9518
9806
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
9519
9807
|
},
|
|
9520
9808
|
"options": {
|
|
@@ -9526,12 +9814,12 @@
|
|
|
9526
9814
|
"type"
|
|
9527
9815
|
],
|
|
9528
9816
|
"additionalProperties": false,
|
|
9817
|
+
"title": "Automatic Input",
|
|
9818
|
+
"description": "Provides a default user interface based on the data contained.",
|
|
9819
|
+
"excludeFromDocumentation": true,
|
|
9529
9820
|
"markdownDescription": "Provides a default user interface based on the data contained."
|
|
9530
9821
|
},
|
|
9531
9822
|
"UnknownInput": {
|
|
9532
|
-
"title": "Unknown Input",
|
|
9533
|
-
"description": "Provides a default user interface based on the data contained.",
|
|
9534
|
-
"excludeFromDocumentation": true,
|
|
9535
9823
|
"type": "object",
|
|
9536
9824
|
"properties": {
|
|
9537
9825
|
"comment": {
|
|
@@ -9577,6 +9865,9 @@
|
|
|
9577
9865
|
}
|
|
9578
9866
|
},
|
|
9579
9867
|
"additionalProperties": false,
|
|
9868
|
+
"title": "Unknown Input",
|
|
9869
|
+
"description": "Provides a default user interface based on the data contained.",
|
|
9870
|
+
"excludeFromDocumentation": true,
|
|
9580
9871
|
"markdownDescription": "Provides a default user interface based on the data contained."
|
|
9581
9872
|
},
|
|
9582
9873
|
"type._enabled_editors": {
|
|
@@ -10024,7 +10315,6 @@
|
|
|
10024
10315
|
}
|
|
10025
10316
|
},
|
|
10026
10317
|
"parser": {
|
|
10027
|
-
"description": "Overrides the format files are read. Detected automatically from file extension if unset.",
|
|
10028
10318
|
"type": "string",
|
|
10029
10319
|
"enum": [
|
|
10030
10320
|
"csv",
|
|
@@ -10034,10 +10324,10 @@
|
|
|
10034
10324
|
"toml",
|
|
10035
10325
|
"yaml"
|
|
10036
10326
|
],
|
|
10327
|
+
"description": "Overrides the format files are read. Detected automatically from file extension if unset.",
|
|
10037
10328
|
"markdownDescription": "Overrides the format files are read. Detected automatically from file extension if unset."
|
|
10038
10329
|
},
|
|
10039
10330
|
"filter": {
|
|
10040
|
-
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
10041
10331
|
"anyOf": [
|
|
10042
10332
|
{
|
|
10043
10333
|
"type": "object",
|
|
@@ -10080,16 +10370,17 @@
|
|
|
10080
10370
|
]
|
|
10081
10371
|
}
|
|
10082
10372
|
],
|
|
10373
|
+
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
10083
10374
|
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection."
|
|
10084
10375
|
},
|
|
10085
10376
|
"singular_key": {
|
|
10086
|
-
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
10087
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.",
|
|
10088
10379
|
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs."
|
|
10089
10380
|
},
|
|
10090
10381
|
"output": {
|
|
10091
|
-
"description": "Specifies whether this collection's source files build to output files. Defaults to false.",
|
|
10092
10382
|
"type": "boolean",
|
|
10383
|
+
"description": "Specifies whether this collection's source files build to output files. Defaults to false.",
|
|
10093
10384
|
"markdownDescription": "Specifies whether this collection's source files build to output files. Defaults to false."
|
|
10094
10385
|
},
|
|
10095
10386
|
"collection_groups": {
|
|
@@ -10100,20 +10391,19 @@
|
|
|
10100
10391
|
}
|
|
10101
10392
|
},
|
|
10102
10393
|
"CollectionGroup": {
|
|
10103
|
-
"title": "Collection Group",
|
|
10104
10394
|
"type": "object",
|
|
10105
10395
|
"properties": {
|
|
10106
10396
|
"heading": {
|
|
10107
|
-
"description": "Short, descriptive label for this group of Collections.",
|
|
10108
10397
|
"type": "string",
|
|
10398
|
+
"description": "Short, descriptive label for this group of Collections.",
|
|
10109
10399
|
"markdownDescription": "Short, descriptive label for this group of Collections."
|
|
10110
10400
|
},
|
|
10111
10401
|
"collections": {
|
|
10112
|
-
"description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
|
|
10113
10402
|
"type": "array",
|
|
10114
10403
|
"items": {
|
|
10115
10404
|
"type": "string"
|
|
10116
10405
|
},
|
|
10406
|
+
"description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
|
|
10117
10407
|
"markdownDescription": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`."
|
|
10118
10408
|
}
|
|
10119
10409
|
},
|
|
@@ -10121,7 +10411,8 @@
|
|
|
10121
10411
|
"heading",
|
|
10122
10412
|
"collections"
|
|
10123
10413
|
],
|
|
10124
|
-
"additionalProperties": false
|
|
10414
|
+
"additionalProperties": false,
|
|
10415
|
+
"title": "Collection Group"
|
|
10125
10416
|
},
|
|
10126
10417
|
"base_url": {
|
|
10127
10418
|
"type": "string"
|
|
@@ -10136,20 +10427,20 @@
|
|
|
10136
10427
|
"type": "object",
|
|
10137
10428
|
"properties": {
|
|
10138
10429
|
"glob": {
|
|
10139
|
-
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
10140
10430
|
"anyOf": [
|
|
10141
10431
|
{
|
|
10142
|
-
"title": "Glob Array",
|
|
10143
10432
|
"type": "array",
|
|
10144
10433
|
"items": {
|
|
10145
10434
|
"type": "string"
|
|
10146
|
-
}
|
|
10435
|
+
},
|
|
10436
|
+
"title": "Glob Array"
|
|
10147
10437
|
},
|
|
10148
10438
|
{
|
|
10149
|
-
"
|
|
10150
|
-
"
|
|
10439
|
+
"type": "string",
|
|
10440
|
+
"title": "Glob"
|
|
10151
10441
|
}
|
|
10152
10442
|
],
|
|
10443
|
+
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
10153
10444
|
"markdownDescription": "The glob pattern(s) targeting a path to one or more files."
|
|
10154
10445
|
},
|
|
10155
10446
|
"_inputs": {
|
|
@@ -10251,8 +10542,6 @@
|
|
|
10251
10542
|
"commit_templates": {
|
|
10252
10543
|
"type": "array",
|
|
10253
10544
|
"items": {
|
|
10254
|
-
"title": "Commit Template",
|
|
10255
|
-
"description": "A template for commit messages when saving changes.",
|
|
10256
10545
|
"type": "object",
|
|
10257
10546
|
"properties": {
|
|
10258
10547
|
"label": {
|
|
@@ -10295,6 +10584,8 @@
|
|
|
10295
10584
|
}
|
|
10296
10585
|
},
|
|
10297
10586
|
"additionalProperties": false,
|
|
10587
|
+
"title": "Commit Template",
|
|
10588
|
+
"description": "A template for commit messages when saving changes.",
|
|
10298
10589
|
"markdownDescription": "A template for commit messages when saving changes."
|
|
10299
10590
|
}
|
|
10300
10591
|
},
|
|
@@ -10302,8 +10593,6 @@
|
|
|
10302
10593
|
"type": "string"
|
|
10303
10594
|
},
|
|
10304
10595
|
"markdown": {
|
|
10305
|
-
"title": "Markdown Settings",
|
|
10306
|
-
"description": "Configuration for Markdown processing engines and formatting options.",
|
|
10307
10596
|
"type": "object",
|
|
10308
10597
|
"properties": {
|
|
10309
10598
|
"engine": {
|
|
@@ -10430,7 +10719,6 @@
|
|
|
10430
10719
|
},
|
|
10431
10720
|
"attribute_elements": {
|
|
10432
10721
|
"description": "Define positioning behavior of Markdown attributes for different elements.",
|
|
10433
|
-
"title": "Markdown Attribute Element Options",
|
|
10434
10722
|
"type": "object",
|
|
10435
10723
|
"properties": {
|
|
10436
10724
|
"inline": {
|
|
@@ -10451,6 +10739,7 @@
|
|
|
10451
10739
|
"additionalProperties": {
|
|
10452
10740
|
"$ref": "#/definitions/AttributeListPosition"
|
|
10453
10741
|
},
|
|
10742
|
+
"title": "Markdown Attribute Element Options",
|
|
10454
10743
|
"markdownDescription": "Define positioning behavior of Markdown attributes for different elements."
|
|
10455
10744
|
}
|
|
10456
10745
|
},
|
|
@@ -10458,11 +10747,11 @@
|
|
|
10458
10747
|
}
|
|
10459
10748
|
},
|
|
10460
10749
|
"additionalProperties": false,
|
|
10750
|
+
"title": "Markdown Settings",
|
|
10751
|
+
"description": "Configuration for Markdown processing engines and formatting options.",
|
|
10461
10752
|
"markdownDescription": "Configuration for Markdown processing engines and formatting options."
|
|
10462
10753
|
},
|
|
10463
10754
|
"AttributeListPosition": {
|
|
10464
|
-
"title": "Attribute List Position",
|
|
10465
|
-
"description": "Positioning options for Markdown attribute elements.",
|
|
10466
10755
|
"type": "string",
|
|
10467
10756
|
"enum": [
|
|
10468
10757
|
"none",
|
|
@@ -10472,6 +10761,8 @@
|
|
|
10472
10761
|
"newline below",
|
|
10473
10762
|
"right-of-prefix"
|
|
10474
10763
|
],
|
|
10764
|
+
"title": "Attribute List Position",
|
|
10765
|
+
"description": "Positioning options for Markdown attribute elements.",
|
|
10475
10766
|
"markdownDescription": "Positioning options for Markdown attribute elements."
|
|
10476
10767
|
},
|
|
10477
10768
|
"type._snippets": {
|
|
@@ -10487,8 +10778,6 @@
|
|
|
10487
10778
|
"markdownDescription": "Configuration for custom snippets."
|
|
10488
10779
|
},
|
|
10489
10780
|
"type.snippet": {
|
|
10490
|
-
"title": "Snippet",
|
|
10491
|
-
"description": "A snippet configuration.",
|
|
10492
10781
|
"type": "object",
|
|
10493
10782
|
"properties": {
|
|
10494
10783
|
"_inputs": {
|
|
@@ -10593,7 +10882,6 @@
|
|
|
10593
10882
|
"additionalProperties": {
|
|
10594
10883
|
"anyOf": [
|
|
10595
10884
|
{
|
|
10596
|
-
"title": "Argument List Parser Config",
|
|
10597
10885
|
"type": "object",
|
|
10598
10886
|
"properties": {
|
|
10599
10887
|
"parser": {
|
|
@@ -10620,10 +10908,10 @@
|
|
|
10620
10908
|
"parser",
|
|
10621
10909
|
"options"
|
|
10622
10910
|
],
|
|
10623
|
-
"additionalProperties": false
|
|
10911
|
+
"additionalProperties": false,
|
|
10912
|
+
"title": "Argument List Parser Config"
|
|
10624
10913
|
},
|
|
10625
10914
|
{
|
|
10626
|
-
"title": "Argument Parser Config",
|
|
10627
10915
|
"type": "object",
|
|
10628
10916
|
"properties": {
|
|
10629
10917
|
"parser": {
|
|
@@ -10647,10 +10935,10 @@
|
|
|
10647
10935
|
"parser",
|
|
10648
10936
|
"options"
|
|
10649
10937
|
],
|
|
10650
|
-
"additionalProperties": false
|
|
10938
|
+
"additionalProperties": false,
|
|
10939
|
+
"title": "Argument Parser Config"
|
|
10651
10940
|
},
|
|
10652
10941
|
{
|
|
10653
|
-
"title": "Content Parser Config",
|
|
10654
10942
|
"type": "object",
|
|
10655
10943
|
"properties": {
|
|
10656
10944
|
"parser": {
|
|
@@ -10717,10 +11005,10 @@
|
|
|
10717
11005
|
"parser",
|
|
10718
11006
|
"options"
|
|
10719
11007
|
],
|
|
10720
|
-
"additionalProperties": false
|
|
11008
|
+
"additionalProperties": false,
|
|
11009
|
+
"title": "Content Parser Config"
|
|
10721
11010
|
},
|
|
10722
11011
|
{
|
|
10723
|
-
"title": "Key Value List Parser Config",
|
|
10724
11012
|
"type": "object",
|
|
10725
11013
|
"properties": {
|
|
10726
11014
|
"parser": {
|
|
@@ -10752,10 +11040,10 @@
|
|
|
10752
11040
|
"required": [
|
|
10753
11041
|
"parser"
|
|
10754
11042
|
],
|
|
10755
|
-
"additionalProperties": false
|
|
11043
|
+
"additionalProperties": false,
|
|
11044
|
+
"title": "Key Value List Parser Config"
|
|
10756
11045
|
},
|
|
10757
11046
|
{
|
|
10758
|
-
"title": "Literal Parser Config",
|
|
10759
11047
|
"type": "object",
|
|
10760
11048
|
"properties": {
|
|
10761
11049
|
"parser": {
|
|
@@ -10791,10 +11079,10 @@
|
|
|
10791
11079
|
"parser",
|
|
10792
11080
|
"options"
|
|
10793
11081
|
],
|
|
10794
|
-
"additionalProperties": false
|
|
11082
|
+
"additionalProperties": false,
|
|
11083
|
+
"title": "Literal Parser Config"
|
|
10795
11084
|
},
|
|
10796
11085
|
{
|
|
10797
|
-
"title": "Optional Parser Config",
|
|
10798
11086
|
"type": "object",
|
|
10799
11087
|
"properties": {
|
|
10800
11088
|
"parser": {
|
|
@@ -10821,10 +11109,10 @@
|
|
|
10821
11109
|
"parser",
|
|
10822
11110
|
"options"
|
|
10823
11111
|
],
|
|
10824
|
-
"additionalProperties": false
|
|
11112
|
+
"additionalProperties": false,
|
|
11113
|
+
"title": "Optional Parser Config"
|
|
10825
11114
|
},
|
|
10826
11115
|
{
|
|
10827
|
-
"title": "Repeating Literal Parser Config",
|
|
10828
11116
|
"type": "object",
|
|
10829
11117
|
"properties": {
|
|
10830
11118
|
"parser": {
|
|
@@ -10857,10 +11145,10 @@
|
|
|
10857
11145
|
"parser",
|
|
10858
11146
|
"options"
|
|
10859
11147
|
],
|
|
10860
|
-
"additionalProperties": false
|
|
11148
|
+
"additionalProperties": false,
|
|
11149
|
+
"title": "Repeating Literal Parser Config"
|
|
10861
11150
|
},
|
|
10862
11151
|
{
|
|
10863
|
-
"title": "Repeating Parser Config",
|
|
10864
11152
|
"type": "object",
|
|
10865
11153
|
"properties": {
|
|
10866
11154
|
"parser": {
|
|
@@ -10899,10 +11187,10 @@
|
|
|
10899
11187
|
"parser",
|
|
10900
11188
|
"options"
|
|
10901
11189
|
],
|
|
10902
|
-
"additionalProperties": false
|
|
11190
|
+
"additionalProperties": false,
|
|
11191
|
+
"title": "Repeating Parser Config"
|
|
10903
11192
|
},
|
|
10904
11193
|
{
|
|
10905
|
-
"title": "Wrapper Parser Config",
|
|
10906
11194
|
"type": "object",
|
|
10907
11195
|
"properties": {
|
|
10908
11196
|
"parser": {
|
|
@@ -10932,7 +11220,8 @@
|
|
|
10932
11220
|
"parser",
|
|
10933
11221
|
"options"
|
|
10934
11222
|
],
|
|
10935
|
-
"additionalProperties": false
|
|
11223
|
+
"additionalProperties": false,
|
|
11224
|
+
"title": "Wrapper Parser Config"
|
|
10936
11225
|
}
|
|
10937
11226
|
]
|
|
10938
11227
|
},
|
|
@@ -10940,6 +11229,8 @@
|
|
|
10940
11229
|
}
|
|
10941
11230
|
},
|
|
10942
11231
|
"additionalProperties": false,
|
|
11232
|
+
"title": "Snippet",
|
|
11233
|
+
"description": "A snippet configuration.",
|
|
10943
11234
|
"markdownDescription": "A snippet configuration."
|
|
10944
11235
|
},
|
|
10945
11236
|
"SnippetAlternateFormats": {
|
|
@@ -11177,7 +11468,6 @@
|
|
|
11177
11468
|
"additionalProperties": false
|
|
11178
11469
|
},
|
|
11179
11470
|
"type._snippets_imports": {
|
|
11180
|
-
"title": "Snippets Imports",
|
|
11181
11471
|
"type": "object",
|
|
11182
11472
|
"properties": {
|
|
11183
11473
|
"hugo": {
|
|
@@ -11205,7 +11495,8 @@
|
|
|
11205
11495
|
"$ref": "#/definitions/_snippets_imports.docusaurus_mdx"
|
|
11206
11496
|
}
|
|
11207
11497
|
},
|
|
11208
|
-
"additionalProperties": false
|
|
11498
|
+
"additionalProperties": false,
|
|
11499
|
+
"title": "Snippets Imports"
|
|
11209
11500
|
},
|
|
11210
11501
|
"_snippets_imports.hugo": {
|
|
11211
11502
|
"uniqueItems": true,
|
|
@@ -11214,7 +11505,6 @@
|
|
|
11214
11505
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11215
11506
|
},
|
|
11216
11507
|
{
|
|
11217
|
-
"title": "Exclude List",
|
|
11218
11508
|
"type": "object",
|
|
11219
11509
|
"properties": {
|
|
11220
11510
|
"exclude": {
|
|
@@ -11224,10 +11514,10 @@
|
|
|
11224
11514
|
"required": [
|
|
11225
11515
|
"exclude"
|
|
11226
11516
|
],
|
|
11227
|
-
"additionalProperties": false
|
|
11517
|
+
"additionalProperties": false,
|
|
11518
|
+
"title": "Exclude List"
|
|
11228
11519
|
},
|
|
11229
11520
|
{
|
|
11230
|
-
"title": "Include List",
|
|
11231
11521
|
"type": "object",
|
|
11232
11522
|
"properties": {
|
|
11233
11523
|
"include": {
|
|
@@ -11237,28 +11527,29 @@
|
|
|
11237
11527
|
"required": [
|
|
11238
11528
|
"include"
|
|
11239
11529
|
],
|
|
11240
|
-
"additionalProperties": false
|
|
11530
|
+
"additionalProperties": false,
|
|
11531
|
+
"title": "Include List"
|
|
11241
11532
|
}
|
|
11242
11533
|
]
|
|
11243
11534
|
},
|
|
11244
11535
|
"type._snippets_imports.*.(full-import)": {
|
|
11245
|
-
"
|
|
11246
|
-
"
|
|
11536
|
+
"type": "boolean",
|
|
11537
|
+
"title": "Full Import"
|
|
11247
11538
|
},
|
|
11248
11539
|
"SnippetImportExclude": {
|
|
11249
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
11250
11540
|
"type": "array",
|
|
11251
11541
|
"items": {
|
|
11252
11542
|
"type": "string"
|
|
11253
11543
|
},
|
|
11544
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
11254
11545
|
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`."
|
|
11255
11546
|
},
|
|
11256
11547
|
"SnippetImportInclude": {
|
|
11257
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
11258
11548
|
"type": "array",
|
|
11259
11549
|
"items": {
|
|
11260
11550
|
"type": "string"
|
|
11261
11551
|
},
|
|
11552
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
11262
11553
|
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`."
|
|
11263
11554
|
},
|
|
11264
11555
|
"_snippets_imports.jekyll": {
|
|
@@ -11268,7 +11559,6 @@
|
|
|
11268
11559
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11269
11560
|
},
|
|
11270
11561
|
{
|
|
11271
|
-
"title": "Exclude List",
|
|
11272
11562
|
"type": "object",
|
|
11273
11563
|
"properties": {
|
|
11274
11564
|
"exclude": {
|
|
@@ -11278,10 +11568,10 @@
|
|
|
11278
11568
|
"required": [
|
|
11279
11569
|
"exclude"
|
|
11280
11570
|
],
|
|
11281
|
-
"additionalProperties": false
|
|
11571
|
+
"additionalProperties": false,
|
|
11572
|
+
"title": "Exclude List"
|
|
11282
11573
|
},
|
|
11283
11574
|
{
|
|
11284
|
-
"title": "Include List",
|
|
11285
11575
|
"type": "object",
|
|
11286
11576
|
"properties": {
|
|
11287
11577
|
"include": {
|
|
@@ -11291,7 +11581,8 @@
|
|
|
11291
11581
|
"required": [
|
|
11292
11582
|
"include"
|
|
11293
11583
|
],
|
|
11294
|
-
"additionalProperties": false
|
|
11584
|
+
"additionalProperties": false,
|
|
11585
|
+
"title": "Include List"
|
|
11295
11586
|
}
|
|
11296
11587
|
]
|
|
11297
11588
|
},
|
|
@@ -11302,7 +11593,6 @@
|
|
|
11302
11593
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11303
11594
|
},
|
|
11304
11595
|
{
|
|
11305
|
-
"title": "Exclude List",
|
|
11306
11596
|
"type": "object",
|
|
11307
11597
|
"properties": {
|
|
11308
11598
|
"exclude": {
|
|
@@ -11312,10 +11602,10 @@
|
|
|
11312
11602
|
"required": [
|
|
11313
11603
|
"exclude"
|
|
11314
11604
|
],
|
|
11315
|
-
"additionalProperties": false
|
|
11605
|
+
"additionalProperties": false,
|
|
11606
|
+
"title": "Exclude List"
|
|
11316
11607
|
},
|
|
11317
11608
|
{
|
|
11318
|
-
"title": "Include List",
|
|
11319
11609
|
"type": "object",
|
|
11320
11610
|
"properties": {
|
|
11321
11611
|
"include": {
|
|
@@ -11325,7 +11615,8 @@
|
|
|
11325
11615
|
"required": [
|
|
11326
11616
|
"include"
|
|
11327
11617
|
],
|
|
11328
|
-
"additionalProperties": false
|
|
11618
|
+
"additionalProperties": false,
|
|
11619
|
+
"title": "Include List"
|
|
11329
11620
|
}
|
|
11330
11621
|
]
|
|
11331
11622
|
},
|
|
@@ -11336,7 +11627,6 @@
|
|
|
11336
11627
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11337
11628
|
},
|
|
11338
11629
|
{
|
|
11339
|
-
"title": "Exclude List",
|
|
11340
11630
|
"type": "object",
|
|
11341
11631
|
"properties": {
|
|
11342
11632
|
"exclude": {
|
|
@@ -11346,10 +11636,10 @@
|
|
|
11346
11636
|
"required": [
|
|
11347
11637
|
"exclude"
|
|
11348
11638
|
],
|
|
11349
|
-
"additionalProperties": false
|
|
11639
|
+
"additionalProperties": false,
|
|
11640
|
+
"title": "Exclude List"
|
|
11350
11641
|
},
|
|
11351
11642
|
{
|
|
11352
|
-
"title": "Include List",
|
|
11353
11643
|
"type": "object",
|
|
11354
11644
|
"properties": {
|
|
11355
11645
|
"include": {
|
|
@@ -11359,7 +11649,8 @@
|
|
|
11359
11649
|
"required": [
|
|
11360
11650
|
"include"
|
|
11361
11651
|
],
|
|
11362
|
-
"additionalProperties": false
|
|
11652
|
+
"additionalProperties": false,
|
|
11653
|
+
"title": "Include List"
|
|
11363
11654
|
}
|
|
11364
11655
|
]
|
|
11365
11656
|
},
|
|
@@ -11370,7 +11661,6 @@
|
|
|
11370
11661
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11371
11662
|
},
|
|
11372
11663
|
{
|
|
11373
|
-
"title": "Exclude List",
|
|
11374
11664
|
"type": "object",
|
|
11375
11665
|
"properties": {
|
|
11376
11666
|
"exclude": {
|
|
@@ -11380,10 +11670,10 @@
|
|
|
11380
11670
|
"required": [
|
|
11381
11671
|
"exclude"
|
|
11382
11672
|
],
|
|
11383
|
-
"additionalProperties": false
|
|
11673
|
+
"additionalProperties": false,
|
|
11674
|
+
"title": "Exclude List"
|
|
11384
11675
|
},
|
|
11385
11676
|
{
|
|
11386
|
-
"title": "Include List",
|
|
11387
11677
|
"type": "object",
|
|
11388
11678
|
"properties": {
|
|
11389
11679
|
"include": {
|
|
@@ -11393,7 +11683,8 @@
|
|
|
11393
11683
|
"required": [
|
|
11394
11684
|
"include"
|
|
11395
11685
|
],
|
|
11396
|
-
"additionalProperties": false
|
|
11686
|
+
"additionalProperties": false,
|
|
11687
|
+
"title": "Include List"
|
|
11397
11688
|
}
|
|
11398
11689
|
]
|
|
11399
11690
|
},
|
|
@@ -11404,7 +11695,6 @@
|
|
|
11404
11695
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11405
11696
|
},
|
|
11406
11697
|
{
|
|
11407
|
-
"title": "Exclude List",
|
|
11408
11698
|
"type": "object",
|
|
11409
11699
|
"properties": {
|
|
11410
11700
|
"exclude": {
|
|
@@ -11414,10 +11704,10 @@
|
|
|
11414
11704
|
"required": [
|
|
11415
11705
|
"exclude"
|
|
11416
11706
|
],
|
|
11417
|
-
"additionalProperties": false
|
|
11707
|
+
"additionalProperties": false,
|
|
11708
|
+
"title": "Exclude List"
|
|
11418
11709
|
},
|
|
11419
11710
|
{
|
|
11420
|
-
"title": "Include List",
|
|
11421
11711
|
"type": "object",
|
|
11422
11712
|
"properties": {
|
|
11423
11713
|
"include": {
|
|
@@ -11427,7 +11717,8 @@
|
|
|
11427
11717
|
"required": [
|
|
11428
11718
|
"include"
|
|
11429
11719
|
],
|
|
11430
|
-
"additionalProperties": false
|
|
11720
|
+
"additionalProperties": false,
|
|
11721
|
+
"title": "Include List"
|
|
11431
11722
|
}
|
|
11432
11723
|
]
|
|
11433
11724
|
},
|
|
@@ -11438,7 +11729,6 @@
|
|
|
11438
11729
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11439
11730
|
},
|
|
11440
11731
|
{
|
|
11441
|
-
"title": "Exclude List",
|
|
11442
11732
|
"type": "object",
|
|
11443
11733
|
"properties": {
|
|
11444
11734
|
"exclude": {
|
|
@@ -11448,10 +11738,10 @@
|
|
|
11448
11738
|
"required": [
|
|
11449
11739
|
"exclude"
|
|
11450
11740
|
],
|
|
11451
|
-
"additionalProperties": false
|
|
11741
|
+
"additionalProperties": false,
|
|
11742
|
+
"title": "Exclude List"
|
|
11452
11743
|
},
|
|
11453
11744
|
{
|
|
11454
|
-
"title": "Include List",
|
|
11455
11745
|
"type": "object",
|
|
11456
11746
|
"properties": {
|
|
11457
11747
|
"include": {
|
|
@@ -11461,7 +11751,8 @@
|
|
|
11461
11751
|
"required": [
|
|
11462
11752
|
"include"
|
|
11463
11753
|
],
|
|
11464
|
-
"additionalProperties": false
|
|
11754
|
+
"additionalProperties": false,
|
|
11755
|
+
"title": "Include List"
|
|
11465
11756
|
}
|
|
11466
11757
|
]
|
|
11467
11758
|
},
|
|
@@ -11472,7 +11763,6 @@
|
|
|
11472
11763
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11473
11764
|
},
|
|
11474
11765
|
{
|
|
11475
|
-
"title": "Exclude List",
|
|
11476
11766
|
"type": "object",
|
|
11477
11767
|
"properties": {
|
|
11478
11768
|
"exclude": {
|
|
@@ -11482,10 +11772,10 @@
|
|
|
11482
11772
|
"required": [
|
|
11483
11773
|
"exclude"
|
|
11484
11774
|
],
|
|
11485
|
-
"additionalProperties": false
|
|
11775
|
+
"additionalProperties": false,
|
|
11776
|
+
"title": "Exclude List"
|
|
11486
11777
|
},
|
|
11487
11778
|
{
|
|
11488
|
-
"title": "Include List",
|
|
11489
11779
|
"type": "object",
|
|
11490
11780
|
"properties": {
|
|
11491
11781
|
"include": {
|
|
@@ -11495,7 +11785,8 @@
|
|
|
11495
11785
|
"required": [
|
|
11496
11786
|
"include"
|
|
11497
11787
|
],
|
|
11498
|
-
"additionalProperties": false
|
|
11788
|
+
"additionalProperties": false,
|
|
11789
|
+
"title": "Include List"
|
|
11499
11790
|
}
|
|
11500
11791
|
]
|
|
11501
11792
|
},
|
|
@@ -11524,8 +11815,6 @@
|
|
|
11524
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."
|
|
11525
11816
|
},
|
|
11526
11817
|
"type.snippet-definition-value": {
|
|
11527
|
-
"title": "Snippet Definition Value",
|
|
11528
|
-
"description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
|
|
11529
11818
|
"anyOf": [
|
|
11530
11819
|
{
|
|
11531
11820
|
"$ref": "#/definitions/type.snippet-format"
|
|
@@ -11534,56 +11823,56 @@
|
|
|
11534
11823
|
"$ref": "#/definitions/type.snippet-model"
|
|
11535
11824
|
},
|
|
11536
11825
|
{
|
|
11537
|
-
"title": "Parser Model Array",
|
|
11538
|
-
"description": "An array of model configurations, typically used for positional_args or named_args.",
|
|
11539
11826
|
"type": "array",
|
|
11540
11827
|
"items": {
|
|
11541
11828
|
"$ref": "#/definitions/type.snippet-model"
|
|
11542
11829
|
},
|
|
11830
|
+
"title": "Parser Model Array",
|
|
11831
|
+
"description": "An array of model configurations, typically used for positional_args or named_args.",
|
|
11543
11832
|
"markdownDescription": "An array of model configurations, typically used for positional_args or named_args."
|
|
11544
11833
|
},
|
|
11545
11834
|
{
|
|
11546
|
-
"title": "Select Values Array",
|
|
11547
|
-
"description": "An array of select options, typically used for language lists.",
|
|
11548
11835
|
"type": "array",
|
|
11549
11836
|
"items": {
|
|
11550
11837
|
"$ref": "#/definitions/type.snippet-definition-select-value"
|
|
11551
11838
|
},
|
|
11839
|
+
"title": "Select Values Array",
|
|
11840
|
+
"description": "An array of select options, typically used for language lists.",
|
|
11552
11841
|
"markdownDescription": "An array of select options, typically used for language lists."
|
|
11553
11842
|
},
|
|
11554
11843
|
{
|
|
11844
|
+
"type": "string",
|
|
11555
11845
|
"title": "String Value",
|
|
11556
11846
|
"description": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions.",
|
|
11557
|
-
"type": "string",
|
|
11558
11847
|
"markdownDescription": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions."
|
|
11559
11848
|
},
|
|
11560
11849
|
{
|
|
11850
|
+
"type": "number",
|
|
11561
11851
|
"title": "Number Value",
|
|
11562
11852
|
"description": "A numeric value.",
|
|
11563
|
-
"type": "number",
|
|
11564
11853
|
"markdownDescription": "A numeric value."
|
|
11565
11854
|
},
|
|
11566
11855
|
{
|
|
11856
|
+
"type": "boolean",
|
|
11567
11857
|
"title": "Boolean Value",
|
|
11568
11858
|
"description": "A boolean value.",
|
|
11569
|
-
"type": "boolean",
|
|
11570
11859
|
"markdownDescription": "A boolean value."
|
|
11571
11860
|
},
|
|
11572
11861
|
{
|
|
11573
|
-
"title": "String Array",
|
|
11574
|
-
"description": "An array of strings.",
|
|
11575
11862
|
"type": "array",
|
|
11576
11863
|
"items": {
|
|
11577
11864
|
"type": "string"
|
|
11578
11865
|
},
|
|
11866
|
+
"title": "String Array",
|
|
11867
|
+
"description": "An array of strings.",
|
|
11579
11868
|
"markdownDescription": "An array of strings."
|
|
11580
11869
|
}
|
|
11581
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\" }.",
|
|
11582
11873
|
"markdownDescription": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }."
|
|
11583
11874
|
},
|
|
11584
11875
|
"type.snippet-definition-select-value": {
|
|
11585
|
-
"title": "Snippet Definition Select Value",
|
|
11586
|
-
"description": "A value option for select inputs, typically used in language lists.",
|
|
11587
11876
|
"type": "object",
|
|
11588
11877
|
"properties": {
|
|
11589
11878
|
"name": {
|
|
@@ -11592,21 +11881,21 @@
|
|
|
11592
11881
|
"markdownDescription": "The display name for this option."
|
|
11593
11882
|
},
|
|
11594
11883
|
"value": {
|
|
11595
|
-
"description": "The value for this option.",
|
|
11596
11884
|
"anyOf": [
|
|
11597
11885
|
{
|
|
11598
|
-
"
|
|
11599
|
-
"
|
|
11886
|
+
"type": "string",
|
|
11887
|
+
"title": "String"
|
|
11600
11888
|
},
|
|
11601
11889
|
{
|
|
11602
|
-
"
|
|
11603
|
-
"
|
|
11890
|
+
"type": "number",
|
|
11891
|
+
"title": "Number"
|
|
11604
11892
|
},
|
|
11605
11893
|
{
|
|
11606
|
-
"
|
|
11607
|
-
"
|
|
11894
|
+
"type": "boolean",
|
|
11895
|
+
"title": "Boolean"
|
|
11608
11896
|
}
|
|
11609
11897
|
],
|
|
11898
|
+
"description": "The value for this option.",
|
|
11610
11899
|
"markdownDescription": "The value for this option."
|
|
11611
11900
|
}
|
|
11612
11901
|
},
|
|
@@ -11614,6 +11903,8 @@
|
|
|
11614
11903
|
"value"
|
|
11615
11904
|
],
|
|
11616
11905
|
"additionalProperties": false,
|
|
11906
|
+
"title": "Snippet Definition Select Value",
|
|
11907
|
+
"description": "A value option for select inputs, typically used in language lists.",
|
|
11617
11908
|
"markdownDescription": "A value option for select inputs, typically used in language lists."
|
|
11618
11909
|
}
|
|
11619
11910
|
}
|