@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-eleventy.schema.json",
|
|
4
3
|
"type": "object",
|
|
5
4
|
"properties": {
|
|
6
5
|
"paths": {
|
|
@@ -195,9 +194,9 @@
|
|
|
195
194
|
"$ref": "#/definitions/collections_config_override"
|
|
196
195
|
},
|
|
197
196
|
"version": {
|
|
198
|
-
"description": "Controls which schema this file is validated against. Defaults to the latest schema.",
|
|
199
197
|
"type": "string",
|
|
200
198
|
"const": "legacy-eleventy",
|
|
199
|
+
"description": "Controls which schema this file is validated against. Defaults to the latest schema.",
|
|
201
200
|
"markdownDescription": "Controls which schema this file is validated against. Defaults to the latest schema."
|
|
202
201
|
}
|
|
203
202
|
},
|
|
@@ -205,9 +204,9 @@
|
|
|
205
204
|
"version"
|
|
206
205
|
],
|
|
207
206
|
"additionalProperties": false,
|
|
207
|
+
"$id": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.legacy-eleventy.schema.json",
|
|
208
208
|
"definitions": {
|
|
209
209
|
"paths:BuildCoupled": {
|
|
210
|
-
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`.",
|
|
211
210
|
"type": "object",
|
|
212
211
|
"properties": {
|
|
213
212
|
"static": {
|
|
@@ -253,6 +252,7 @@
|
|
|
253
252
|
}
|
|
254
253
|
},
|
|
255
254
|
"additionalProperties": false,
|
|
255
|
+
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`.",
|
|
256
256
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`."
|
|
257
257
|
},
|
|
258
258
|
"paths.static": {
|
|
@@ -340,8 +340,6 @@
|
|
|
340
340
|
"description": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort.",
|
|
341
341
|
"type": "array",
|
|
342
342
|
"items": {
|
|
343
|
-
"title": "SortOption",
|
|
344
|
-
"description": "A sort option for a Collection.",
|
|
345
343
|
"type": "object",
|
|
346
344
|
"properties": {
|
|
347
345
|
"label": {
|
|
@@ -350,8 +348,8 @@
|
|
|
350
348
|
"markdownDescription": "The text to display in the sort option list. Defaults to a generated label from key and order."
|
|
351
349
|
},
|
|
352
350
|
"key": {
|
|
353
|
-
"description": "Defines what field contains the value to sort on inside each collection item's data.",
|
|
354
351
|
"type": "string",
|
|
352
|
+
"description": "Defines what field contains the value to sort on inside each collection item's data.",
|
|
355
353
|
"markdownDescription": "Defines what field contains the value to sort on inside each collection item's data."
|
|
356
354
|
},
|
|
357
355
|
"order": {
|
|
@@ -371,6 +369,8 @@
|
|
|
371
369
|
"key"
|
|
372
370
|
],
|
|
373
371
|
"additionalProperties": false,
|
|
372
|
+
"title": "SortOption",
|
|
373
|
+
"description": "A sort option for a Collection.",
|
|
374
374
|
"markdownDescription": "A sort option for a Collection."
|
|
375
375
|
},
|
|
376
376
|
"markdownDescription": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort."
|
|
@@ -400,8 +400,6 @@
|
|
|
400
400
|
"items": {
|
|
401
401
|
"anyOf": [
|
|
402
402
|
{
|
|
403
|
-
"title": "Add Option",
|
|
404
|
-
"description": "An option for the add menu.",
|
|
405
403
|
"type": "object",
|
|
406
404
|
"properties": {
|
|
407
405
|
"name": {
|
|
@@ -449,11 +447,11 @@
|
|
|
449
447
|
}
|
|
450
448
|
},
|
|
451
449
|
"additionalProperties": false,
|
|
450
|
+
"title": "Add Option",
|
|
451
|
+
"description": "An option for the add menu.",
|
|
452
452
|
"markdownDescription": "An option for the add menu."
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
|
-
"title": "HREF Add Option",
|
|
456
|
-
"description": "An option for the add menu that opens a link.",
|
|
457
455
|
"type": "object",
|
|
458
456
|
"properties": {
|
|
459
457
|
"name": {
|
|
@@ -472,8 +470,8 @@
|
|
|
472
470
|
"markdownDescription": "The icon next to the text in the menu item."
|
|
473
471
|
},
|
|
474
472
|
"href": {
|
|
475
|
-
"description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
|
|
476
473
|
"type": "string",
|
|
474
|
+
"description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
|
|
477
475
|
"markdownDescription": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site."
|
|
478
476
|
}
|
|
479
477
|
},
|
|
@@ -481,6 +479,8 @@
|
|
|
481
479
|
"href"
|
|
482
480
|
],
|
|
483
481
|
"additionalProperties": false,
|
|
482
|
+
"title": "HREF Add Option",
|
|
483
|
+
"description": "An option for the add menu that opens a link.",
|
|
484
484
|
"markdownDescription": "An option for the add menu that opens a link."
|
|
485
485
|
}
|
|
486
486
|
]
|
|
@@ -524,13 +524,11 @@
|
|
|
524
524
|
"type": "string"
|
|
525
525
|
},
|
|
526
526
|
"additionalProperties": {
|
|
527
|
-
"title": "Schema",
|
|
528
|
-
"description": "Definitions for your schemas, which are the structured data formats for your content files.",
|
|
529
527
|
"type": "object",
|
|
530
528
|
"properties": {
|
|
531
529
|
"path": {
|
|
532
|
-
"description": "The path to the schema file. Relative to the root folder of the site.",
|
|
533
530
|
"type": "string",
|
|
531
|
+
"description": "The path to the schema file. Relative to the root folder of the site.",
|
|
534
532
|
"markdownDescription": "The path to the schema file. Relative to the root folder of the site."
|
|
535
533
|
},
|
|
536
534
|
"name": {
|
|
@@ -644,6 +642,8 @@
|
|
|
644
642
|
"path"
|
|
645
643
|
],
|
|
646
644
|
"additionalProperties": false,
|
|
645
|
+
"title": "Schema",
|
|
646
|
+
"description": "Definitions for your schemas, which are the structured data formats for your content files.",
|
|
647
647
|
"markdownDescription": "Definitions for your schemas, which are the structured data formats for your content files."
|
|
648
648
|
},
|
|
649
649
|
"markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
|
|
@@ -741,30 +741,28 @@
|
|
|
741
741
|
"markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection."
|
|
742
742
|
},
|
|
743
743
|
"path": {
|
|
744
|
-
"description": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path.",
|
|
745
744
|
"type": "string",
|
|
745
|
+
"description": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path.",
|
|
746
746
|
"markdownDescription": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path."
|
|
747
747
|
},
|
|
748
748
|
"glob": {
|
|
749
749
|
"description": "This key defines globs which filter the files visible in the _Collection browser_ for a given Collection. Values in this array are relative to the Collection `path`.",
|
|
750
750
|
"anyOf": [
|
|
751
751
|
{
|
|
752
|
-
"title": "Glob Array",
|
|
753
752
|
"type": "array",
|
|
754
753
|
"items": {
|
|
755
754
|
"type": "string"
|
|
756
|
-
}
|
|
755
|
+
},
|
|
756
|
+
"title": "Glob Array"
|
|
757
757
|
},
|
|
758
758
|
{
|
|
759
|
-
"
|
|
760
|
-
"
|
|
759
|
+
"type": "string",
|
|
760
|
+
"title": "Glob"
|
|
761
761
|
}
|
|
762
762
|
],
|
|
763
763
|
"markdownDescription": "This key defines globs which filter the files visible in the _Collection browser_ for a given Collection. Values in this array are relative to the Collection `path`."
|
|
764
764
|
},
|
|
765
765
|
"icon": {
|
|
766
|
-
"title": "Icon",
|
|
767
|
-
"description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
|
|
768
766
|
"type": "string",
|
|
769
767
|
"enum": [
|
|
770
768
|
"123",
|
|
@@ -4352,16 +4350,16 @@
|
|
|
4352
4350
|
"zoom_out",
|
|
4353
4351
|
"zoom_out_map"
|
|
4354
4352
|
],
|
|
4353
|
+
"title": "Icon",
|
|
4354
|
+
"description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
|
|
4355
4355
|
"markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
|
|
4356
4356
|
},
|
|
4357
4357
|
"type.documentation": {
|
|
4358
|
-
"title": "Documentation",
|
|
4359
|
-
"description": "Configuration for documentation links displayed in the CloudCannon interface.",
|
|
4360
4358
|
"type": "object",
|
|
4361
4359
|
"properties": {
|
|
4362
4360
|
"url": {
|
|
4363
|
-
"description": "The \"href\" value of the link.",
|
|
4364
4361
|
"type": "string",
|
|
4362
|
+
"description": "The \"href\" value of the link.",
|
|
4365
4363
|
"markdownDescription": "The \"href\" value of the link."
|
|
4366
4364
|
},
|
|
4367
4365
|
"text": {
|
|
@@ -4384,22 +4382,22 @@
|
|
|
4384
4382
|
"url"
|
|
4385
4383
|
],
|
|
4386
4384
|
"additionalProperties": false,
|
|
4385
|
+
"title": "Documentation",
|
|
4386
|
+
"description": "Configuration for documentation links displayed in the CloudCannon interface.",
|
|
4387
4387
|
"markdownDescription": "Configuration for documentation links displayed in the CloudCannon interface."
|
|
4388
4388
|
},
|
|
4389
4389
|
"EditorKey": {
|
|
4390
|
-
"title": "Editor Key",
|
|
4391
|
-
"description": "The available editors in CloudCannon: visual, content, and data editors.",
|
|
4392
4390
|
"type": "string",
|
|
4393
4391
|
"enum": [
|
|
4394
4392
|
"visual",
|
|
4395
4393
|
"content",
|
|
4396
4394
|
"data"
|
|
4397
4395
|
],
|
|
4396
|
+
"title": "Editor Key",
|
|
4397
|
+
"description": "The available editors in CloudCannon: visual, content, and data editors.",
|
|
4398
4398
|
"markdownDescription": "The available editors in CloudCannon: visual, content, and data editors."
|
|
4399
4399
|
},
|
|
4400
4400
|
"type.create": {
|
|
4401
|
-
"title": "Create",
|
|
4402
|
-
"description": "Controls where new files are saved.",
|
|
4403
4401
|
"type": "object",
|
|
4404
4402
|
"properties": {
|
|
4405
4403
|
"path": {
|
|
@@ -4460,11 +4458,11 @@
|
|
|
4460
4458
|
}
|
|
4461
4459
|
},
|
|
4462
4460
|
"additionalProperties": false,
|
|
4461
|
+
"title": "Create",
|
|
4462
|
+
"description": "Controls where new files are saved.",
|
|
4463
4463
|
"markdownDescription": "Controls where new files are saved."
|
|
4464
4464
|
},
|
|
4465
4465
|
"type._inputs": {
|
|
4466
|
-
"title": "Inputs",
|
|
4467
|
-
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4468
4466
|
"type": "object",
|
|
4469
4467
|
"propertyNames": {
|
|
4470
4468
|
"type": "string"
|
|
@@ -4472,14 +4470,13 @@
|
|
|
4472
4470
|
"additionalProperties": {
|
|
4473
4471
|
"$ref": "#/definitions/Input"
|
|
4474
4472
|
},
|
|
4473
|
+
"title": "Inputs",
|
|
4474
|
+
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
4475
4475
|
"markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces."
|
|
4476
4476
|
},
|
|
4477
4477
|
"Input": {
|
|
4478
|
-
"title": "Input",
|
|
4479
4478
|
"anyOf": [
|
|
4480
4479
|
{
|
|
4481
|
-
"title": "Known Input",
|
|
4482
|
-
"description": "A union of all input types that are known to the CloudCannon configuration schema.",
|
|
4483
4480
|
"oneOf": [
|
|
4484
4481
|
{
|
|
4485
4482
|
"$ref": "#/definitions/TextInput"
|
|
@@ -4539,16 +4536,17 @@
|
|
|
4539
4536
|
"$ref": "#/definitions/AutoInput"
|
|
4540
4537
|
}
|
|
4541
4538
|
],
|
|
4539
|
+
"title": "Known Input",
|
|
4540
|
+
"description": "A union of all input types that are known to the CloudCannon configuration schema.",
|
|
4542
4541
|
"markdownDescription": "A union of all input types that are known to the CloudCannon configuration schema."
|
|
4543
4542
|
},
|
|
4544
4543
|
{
|
|
4545
4544
|
"$ref": "#/definitions/UnknownInput"
|
|
4546
4545
|
}
|
|
4547
|
-
]
|
|
4546
|
+
],
|
|
4547
|
+
"title": "Input"
|
|
4548
4548
|
},
|
|
4549
4549
|
"TextInput": {
|
|
4550
|
-
"title": "Text Input",
|
|
4551
|
-
"description": "Provides a simple editing interface for plain text.",
|
|
4552
4550
|
"type": "object",
|
|
4553
4551
|
"properties": {
|
|
4554
4552
|
"comment": {
|
|
@@ -4589,8 +4587,6 @@
|
|
|
4589
4587
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4590
4588
|
},
|
|
4591
4589
|
"type": {
|
|
4592
|
-
"title": "Type",
|
|
4593
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
4594
4590
|
"type": "string",
|
|
4595
4591
|
"enum": [
|
|
4596
4592
|
"text",
|
|
@@ -4602,10 +4598,11 @@
|
|
|
4602
4598
|
"github",
|
|
4603
4599
|
"instagram"
|
|
4604
4600
|
],
|
|
4601
|
+
"title": "Type",
|
|
4602
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
4605
4603
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
4606
4604
|
},
|
|
4607
4605
|
"options": {
|
|
4608
|
-
"description": "Options that are specific to Text Inputs.",
|
|
4609
4606
|
"type": "object",
|
|
4610
4607
|
"properties": {
|
|
4611
4608
|
"max_length": {
|
|
@@ -4620,6 +4617,33 @@
|
|
|
4620
4617
|
"min_length_message": {
|
|
4621
4618
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4622
4619
|
},
|
|
4620
|
+
"max_words": {
|
|
4621
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
4622
|
+
},
|
|
4623
|
+
"max_words_message": {
|
|
4624
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
4625
|
+
},
|
|
4626
|
+
"min_words": {
|
|
4627
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
4628
|
+
},
|
|
4629
|
+
"min_words_message": {
|
|
4630
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
4631
|
+
},
|
|
4632
|
+
"max_graphemes": {
|
|
4633
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
4634
|
+
},
|
|
4635
|
+
"max_graphemes_message": {
|
|
4636
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
4637
|
+
},
|
|
4638
|
+
"min_graphemes": {
|
|
4639
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
4640
|
+
},
|
|
4641
|
+
"min_graphemes_message": {
|
|
4642
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
4643
|
+
},
|
|
4644
|
+
"locale": {
|
|
4645
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
4646
|
+
},
|
|
4623
4647
|
"pattern": {
|
|
4624
4648
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4625
4649
|
},
|
|
@@ -4672,6 +4696,7 @@
|
|
|
4672
4696
|
}
|
|
4673
4697
|
},
|
|
4674
4698
|
"additionalProperties": false,
|
|
4699
|
+
"description": "Options that are specific to Text Inputs.",
|
|
4675
4700
|
"markdownDescription": "Options that are specific to Text Inputs."
|
|
4676
4701
|
}
|
|
4677
4702
|
},
|
|
@@ -4679,6 +4704,8 @@
|
|
|
4679
4704
|
"type"
|
|
4680
4705
|
],
|
|
4681
4706
|
"additionalProperties": false,
|
|
4707
|
+
"title": "Text Input",
|
|
4708
|
+
"description": "Provides a simple editing interface for plain text.",
|
|
4682
4709
|
"markdownDescription": "Provides a simple editing interface for plain text."
|
|
4683
4710
|
},
|
|
4684
4711
|
"type._inputs.*.comment": {
|
|
@@ -4687,7 +4714,6 @@
|
|
|
4687
4714
|
"markdownDescription": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed."
|
|
4688
4715
|
},
|
|
4689
4716
|
"type._inputs.*.context": {
|
|
4690
|
-
"description": "Adds an expandable section of rich text below the input.",
|
|
4691
4717
|
"type": "object",
|
|
4692
4718
|
"properties": {
|
|
4693
4719
|
"content": {
|
|
@@ -4717,6 +4743,7 @@
|
|
|
4717
4743
|
}
|
|
4718
4744
|
},
|
|
4719
4745
|
"additionalProperties": false,
|
|
4746
|
+
"description": "Adds an expandable section of rich text below the input.",
|
|
4720
4747
|
"markdownDescription": "Adds an expandable section of rich text below the input."
|
|
4721
4748
|
},
|
|
4722
4749
|
"type._inputs.*.label": {
|
|
@@ -4729,12 +4756,12 @@
|
|
|
4729
4756
|
"default": false,
|
|
4730
4757
|
"anyOf": [
|
|
4731
4758
|
{
|
|
4732
|
-
"
|
|
4733
|
-
"
|
|
4759
|
+
"type": "boolean",
|
|
4760
|
+
"title": "Boolean"
|
|
4734
4761
|
},
|
|
4735
4762
|
{
|
|
4736
|
-
"
|
|
4737
|
-
"
|
|
4763
|
+
"type": "string",
|
|
4764
|
+
"title": "Query String"
|
|
4738
4765
|
}
|
|
4739
4766
|
],
|
|
4740
4767
|
"markdownDescription": "Toggles the visibility of this input."
|
|
@@ -4744,12 +4771,12 @@
|
|
|
4744
4771
|
"default": false,
|
|
4745
4772
|
"anyOf": [
|
|
4746
4773
|
{
|
|
4747
|
-
"
|
|
4748
|
-
"
|
|
4774
|
+
"type": "boolean",
|
|
4775
|
+
"title": "Boolean"
|
|
4749
4776
|
},
|
|
4750
4777
|
{
|
|
4751
|
-
"
|
|
4752
|
-
"
|
|
4778
|
+
"type": "string",
|
|
4779
|
+
"title": "Query String"
|
|
4753
4780
|
}
|
|
4754
4781
|
],
|
|
4755
4782
|
"markdownDescription": "Toggles if this input can be edited."
|
|
@@ -4796,6 +4823,51 @@
|
|
|
4796
4823
|
"type": "string",
|
|
4797
4824
|
"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`."
|
|
4798
4825
|
},
|
|
4826
|
+
"type._inputs.*.options.max_words": {
|
|
4827
|
+
"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.",
|
|
4828
|
+
"type": "number",
|
|
4829
|
+
"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."
|
|
4830
|
+
},
|
|
4831
|
+
"type._inputs.*.options.max_words_message": {
|
|
4832
|
+
"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.",
|
|
4833
|
+
"type": "string",
|
|
4834
|
+
"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."
|
|
4835
|
+
},
|
|
4836
|
+
"type._inputs.*.options.min_words": {
|
|
4837
|
+
"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.",
|
|
4838
|
+
"type": "number",
|
|
4839
|
+
"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."
|
|
4840
|
+
},
|
|
4841
|
+
"type._inputs.*.options.min_words_message": {
|
|
4842
|
+
"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`.",
|
|
4843
|
+
"type": "string",
|
|
4844
|
+
"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`."
|
|
4845
|
+
},
|
|
4846
|
+
"type._inputs.*.options.max_graphemes": {
|
|
4847
|
+
"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.",
|
|
4848
|
+
"type": "number",
|
|
4849
|
+
"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."
|
|
4850
|
+
},
|
|
4851
|
+
"type._inputs.*.options.max_graphemes_message": {
|
|
4852
|
+
"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.",
|
|
4853
|
+
"type": "string",
|
|
4854
|
+
"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."
|
|
4855
|
+
},
|
|
4856
|
+
"type._inputs.*.options.min_graphemes": {
|
|
4857
|
+
"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.",
|
|
4858
|
+
"type": "number",
|
|
4859
|
+
"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."
|
|
4860
|
+
},
|
|
4861
|
+
"type._inputs.*.options.min_graphemes_message": {
|
|
4862
|
+
"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`.",
|
|
4863
|
+
"type": "string",
|
|
4864
|
+
"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`."
|
|
4865
|
+
},
|
|
4866
|
+
"type._inputs.*.options.locale": {
|
|
4867
|
+
"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.",
|
|
4868
|
+
"type": "string",
|
|
4869
|
+
"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."
|
|
4870
|
+
},
|
|
4799
4871
|
"type._inputs.*.options.pattern": {
|
|
4800
4872
|
"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.",
|
|
4801
4873
|
"type": "string",
|
|
@@ -4862,8 +4934,8 @@
|
|
|
4862
4934
|
"markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
|
|
4863
4935
|
},
|
|
4864
4936
|
"type._inputs.*.options.empty_type(text)": {
|
|
4865
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4866
4937
|
"default": "null",
|
|
4938
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4867
4939
|
"type": "string",
|
|
4868
4940
|
"enum": [
|
|
4869
4941
|
"null",
|
|
@@ -4885,14 +4957,13 @@
|
|
|
4885
4957
|
]
|
|
4886
4958
|
},
|
|
4887
4959
|
"type.preview-entry.(array)": {
|
|
4888
|
-
"title": "Array",
|
|
4889
4960
|
"type": "array",
|
|
4890
4961
|
"items": {
|
|
4891
4962
|
"$ref": "#/definitions/type.preview-entry"
|
|
4892
|
-
}
|
|
4963
|
+
},
|
|
4964
|
+
"title": "Array"
|
|
4893
4965
|
},
|
|
4894
4966
|
"type.preview-entry": {
|
|
4895
|
-
"title": "Preview Entry",
|
|
4896
4967
|
"anyOf": [
|
|
4897
4968
|
{
|
|
4898
4969
|
"$ref": "#/definitions/type.preview-entry.(key)"
|
|
@@ -4909,62 +4980,61 @@
|
|
|
4909
4980
|
{
|
|
4910
4981
|
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
4911
4982
|
}
|
|
4912
|
-
]
|
|
4983
|
+
],
|
|
4984
|
+
"title": "Preview Entry"
|
|
4913
4985
|
},
|
|
4914
4986
|
"type.preview-entry.(key)": {
|
|
4915
|
-
"title": "Key",
|
|
4916
4987
|
"type": "object",
|
|
4917
4988
|
"properties": {
|
|
4918
4989
|
"key": {
|
|
4919
|
-
"
|
|
4920
|
-
"
|
|
4990
|
+
"type": "string",
|
|
4991
|
+
"title": "Key Value"
|
|
4921
4992
|
}
|
|
4922
4993
|
},
|
|
4923
4994
|
"required": [
|
|
4924
4995
|
"key"
|
|
4925
4996
|
],
|
|
4926
|
-
"additionalProperties": false
|
|
4997
|
+
"additionalProperties": false,
|
|
4998
|
+
"title": "Key"
|
|
4927
4999
|
},
|
|
4928
5000
|
"type.preview-entry.(template)": {
|
|
4929
|
-
"title": "Template",
|
|
4930
5001
|
"type": "object",
|
|
4931
5002
|
"properties": {
|
|
4932
5003
|
"template": {
|
|
4933
|
-
"
|
|
4934
|
-
"
|
|
5004
|
+
"type": "string",
|
|
5005
|
+
"title": "Template Value"
|
|
4935
5006
|
}
|
|
4936
5007
|
},
|
|
4937
5008
|
"required": [
|
|
4938
5009
|
"template"
|
|
4939
5010
|
],
|
|
4940
|
-
"additionalProperties": false
|
|
5011
|
+
"additionalProperties": false,
|
|
5012
|
+
"title": "Template"
|
|
4941
5013
|
},
|
|
4942
5014
|
"type.preview-entry.(text)": {
|
|
4943
|
-
"title": "Text",
|
|
4944
5015
|
"type": "object",
|
|
4945
5016
|
"properties": {
|
|
4946
5017
|
"text": {
|
|
4947
|
-
"
|
|
4948
|
-
"
|
|
5018
|
+
"type": "string",
|
|
5019
|
+
"title": "Text Value"
|
|
4949
5020
|
}
|
|
4950
5021
|
},
|
|
4951
5022
|
"required": [
|
|
4952
5023
|
"text"
|
|
4953
5024
|
],
|
|
4954
|
-
"additionalProperties": false
|
|
5025
|
+
"additionalProperties": false,
|
|
5026
|
+
"title": "Text"
|
|
4955
5027
|
},
|
|
4956
5028
|
"type.preview-entry.(raw-text)": {
|
|
4957
|
-
"
|
|
4958
|
-
"
|
|
5029
|
+
"type": "string",
|
|
5030
|
+
"title": "Raw Text"
|
|
4959
5031
|
},
|
|
4960
5032
|
"type.preview-entry.(false)": {
|
|
4961
|
-
"title": "False",
|
|
4962
5033
|
"type": "boolean",
|
|
4963
|
-
"const": false
|
|
5034
|
+
"const": false,
|
|
5035
|
+
"title": "False"
|
|
4964
5036
|
},
|
|
4965
5037
|
"TextareaInput": {
|
|
4966
|
-
"title": "Textarea Input",
|
|
4967
|
-
"description": "Provides an editing interface for plain text.",
|
|
4968
5038
|
"type": "object",
|
|
4969
5039
|
"properties": {
|
|
4970
5040
|
"comment": {
|
|
@@ -5005,14 +5075,13 @@
|
|
|
5005
5075
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5006
5076
|
},
|
|
5007
5077
|
"type": {
|
|
5008
|
-
"title": "Type",
|
|
5009
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5010
5078
|
"type": "string",
|
|
5011
5079
|
"const": "textarea",
|
|
5080
|
+
"title": "Type",
|
|
5081
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5012
5082
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5013
5083
|
},
|
|
5014
5084
|
"options": {
|
|
5015
|
-
"description": "Options that are specific to Textarea Inputs.",
|
|
5016
5085
|
"type": "object",
|
|
5017
5086
|
"properties": {
|
|
5018
5087
|
"max_length": {
|
|
@@ -5027,6 +5096,33 @@
|
|
|
5027
5096
|
"min_length_message": {
|
|
5028
5097
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5029
5098
|
},
|
|
5099
|
+
"max_words": {
|
|
5100
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
5101
|
+
},
|
|
5102
|
+
"max_words_message": {
|
|
5103
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
5104
|
+
},
|
|
5105
|
+
"min_words": {
|
|
5106
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
5107
|
+
},
|
|
5108
|
+
"min_words_message": {
|
|
5109
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
5110
|
+
},
|
|
5111
|
+
"max_graphemes": {
|
|
5112
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
5113
|
+
},
|
|
5114
|
+
"max_graphemes_message": {
|
|
5115
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
5116
|
+
},
|
|
5117
|
+
"min_graphemes": {
|
|
5118
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
5119
|
+
},
|
|
5120
|
+
"min_graphemes_message": {
|
|
5121
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
5122
|
+
},
|
|
5123
|
+
"locale": {
|
|
5124
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
5125
|
+
},
|
|
5030
5126
|
"pattern": {
|
|
5031
5127
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5032
5128
|
},
|
|
@@ -5062,6 +5158,7 @@
|
|
|
5062
5158
|
}
|
|
5063
5159
|
},
|
|
5064
5160
|
"additionalProperties": false,
|
|
5161
|
+
"description": "Options that are specific to Textarea Inputs.",
|
|
5065
5162
|
"markdownDescription": "Options that are specific to Textarea Inputs."
|
|
5066
5163
|
}
|
|
5067
5164
|
},
|
|
@@ -5069,11 +5166,11 @@
|
|
|
5069
5166
|
"type"
|
|
5070
5167
|
],
|
|
5071
5168
|
"additionalProperties": false,
|
|
5169
|
+
"title": "Textarea Input",
|
|
5170
|
+
"description": "Provides an editing interface for plain text.",
|
|
5072
5171
|
"markdownDescription": "Provides an editing interface for plain text."
|
|
5073
5172
|
},
|
|
5074
5173
|
"CodeInput": {
|
|
5075
|
-
"title": "Code Input",
|
|
5076
|
-
"description": "Provides an editing interface for code or mono-spaced plain text content.",
|
|
5077
5174
|
"type": "object",
|
|
5078
5175
|
"properties": {
|
|
5079
5176
|
"comment": {
|
|
@@ -5114,14 +5211,13 @@
|
|
|
5114
5211
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5115
5212
|
},
|
|
5116
5213
|
"type": {
|
|
5117
|
-
"title": "Type",
|
|
5118
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5119
5214
|
"type": "string",
|
|
5120
5215
|
"const": "code",
|
|
5216
|
+
"title": "Type",
|
|
5217
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5121
5218
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5122
5219
|
},
|
|
5123
5220
|
"options": {
|
|
5124
|
-
"description": "Options that are specific to Code Inputs.",
|
|
5125
5221
|
"type": "object",
|
|
5126
5222
|
"properties": {
|
|
5127
5223
|
"tab_size": {
|
|
@@ -5156,6 +5252,33 @@
|
|
|
5156
5252
|
"min_length_message": {
|
|
5157
5253
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5158
5254
|
},
|
|
5255
|
+
"max_words": {
|
|
5256
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
5257
|
+
},
|
|
5258
|
+
"max_words_message": {
|
|
5259
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
5260
|
+
},
|
|
5261
|
+
"min_words": {
|
|
5262
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
5263
|
+
},
|
|
5264
|
+
"min_words_message": {
|
|
5265
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
5266
|
+
},
|
|
5267
|
+
"max_graphemes": {
|
|
5268
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
5269
|
+
},
|
|
5270
|
+
"max_graphemes_message": {
|
|
5271
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
5272
|
+
},
|
|
5273
|
+
"min_graphemes": {
|
|
5274
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
5275
|
+
},
|
|
5276
|
+
"min_graphemes_message": {
|
|
5277
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
5278
|
+
},
|
|
5279
|
+
"locale": {
|
|
5280
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
5281
|
+
},
|
|
5159
5282
|
"pattern": {
|
|
5160
5283
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5161
5284
|
},
|
|
@@ -5199,6 +5322,7 @@
|
|
|
5199
5322
|
}
|
|
5200
5323
|
},
|
|
5201
5324
|
"additionalProperties": false,
|
|
5325
|
+
"description": "Options that are specific to Code Inputs.",
|
|
5202
5326
|
"markdownDescription": "Options that are specific to Code Inputs."
|
|
5203
5327
|
}
|
|
5204
5328
|
},
|
|
@@ -5206,6 +5330,8 @@
|
|
|
5206
5330
|
"type"
|
|
5207
5331
|
],
|
|
5208
5332
|
"additionalProperties": false,
|
|
5333
|
+
"title": "Code Input",
|
|
5334
|
+
"description": "Provides an editing interface for code or mono-spaced plain text content.",
|
|
5209
5335
|
"markdownDescription": "Provides an editing interface for code or mono-spaced plain text content."
|
|
5210
5336
|
},
|
|
5211
5337
|
"Theme": {
|
|
@@ -5239,8 +5365,6 @@
|
|
|
5239
5365
|
]
|
|
5240
5366
|
},
|
|
5241
5367
|
"Syntax": {
|
|
5242
|
-
"title": "Syntax",
|
|
5243
|
-
"description": "Available syntax highlighting languages for code editors in CloudCannon.",
|
|
5244
5368
|
"type": "string",
|
|
5245
5369
|
"enum": [
|
|
5246
5370
|
"c_cpp",
|
|
@@ -5312,11 +5436,11 @@
|
|
|
5312
5436
|
"xquery",
|
|
5313
5437
|
"yaml"
|
|
5314
5438
|
],
|
|
5439
|
+
"title": "Syntax",
|
|
5440
|
+
"description": "Available syntax highlighting languages for code editors in CloudCannon.",
|
|
5315
5441
|
"markdownDescription": "Available syntax highlighting languages for code editors in CloudCannon."
|
|
5316
5442
|
},
|
|
5317
5443
|
"ColorInput": {
|
|
5318
|
-
"title": "Color Input",
|
|
5319
|
-
"description": "Provides an editing interface for color values.",
|
|
5320
5444
|
"type": "object",
|
|
5321
5445
|
"properties": {
|
|
5322
5446
|
"comment": {
|
|
@@ -5357,14 +5481,13 @@
|
|
|
5357
5481
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5358
5482
|
},
|
|
5359
5483
|
"type": {
|
|
5360
|
-
"title": "Type",
|
|
5361
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5362
5484
|
"type": "string",
|
|
5363
5485
|
"const": "color",
|
|
5486
|
+
"title": "Type",
|
|
5487
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5364
5488
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5365
5489
|
},
|
|
5366
5490
|
"options": {
|
|
5367
|
-
"description": "Options that are specific to Color Inputs.",
|
|
5368
5491
|
"type": "object",
|
|
5369
5492
|
"properties": {
|
|
5370
5493
|
"max_length": {
|
|
@@ -5379,6 +5502,33 @@
|
|
|
5379
5502
|
"min_length_message": {
|
|
5380
5503
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5381
5504
|
},
|
|
5505
|
+
"max_words": {
|
|
5506
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
5507
|
+
},
|
|
5508
|
+
"max_words_message": {
|
|
5509
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
5510
|
+
},
|
|
5511
|
+
"min_words": {
|
|
5512
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
5513
|
+
},
|
|
5514
|
+
"min_words_message": {
|
|
5515
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
5516
|
+
},
|
|
5517
|
+
"max_graphemes": {
|
|
5518
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
5519
|
+
},
|
|
5520
|
+
"max_graphemes_message": {
|
|
5521
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
5522
|
+
},
|
|
5523
|
+
"min_graphemes": {
|
|
5524
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
5525
|
+
},
|
|
5526
|
+
"min_graphemes_message": {
|
|
5527
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
5528
|
+
},
|
|
5529
|
+
"locale": {
|
|
5530
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
5531
|
+
},
|
|
5382
5532
|
"pattern": {
|
|
5383
5533
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5384
5534
|
},
|
|
@@ -5429,6 +5579,7 @@
|
|
|
5429
5579
|
}
|
|
5430
5580
|
},
|
|
5431
5581
|
"additionalProperties": false,
|
|
5582
|
+
"description": "Options that are specific to Color Inputs.",
|
|
5432
5583
|
"markdownDescription": "Options that are specific to Color Inputs."
|
|
5433
5584
|
}
|
|
5434
5585
|
},
|
|
@@ -5436,11 +5587,11 @@
|
|
|
5436
5587
|
"type"
|
|
5437
5588
|
],
|
|
5438
5589
|
"additionalProperties": false,
|
|
5590
|
+
"title": "Color Input",
|
|
5591
|
+
"description": "Provides an editing interface for color values.",
|
|
5439
5592
|
"markdownDescription": "Provides an editing interface for color values."
|
|
5440
5593
|
},
|
|
5441
5594
|
"BooleanInput": {
|
|
5442
|
-
"title": "Boolean Input",
|
|
5443
|
-
"description": "Provides an editing interface for true or false values.",
|
|
5444
5595
|
"type": "object",
|
|
5445
5596
|
"properties": {
|
|
5446
5597
|
"comment": {
|
|
@@ -5481,13 +5632,13 @@
|
|
|
5481
5632
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5482
5633
|
},
|
|
5483
5634
|
"type": {
|
|
5484
|
-
"title": "Type",
|
|
5485
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5486
5635
|
"type": "string",
|
|
5487
5636
|
"enum": [
|
|
5488
5637
|
"checkbox",
|
|
5489
5638
|
"switch"
|
|
5490
5639
|
],
|
|
5640
|
+
"title": "Type",
|
|
5641
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5491
5642
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5492
5643
|
}
|
|
5493
5644
|
},
|
|
@@ -5495,11 +5646,11 @@
|
|
|
5495
5646
|
"type"
|
|
5496
5647
|
],
|
|
5497
5648
|
"additionalProperties": false,
|
|
5649
|
+
"title": "Boolean Input",
|
|
5650
|
+
"description": "Provides an editing interface for true or false values.",
|
|
5498
5651
|
"markdownDescription": "Provides an editing interface for true or false values."
|
|
5499
5652
|
},
|
|
5500
5653
|
"NumberInput": {
|
|
5501
|
-
"title": "Number Input",
|
|
5502
|
-
"description": "Provides an editing interface for numeric values.",
|
|
5503
5654
|
"type": "object",
|
|
5504
5655
|
"properties": {
|
|
5505
5656
|
"comment": {
|
|
@@ -5540,14 +5691,13 @@
|
|
|
5540
5691
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5541
5692
|
},
|
|
5542
5693
|
"type": {
|
|
5543
|
-
"title": "Type",
|
|
5544
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5545
5694
|
"type": "string",
|
|
5546
5695
|
"const": "number",
|
|
5696
|
+
"title": "Type",
|
|
5697
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5547
5698
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5548
5699
|
},
|
|
5549
5700
|
"options": {
|
|
5550
|
-
"description": "Options that are specific to Number Inputs.",
|
|
5551
5701
|
"type": "object",
|
|
5552
5702
|
"properties": {
|
|
5553
5703
|
"required": {
|
|
@@ -5588,6 +5738,7 @@
|
|
|
5588
5738
|
}
|
|
5589
5739
|
},
|
|
5590
5740
|
"additionalProperties": false,
|
|
5741
|
+
"description": "Options that are specific to Number Inputs.",
|
|
5591
5742
|
"markdownDescription": "Options that are specific to Number Inputs."
|
|
5592
5743
|
}
|
|
5593
5744
|
},
|
|
@@ -5595,11 +5746,13 @@
|
|
|
5595
5746
|
"type"
|
|
5596
5747
|
],
|
|
5597
5748
|
"additionalProperties": false,
|
|
5749
|
+
"title": "Number Input",
|
|
5750
|
+
"description": "Provides an editing interface for numeric values.",
|
|
5598
5751
|
"markdownDescription": "Provides an editing interface for numeric values."
|
|
5599
5752
|
},
|
|
5600
5753
|
"type._inputs.*.options.empty_type(number)": {
|
|
5601
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5602
5754
|
"default": "null",
|
|
5755
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5603
5756
|
"type": "string",
|
|
5604
5757
|
"enum": [
|
|
5605
5758
|
"null",
|
|
@@ -5608,13 +5761,13 @@
|
|
|
5608
5761
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
5609
5762
|
},
|
|
5610
5763
|
"type._inputs.*.options.min": {
|
|
5611
|
-
"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.",
|
|
5612
5764
|
"type": "number",
|
|
5765
|
+
"description": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
|
|
5613
5766
|
"markdownDescription": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes."
|
|
5614
5767
|
},
|
|
5615
5768
|
"type._inputs.*.options.max": {
|
|
5616
|
-
"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.",
|
|
5617
5769
|
"type": "number",
|
|
5770
|
+
"description": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
|
|
5618
5771
|
"markdownDescription": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes."
|
|
5619
5772
|
},
|
|
5620
5773
|
"type._inputs.*.options.step": {
|
|
@@ -5633,8 +5786,6 @@
|
|
|
5633
5786
|
"markdownDescription": "This key defines the message that explains why an Input needs to have a maximum numerical value. This key requires you to define `options.max`."
|
|
5634
5787
|
},
|
|
5635
5788
|
"RangeInput": {
|
|
5636
|
-
"title": "Range Input",
|
|
5637
|
-
"description": "Provides a slider interface for selecting a numeric value.",
|
|
5638
5789
|
"type": "object",
|
|
5639
5790
|
"properties": {
|
|
5640
5791
|
"comment": {
|
|
@@ -5675,14 +5826,13 @@
|
|
|
5675
5826
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5676
5827
|
},
|
|
5677
5828
|
"type": {
|
|
5678
|
-
"title": "Type",
|
|
5679
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5680
5829
|
"type": "string",
|
|
5681
5830
|
"const": "range",
|
|
5831
|
+
"title": "Type",
|
|
5832
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5682
5833
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5683
5834
|
},
|
|
5684
5835
|
"options": {
|
|
5685
|
-
"description": "Options that are specific to Range Inputs.",
|
|
5686
5836
|
"type": "object",
|
|
5687
5837
|
"properties": {
|
|
5688
5838
|
"required": {
|
|
@@ -5719,6 +5869,7 @@
|
|
|
5719
5869
|
"max"
|
|
5720
5870
|
],
|
|
5721
5871
|
"additionalProperties": false,
|
|
5872
|
+
"description": "Options that are specific to Range Inputs.",
|
|
5722
5873
|
"markdownDescription": "Options that are specific to Range Inputs."
|
|
5723
5874
|
}
|
|
5724
5875
|
},
|
|
@@ -5726,11 +5877,11 @@
|
|
|
5726
5877
|
"type"
|
|
5727
5878
|
],
|
|
5728
5879
|
"additionalProperties": false,
|
|
5880
|
+
"title": "Range Input",
|
|
5881
|
+
"description": "Provides a slider interface for selecting a numeric value.",
|
|
5729
5882
|
"markdownDescription": "Provides a slider interface for selecting a numeric value."
|
|
5730
5883
|
},
|
|
5731
5884
|
"RichTextInput": {
|
|
5732
|
-
"title": "Rich Text Input",
|
|
5733
|
-
"description": "Provides an editing interface for HTML markup content.",
|
|
5734
5885
|
"type": "object",
|
|
5735
5886
|
"properties": {
|
|
5736
5887
|
"comment": {
|
|
@@ -5771,17 +5922,16 @@
|
|
|
5771
5922
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5772
5923
|
},
|
|
5773
5924
|
"type": {
|
|
5774
|
-
"title": "Type",
|
|
5775
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5776
5925
|
"type": "string",
|
|
5777
5926
|
"enum": [
|
|
5778
5927
|
"html",
|
|
5779
5928
|
"markdown"
|
|
5780
5929
|
],
|
|
5930
|
+
"title": "Type",
|
|
5931
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
5781
5932
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
5782
5933
|
},
|
|
5783
5934
|
"options": {
|
|
5784
|
-
"description": "Options that are specific to Rich Text Inputs.",
|
|
5785
5935
|
"type": "object",
|
|
5786
5936
|
"properties": {
|
|
5787
5937
|
"mime_type": {
|
|
@@ -5932,6 +6082,33 @@
|
|
|
5932
6082
|
"min_length_message": {
|
|
5933
6083
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5934
6084
|
},
|
|
6085
|
+
"max_words": {
|
|
6086
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
6087
|
+
},
|
|
6088
|
+
"max_words_message": {
|
|
6089
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
6090
|
+
},
|
|
6091
|
+
"min_words": {
|
|
6092
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
6093
|
+
},
|
|
6094
|
+
"min_words_message": {
|
|
6095
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
6096
|
+
},
|
|
6097
|
+
"max_graphemes": {
|
|
6098
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
6099
|
+
},
|
|
6100
|
+
"max_graphemes_message": {
|
|
6101
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
6102
|
+
},
|
|
6103
|
+
"min_graphemes": {
|
|
6104
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
6105
|
+
},
|
|
6106
|
+
"min_graphemes_message": {
|
|
6107
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
6108
|
+
},
|
|
6109
|
+
"locale": {
|
|
6110
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
6111
|
+
},
|
|
5935
6112
|
"pattern": {
|
|
5936
6113
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5937
6114
|
},
|
|
@@ -5955,10 +6132,14 @@
|
|
|
5955
6132
|
]
|
|
5956
6133
|
},
|
|
5957
6134
|
"allow_resize": {
|
|
5958
|
-
"
|
|
6135
|
+
"deprecated": true,
|
|
6136
|
+
"type": "boolean"
|
|
6137
|
+
},
|
|
6138
|
+
"prevent_resize": {
|
|
6139
|
+
"description": "Hides the resize handler to vertically resize the input.",
|
|
5959
6140
|
"default": false,
|
|
5960
6141
|
"type": "boolean",
|
|
5961
|
-
"markdownDescription": "
|
|
6142
|
+
"markdownDescription": "Hides the resize handler to vertically resize the input."
|
|
5962
6143
|
},
|
|
5963
6144
|
"initial_height": {
|
|
5964
6145
|
"description": "Defines the initial height of this input in pixels (px).",
|
|
@@ -5967,6 +6148,7 @@
|
|
|
5967
6148
|
}
|
|
5968
6149
|
},
|
|
5969
6150
|
"additionalProperties": false,
|
|
6151
|
+
"description": "Options that are specific to Rich Text Inputs.",
|
|
5970
6152
|
"markdownDescription": "Options that are specific to Rich Text Inputs."
|
|
5971
6153
|
}
|
|
5972
6154
|
},
|
|
@@ -5974,6 +6156,8 @@
|
|
|
5974
6156
|
"type"
|
|
5975
6157
|
],
|
|
5976
6158
|
"additionalProperties": false,
|
|
6159
|
+
"title": "Rich Text Input",
|
|
6160
|
+
"description": "Provides an editing interface for HTML markup content.",
|
|
5977
6161
|
"markdownDescription": "Provides an editing interface for HTML markup content."
|
|
5978
6162
|
},
|
|
5979
6163
|
"type._inputs.*.options.mime_type": {
|
|
@@ -6050,8 +6234,8 @@
|
|
|
6050
6234
|
"type": "object",
|
|
6051
6235
|
"properties": {
|
|
6052
6236
|
"size": {
|
|
6053
|
-
"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).",
|
|
6054
6237
|
"type": "string",
|
|
6238
|
+
"description": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w).",
|
|
6055
6239
|
"markdownDescription": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w)."
|
|
6056
6240
|
},
|
|
6057
6241
|
"target": {
|
|
@@ -6068,7 +6252,6 @@
|
|
|
6068
6252
|
"markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting existing files."
|
|
6069
6253
|
},
|
|
6070
6254
|
"type.paths": {
|
|
6071
|
-
"title": "Paths",
|
|
6072
6255
|
"type": "object",
|
|
6073
6256
|
"properties": {
|
|
6074
6257
|
"static": {
|
|
@@ -6093,7 +6276,8 @@
|
|
|
6093
6276
|
"$ref": "#/definitions/paths.uploads_use_relative_path"
|
|
6094
6277
|
}
|
|
6095
6278
|
},
|
|
6096
|
-
"additionalProperties": false
|
|
6279
|
+
"additionalProperties": false,
|
|
6280
|
+
"title": "Paths"
|
|
6097
6281
|
},
|
|
6098
6282
|
"type._editables.*.bold": {
|
|
6099
6283
|
"description": "Enables a control to set selected text to bold.",
|
|
@@ -6293,8 +6477,6 @@
|
|
|
6293
6477
|
"markdownDescription": "Enables a control to join the selected block with the block below it."
|
|
6294
6478
|
},
|
|
6295
6479
|
"DateInput": {
|
|
6296
|
-
"title": "Date Input",
|
|
6297
|
-
"description": "Provides an editing interface for date and/or time values.",
|
|
6298
6480
|
"type": "object",
|
|
6299
6481
|
"properties": {
|
|
6300
6482
|
"comment": {
|
|
@@ -6335,17 +6517,16 @@
|
|
|
6335
6517
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6336
6518
|
},
|
|
6337
6519
|
"type": {
|
|
6338
|
-
"title": "Type",
|
|
6339
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
6340
6520
|
"type": "string",
|
|
6341
6521
|
"enum": [
|
|
6342
6522
|
"date",
|
|
6343
6523
|
"datetime"
|
|
6344
6524
|
],
|
|
6525
|
+
"title": "Type",
|
|
6526
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
6345
6527
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
6346
6528
|
},
|
|
6347
6529
|
"options": {
|
|
6348
|
-
"description": "Options that are specific to Date Inputs.",
|
|
6349
6530
|
"type": "object",
|
|
6350
6531
|
"properties": {
|
|
6351
6532
|
"required": {
|
|
@@ -6374,10 +6555,10 @@
|
|
|
6374
6555
|
"description": "This key defines the earliest date and time, inclusive, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from selecting an earlier date and time. If the Input already contains an earlier date and time, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value must be in ISO8601 format. If `options.end_before` is also configured, this key cannot be a later date and time.",
|
|
6375
6556
|
"anyOf": [
|
|
6376
6557
|
{
|
|
6377
|
-
"title": "ISO8601 String",
|
|
6378
6558
|
"type": "string",
|
|
6379
6559
|
"format": "date-time",
|
|
6380
|
-
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
6560
|
+
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
|
|
6561
|
+
"title": "ISO8601 String"
|
|
6381
6562
|
},
|
|
6382
6563
|
{
|
|
6383
6564
|
"title": "Date"
|
|
@@ -6394,10 +6575,10 @@
|
|
|
6394
6575
|
"description": "This key defines the date and time, exclusive, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from selecting a later date and time. If the Input already contains a later date and time, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value must be in ISO8601 format. If options.start_from is also configured, this key cannot be an earlier date and time. This key has no default.",
|
|
6395
6576
|
"anyOf": [
|
|
6396
6577
|
{
|
|
6397
|
-
"title": "ISO8601 String",
|
|
6398
6578
|
"type": "string",
|
|
6399
6579
|
"format": "date-time",
|
|
6400
|
-
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
6580
|
+
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
|
|
6581
|
+
"title": "ISO8601 String"
|
|
6401
6582
|
},
|
|
6402
6583
|
{
|
|
6403
6584
|
"title": "Date"
|
|
@@ -6412,6 +6593,7 @@
|
|
|
6412
6593
|
}
|
|
6413
6594
|
},
|
|
6414
6595
|
"additionalProperties": false,
|
|
6596
|
+
"description": "Options that are specific to Date Inputs.",
|
|
6415
6597
|
"markdownDescription": "Options that are specific to Date Inputs."
|
|
6416
6598
|
}
|
|
6417
6599
|
},
|
|
@@ -6419,10 +6601,11 @@
|
|
|
6419
6601
|
"type"
|
|
6420
6602
|
],
|
|
6421
6603
|
"additionalProperties": false,
|
|
6604
|
+
"title": "Date Input",
|
|
6605
|
+
"description": "Provides an editing interface for date and/or time values.",
|
|
6422
6606
|
"markdownDescription": "Provides an editing interface for date and/or time values."
|
|
6423
6607
|
},
|
|
6424
6608
|
"type.timezone": {
|
|
6425
|
-
"title": "Timezone",
|
|
6426
6609
|
"type": "string",
|
|
6427
6610
|
"enum": [
|
|
6428
6611
|
"Africa/Abidjan",
|
|
@@ -7020,11 +7203,10 @@
|
|
|
7020
7203
|
"W-SU",
|
|
7021
7204
|
"WET",
|
|
7022
7205
|
"Zulu"
|
|
7023
|
-
]
|
|
7206
|
+
],
|
|
7207
|
+
"title": "Timezone"
|
|
7024
7208
|
},
|
|
7025
7209
|
"TimeInput": {
|
|
7026
|
-
"title": "Time Input",
|
|
7027
|
-
"description": "Provides an editing interface for time values only.",
|
|
7028
7210
|
"type": "object",
|
|
7029
7211
|
"properties": {
|
|
7030
7212
|
"comment": {
|
|
@@ -7065,14 +7247,13 @@
|
|
|
7065
7247
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7066
7248
|
},
|
|
7067
7249
|
"type": {
|
|
7068
|
-
"title": "Type",
|
|
7069
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7070
7250
|
"type": "string",
|
|
7071
7251
|
"const": "time",
|
|
7252
|
+
"title": "Type",
|
|
7253
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7072
7254
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7073
7255
|
},
|
|
7074
7256
|
"options": {
|
|
7075
|
-
"description": "Options that are specific to Time Inputs.",
|
|
7076
7257
|
"type": "object",
|
|
7077
7258
|
"properties": {
|
|
7078
7259
|
"required": {
|
|
@@ -7090,6 +7271,7 @@
|
|
|
7090
7271
|
}
|
|
7091
7272
|
},
|
|
7092
7273
|
"additionalProperties": false,
|
|
7274
|
+
"description": "Options that are specific to Time Inputs.",
|
|
7093
7275
|
"markdownDescription": "Options that are specific to Time Inputs."
|
|
7094
7276
|
}
|
|
7095
7277
|
},
|
|
@@ -7097,11 +7279,11 @@
|
|
|
7097
7279
|
"type"
|
|
7098
7280
|
],
|
|
7099
7281
|
"additionalProperties": false,
|
|
7282
|
+
"title": "Time Input",
|
|
7283
|
+
"description": "Provides an editing interface for time values only.",
|
|
7100
7284
|
"markdownDescription": "Provides an editing interface for time values only."
|
|
7101
7285
|
},
|
|
7102
7286
|
"FileInput": {
|
|
7103
|
-
"title": "File Input",
|
|
7104
|
-
"description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
|
|
7105
7287
|
"type": "object",
|
|
7106
7288
|
"properties": {
|
|
7107
7289
|
"comment": {
|
|
@@ -7142,18 +7324,17 @@
|
|
|
7142
7324
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7143
7325
|
},
|
|
7144
7326
|
"type": {
|
|
7145
|
-
"title": "Type",
|
|
7146
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7147
7327
|
"type": "string",
|
|
7148
7328
|
"enum": [
|
|
7149
7329
|
"file",
|
|
7150
7330
|
"document",
|
|
7151
7331
|
"image"
|
|
7152
7332
|
],
|
|
7333
|
+
"title": "Type",
|
|
7334
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7153
7335
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7154
7336
|
},
|
|
7155
7337
|
"options": {
|
|
7156
|
-
"description": "Options that are specific to File Inputs.",
|
|
7157
7338
|
"type": "object",
|
|
7158
7339
|
"properties": {
|
|
7159
7340
|
"mime_type": {
|
|
@@ -7195,6 +7376,33 @@
|
|
|
7195
7376
|
"min_length_message": {
|
|
7196
7377
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7197
7378
|
},
|
|
7379
|
+
"max_words": {
|
|
7380
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
7381
|
+
},
|
|
7382
|
+
"max_words_message": {
|
|
7383
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
7384
|
+
},
|
|
7385
|
+
"min_words": {
|
|
7386
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
7387
|
+
},
|
|
7388
|
+
"min_words_message": {
|
|
7389
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
7390
|
+
},
|
|
7391
|
+
"max_graphemes": {
|
|
7392
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
7393
|
+
},
|
|
7394
|
+
"max_graphemes_message": {
|
|
7395
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
7396
|
+
},
|
|
7397
|
+
"min_graphemes": {
|
|
7398
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
7399
|
+
},
|
|
7400
|
+
"min_graphemes_message": {
|
|
7401
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
7402
|
+
},
|
|
7403
|
+
"locale": {
|
|
7404
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
7405
|
+
},
|
|
7198
7406
|
"pattern": {
|
|
7199
7407
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7200
7408
|
},
|
|
@@ -7244,6 +7452,7 @@
|
|
|
7244
7452
|
}
|
|
7245
7453
|
},
|
|
7246
7454
|
"additionalProperties": false,
|
|
7455
|
+
"description": "Options that are specific to File Inputs.",
|
|
7247
7456
|
"markdownDescription": "Options that are specific to File Inputs."
|
|
7248
7457
|
}
|
|
7249
7458
|
},
|
|
@@ -7251,28 +7460,28 @@
|
|
|
7251
7460
|
"type"
|
|
7252
7461
|
],
|
|
7253
7462
|
"additionalProperties": false,
|
|
7463
|
+
"title": "File Input",
|
|
7464
|
+
"description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
|
|
7254
7465
|
"markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
|
|
7255
7466
|
},
|
|
7256
7467
|
"type._inputs.*.options.accepts_mime_types": {
|
|
7257
7468
|
"description": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value \"*\" means any type is accepted.",
|
|
7258
7469
|
"anyOf": [
|
|
7259
7470
|
{
|
|
7260
|
-
"
|
|
7261
|
-
"
|
|
7471
|
+
"type": "string",
|
|
7472
|
+
"title": "Comma Separated"
|
|
7262
7473
|
},
|
|
7263
7474
|
{
|
|
7264
|
-
"title": "Array",
|
|
7265
7475
|
"type": "array",
|
|
7266
7476
|
"items": {
|
|
7267
7477
|
"$ref": "#/definitions/MimeType"
|
|
7268
|
-
}
|
|
7478
|
+
},
|
|
7479
|
+
"title": "Array"
|
|
7269
7480
|
}
|
|
7270
7481
|
],
|
|
7271
7482
|
"markdownDescription": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value \"*\" means any type is accepted."
|
|
7272
7483
|
},
|
|
7273
7484
|
"MimeType": {
|
|
7274
|
-
"title": "Mime Type",
|
|
7275
|
-
"description": "MIME type identifiers for file type validation and handling in CloudCannon.",
|
|
7276
7485
|
"type": "string",
|
|
7277
7486
|
"enum": [
|
|
7278
7487
|
"x-world/x-3dmf",
|
|
@@ -7709,6 +7918,8 @@
|
|
|
7709
7918
|
"multipart/x-zip",
|
|
7710
7919
|
"text/x-script.zsh"
|
|
7711
7920
|
],
|
|
7921
|
+
"title": "Mime Type",
|
|
7922
|
+
"description": "MIME type identifiers for file type validation and handling in CloudCannon.",
|
|
7712
7923
|
"markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
|
|
7713
7924
|
},
|
|
7714
7925
|
"type._inputs.*.options.max_file_size": {
|
|
@@ -7740,8 +7951,6 @@
|
|
|
7740
7951
|
"markdownDescription": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window."
|
|
7741
7952
|
},
|
|
7742
7953
|
"UrlInput": {
|
|
7743
|
-
"title": "URL Input",
|
|
7744
|
-
"description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
|
|
7745
7954
|
"type": "object",
|
|
7746
7955
|
"properties": {
|
|
7747
7956
|
"comment": {
|
|
@@ -7782,14 +7991,13 @@
|
|
|
7782
7991
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7783
7992
|
},
|
|
7784
7993
|
"type": {
|
|
7785
|
-
"title": "Type",
|
|
7786
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7787
7994
|
"type": "string",
|
|
7788
7995
|
"const": "url",
|
|
7996
|
+
"title": "Type",
|
|
7997
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7789
7998
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7790
7999
|
},
|
|
7791
8000
|
"options": {
|
|
7792
|
-
"description": "Options that are specific to URL Inputs.",
|
|
7793
8001
|
"type": "object",
|
|
7794
8002
|
"properties": {
|
|
7795
8003
|
"mime_type": {
|
|
@@ -7831,6 +8039,33 @@
|
|
|
7831
8039
|
"min_length_message": {
|
|
7832
8040
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7833
8041
|
},
|
|
8042
|
+
"max_words": {
|
|
8043
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
8044
|
+
},
|
|
8045
|
+
"max_words_message": {
|
|
8046
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
8047
|
+
},
|
|
8048
|
+
"min_words": {
|
|
8049
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
8050
|
+
},
|
|
8051
|
+
"min_words_message": {
|
|
8052
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
8053
|
+
},
|
|
8054
|
+
"max_graphemes": {
|
|
8055
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
8056
|
+
},
|
|
8057
|
+
"max_graphemes_message": {
|
|
8058
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
8059
|
+
},
|
|
8060
|
+
"min_graphemes": {
|
|
8061
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
8062
|
+
},
|
|
8063
|
+
"min_graphemes_message": {
|
|
8064
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
8065
|
+
},
|
|
8066
|
+
"locale": {
|
|
8067
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
8068
|
+
},
|
|
7834
8069
|
"pattern": {
|
|
7835
8070
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7836
8071
|
},
|
|
@@ -7904,6 +8139,7 @@
|
|
|
7904
8139
|
}
|
|
7905
8140
|
},
|
|
7906
8141
|
"additionalProperties": false,
|
|
8142
|
+
"description": "Options that are specific to URL Inputs.",
|
|
7907
8143
|
"markdownDescription": "Options that are specific to URL Inputs."
|
|
7908
8144
|
}
|
|
7909
8145
|
},
|
|
@@ -7911,11 +8147,11 @@
|
|
|
7911
8147
|
"type"
|
|
7912
8148
|
],
|
|
7913
8149
|
"additionalProperties": false,
|
|
8150
|
+
"title": "URL Input",
|
|
8151
|
+
"description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
|
|
7914
8152
|
"markdownDescription": "Provides an editing interface for relative, absolute, and fully qualified URLs."
|
|
7915
8153
|
},
|
|
7916
8154
|
"SelectInput": {
|
|
7917
|
-
"title": "Select Input",
|
|
7918
|
-
"description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
|
|
7919
8155
|
"type": "object",
|
|
7920
8156
|
"properties": {
|
|
7921
8157
|
"comment": {
|
|
@@ -7956,14 +8192,13 @@
|
|
|
7956
8192
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7957
8193
|
},
|
|
7958
8194
|
"type": {
|
|
7959
|
-
"title": "Type",
|
|
7960
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7961
8195
|
"type": "string",
|
|
7962
8196
|
"const": "select",
|
|
8197
|
+
"title": "Type",
|
|
8198
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
7963
8199
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
7964
8200
|
},
|
|
7965
8201
|
"options": {
|
|
7966
|
-
"description": "Options that are specific to Select Inputs.",
|
|
7967
8202
|
"type": "object",
|
|
7968
8203
|
"properties": {
|
|
7969
8204
|
"required": {
|
|
@@ -8016,6 +8251,33 @@
|
|
|
8016
8251
|
"min_length_message": {
|
|
8017
8252
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8018
8253
|
},
|
|
8254
|
+
"max_words": {
|
|
8255
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
8256
|
+
},
|
|
8257
|
+
"max_words_message": {
|
|
8258
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
8259
|
+
},
|
|
8260
|
+
"min_words": {
|
|
8261
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
8262
|
+
},
|
|
8263
|
+
"min_words_message": {
|
|
8264
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
8265
|
+
},
|
|
8266
|
+
"max_graphemes": {
|
|
8267
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
8268
|
+
},
|
|
8269
|
+
"max_graphemes_message": {
|
|
8270
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
8271
|
+
},
|
|
8272
|
+
"min_graphemes": {
|
|
8273
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
8274
|
+
},
|
|
8275
|
+
"min_graphemes_message": {
|
|
8276
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
8277
|
+
},
|
|
8278
|
+
"locale": {
|
|
8279
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
8280
|
+
},
|
|
8019
8281
|
"pattern": {
|
|
8020
8282
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8021
8283
|
},
|
|
@@ -8034,6 +8296,7 @@
|
|
|
8034
8296
|
}
|
|
8035
8297
|
},
|
|
8036
8298
|
"additionalProperties": false,
|
|
8299
|
+
"description": "Options that are specific to Select Inputs.",
|
|
8037
8300
|
"markdownDescription": "Options that are specific to Select Inputs."
|
|
8038
8301
|
}
|
|
8039
8302
|
},
|
|
@@ -8041,11 +8304,11 @@
|
|
|
8041
8304
|
"type"
|
|
8042
8305
|
],
|
|
8043
8306
|
"additionalProperties": false,
|
|
8307
|
+
"title": "Select Input",
|
|
8308
|
+
"description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
|
|
8044
8309
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
|
|
8045
8310
|
},
|
|
8046
8311
|
"type.preview": {
|
|
8047
|
-
"id": "type.preview",
|
|
8048
|
-
"title": "Preview",
|
|
8049
8312
|
"type": "object",
|
|
8050
8313
|
"properties": {
|
|
8051
8314
|
"text": {
|
|
@@ -8076,7 +8339,8 @@
|
|
|
8076
8339
|
"$ref": "#/definitions/type.preview.gallery"
|
|
8077
8340
|
}
|
|
8078
8341
|
},
|
|
8079
|
-
"additionalProperties": false
|
|
8342
|
+
"additionalProperties": false,
|
|
8343
|
+
"title": "Preview"
|
|
8080
8344
|
},
|
|
8081
8345
|
"type.preview.text": {
|
|
8082
8346
|
"allOf": [
|
|
@@ -8212,8 +8476,8 @@
|
|
|
8212
8476
|
"markdownDescription": "Allows new text values to be created at edit time."
|
|
8213
8477
|
},
|
|
8214
8478
|
"type._inputs.*.options.allow_empty": {
|
|
8479
|
+
"deprecated": true,
|
|
8215
8480
|
"description": "Provides an empty option alongside the options provided by values.",
|
|
8216
|
-
"default": true,
|
|
8217
8481
|
"type": "boolean",
|
|
8218
8482
|
"markdownDescription": "Provides an empty option alongside the options provided by values."
|
|
8219
8483
|
},
|
|
@@ -8221,33 +8485,31 @@
|
|
|
8221
8485
|
"description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
|
|
8222
8486
|
"anyOf": [
|
|
8223
8487
|
{
|
|
8488
|
+
"type": "string",
|
|
8224
8489
|
"title": "Dataset Reference",
|
|
8225
8490
|
"description": "Reference to a dataset.",
|
|
8226
|
-
"type": "string",
|
|
8227
8491
|
"markdownDescription": "Reference to a dataset."
|
|
8228
8492
|
},
|
|
8229
8493
|
{
|
|
8230
|
-
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
8231
8494
|
"anyOf": [
|
|
8232
8495
|
{
|
|
8233
|
-
"title": "Text Array",
|
|
8234
8496
|
"type": "array",
|
|
8235
8497
|
"items": {
|
|
8236
8498
|
"type": "string"
|
|
8237
|
-
}
|
|
8499
|
+
},
|
|
8500
|
+
"title": "Text Array"
|
|
8238
8501
|
},
|
|
8239
8502
|
{
|
|
8240
|
-
"title": "Text Object",
|
|
8241
8503
|
"type": "object",
|
|
8242
8504
|
"propertyNames": {
|
|
8243
8505
|
"type": "string"
|
|
8244
8506
|
},
|
|
8245
8507
|
"additionalProperties": {
|
|
8246
8508
|
"type": "string"
|
|
8247
|
-
}
|
|
8509
|
+
},
|
|
8510
|
+
"title": "Text Object"
|
|
8248
8511
|
},
|
|
8249
8512
|
{
|
|
8250
|
-
"title": "Object Array",
|
|
8251
8513
|
"type": "array",
|
|
8252
8514
|
"items": {
|
|
8253
8515
|
"type": "object",
|
|
@@ -8255,17 +8517,19 @@
|
|
|
8255
8517
|
"type": "string"
|
|
8256
8518
|
},
|
|
8257
8519
|
"additionalProperties": {}
|
|
8258
|
-
}
|
|
8520
|
+
},
|
|
8521
|
+
"title": "Object Array"
|
|
8259
8522
|
},
|
|
8260
8523
|
{
|
|
8261
|
-
"title": "Object",
|
|
8262
8524
|
"type": "object",
|
|
8263
8525
|
"propertyNames": {
|
|
8264
8526
|
"type": "string"
|
|
8265
8527
|
},
|
|
8266
|
-
"additionalProperties": {}
|
|
8528
|
+
"additionalProperties": {},
|
|
8529
|
+
"title": "Object"
|
|
8267
8530
|
}
|
|
8268
8531
|
],
|
|
8532
|
+
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
8269
8533
|
"markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
|
|
8270
8534
|
}
|
|
8271
8535
|
],
|
|
@@ -8299,8 +8563,6 @@
|
|
|
8299
8563
|
"markdownDescription": "Controls how selectable options are rendered."
|
|
8300
8564
|
},
|
|
8301
8565
|
"MultiselectInput": {
|
|
8302
|
-
"title": "Multiselect Input",
|
|
8303
|
-
"description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
|
|
8304
8566
|
"type": "object",
|
|
8305
8567
|
"properties": {
|
|
8306
8568
|
"comment": {
|
|
@@ -8341,14 +8603,13 @@
|
|
|
8341
8603
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8342
8604
|
},
|
|
8343
8605
|
"type": {
|
|
8344
|
-
"title": "Type",
|
|
8345
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8346
8606
|
"type": "string",
|
|
8347
8607
|
"const": "multiselect",
|
|
8608
|
+
"title": "Type",
|
|
8609
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8348
8610
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8349
8611
|
},
|
|
8350
8612
|
"options": {
|
|
8351
|
-
"description": "Options that are specific to Multiselect Inputs.",
|
|
8352
8613
|
"type": "object",
|
|
8353
8614
|
"properties": {
|
|
8354
8615
|
"required": {
|
|
@@ -8416,6 +8677,7 @@
|
|
|
8416
8677
|
}
|
|
8417
8678
|
},
|
|
8418
8679
|
"additionalProperties": false,
|
|
8680
|
+
"description": "Options that are specific to Multiselect Inputs.",
|
|
8419
8681
|
"markdownDescription": "Options that are specific to Multiselect Inputs."
|
|
8420
8682
|
}
|
|
8421
8683
|
},
|
|
@@ -8423,6 +8685,8 @@
|
|
|
8423
8685
|
"type"
|
|
8424
8686
|
],
|
|
8425
8687
|
"additionalProperties": false,
|
|
8688
|
+
"title": "Multiselect Input",
|
|
8689
|
+
"description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
|
|
8426
8690
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
|
|
8427
8691
|
},
|
|
8428
8692
|
"type._inputs.*.options.max_items": {
|
|
@@ -8456,8 +8720,8 @@
|
|
|
8456
8720
|
"markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
|
|
8457
8721
|
},
|
|
8458
8722
|
"type._inputs.*.options.empty_type(array)": {
|
|
8459
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8460
8723
|
"default": "null",
|
|
8724
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8461
8725
|
"type": "string",
|
|
8462
8726
|
"enum": [
|
|
8463
8727
|
"null",
|
|
@@ -8466,8 +8730,6 @@
|
|
|
8466
8730
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
8467
8731
|
},
|
|
8468
8732
|
"ChoiceInput": {
|
|
8469
|
-
"title": "Choice Input",
|
|
8470
|
-
"description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
|
|
8471
8733
|
"type": "object",
|
|
8472
8734
|
"properties": {
|
|
8473
8735
|
"comment": {
|
|
@@ -8508,14 +8770,13 @@
|
|
|
8508
8770
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8509
8771
|
},
|
|
8510
8772
|
"type": {
|
|
8511
|
-
"title": "Type",
|
|
8512
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8513
8773
|
"type": "string",
|
|
8514
8774
|
"const": "choice",
|
|
8775
|
+
"title": "Type",
|
|
8776
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8515
8777
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8516
8778
|
},
|
|
8517
8779
|
"options": {
|
|
8518
|
-
"description": "Options that are specific to Choice Inputs.",
|
|
8519
8780
|
"type": "object",
|
|
8520
8781
|
"properties": {
|
|
8521
8782
|
"required": {
|
|
@@ -8565,6 +8826,33 @@
|
|
|
8565
8826
|
"min_length_message": {
|
|
8566
8827
|
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8567
8828
|
},
|
|
8829
|
+
"max_words": {
|
|
8830
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words"
|
|
8831
|
+
},
|
|
8832
|
+
"max_words_message": {
|
|
8833
|
+
"$ref": "#/definitions/type._inputs.*.options.max_words_message"
|
|
8834
|
+
},
|
|
8835
|
+
"min_words": {
|
|
8836
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words"
|
|
8837
|
+
},
|
|
8838
|
+
"min_words_message": {
|
|
8839
|
+
"$ref": "#/definitions/type._inputs.*.options.min_words_message"
|
|
8840
|
+
},
|
|
8841
|
+
"max_graphemes": {
|
|
8842
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes"
|
|
8843
|
+
},
|
|
8844
|
+
"max_graphemes_message": {
|
|
8845
|
+
"$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
|
|
8846
|
+
},
|
|
8847
|
+
"min_graphemes": {
|
|
8848
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes"
|
|
8849
|
+
},
|
|
8850
|
+
"min_graphemes_message": {
|
|
8851
|
+
"$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
|
|
8852
|
+
},
|
|
8853
|
+
"locale": {
|
|
8854
|
+
"$ref": "#/definitions/type._inputs.*.options.locale"
|
|
8855
|
+
},
|
|
8568
8856
|
"pattern": {
|
|
8569
8857
|
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8570
8858
|
},
|
|
@@ -8583,6 +8871,7 @@
|
|
|
8583
8871
|
}
|
|
8584
8872
|
},
|
|
8585
8873
|
"additionalProperties": false,
|
|
8874
|
+
"description": "Options that are specific to Choice Inputs.",
|
|
8586
8875
|
"markdownDescription": "Options that are specific to Choice Inputs."
|
|
8587
8876
|
}
|
|
8588
8877
|
},
|
|
@@ -8590,11 +8879,11 @@
|
|
|
8590
8879
|
"type"
|
|
8591
8880
|
],
|
|
8592
8881
|
"additionalProperties": false,
|
|
8882
|
+
"title": "Choice Input",
|
|
8883
|
+
"description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
|
|
8593
8884
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value."
|
|
8594
8885
|
},
|
|
8595
8886
|
"MultichoiceInput": {
|
|
8596
|
-
"title": "Multichoice Input",
|
|
8597
|
-
"description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
|
|
8598
8887
|
"type": "object",
|
|
8599
8888
|
"properties": {
|
|
8600
8889
|
"comment": {
|
|
@@ -8635,14 +8924,13 @@
|
|
|
8635
8924
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8636
8925
|
},
|
|
8637
8926
|
"type": {
|
|
8638
|
-
"title": "Type",
|
|
8639
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8640
8927
|
"type": "string",
|
|
8641
8928
|
"const": "multichoice",
|
|
8929
|
+
"title": "Type",
|
|
8930
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8642
8931
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8643
8932
|
},
|
|
8644
8933
|
"options": {
|
|
8645
|
-
"description": "Options that are specific to Multichoice Inputs.",
|
|
8646
8934
|
"type": "object",
|
|
8647
8935
|
"properties": {
|
|
8648
8936
|
"required": {
|
|
@@ -8707,6 +8995,7 @@
|
|
|
8707
8995
|
}
|
|
8708
8996
|
},
|
|
8709
8997
|
"additionalProperties": false,
|
|
8998
|
+
"description": "Options that are specific to Multichoice Inputs.",
|
|
8710
8999
|
"markdownDescription": "Options that are specific to Multichoice Inputs."
|
|
8711
9000
|
}
|
|
8712
9001
|
},
|
|
@@ -8714,11 +9003,11 @@
|
|
|
8714
9003
|
"type"
|
|
8715
9004
|
],
|
|
8716
9005
|
"additionalProperties": false,
|
|
9006
|
+
"title": "Multichoice Input",
|
|
9007
|
+
"description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
|
|
8717
9008
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values."
|
|
8718
9009
|
},
|
|
8719
9010
|
"ObjectInput": {
|
|
8720
|
-
"title": "Object Input",
|
|
8721
|
-
"description": "Provides a user interface for a group of inputs.",
|
|
8722
9011
|
"type": "object",
|
|
8723
9012
|
"properties": {
|
|
8724
9013
|
"comment": {
|
|
@@ -8759,14 +9048,13 @@
|
|
|
8759
9048
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8760
9049
|
},
|
|
8761
9050
|
"type": {
|
|
8762
|
-
"title": "Type",
|
|
8763
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8764
9051
|
"type": "string",
|
|
8765
9052
|
"const": "object",
|
|
9053
|
+
"title": "Type",
|
|
9054
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
8766
9055
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
8767
9056
|
},
|
|
8768
9057
|
"options": {
|
|
8769
|
-
"description": "Options that are specific to Object Inputs.",
|
|
8770
9058
|
"type": "object",
|
|
8771
9059
|
"properties": {
|
|
8772
9060
|
"required": {
|
|
@@ -8933,6 +9221,7 @@
|
|
|
8933
9221
|
}
|
|
8934
9222
|
},
|
|
8935
9223
|
"additionalProperties": false,
|
|
9224
|
+
"description": "Options that are specific to Object Inputs.",
|
|
8936
9225
|
"markdownDescription": "Options that are specific to Object Inputs."
|
|
8937
9226
|
}
|
|
8938
9227
|
},
|
|
@@ -8940,11 +9229,13 @@
|
|
|
8940
9229
|
"type"
|
|
8941
9230
|
],
|
|
8942
9231
|
"additionalProperties": false,
|
|
9232
|
+
"title": "Object Input",
|
|
9233
|
+
"description": "Provides a user interface for a group of inputs.",
|
|
8943
9234
|
"markdownDescription": "Provides a user interface for a group of inputs."
|
|
8944
9235
|
},
|
|
8945
9236
|
"type._inputs.*.options.empty_type(object)": {
|
|
8946
|
-
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8947
9237
|
"default": "null",
|
|
9238
|
+
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8948
9239
|
"type": "string",
|
|
8949
9240
|
"enum": [
|
|
8950
9241
|
"null",
|
|
@@ -8953,14 +9244,12 @@
|
|
|
8953
9244
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
8954
9245
|
},
|
|
8955
9246
|
"type.structure-reference": {
|
|
9247
|
+
"type": "string",
|
|
8956
9248
|
"title": "Structure Reference",
|
|
8957
9249
|
"description": "A reference to an existing structure.",
|
|
8958
|
-
"type": "string",
|
|
8959
9250
|
"markdownDescription": "A reference to an existing structure."
|
|
8960
9251
|
},
|
|
8961
9252
|
"type.structure": {
|
|
8962
|
-
"title": "Structure",
|
|
8963
|
-
"description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
|
|
8964
9253
|
"type": "object",
|
|
8965
9254
|
"properties": {
|
|
8966
9255
|
"reorder_inputs": {
|
|
@@ -8988,11 +9277,11 @@
|
|
|
8988
9277
|
"markdownDescription": "If checked, extra inputs are removed when editing. Defaults to true."
|
|
8989
9278
|
},
|
|
8990
9279
|
"values": {
|
|
8991
|
-
"description": "Defines what values are available to add when using this structure.",
|
|
8992
9280
|
"type": "array",
|
|
8993
9281
|
"items": {
|
|
8994
9282
|
"$ref": "#/definitions/type.structure.values.[*]"
|
|
8995
9283
|
},
|
|
9284
|
+
"description": "Defines what values are available to add when using this structure.",
|
|
8996
9285
|
"markdownDescription": "Defines what values are available to add when using this structure."
|
|
8997
9286
|
},
|
|
8998
9287
|
"values_from_glob": {
|
|
@@ -9022,11 +9311,11 @@
|
|
|
9022
9311
|
"values"
|
|
9023
9312
|
],
|
|
9024
9313
|
"additionalProperties": false,
|
|
9314
|
+
"title": "Structure",
|
|
9315
|
+
"description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
|
|
9025
9316
|
"markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
|
|
9026
9317
|
},
|
|
9027
9318
|
"type.structure.values.[*]": {
|
|
9028
|
-
"title": "Structure Value",
|
|
9029
|
-
"description": "A single value option within a structure, defining the data format and appearance for content editors.",
|
|
9030
9319
|
"type": "object",
|
|
9031
9320
|
"properties": {
|
|
9032
9321
|
"reorder_inputs": {
|
|
@@ -9219,6 +9508,8 @@
|
|
|
9219
9508
|
"value"
|
|
9220
9509
|
],
|
|
9221
9510
|
"additionalProperties": false,
|
|
9511
|
+
"title": "Structure Value",
|
|
9512
|
+
"description": "A single value option within a structure, defining the data format and appearance for content editors.",
|
|
9222
9513
|
"markdownDescription": "A single value option within a structure, defining the data format and appearance for content editors."
|
|
9223
9514
|
},
|
|
9224
9515
|
"type._inputs_from_glob": {
|
|
@@ -9228,34 +9519,30 @@
|
|
|
9228
9519
|
}
|
|
9229
9520
|
},
|
|
9230
9521
|
"type._select_data": {
|
|
9231
|
-
"title": "Select Data",
|
|
9232
|
-
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
9233
9522
|
"type": "object",
|
|
9234
9523
|
"propertyNames": {
|
|
9235
9524
|
"type": "string"
|
|
9236
9525
|
},
|
|
9237
9526
|
"additionalProperties": {
|
|
9238
|
-
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
9239
9527
|
"anyOf": [
|
|
9240
9528
|
{
|
|
9241
|
-
"title": "Text Array",
|
|
9242
9529
|
"type": "array",
|
|
9243
9530
|
"items": {
|
|
9244
9531
|
"type": "string"
|
|
9245
|
-
}
|
|
9532
|
+
},
|
|
9533
|
+
"title": "Text Array"
|
|
9246
9534
|
},
|
|
9247
9535
|
{
|
|
9248
|
-
"title": "Text Object",
|
|
9249
9536
|
"type": "object",
|
|
9250
9537
|
"propertyNames": {
|
|
9251
9538
|
"type": "string"
|
|
9252
9539
|
},
|
|
9253
9540
|
"additionalProperties": {
|
|
9254
9541
|
"type": "string"
|
|
9255
|
-
}
|
|
9542
|
+
},
|
|
9543
|
+
"title": "Text Object"
|
|
9256
9544
|
},
|
|
9257
9545
|
{
|
|
9258
|
-
"title": "Object Array",
|
|
9259
9546
|
"type": "array",
|
|
9260
9547
|
"items": {
|
|
9261
9548
|
"type": "object",
|
|
@@ -9263,24 +9550,26 @@
|
|
|
9263
9550
|
"type": "string"
|
|
9264
9551
|
},
|
|
9265
9552
|
"additionalProperties": {}
|
|
9266
|
-
}
|
|
9553
|
+
},
|
|
9554
|
+
"title": "Object Array"
|
|
9267
9555
|
},
|
|
9268
9556
|
{
|
|
9269
|
-
"title": "Object",
|
|
9270
9557
|
"type": "object",
|
|
9271
9558
|
"propertyNames": {
|
|
9272
9559
|
"type": "string"
|
|
9273
9560
|
},
|
|
9274
|
-
"additionalProperties": {}
|
|
9561
|
+
"additionalProperties": {},
|
|
9562
|
+
"title": "Object"
|
|
9275
9563
|
}
|
|
9276
9564
|
],
|
|
9565
|
+
"description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
|
|
9277
9566
|
"markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
|
|
9278
9567
|
},
|
|
9568
|
+
"title": "Select Data",
|
|
9569
|
+
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
9279
9570
|
"markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs."
|
|
9280
9571
|
},
|
|
9281
9572
|
"type._structures": {
|
|
9282
|
-
"title": "Structures",
|
|
9283
|
-
"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.",
|
|
9284
9573
|
"type": "object",
|
|
9285
9574
|
"propertyNames": {
|
|
9286
9575
|
"type": "string"
|
|
@@ -9288,6 +9577,8 @@
|
|
|
9288
9577
|
"additionalProperties": {
|
|
9289
9578
|
"$ref": "#/definitions/type.structure"
|
|
9290
9579
|
},
|
|
9580
|
+
"title": "Structures",
|
|
9581
|
+
"description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
|
|
9291
9582
|
"markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs."
|
|
9292
9583
|
},
|
|
9293
9584
|
"type._structures_from_glob": {
|
|
@@ -9302,8 +9593,6 @@
|
|
|
9302
9593
|
"markdownDescription": "Used to supply help text above the key input when adding/renaming within a mutable object input. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript and inline code elements are allowed."
|
|
9303
9594
|
},
|
|
9304
9595
|
"ArrayInput": {
|
|
9305
|
-
"title": "Array Input",
|
|
9306
|
-
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
9307
9596
|
"type": "object",
|
|
9308
9597
|
"properties": {
|
|
9309
9598
|
"comment": {
|
|
@@ -9344,14 +9633,13 @@
|
|
|
9344
9633
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9345
9634
|
},
|
|
9346
9635
|
"type": {
|
|
9347
|
-
"title": "Type",
|
|
9348
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9349
9636
|
"type": "string",
|
|
9350
9637
|
"const": "array",
|
|
9638
|
+
"title": "Type",
|
|
9639
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9351
9640
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
9352
9641
|
},
|
|
9353
9642
|
"options": {
|
|
9354
|
-
"description": "Options that are specific to Array Inputs.",
|
|
9355
9643
|
"type": "object",
|
|
9356
9644
|
"properties": {
|
|
9357
9645
|
"required": {
|
|
@@ -9408,6 +9696,7 @@
|
|
|
9408
9696
|
}
|
|
9409
9697
|
},
|
|
9410
9698
|
"additionalProperties": false,
|
|
9699
|
+
"description": "Options that are specific to Array Inputs.",
|
|
9411
9700
|
"markdownDescription": "Options that are specific to Array Inputs."
|
|
9412
9701
|
}
|
|
9413
9702
|
},
|
|
@@ -9415,6 +9704,8 @@
|
|
|
9415
9704
|
"type"
|
|
9416
9705
|
],
|
|
9417
9706
|
"additionalProperties": false,
|
|
9707
|
+
"title": "Array Input",
|
|
9708
|
+
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
9418
9709
|
"markdownDescription": "Provides a user interface for lists of inputs or input groups."
|
|
9419
9710
|
},
|
|
9420
9711
|
"ArrayInput.disable_add": {
|
|
@@ -9436,9 +9727,6 @@
|
|
|
9436
9727
|
"markdownDescription": "Hides the controls on each item for moving them."
|
|
9437
9728
|
},
|
|
9438
9729
|
"AutoInput": {
|
|
9439
|
-
"title": "Automatic Input",
|
|
9440
|
-
"description": "Provides a default user interface based on the data contained.",
|
|
9441
|
-
"excludeFromDocumentation": true,
|
|
9442
9730
|
"type": "object",
|
|
9443
9731
|
"properties": {
|
|
9444
9732
|
"comment": {
|
|
@@ -9479,10 +9767,10 @@
|
|
|
9479
9767
|
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9480
9768
|
},
|
|
9481
9769
|
"type": {
|
|
9482
|
-
"title": "Type",
|
|
9483
|
-
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9484
9770
|
"type": "string",
|
|
9485
9771
|
"const": "auto",
|
|
9772
|
+
"title": "Type",
|
|
9773
|
+
"description": "Sets an input type, which controls how this input appears and behaves.",
|
|
9486
9774
|
"markdownDescription": "Sets an input type, which controls how this input appears and behaves."
|
|
9487
9775
|
},
|
|
9488
9776
|
"options": {
|
|
@@ -9494,12 +9782,12 @@
|
|
|
9494
9782
|
"type"
|
|
9495
9783
|
],
|
|
9496
9784
|
"additionalProperties": false,
|
|
9785
|
+
"title": "Automatic Input",
|
|
9786
|
+
"description": "Provides a default user interface based on the data contained.",
|
|
9787
|
+
"excludeFromDocumentation": true,
|
|
9497
9788
|
"markdownDescription": "Provides a default user interface based on the data contained."
|
|
9498
9789
|
},
|
|
9499
9790
|
"UnknownInput": {
|
|
9500
|
-
"title": "Unknown Input",
|
|
9501
|
-
"description": "Provides a default user interface based on the data contained.",
|
|
9502
|
-
"excludeFromDocumentation": true,
|
|
9503
9791
|
"type": "object",
|
|
9504
9792
|
"properties": {
|
|
9505
9793
|
"comment": {
|
|
@@ -9545,6 +9833,9 @@
|
|
|
9545
9833
|
}
|
|
9546
9834
|
},
|
|
9547
9835
|
"additionalProperties": false,
|
|
9836
|
+
"title": "Unknown Input",
|
|
9837
|
+
"description": "Provides a default user interface based on the data contained.",
|
|
9838
|
+
"excludeFromDocumentation": true,
|
|
9548
9839
|
"markdownDescription": "Provides a default user interface based on the data contained."
|
|
9549
9840
|
},
|
|
9550
9841
|
"type._enabled_editors": {
|
|
@@ -9992,7 +10283,6 @@
|
|
|
9992
10283
|
}
|
|
9993
10284
|
},
|
|
9994
10285
|
"filter": {
|
|
9995
|
-
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
9996
10286
|
"anyOf": [
|
|
9997
10287
|
{
|
|
9998
10288
|
"type": "object",
|
|
@@ -10035,16 +10325,17 @@
|
|
|
10035
10325
|
]
|
|
10036
10326
|
}
|
|
10037
10327
|
],
|
|
10328
|
+
"description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
|
|
10038
10329
|
"markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection."
|
|
10039
10330
|
},
|
|
10040
10331
|
"singular_key": {
|
|
10041
|
-
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
10042
10332
|
"type": "string",
|
|
10333
|
+
"description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
|
|
10043
10334
|
"markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs."
|
|
10044
10335
|
},
|
|
10045
10336
|
"output": {
|
|
10046
|
-
"description": "Specifies whether this collection's source files build to output files. Defaults to false.",
|
|
10047
10337
|
"type": "boolean",
|
|
10338
|
+
"description": "Specifies whether this collection's source files build to output files. Defaults to false.",
|
|
10048
10339
|
"markdownDescription": "Specifies whether this collection's source files build to output files. Defaults to false."
|
|
10049
10340
|
},
|
|
10050
10341
|
"collection_groups": {
|
|
@@ -10055,20 +10346,19 @@
|
|
|
10055
10346
|
}
|
|
10056
10347
|
},
|
|
10057
10348
|
"CollectionGroup": {
|
|
10058
|
-
"title": "Collection Group",
|
|
10059
10349
|
"type": "object",
|
|
10060
10350
|
"properties": {
|
|
10061
10351
|
"heading": {
|
|
10062
|
-
"description": "Short, descriptive label for this group of Collections.",
|
|
10063
10352
|
"type": "string",
|
|
10353
|
+
"description": "Short, descriptive label for this group of Collections.",
|
|
10064
10354
|
"markdownDescription": "Short, descriptive label for this group of Collections."
|
|
10065
10355
|
},
|
|
10066
10356
|
"collections": {
|
|
10067
|
-
"description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
|
|
10068
10357
|
"type": "array",
|
|
10069
10358
|
"items": {
|
|
10070
10359
|
"type": "string"
|
|
10071
10360
|
},
|
|
10361
|
+
"description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
|
|
10072
10362
|
"markdownDescription": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`."
|
|
10073
10363
|
}
|
|
10074
10364
|
},
|
|
@@ -10076,7 +10366,8 @@
|
|
|
10076
10366
|
"heading",
|
|
10077
10367
|
"collections"
|
|
10078
10368
|
],
|
|
10079
|
-
"additionalProperties": false
|
|
10369
|
+
"additionalProperties": false,
|
|
10370
|
+
"title": "Collection Group"
|
|
10080
10371
|
},
|
|
10081
10372
|
"base_url": {
|
|
10082
10373
|
"type": "string"
|
|
@@ -10091,20 +10382,20 @@
|
|
|
10091
10382
|
"type": "object",
|
|
10092
10383
|
"properties": {
|
|
10093
10384
|
"glob": {
|
|
10094
|
-
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
10095
10385
|
"anyOf": [
|
|
10096
10386
|
{
|
|
10097
|
-
"title": "Glob Array",
|
|
10098
10387
|
"type": "array",
|
|
10099
10388
|
"items": {
|
|
10100
10389
|
"type": "string"
|
|
10101
|
-
}
|
|
10390
|
+
},
|
|
10391
|
+
"title": "Glob Array"
|
|
10102
10392
|
},
|
|
10103
10393
|
{
|
|
10104
|
-
"
|
|
10105
|
-
"
|
|
10394
|
+
"type": "string",
|
|
10395
|
+
"title": "Glob"
|
|
10106
10396
|
}
|
|
10107
10397
|
],
|
|
10398
|
+
"description": "The glob pattern(s) targeting a path to one or more files.",
|
|
10108
10399
|
"markdownDescription": "The glob pattern(s) targeting a path to one or more files."
|
|
10109
10400
|
},
|
|
10110
10401
|
"_inputs": {
|
|
@@ -10206,8 +10497,6 @@
|
|
|
10206
10497
|
"commit_templates": {
|
|
10207
10498
|
"type": "array",
|
|
10208
10499
|
"items": {
|
|
10209
|
-
"title": "Commit Template",
|
|
10210
|
-
"description": "A template for commit messages when saving changes.",
|
|
10211
10500
|
"type": "object",
|
|
10212
10501
|
"properties": {
|
|
10213
10502
|
"label": {
|
|
@@ -10250,6 +10539,8 @@
|
|
|
10250
10539
|
}
|
|
10251
10540
|
},
|
|
10252
10541
|
"additionalProperties": false,
|
|
10542
|
+
"title": "Commit Template",
|
|
10543
|
+
"description": "A template for commit messages when saving changes.",
|
|
10253
10544
|
"markdownDescription": "A template for commit messages when saving changes."
|
|
10254
10545
|
}
|
|
10255
10546
|
},
|
|
@@ -10257,8 +10548,6 @@
|
|
|
10257
10548
|
"type": "string"
|
|
10258
10549
|
},
|
|
10259
10550
|
"markdown": {
|
|
10260
|
-
"title": "Markdown Settings",
|
|
10261
|
-
"description": "Configuration for Markdown processing engines and formatting options.",
|
|
10262
10551
|
"type": "object",
|
|
10263
10552
|
"properties": {
|
|
10264
10553
|
"engine": {
|
|
@@ -10385,7 +10674,6 @@
|
|
|
10385
10674
|
},
|
|
10386
10675
|
"attribute_elements": {
|
|
10387
10676
|
"description": "Define positioning behavior of Markdown attributes for different elements.",
|
|
10388
|
-
"title": "Markdown Attribute Element Options",
|
|
10389
10677
|
"type": "object",
|
|
10390
10678
|
"properties": {
|
|
10391
10679
|
"inline": {
|
|
@@ -10406,6 +10694,7 @@
|
|
|
10406
10694
|
"additionalProperties": {
|
|
10407
10695
|
"$ref": "#/definitions/AttributeListPosition"
|
|
10408
10696
|
},
|
|
10697
|
+
"title": "Markdown Attribute Element Options",
|
|
10409
10698
|
"markdownDescription": "Define positioning behavior of Markdown attributes for different elements."
|
|
10410
10699
|
}
|
|
10411
10700
|
},
|
|
@@ -10413,11 +10702,11 @@
|
|
|
10413
10702
|
}
|
|
10414
10703
|
},
|
|
10415
10704
|
"additionalProperties": false,
|
|
10705
|
+
"title": "Markdown Settings",
|
|
10706
|
+
"description": "Configuration for Markdown processing engines and formatting options.",
|
|
10416
10707
|
"markdownDescription": "Configuration for Markdown processing engines and formatting options."
|
|
10417
10708
|
},
|
|
10418
10709
|
"AttributeListPosition": {
|
|
10419
|
-
"title": "Attribute List Position",
|
|
10420
|
-
"description": "Positioning options for Markdown attribute elements.",
|
|
10421
10710
|
"type": "string",
|
|
10422
10711
|
"enum": [
|
|
10423
10712
|
"none",
|
|
@@ -10427,6 +10716,8 @@
|
|
|
10427
10716
|
"newline below",
|
|
10428
10717
|
"right-of-prefix"
|
|
10429
10718
|
],
|
|
10719
|
+
"title": "Attribute List Position",
|
|
10720
|
+
"description": "Positioning options for Markdown attribute elements.",
|
|
10430
10721
|
"markdownDescription": "Positioning options for Markdown attribute elements."
|
|
10431
10722
|
},
|
|
10432
10723
|
"type._snippets": {
|
|
@@ -10442,8 +10733,6 @@
|
|
|
10442
10733
|
"markdownDescription": "Configuration for custom snippets."
|
|
10443
10734
|
},
|
|
10444
10735
|
"type.snippet": {
|
|
10445
|
-
"title": "Snippet",
|
|
10446
|
-
"description": "A snippet configuration.",
|
|
10447
10736
|
"type": "object",
|
|
10448
10737
|
"properties": {
|
|
10449
10738
|
"_inputs": {
|
|
@@ -10548,7 +10837,6 @@
|
|
|
10548
10837
|
"additionalProperties": {
|
|
10549
10838
|
"anyOf": [
|
|
10550
10839
|
{
|
|
10551
|
-
"title": "Argument List Parser Config",
|
|
10552
10840
|
"type": "object",
|
|
10553
10841
|
"properties": {
|
|
10554
10842
|
"parser": {
|
|
@@ -10575,10 +10863,10 @@
|
|
|
10575
10863
|
"parser",
|
|
10576
10864
|
"options"
|
|
10577
10865
|
],
|
|
10578
|
-
"additionalProperties": false
|
|
10866
|
+
"additionalProperties": false,
|
|
10867
|
+
"title": "Argument List Parser Config"
|
|
10579
10868
|
},
|
|
10580
10869
|
{
|
|
10581
|
-
"title": "Argument Parser Config",
|
|
10582
10870
|
"type": "object",
|
|
10583
10871
|
"properties": {
|
|
10584
10872
|
"parser": {
|
|
@@ -10602,10 +10890,10 @@
|
|
|
10602
10890
|
"parser",
|
|
10603
10891
|
"options"
|
|
10604
10892
|
],
|
|
10605
|
-
"additionalProperties": false
|
|
10893
|
+
"additionalProperties": false,
|
|
10894
|
+
"title": "Argument Parser Config"
|
|
10606
10895
|
},
|
|
10607
10896
|
{
|
|
10608
|
-
"title": "Content Parser Config",
|
|
10609
10897
|
"type": "object",
|
|
10610
10898
|
"properties": {
|
|
10611
10899
|
"parser": {
|
|
@@ -10672,10 +10960,10 @@
|
|
|
10672
10960
|
"parser",
|
|
10673
10961
|
"options"
|
|
10674
10962
|
],
|
|
10675
|
-
"additionalProperties": false
|
|
10963
|
+
"additionalProperties": false,
|
|
10964
|
+
"title": "Content Parser Config"
|
|
10676
10965
|
},
|
|
10677
10966
|
{
|
|
10678
|
-
"title": "Key Value List Parser Config",
|
|
10679
10967
|
"type": "object",
|
|
10680
10968
|
"properties": {
|
|
10681
10969
|
"parser": {
|
|
@@ -10707,10 +10995,10 @@
|
|
|
10707
10995
|
"required": [
|
|
10708
10996
|
"parser"
|
|
10709
10997
|
],
|
|
10710
|
-
"additionalProperties": false
|
|
10998
|
+
"additionalProperties": false,
|
|
10999
|
+
"title": "Key Value List Parser Config"
|
|
10711
11000
|
},
|
|
10712
11001
|
{
|
|
10713
|
-
"title": "Literal Parser Config",
|
|
10714
11002
|
"type": "object",
|
|
10715
11003
|
"properties": {
|
|
10716
11004
|
"parser": {
|
|
@@ -10746,10 +11034,10 @@
|
|
|
10746
11034
|
"parser",
|
|
10747
11035
|
"options"
|
|
10748
11036
|
],
|
|
10749
|
-
"additionalProperties": false
|
|
11037
|
+
"additionalProperties": false,
|
|
11038
|
+
"title": "Literal Parser Config"
|
|
10750
11039
|
},
|
|
10751
11040
|
{
|
|
10752
|
-
"title": "Optional Parser Config",
|
|
10753
11041
|
"type": "object",
|
|
10754
11042
|
"properties": {
|
|
10755
11043
|
"parser": {
|
|
@@ -10776,10 +11064,10 @@
|
|
|
10776
11064
|
"parser",
|
|
10777
11065
|
"options"
|
|
10778
11066
|
],
|
|
10779
|
-
"additionalProperties": false
|
|
11067
|
+
"additionalProperties": false,
|
|
11068
|
+
"title": "Optional Parser Config"
|
|
10780
11069
|
},
|
|
10781
11070
|
{
|
|
10782
|
-
"title": "Repeating Literal Parser Config",
|
|
10783
11071
|
"type": "object",
|
|
10784
11072
|
"properties": {
|
|
10785
11073
|
"parser": {
|
|
@@ -10812,10 +11100,10 @@
|
|
|
10812
11100
|
"parser",
|
|
10813
11101
|
"options"
|
|
10814
11102
|
],
|
|
10815
|
-
"additionalProperties": false
|
|
11103
|
+
"additionalProperties": false,
|
|
11104
|
+
"title": "Repeating Literal Parser Config"
|
|
10816
11105
|
},
|
|
10817
11106
|
{
|
|
10818
|
-
"title": "Repeating Parser Config",
|
|
10819
11107
|
"type": "object",
|
|
10820
11108
|
"properties": {
|
|
10821
11109
|
"parser": {
|
|
@@ -10854,10 +11142,10 @@
|
|
|
10854
11142
|
"parser",
|
|
10855
11143
|
"options"
|
|
10856
11144
|
],
|
|
10857
|
-
"additionalProperties": false
|
|
11145
|
+
"additionalProperties": false,
|
|
11146
|
+
"title": "Repeating Parser Config"
|
|
10858
11147
|
},
|
|
10859
11148
|
{
|
|
10860
|
-
"title": "Wrapper Parser Config",
|
|
10861
11149
|
"type": "object",
|
|
10862
11150
|
"properties": {
|
|
10863
11151
|
"parser": {
|
|
@@ -10887,7 +11175,8 @@
|
|
|
10887
11175
|
"parser",
|
|
10888
11176
|
"options"
|
|
10889
11177
|
],
|
|
10890
|
-
"additionalProperties": false
|
|
11178
|
+
"additionalProperties": false,
|
|
11179
|
+
"title": "Wrapper Parser Config"
|
|
10891
11180
|
}
|
|
10892
11181
|
]
|
|
10893
11182
|
},
|
|
@@ -10895,6 +11184,8 @@
|
|
|
10895
11184
|
}
|
|
10896
11185
|
},
|
|
10897
11186
|
"additionalProperties": false,
|
|
11187
|
+
"title": "Snippet",
|
|
11188
|
+
"description": "A snippet configuration.",
|
|
10898
11189
|
"markdownDescription": "A snippet configuration."
|
|
10899
11190
|
},
|
|
10900
11191
|
"SnippetAlternateFormats": {
|
|
@@ -11132,7 +11423,6 @@
|
|
|
11132
11423
|
"additionalProperties": false
|
|
11133
11424
|
},
|
|
11134
11425
|
"type._snippets_imports": {
|
|
11135
|
-
"title": "Snippets Imports",
|
|
11136
11426
|
"type": "object",
|
|
11137
11427
|
"properties": {
|
|
11138
11428
|
"hugo": {
|
|
@@ -11160,7 +11450,8 @@
|
|
|
11160
11450
|
"$ref": "#/definitions/_snippets_imports.docusaurus_mdx"
|
|
11161
11451
|
}
|
|
11162
11452
|
},
|
|
11163
|
-
"additionalProperties": false
|
|
11453
|
+
"additionalProperties": false,
|
|
11454
|
+
"title": "Snippets Imports"
|
|
11164
11455
|
},
|
|
11165
11456
|
"_snippets_imports.hugo": {
|
|
11166
11457
|
"uniqueItems": true,
|
|
@@ -11169,7 +11460,6 @@
|
|
|
11169
11460
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11170
11461
|
},
|
|
11171
11462
|
{
|
|
11172
|
-
"title": "Exclude List",
|
|
11173
11463
|
"type": "object",
|
|
11174
11464
|
"properties": {
|
|
11175
11465
|
"exclude": {
|
|
@@ -11179,10 +11469,10 @@
|
|
|
11179
11469
|
"required": [
|
|
11180
11470
|
"exclude"
|
|
11181
11471
|
],
|
|
11182
|
-
"additionalProperties": false
|
|
11472
|
+
"additionalProperties": false,
|
|
11473
|
+
"title": "Exclude List"
|
|
11183
11474
|
},
|
|
11184
11475
|
{
|
|
11185
|
-
"title": "Include List",
|
|
11186
11476
|
"type": "object",
|
|
11187
11477
|
"properties": {
|
|
11188
11478
|
"include": {
|
|
@@ -11192,28 +11482,29 @@
|
|
|
11192
11482
|
"required": [
|
|
11193
11483
|
"include"
|
|
11194
11484
|
],
|
|
11195
|
-
"additionalProperties": false
|
|
11485
|
+
"additionalProperties": false,
|
|
11486
|
+
"title": "Include List"
|
|
11196
11487
|
}
|
|
11197
11488
|
]
|
|
11198
11489
|
},
|
|
11199
11490
|
"type._snippets_imports.*.(full-import)": {
|
|
11200
|
-
"
|
|
11201
|
-
"
|
|
11491
|
+
"type": "boolean",
|
|
11492
|
+
"title": "Full Import"
|
|
11202
11493
|
},
|
|
11203
11494
|
"SnippetImportExclude": {
|
|
11204
|
-
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
11205
11495
|
"type": "array",
|
|
11206
11496
|
"items": {
|
|
11207
11497
|
"type": "string"
|
|
11208
11498
|
},
|
|
11499
|
+
"description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
|
|
11209
11500
|
"markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`."
|
|
11210
11501
|
},
|
|
11211
11502
|
"SnippetImportInclude": {
|
|
11212
|
-
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
11213
11503
|
"type": "array",
|
|
11214
11504
|
"items": {
|
|
11215
11505
|
"type": "string"
|
|
11216
11506
|
},
|
|
11507
|
+
"description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
|
|
11217
11508
|
"markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`."
|
|
11218
11509
|
},
|
|
11219
11510
|
"_snippets_imports.jekyll": {
|
|
@@ -11223,7 +11514,6 @@
|
|
|
11223
11514
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11224
11515
|
},
|
|
11225
11516
|
{
|
|
11226
|
-
"title": "Exclude List",
|
|
11227
11517
|
"type": "object",
|
|
11228
11518
|
"properties": {
|
|
11229
11519
|
"exclude": {
|
|
@@ -11233,10 +11523,10 @@
|
|
|
11233
11523
|
"required": [
|
|
11234
11524
|
"exclude"
|
|
11235
11525
|
],
|
|
11236
|
-
"additionalProperties": false
|
|
11526
|
+
"additionalProperties": false,
|
|
11527
|
+
"title": "Exclude List"
|
|
11237
11528
|
},
|
|
11238
11529
|
{
|
|
11239
|
-
"title": "Include List",
|
|
11240
11530
|
"type": "object",
|
|
11241
11531
|
"properties": {
|
|
11242
11532
|
"include": {
|
|
@@ -11246,7 +11536,8 @@
|
|
|
11246
11536
|
"required": [
|
|
11247
11537
|
"include"
|
|
11248
11538
|
],
|
|
11249
|
-
"additionalProperties": false
|
|
11539
|
+
"additionalProperties": false,
|
|
11540
|
+
"title": "Include List"
|
|
11250
11541
|
}
|
|
11251
11542
|
]
|
|
11252
11543
|
},
|
|
@@ -11257,7 +11548,6 @@
|
|
|
11257
11548
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11258
11549
|
},
|
|
11259
11550
|
{
|
|
11260
|
-
"title": "Exclude List",
|
|
11261
11551
|
"type": "object",
|
|
11262
11552
|
"properties": {
|
|
11263
11553
|
"exclude": {
|
|
@@ -11267,10 +11557,10 @@
|
|
|
11267
11557
|
"required": [
|
|
11268
11558
|
"exclude"
|
|
11269
11559
|
],
|
|
11270
|
-
"additionalProperties": false
|
|
11560
|
+
"additionalProperties": false,
|
|
11561
|
+
"title": "Exclude List"
|
|
11271
11562
|
},
|
|
11272
11563
|
{
|
|
11273
|
-
"title": "Include List",
|
|
11274
11564
|
"type": "object",
|
|
11275
11565
|
"properties": {
|
|
11276
11566
|
"include": {
|
|
@@ -11280,7 +11570,8 @@
|
|
|
11280
11570
|
"required": [
|
|
11281
11571
|
"include"
|
|
11282
11572
|
],
|
|
11283
|
-
"additionalProperties": false
|
|
11573
|
+
"additionalProperties": false,
|
|
11574
|
+
"title": "Include List"
|
|
11284
11575
|
}
|
|
11285
11576
|
]
|
|
11286
11577
|
},
|
|
@@ -11291,7 +11582,6 @@
|
|
|
11291
11582
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11292
11583
|
},
|
|
11293
11584
|
{
|
|
11294
|
-
"title": "Exclude List",
|
|
11295
11585
|
"type": "object",
|
|
11296
11586
|
"properties": {
|
|
11297
11587
|
"exclude": {
|
|
@@ -11301,10 +11591,10 @@
|
|
|
11301
11591
|
"required": [
|
|
11302
11592
|
"exclude"
|
|
11303
11593
|
],
|
|
11304
|
-
"additionalProperties": false
|
|
11594
|
+
"additionalProperties": false,
|
|
11595
|
+
"title": "Exclude List"
|
|
11305
11596
|
},
|
|
11306
11597
|
{
|
|
11307
|
-
"title": "Include List",
|
|
11308
11598
|
"type": "object",
|
|
11309
11599
|
"properties": {
|
|
11310
11600
|
"include": {
|
|
@@ -11314,7 +11604,8 @@
|
|
|
11314
11604
|
"required": [
|
|
11315
11605
|
"include"
|
|
11316
11606
|
],
|
|
11317
|
-
"additionalProperties": false
|
|
11607
|
+
"additionalProperties": false,
|
|
11608
|
+
"title": "Include List"
|
|
11318
11609
|
}
|
|
11319
11610
|
]
|
|
11320
11611
|
},
|
|
@@ -11325,7 +11616,6 @@
|
|
|
11325
11616
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11326
11617
|
},
|
|
11327
11618
|
{
|
|
11328
|
-
"title": "Exclude List",
|
|
11329
11619
|
"type": "object",
|
|
11330
11620
|
"properties": {
|
|
11331
11621
|
"exclude": {
|
|
@@ -11335,10 +11625,10 @@
|
|
|
11335
11625
|
"required": [
|
|
11336
11626
|
"exclude"
|
|
11337
11627
|
],
|
|
11338
|
-
"additionalProperties": false
|
|
11628
|
+
"additionalProperties": false,
|
|
11629
|
+
"title": "Exclude List"
|
|
11339
11630
|
},
|
|
11340
11631
|
{
|
|
11341
|
-
"title": "Include List",
|
|
11342
11632
|
"type": "object",
|
|
11343
11633
|
"properties": {
|
|
11344
11634
|
"include": {
|
|
@@ -11348,7 +11638,8 @@
|
|
|
11348
11638
|
"required": [
|
|
11349
11639
|
"include"
|
|
11350
11640
|
],
|
|
11351
|
-
"additionalProperties": false
|
|
11641
|
+
"additionalProperties": false,
|
|
11642
|
+
"title": "Include List"
|
|
11352
11643
|
}
|
|
11353
11644
|
]
|
|
11354
11645
|
},
|
|
@@ -11359,7 +11650,6 @@
|
|
|
11359
11650
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11360
11651
|
},
|
|
11361
11652
|
{
|
|
11362
|
-
"title": "Exclude List",
|
|
11363
11653
|
"type": "object",
|
|
11364
11654
|
"properties": {
|
|
11365
11655
|
"exclude": {
|
|
@@ -11369,10 +11659,10 @@
|
|
|
11369
11659
|
"required": [
|
|
11370
11660
|
"exclude"
|
|
11371
11661
|
],
|
|
11372
|
-
"additionalProperties": false
|
|
11662
|
+
"additionalProperties": false,
|
|
11663
|
+
"title": "Exclude List"
|
|
11373
11664
|
},
|
|
11374
11665
|
{
|
|
11375
|
-
"title": "Include List",
|
|
11376
11666
|
"type": "object",
|
|
11377
11667
|
"properties": {
|
|
11378
11668
|
"include": {
|
|
@@ -11382,7 +11672,8 @@
|
|
|
11382
11672
|
"required": [
|
|
11383
11673
|
"include"
|
|
11384
11674
|
],
|
|
11385
|
-
"additionalProperties": false
|
|
11675
|
+
"additionalProperties": false,
|
|
11676
|
+
"title": "Include List"
|
|
11386
11677
|
}
|
|
11387
11678
|
]
|
|
11388
11679
|
},
|
|
@@ -11393,7 +11684,6 @@
|
|
|
11393
11684
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11394
11685
|
},
|
|
11395
11686
|
{
|
|
11396
|
-
"title": "Exclude List",
|
|
11397
11687
|
"type": "object",
|
|
11398
11688
|
"properties": {
|
|
11399
11689
|
"exclude": {
|
|
@@ -11403,10 +11693,10 @@
|
|
|
11403
11693
|
"required": [
|
|
11404
11694
|
"exclude"
|
|
11405
11695
|
],
|
|
11406
|
-
"additionalProperties": false
|
|
11696
|
+
"additionalProperties": false,
|
|
11697
|
+
"title": "Exclude List"
|
|
11407
11698
|
},
|
|
11408
11699
|
{
|
|
11409
|
-
"title": "Include List",
|
|
11410
11700
|
"type": "object",
|
|
11411
11701
|
"properties": {
|
|
11412
11702
|
"include": {
|
|
@@ -11416,7 +11706,8 @@
|
|
|
11416
11706
|
"required": [
|
|
11417
11707
|
"include"
|
|
11418
11708
|
],
|
|
11419
|
-
"additionalProperties": false
|
|
11709
|
+
"additionalProperties": false,
|
|
11710
|
+
"title": "Include List"
|
|
11420
11711
|
}
|
|
11421
11712
|
]
|
|
11422
11713
|
},
|
|
@@ -11427,7 +11718,6 @@
|
|
|
11427
11718
|
"$ref": "#/definitions/type._snippets_imports.*.(full-import)"
|
|
11428
11719
|
},
|
|
11429
11720
|
{
|
|
11430
|
-
"title": "Exclude List",
|
|
11431
11721
|
"type": "object",
|
|
11432
11722
|
"properties": {
|
|
11433
11723
|
"exclude": {
|
|
@@ -11437,10 +11727,10 @@
|
|
|
11437
11727
|
"required": [
|
|
11438
11728
|
"exclude"
|
|
11439
11729
|
],
|
|
11440
|
-
"additionalProperties": false
|
|
11730
|
+
"additionalProperties": false,
|
|
11731
|
+
"title": "Exclude List"
|
|
11441
11732
|
},
|
|
11442
11733
|
{
|
|
11443
|
-
"title": "Include List",
|
|
11444
11734
|
"type": "object",
|
|
11445
11735
|
"properties": {
|
|
11446
11736
|
"include": {
|
|
@@ -11450,7 +11740,8 @@
|
|
|
11450
11740
|
"required": [
|
|
11451
11741
|
"include"
|
|
11452
11742
|
],
|
|
11453
|
-
"additionalProperties": false
|
|
11743
|
+
"additionalProperties": false,
|
|
11744
|
+
"title": "Include List"
|
|
11454
11745
|
}
|
|
11455
11746
|
]
|
|
11456
11747
|
},
|
|
@@ -11479,8 +11770,6 @@
|
|
|
11479
11770
|
"markdownDescription": "A record of reusable values that can be referenced in snippet templates. Values are substituted using { ref: \"key\" } for direct replacement or { spread_ref: \"key\" } for spreading arrays/objects."
|
|
11480
11771
|
},
|
|
11481
11772
|
"type.snippet-definition-value": {
|
|
11482
|
-
"title": "Snippet Definition Value",
|
|
11483
|
-
"description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
|
|
11484
11773
|
"anyOf": [
|
|
11485
11774
|
{
|
|
11486
11775
|
"$ref": "#/definitions/type.snippet-format"
|
|
@@ -11489,56 +11778,56 @@
|
|
|
11489
11778
|
"$ref": "#/definitions/type.snippet-model"
|
|
11490
11779
|
},
|
|
11491
11780
|
{
|
|
11492
|
-
"title": "Parser Model Array",
|
|
11493
|
-
"description": "An array of model configurations, typically used for positional_args or named_args.",
|
|
11494
11781
|
"type": "array",
|
|
11495
11782
|
"items": {
|
|
11496
11783
|
"$ref": "#/definitions/type.snippet-model"
|
|
11497
11784
|
},
|
|
11785
|
+
"title": "Parser Model Array",
|
|
11786
|
+
"description": "An array of model configurations, typically used for positional_args or named_args.",
|
|
11498
11787
|
"markdownDescription": "An array of model configurations, typically used for positional_args or named_args."
|
|
11499
11788
|
},
|
|
11500
11789
|
{
|
|
11501
|
-
"title": "Select Values Array",
|
|
11502
|
-
"description": "An array of select options, typically used for language lists.",
|
|
11503
11790
|
"type": "array",
|
|
11504
11791
|
"items": {
|
|
11505
11792
|
"$ref": "#/definitions/type.snippet-definition-select-value"
|
|
11506
11793
|
},
|
|
11794
|
+
"title": "Select Values Array",
|
|
11795
|
+
"description": "An array of select options, typically used for language lists.",
|
|
11507
11796
|
"markdownDescription": "An array of select options, typically used for language lists."
|
|
11508
11797
|
},
|
|
11509
11798
|
{
|
|
11799
|
+
"type": "string",
|
|
11510
11800
|
"title": "String Value",
|
|
11511
11801
|
"description": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions.",
|
|
11512
|
-
"type": "string",
|
|
11513
11802
|
"markdownDescription": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions."
|
|
11514
11803
|
},
|
|
11515
11804
|
{
|
|
11805
|
+
"type": "number",
|
|
11516
11806
|
"title": "Number Value",
|
|
11517
11807
|
"description": "A numeric value.",
|
|
11518
|
-
"type": "number",
|
|
11519
11808
|
"markdownDescription": "A numeric value."
|
|
11520
11809
|
},
|
|
11521
11810
|
{
|
|
11811
|
+
"type": "boolean",
|
|
11522
11812
|
"title": "Boolean Value",
|
|
11523
11813
|
"description": "A boolean value.",
|
|
11524
|
-
"type": "boolean",
|
|
11525
11814
|
"markdownDescription": "A boolean value."
|
|
11526
11815
|
},
|
|
11527
11816
|
{
|
|
11528
|
-
"title": "String Array",
|
|
11529
|
-
"description": "An array of strings.",
|
|
11530
11817
|
"type": "array",
|
|
11531
11818
|
"items": {
|
|
11532
11819
|
"type": "string"
|
|
11533
11820
|
},
|
|
11821
|
+
"title": "String Array",
|
|
11822
|
+
"description": "An array of strings.",
|
|
11534
11823
|
"markdownDescription": "An array of strings."
|
|
11535
11824
|
}
|
|
11536
11825
|
],
|
|
11826
|
+
"title": "Snippet Definition Value",
|
|
11827
|
+
"description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
|
|
11537
11828
|
"markdownDescription": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }."
|
|
11538
11829
|
},
|
|
11539
11830
|
"type.snippet-definition-select-value": {
|
|
11540
|
-
"title": "Snippet Definition Select Value",
|
|
11541
|
-
"description": "A value option for select inputs, typically used in language lists.",
|
|
11542
11831
|
"type": "object",
|
|
11543
11832
|
"properties": {
|
|
11544
11833
|
"name": {
|
|
@@ -11547,21 +11836,21 @@
|
|
|
11547
11836
|
"markdownDescription": "The display name for this option."
|
|
11548
11837
|
},
|
|
11549
11838
|
"value": {
|
|
11550
|
-
"description": "The value for this option.",
|
|
11551
11839
|
"anyOf": [
|
|
11552
11840
|
{
|
|
11553
|
-
"
|
|
11554
|
-
"
|
|
11841
|
+
"type": "string",
|
|
11842
|
+
"title": "String"
|
|
11555
11843
|
},
|
|
11556
11844
|
{
|
|
11557
|
-
"
|
|
11558
|
-
"
|
|
11845
|
+
"type": "number",
|
|
11846
|
+
"title": "Number"
|
|
11559
11847
|
},
|
|
11560
11848
|
{
|
|
11561
|
-
"
|
|
11562
|
-
"
|
|
11849
|
+
"type": "boolean",
|
|
11850
|
+
"title": "Boolean"
|
|
11563
11851
|
}
|
|
11564
11852
|
],
|
|
11853
|
+
"description": "The value for this option.",
|
|
11565
11854
|
"markdownDescription": "The value for this option."
|
|
11566
11855
|
}
|
|
11567
11856
|
},
|
|
@@ -11569,6 +11858,8 @@
|
|
|
11569
11858
|
"value"
|
|
11570
11859
|
],
|
|
11571
11860
|
"additionalProperties": false,
|
|
11861
|
+
"title": "Snippet Definition Select Value",
|
|
11862
|
+
"description": "A value option for select inputs, typically used in language lists.",
|
|
11572
11863
|
"markdownDescription": "A value option for select inputs, typically used in language lists."
|
|
11573
11864
|
},
|
|
11574
11865
|
"collections_config_override": {
|