@cloudcannon/configuration-types 0.0.44 → 0.0.45
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 +837 -815
- package/dist/cloudcannon-config.documentation.schema.json +1156 -1660
- package/dist/cloudcannon-config.latest.schema.json +1164 -1643
- package/dist/cloudcannon-config.legacy-eleventy.schema.json +1165 -1644
- package/dist/cloudcannon-config.legacy-hugo.schema.json +1165 -1644
- package/dist/cloudcannon-config.legacy-jekyll.schema.json +1165 -1644
- package/dist/cloudcannon-config.legacy-reader.schema.json +1165 -1644
- package/dist/cloudcannon-editables.schema.json +151 -151
- package/dist/cloudcannon-inputs.schema.json +671 -663
- package/dist/cloudcannon-schemas.schema.json +820 -801
- package/dist/cloudcannon-snippets-imports.schema.json +12 -16
- package/dist/cloudcannon-snippets.schema.json +956 -1451
- package/dist/cloudcannon-structure-value.schema.json +671 -663
- package/dist/cloudcannon-structures.schema.json +671 -663
- package/dist/documentation.json +20396 -31104
- package/package.json +1 -1
- package/src/cascade.ts +6 -6
- package/src/collections.ts +5 -5
- package/src/documentation.ts +1 -1
- package/src/editables.ts +38 -34
- package/src/image-options.ts +9 -9
- package/src/inputs.ts +48 -45
- package/src/preview.ts +63 -28
- package/src/snippets.ts +69 -56
- package/src/structures.ts +9 -3
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
"type": "object",
|
|
101
101
|
"properties": {
|
|
102
102
|
"comment": {
|
|
103
|
-
"$ref": "#/definitions/comment"
|
|
103
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
104
104
|
},
|
|
105
105
|
"context": {
|
|
106
106
|
"allOf": [
|
|
107
107
|
{
|
|
108
|
-
"$ref": "#/definitions/context"
|
|
108
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
109
109
|
}
|
|
110
110
|
]
|
|
111
111
|
},
|
|
@@ -113,28 +113,28 @@
|
|
|
113
113
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
114
114
|
"allOf": [
|
|
115
115
|
{
|
|
116
|
-
"$ref": "#/definitions/documentation"
|
|
116
|
+
"$ref": "#/definitions/type.documentation"
|
|
117
117
|
}
|
|
118
118
|
],
|
|
119
119
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
120
120
|
},
|
|
121
121
|
"label": {
|
|
122
|
-
"$ref": "#/definitions/label"
|
|
122
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
123
123
|
},
|
|
124
124
|
"hidden": {
|
|
125
|
-
"$ref": "#/definitions/hidden"
|
|
125
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
126
126
|
},
|
|
127
127
|
"disabled": {
|
|
128
|
-
"$ref": "#/definitions/disabled"
|
|
128
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
129
129
|
},
|
|
130
130
|
"instance_value": {
|
|
131
|
-
"$ref": "#/definitions/instance_value"
|
|
131
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
132
132
|
},
|
|
133
133
|
"disable_instance_value_rehydration": {
|
|
134
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
134
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
135
135
|
},
|
|
136
136
|
"cascade": {
|
|
137
|
-
"$ref": "#/definitions/cascade"
|
|
137
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
138
138
|
},
|
|
139
139
|
"type": {
|
|
140
140
|
"title": "Type",
|
|
@@ -157,36 +157,36 @@
|
|
|
157
157
|
"type": "object",
|
|
158
158
|
"properties": {
|
|
159
159
|
"max_length": {
|
|
160
|
-
"$ref": "#/definitions/max_length"
|
|
160
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
161
161
|
},
|
|
162
162
|
"max_length_message": {
|
|
163
|
-
"$ref": "#/definitions/max_length_message"
|
|
163
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
164
164
|
},
|
|
165
165
|
"min_length": {
|
|
166
|
-
"$ref": "#/definitions/min_length"
|
|
166
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
167
167
|
},
|
|
168
168
|
"min_length_message": {
|
|
169
|
-
"$ref": "#/definitions/min_length_message"
|
|
169
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
170
170
|
},
|
|
171
171
|
"pattern": {
|
|
172
|
-
"$ref": "#/definitions/pattern"
|
|
172
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
173
173
|
},
|
|
174
174
|
"pattern_message": {
|
|
175
|
-
"$ref": "#/definitions/pattern_message"
|
|
175
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
176
176
|
},
|
|
177
177
|
"pattern_flags": {
|
|
178
|
-
"$ref": "#/definitions/pattern_flags"
|
|
178
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
179
179
|
},
|
|
180
180
|
"required": {
|
|
181
|
-
"$ref": "#/definitions/required"
|
|
181
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
182
182
|
},
|
|
183
183
|
"required_message": {
|
|
184
|
-
"$ref": "#/definitions/required_message"
|
|
184
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
185
185
|
},
|
|
186
186
|
"empty_type": {
|
|
187
187
|
"allOf": [
|
|
188
188
|
{
|
|
189
|
-
"$ref": "#/definitions/empty_type_text"
|
|
189
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
190
190
|
}
|
|
191
191
|
]
|
|
192
192
|
},
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
"additionalProperties": false,
|
|
230
230
|
"markdownDescription": "Provides a simple editing interface for plain text."
|
|
231
231
|
},
|
|
232
|
-
"comment": {
|
|
232
|
+
"type._inputs.*.comment": {
|
|
233
233
|
"description": "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.",
|
|
234
234
|
"type": "string",
|
|
235
235
|
"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."
|
|
236
236
|
},
|
|
237
|
-
"context": {
|
|
237
|
+
"type._inputs.*.context": {
|
|
238
238
|
"description": "Adds an expandable section of rich text below the input.",
|
|
239
239
|
"type": "object",
|
|
240
240
|
"properties": {
|
|
@@ -3859,7 +3859,7 @@
|
|
|
3859
3859
|
],
|
|
3860
3860
|
"markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
|
|
3861
3861
|
},
|
|
3862
|
-
"documentation": {
|
|
3862
|
+
"type.documentation": {
|
|
3863
3863
|
"title": "Documentation",
|
|
3864
3864
|
"description": "Configuration for documentation links displayed in the CloudCannon interface.",
|
|
3865
3865
|
"type": "object",
|
|
@@ -3891,12 +3891,12 @@
|
|
|
3891
3891
|
"additionalProperties": false,
|
|
3892
3892
|
"markdownDescription": "Configuration for documentation links displayed in the CloudCannon interface."
|
|
3893
3893
|
},
|
|
3894
|
-
"label": {
|
|
3894
|
+
"type._inputs.*.label": {
|
|
3895
3895
|
"description": "Optionally changes the text above this input.",
|
|
3896
3896
|
"type": "string",
|
|
3897
3897
|
"markdownDescription": "Optionally changes the text above this input."
|
|
3898
3898
|
},
|
|
3899
|
-
"hidden": {
|
|
3899
|
+
"type._inputs.*.hidden": {
|
|
3900
3900
|
"description": "Toggles the visibility of this input.",
|
|
3901
3901
|
"default": false,
|
|
3902
3902
|
"anyOf": [
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
],
|
|
3912
3912
|
"markdownDescription": "Toggles the visibility of this input."
|
|
3913
3913
|
},
|
|
3914
|
-
"disabled": {
|
|
3914
|
+
"type._inputs.*.disabled": {
|
|
3915
3915
|
"description": "Toggles if this input can be edited.",
|
|
3916
3916
|
"default": false,
|
|
3917
3917
|
"anyOf": [
|
|
@@ -3926,7 +3926,7 @@
|
|
|
3926
3926
|
],
|
|
3927
3927
|
"markdownDescription": "Toggles if this input can be edited."
|
|
3928
3928
|
},
|
|
3929
|
-
"instance_value": {
|
|
3929
|
+
"type._inputs.*.instance_value": {
|
|
3930
3930
|
"title": "Instance Value",
|
|
3931
3931
|
"description": "Controls if and how the value of this input is instantiated when created. This occurs when creating files, or adding array items containing the configured input.",
|
|
3932
3932
|
"type": "string",
|
|
@@ -3936,49 +3936,49 @@
|
|
|
3936
3936
|
],
|
|
3937
3937
|
"markdownDescription": "Controls if and how the value of this input is instantiated when created. This occurs when creating files, or adding array items containing the configured input."
|
|
3938
3938
|
},
|
|
3939
|
-
"disable_instance_value_rehydration": {
|
|
3939
|
+
"type._inputs.*.disable_instance_value_rehydration": {
|
|
3940
3940
|
"description": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS.",
|
|
3941
3941
|
"default": false,
|
|
3942
3942
|
"type": "boolean",
|
|
3943
3943
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS."
|
|
3944
3944
|
},
|
|
3945
|
-
"cascade": {
|
|
3945
|
+
"type._inputs.*.cascade": {
|
|
3946
3946
|
"description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
|
|
3947
3947
|
"default": true,
|
|
3948
3948
|
"type": "boolean",
|
|
3949
3949
|
"markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration."
|
|
3950
3950
|
},
|
|
3951
|
-
"max_length": {
|
|
3951
|
+
"type._inputs.*.options.max_length": {
|
|
3952
3952
|
"description": "This key defines the maximum string length, in characters, 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.",
|
|
3953
3953
|
"type": "number",
|
|
3954
3954
|
"markdownDescription": "This key defines the maximum string length, in characters, 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."
|
|
3955
3955
|
},
|
|
3956
|
-
"max_length_message": {
|
|
3956
|
+
"type._inputs.*.options.max_length_message": {
|
|
3957
3957
|
"description": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_length`.",
|
|
3958
3958
|
"type": "string",
|
|
3959
3959
|
"markdownDescription": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_length`."
|
|
3960
3960
|
},
|
|
3961
|
-
"min_length": {
|
|
3961
|
+
"type._inputs.*.options.min_length": {
|
|
3962
3962
|
"description": "This key defines the minimum string length, in characters, 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.",
|
|
3963
3963
|
"type": "number",
|
|
3964
3964
|
"markdownDescription": "This key defines the minimum string length, in characters, 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."
|
|
3965
3965
|
},
|
|
3966
|
-
"min_length_message": {
|
|
3966
|
+
"type._inputs.*.options.min_length_message": {
|
|
3967
3967
|
"description": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_length`.",
|
|
3968
3968
|
"type": "string",
|
|
3969
3969
|
"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`."
|
|
3970
3970
|
},
|
|
3971
|
-
"pattern": {
|
|
3971
|
+
"type._inputs.*.options.pattern": {
|
|
3972
3972
|
"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.",
|
|
3973
3973
|
"type": "string",
|
|
3974
3974
|
"markdownDescription": "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."
|
|
3975
3975
|
},
|
|
3976
|
-
"pattern_message": {
|
|
3976
|
+
"type._inputs.*.options.pattern_message": {
|
|
3977
3977
|
"description": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`.",
|
|
3978
3978
|
"type": "string",
|
|
3979
3979
|
"markdownDescription": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`."
|
|
3980
3980
|
},
|
|
3981
|
-
"pattern_flags": {
|
|
3981
|
+
"type._inputs.*.options.pattern_flags": {
|
|
3982
3982
|
"description": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`.",
|
|
3983
3983
|
"type": "object",
|
|
3984
3984
|
"properties": {
|
|
@@ -4016,18 +4016,18 @@
|
|
|
4016
4016
|
"additionalProperties": false,
|
|
4017
4017
|
"markdownDescription": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`."
|
|
4018
4018
|
},
|
|
4019
|
-
"required": {
|
|
4019
|
+
"type._inputs.*.options.required": {
|
|
4020
4020
|
"description": "This key toggles whether CloudCannon requires this Input to have a value. If set to true, CloudCannon will require you to enter a value to save your changes, or discard your unsaved changes.",
|
|
4021
4021
|
"default": false,
|
|
4022
4022
|
"type": "boolean",
|
|
4023
4023
|
"markdownDescription": "This key toggles whether CloudCannon requires this Input to have a value. If set to true, CloudCannon will require you to enter a value to save your changes, or discard your unsaved changes."
|
|
4024
4024
|
},
|
|
4025
|
-
"required_message": {
|
|
4025
|
+
"type._inputs.*.options.required_message": {
|
|
4026
4026
|
"description": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`.",
|
|
4027
4027
|
"type": "string",
|
|
4028
4028
|
"markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
|
|
4029
4029
|
},
|
|
4030
|
-
"empty_type_text": {
|
|
4030
|
+
"type._inputs.*.options.empty_type_text": {
|
|
4031
4031
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4032
4032
|
"default": "null",
|
|
4033
4033
|
"type": "string",
|
|
@@ -4040,90 +4040,106 @@
|
|
|
4040
4040
|
"PreviewEntries": {
|
|
4041
4041
|
"anyOf": [
|
|
4042
4042
|
{
|
|
4043
|
-
"
|
|
4044
|
-
"type": "array",
|
|
4045
|
-
"items": {
|
|
4046
|
-
"$ref": "#/definitions/PreviewEntry"
|
|
4047
|
-
}
|
|
4043
|
+
"$ref": "#/definitions/type.preview-entry.(array)"
|
|
4048
4044
|
},
|
|
4049
4045
|
{
|
|
4050
|
-
"
|
|
4051
|
-
"type": "string"
|
|
4046
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
4052
4047
|
},
|
|
4053
4048
|
{
|
|
4054
|
-
"
|
|
4055
|
-
"type": "boolean",
|
|
4056
|
-
"const": false
|
|
4049
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
4057
4050
|
}
|
|
4058
4051
|
]
|
|
4059
4052
|
},
|
|
4060
|
-
"
|
|
4053
|
+
"type.preview-entry.(array)": {
|
|
4054
|
+
"title": "Array",
|
|
4055
|
+
"type": "array",
|
|
4056
|
+
"items": {
|
|
4057
|
+
"$ref": "#/definitions/type.preview-entry"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
"type.preview-entry": {
|
|
4061
|
+
"title": "Preview Entry",
|
|
4061
4062
|
"anyOf": [
|
|
4062
4063
|
{
|
|
4063
|
-
"
|
|
4064
|
-
"type": "object",
|
|
4065
|
-
"properties": {
|
|
4066
|
-
"key": {
|
|
4067
|
-
"title": "Key Value",
|
|
4068
|
-
"type": "string"
|
|
4069
|
-
}
|
|
4070
|
-
},
|
|
4071
|
-
"required": [
|
|
4072
|
-
"key"
|
|
4073
|
-
],
|
|
4074
|
-
"additionalProperties": false
|
|
4064
|
+
"$ref": "#/definitions/type.preview-entry.(key)"
|
|
4075
4065
|
},
|
|
4076
4066
|
{
|
|
4077
|
-
"
|
|
4078
|
-
"type": "object",
|
|
4079
|
-
"properties": {
|
|
4080
|
-
"template": {
|
|
4081
|
-
"title": "Template Value",
|
|
4082
|
-
"type": "string"
|
|
4083
|
-
}
|
|
4084
|
-
},
|
|
4085
|
-
"required": [
|
|
4086
|
-
"template"
|
|
4087
|
-
],
|
|
4088
|
-
"additionalProperties": false
|
|
4067
|
+
"$ref": "#/definitions/type.preview-entry.(template)"
|
|
4089
4068
|
},
|
|
4090
4069
|
{
|
|
4091
|
-
"
|
|
4092
|
-
"type": "object",
|
|
4093
|
-
"properties": {
|
|
4094
|
-
"text": {
|
|
4095
|
-
"title": "Text Value",
|
|
4096
|
-
"type": "string"
|
|
4097
|
-
}
|
|
4098
|
-
},
|
|
4099
|
-
"required": [
|
|
4100
|
-
"text"
|
|
4101
|
-
],
|
|
4102
|
-
"additionalProperties": false
|
|
4070
|
+
"$ref": "#/definitions/type.preview-entry.(text)"
|
|
4103
4071
|
},
|
|
4104
4072
|
{
|
|
4105
|
-
"
|
|
4106
|
-
"type": "string"
|
|
4073
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
4107
4074
|
},
|
|
4108
4075
|
{
|
|
4109
|
-
"
|
|
4110
|
-
"type": "boolean",
|
|
4111
|
-
"const": false
|
|
4076
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
4112
4077
|
}
|
|
4113
4078
|
]
|
|
4114
4079
|
},
|
|
4080
|
+
"type.preview-entry.(key)": {
|
|
4081
|
+
"title": "Key",
|
|
4082
|
+
"type": "object",
|
|
4083
|
+
"properties": {
|
|
4084
|
+
"key": {
|
|
4085
|
+
"title": "Key Value",
|
|
4086
|
+
"type": "string"
|
|
4087
|
+
}
|
|
4088
|
+
},
|
|
4089
|
+
"required": [
|
|
4090
|
+
"key"
|
|
4091
|
+
],
|
|
4092
|
+
"additionalProperties": false
|
|
4093
|
+
},
|
|
4094
|
+
"type.preview-entry.(template)": {
|
|
4095
|
+
"title": "Template",
|
|
4096
|
+
"type": "object",
|
|
4097
|
+
"properties": {
|
|
4098
|
+
"template": {
|
|
4099
|
+
"title": "Template Value",
|
|
4100
|
+
"type": "string"
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
4103
|
+
"required": [
|
|
4104
|
+
"template"
|
|
4105
|
+
],
|
|
4106
|
+
"additionalProperties": false
|
|
4107
|
+
},
|
|
4108
|
+
"type.preview-entry.(text)": {
|
|
4109
|
+
"title": "Text",
|
|
4110
|
+
"type": "object",
|
|
4111
|
+
"properties": {
|
|
4112
|
+
"text": {
|
|
4113
|
+
"title": "Text Value",
|
|
4114
|
+
"type": "string"
|
|
4115
|
+
}
|
|
4116
|
+
},
|
|
4117
|
+
"required": [
|
|
4118
|
+
"text"
|
|
4119
|
+
],
|
|
4120
|
+
"additionalProperties": false
|
|
4121
|
+
},
|
|
4122
|
+
"type.preview-entry.(raw-text)": {
|
|
4123
|
+
"title": "Raw Text",
|
|
4124
|
+
"type": "string"
|
|
4125
|
+
},
|
|
4126
|
+
"type.preview-entry.(false)": {
|
|
4127
|
+
"title": "False",
|
|
4128
|
+
"type": "boolean",
|
|
4129
|
+
"const": false
|
|
4130
|
+
},
|
|
4115
4131
|
"TextareaInput": {
|
|
4116
4132
|
"title": "Textarea Input",
|
|
4117
4133
|
"description": "Provides an editing interface for plain text.",
|
|
4118
4134
|
"type": "object",
|
|
4119
4135
|
"properties": {
|
|
4120
4136
|
"comment": {
|
|
4121
|
-
"$ref": "#/definitions/comment"
|
|
4137
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4122
4138
|
},
|
|
4123
4139
|
"context": {
|
|
4124
4140
|
"allOf": [
|
|
4125
4141
|
{
|
|
4126
|
-
"$ref": "#/definitions/context"
|
|
4142
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4127
4143
|
}
|
|
4128
4144
|
]
|
|
4129
4145
|
},
|
|
@@ -4131,28 +4147,28 @@
|
|
|
4131
4147
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4132
4148
|
"allOf": [
|
|
4133
4149
|
{
|
|
4134
|
-
"$ref": "#/definitions/documentation"
|
|
4150
|
+
"$ref": "#/definitions/type.documentation"
|
|
4135
4151
|
}
|
|
4136
4152
|
],
|
|
4137
4153
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4138
4154
|
},
|
|
4139
4155
|
"label": {
|
|
4140
|
-
"$ref": "#/definitions/label"
|
|
4156
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4141
4157
|
},
|
|
4142
4158
|
"hidden": {
|
|
4143
|
-
"$ref": "#/definitions/hidden"
|
|
4159
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4144
4160
|
},
|
|
4145
4161
|
"disabled": {
|
|
4146
|
-
"$ref": "#/definitions/disabled"
|
|
4162
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4147
4163
|
},
|
|
4148
4164
|
"instance_value": {
|
|
4149
|
-
"$ref": "#/definitions/instance_value"
|
|
4165
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4150
4166
|
},
|
|
4151
4167
|
"disable_instance_value_rehydration": {
|
|
4152
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4168
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4153
4169
|
},
|
|
4154
4170
|
"cascade": {
|
|
4155
|
-
"$ref": "#/definitions/cascade"
|
|
4171
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4156
4172
|
},
|
|
4157
4173
|
"type": {
|
|
4158
4174
|
"title": "Type",
|
|
@@ -4166,36 +4182,36 @@
|
|
|
4166
4182
|
"type": "object",
|
|
4167
4183
|
"properties": {
|
|
4168
4184
|
"max_length": {
|
|
4169
|
-
"$ref": "#/definitions/max_length"
|
|
4185
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4170
4186
|
},
|
|
4171
4187
|
"max_length_message": {
|
|
4172
|
-
"$ref": "#/definitions/max_length_message"
|
|
4188
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4173
4189
|
},
|
|
4174
4190
|
"min_length": {
|
|
4175
|
-
"$ref": "#/definitions/min_length"
|
|
4191
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4176
4192
|
},
|
|
4177
4193
|
"min_length_message": {
|
|
4178
|
-
"$ref": "#/definitions/min_length_message"
|
|
4194
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4179
4195
|
},
|
|
4180
4196
|
"pattern": {
|
|
4181
|
-
"$ref": "#/definitions/pattern"
|
|
4197
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4182
4198
|
},
|
|
4183
4199
|
"pattern_message": {
|
|
4184
|
-
"$ref": "#/definitions/pattern_message"
|
|
4200
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4185
4201
|
},
|
|
4186
4202
|
"pattern_flags": {
|
|
4187
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4203
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4188
4204
|
},
|
|
4189
4205
|
"required": {
|
|
4190
|
-
"$ref": "#/definitions/required"
|
|
4206
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4191
4207
|
},
|
|
4192
4208
|
"required_message": {
|
|
4193
|
-
"$ref": "#/definitions/required_message"
|
|
4209
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4194
4210
|
},
|
|
4195
4211
|
"empty_type": {
|
|
4196
4212
|
"allOf": [
|
|
4197
4213
|
{
|
|
4198
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4214
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4199
4215
|
}
|
|
4200
4216
|
]
|
|
4201
4217
|
},
|
|
@@ -4227,12 +4243,12 @@
|
|
|
4227
4243
|
"type": "object",
|
|
4228
4244
|
"properties": {
|
|
4229
4245
|
"comment": {
|
|
4230
|
-
"$ref": "#/definitions/comment"
|
|
4246
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4231
4247
|
},
|
|
4232
4248
|
"context": {
|
|
4233
4249
|
"allOf": [
|
|
4234
4250
|
{
|
|
4235
|
-
"$ref": "#/definitions/context"
|
|
4251
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4236
4252
|
}
|
|
4237
4253
|
]
|
|
4238
4254
|
},
|
|
@@ -4240,28 +4256,28 @@
|
|
|
4240
4256
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4241
4257
|
"allOf": [
|
|
4242
4258
|
{
|
|
4243
|
-
"$ref": "#/definitions/documentation"
|
|
4259
|
+
"$ref": "#/definitions/type.documentation"
|
|
4244
4260
|
}
|
|
4245
4261
|
],
|
|
4246
4262
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4247
4263
|
},
|
|
4248
4264
|
"label": {
|
|
4249
|
-
"$ref": "#/definitions/label"
|
|
4265
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4250
4266
|
},
|
|
4251
4267
|
"hidden": {
|
|
4252
|
-
"$ref": "#/definitions/hidden"
|
|
4268
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4253
4269
|
},
|
|
4254
4270
|
"disabled": {
|
|
4255
|
-
"$ref": "#/definitions/disabled"
|
|
4271
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4256
4272
|
},
|
|
4257
4273
|
"instance_value": {
|
|
4258
|
-
"$ref": "#/definitions/instance_value"
|
|
4274
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4259
4275
|
},
|
|
4260
4276
|
"disable_instance_value_rehydration": {
|
|
4261
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4277
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4262
4278
|
},
|
|
4263
4279
|
"cascade": {
|
|
4264
|
-
"$ref": "#/definitions/cascade"
|
|
4280
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4265
4281
|
},
|
|
4266
4282
|
"type": {
|
|
4267
4283
|
"title": "Type",
|
|
@@ -4295,36 +4311,36 @@
|
|
|
4295
4311
|
"type": "boolean"
|
|
4296
4312
|
},
|
|
4297
4313
|
"max_length": {
|
|
4298
|
-
"$ref": "#/definitions/max_length"
|
|
4314
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4299
4315
|
},
|
|
4300
4316
|
"max_length_message": {
|
|
4301
|
-
"$ref": "#/definitions/max_length_message"
|
|
4317
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4302
4318
|
},
|
|
4303
4319
|
"min_length": {
|
|
4304
|
-
"$ref": "#/definitions/min_length"
|
|
4320
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4305
4321
|
},
|
|
4306
4322
|
"min_length_message": {
|
|
4307
|
-
"$ref": "#/definitions/min_length_message"
|
|
4323
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4308
4324
|
},
|
|
4309
4325
|
"pattern": {
|
|
4310
|
-
"$ref": "#/definitions/pattern"
|
|
4326
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4311
4327
|
},
|
|
4312
4328
|
"pattern_message": {
|
|
4313
|
-
"$ref": "#/definitions/pattern_message"
|
|
4329
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4314
4330
|
},
|
|
4315
4331
|
"pattern_flags": {
|
|
4316
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4332
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4317
4333
|
},
|
|
4318
4334
|
"required": {
|
|
4319
|
-
"$ref": "#/definitions/required"
|
|
4335
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4320
4336
|
},
|
|
4321
4337
|
"required_message": {
|
|
4322
|
-
"$ref": "#/definitions/required_message"
|
|
4338
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4323
4339
|
},
|
|
4324
4340
|
"empty_type": {
|
|
4325
4341
|
"allOf": [
|
|
4326
4342
|
{
|
|
4327
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4343
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4328
4344
|
}
|
|
4329
4345
|
]
|
|
4330
4346
|
},
|
|
@@ -4470,12 +4486,12 @@
|
|
|
4470
4486
|
"type": "object",
|
|
4471
4487
|
"properties": {
|
|
4472
4488
|
"comment": {
|
|
4473
|
-
"$ref": "#/definitions/comment"
|
|
4489
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4474
4490
|
},
|
|
4475
4491
|
"context": {
|
|
4476
4492
|
"allOf": [
|
|
4477
4493
|
{
|
|
4478
|
-
"$ref": "#/definitions/context"
|
|
4494
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4479
4495
|
}
|
|
4480
4496
|
]
|
|
4481
4497
|
},
|
|
@@ -4483,28 +4499,28 @@
|
|
|
4483
4499
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4484
4500
|
"allOf": [
|
|
4485
4501
|
{
|
|
4486
|
-
"$ref": "#/definitions/documentation"
|
|
4502
|
+
"$ref": "#/definitions/type.documentation"
|
|
4487
4503
|
}
|
|
4488
4504
|
],
|
|
4489
4505
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4490
4506
|
},
|
|
4491
4507
|
"label": {
|
|
4492
|
-
"$ref": "#/definitions/label"
|
|
4508
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4493
4509
|
},
|
|
4494
4510
|
"hidden": {
|
|
4495
|
-
"$ref": "#/definitions/hidden"
|
|
4511
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4496
4512
|
},
|
|
4497
4513
|
"disabled": {
|
|
4498
|
-
"$ref": "#/definitions/disabled"
|
|
4514
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4499
4515
|
},
|
|
4500
4516
|
"instance_value": {
|
|
4501
|
-
"$ref": "#/definitions/instance_value"
|
|
4517
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4502
4518
|
},
|
|
4503
4519
|
"disable_instance_value_rehydration": {
|
|
4504
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4520
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4505
4521
|
},
|
|
4506
4522
|
"cascade": {
|
|
4507
|
-
"$ref": "#/definitions/cascade"
|
|
4523
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4508
4524
|
},
|
|
4509
4525
|
"type": {
|
|
4510
4526
|
"title": "Type",
|
|
@@ -4518,36 +4534,36 @@
|
|
|
4518
4534
|
"type": "object",
|
|
4519
4535
|
"properties": {
|
|
4520
4536
|
"max_length": {
|
|
4521
|
-
"$ref": "#/definitions/max_length"
|
|
4537
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4522
4538
|
},
|
|
4523
4539
|
"max_length_message": {
|
|
4524
|
-
"$ref": "#/definitions/max_length_message"
|
|
4540
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4525
4541
|
},
|
|
4526
4542
|
"min_length": {
|
|
4527
|
-
"$ref": "#/definitions/min_length"
|
|
4543
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4528
4544
|
},
|
|
4529
4545
|
"min_length_message": {
|
|
4530
|
-
"$ref": "#/definitions/min_length_message"
|
|
4546
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4531
4547
|
},
|
|
4532
4548
|
"pattern": {
|
|
4533
|
-
"$ref": "#/definitions/pattern"
|
|
4549
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4534
4550
|
},
|
|
4535
4551
|
"pattern_message": {
|
|
4536
|
-
"$ref": "#/definitions/pattern_message"
|
|
4552
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4537
4553
|
},
|
|
4538
4554
|
"pattern_flags": {
|
|
4539
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4555
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4540
4556
|
},
|
|
4541
4557
|
"required": {
|
|
4542
|
-
"$ref": "#/definitions/required"
|
|
4558
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4543
4559
|
},
|
|
4544
4560
|
"required_message": {
|
|
4545
|
-
"$ref": "#/definitions/required_message"
|
|
4561
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4546
4562
|
},
|
|
4547
4563
|
"empty_type": {
|
|
4548
4564
|
"allOf": [
|
|
4549
4565
|
{
|
|
4550
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4566
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4551
4567
|
}
|
|
4552
4568
|
]
|
|
4553
4569
|
},
|
|
@@ -4584,12 +4600,12 @@
|
|
|
4584
4600
|
"type": "object",
|
|
4585
4601
|
"properties": {
|
|
4586
4602
|
"comment": {
|
|
4587
|
-
"$ref": "#/definitions/comment"
|
|
4603
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4588
4604
|
},
|
|
4589
4605
|
"context": {
|
|
4590
4606
|
"allOf": [
|
|
4591
4607
|
{
|
|
4592
|
-
"$ref": "#/definitions/context"
|
|
4608
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4593
4609
|
}
|
|
4594
4610
|
]
|
|
4595
4611
|
},
|
|
@@ -4597,28 +4613,28 @@
|
|
|
4597
4613
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4598
4614
|
"allOf": [
|
|
4599
4615
|
{
|
|
4600
|
-
"$ref": "#/definitions/documentation"
|
|
4616
|
+
"$ref": "#/definitions/type.documentation"
|
|
4601
4617
|
}
|
|
4602
4618
|
],
|
|
4603
4619
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4604
4620
|
},
|
|
4605
4621
|
"label": {
|
|
4606
|
-
"$ref": "#/definitions/label"
|
|
4622
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4607
4623
|
},
|
|
4608
4624
|
"hidden": {
|
|
4609
|
-
"$ref": "#/definitions/hidden"
|
|
4625
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4610
4626
|
},
|
|
4611
4627
|
"disabled": {
|
|
4612
|
-
"$ref": "#/definitions/disabled"
|
|
4628
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4613
4629
|
},
|
|
4614
4630
|
"instance_value": {
|
|
4615
|
-
"$ref": "#/definitions/instance_value"
|
|
4631
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4616
4632
|
},
|
|
4617
4633
|
"disable_instance_value_rehydration": {
|
|
4618
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4634
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4619
4635
|
},
|
|
4620
4636
|
"cascade": {
|
|
4621
|
-
"$ref": "#/definitions/cascade"
|
|
4637
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4622
4638
|
},
|
|
4623
4639
|
"type": {
|
|
4624
4640
|
"title": "Type",
|
|
@@ -4643,12 +4659,12 @@
|
|
|
4643
4659
|
"type": "object",
|
|
4644
4660
|
"properties": {
|
|
4645
4661
|
"comment": {
|
|
4646
|
-
"$ref": "#/definitions/comment"
|
|
4662
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4647
4663
|
},
|
|
4648
4664
|
"context": {
|
|
4649
4665
|
"allOf": [
|
|
4650
4666
|
{
|
|
4651
|
-
"$ref": "#/definitions/context"
|
|
4667
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4652
4668
|
}
|
|
4653
4669
|
]
|
|
4654
4670
|
},
|
|
@@ -4656,28 +4672,28 @@
|
|
|
4656
4672
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4657
4673
|
"allOf": [
|
|
4658
4674
|
{
|
|
4659
|
-
"$ref": "#/definitions/documentation"
|
|
4675
|
+
"$ref": "#/definitions/type.documentation"
|
|
4660
4676
|
}
|
|
4661
4677
|
],
|
|
4662
4678
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4663
4679
|
},
|
|
4664
4680
|
"label": {
|
|
4665
|
-
"$ref": "#/definitions/label"
|
|
4681
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4666
4682
|
},
|
|
4667
4683
|
"hidden": {
|
|
4668
|
-
"$ref": "#/definitions/hidden"
|
|
4684
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4669
4685
|
},
|
|
4670
4686
|
"disabled": {
|
|
4671
|
-
"$ref": "#/definitions/disabled"
|
|
4687
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4672
4688
|
},
|
|
4673
4689
|
"instance_value": {
|
|
4674
|
-
"$ref": "#/definitions/instance_value"
|
|
4690
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4675
4691
|
},
|
|
4676
4692
|
"disable_instance_value_rehydration": {
|
|
4677
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4693
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4678
4694
|
},
|
|
4679
4695
|
"cascade": {
|
|
4680
|
-
"$ref": "#/definitions/cascade"
|
|
4696
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4681
4697
|
},
|
|
4682
4698
|
"type": {
|
|
4683
4699
|
"title": "Type",
|
|
@@ -4691,40 +4707,40 @@
|
|
|
4691
4707
|
"type": "object",
|
|
4692
4708
|
"properties": {
|
|
4693
4709
|
"required": {
|
|
4694
|
-
"$ref": "#/definitions/required"
|
|
4710
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4695
4711
|
},
|
|
4696
4712
|
"required_message": {
|
|
4697
|
-
"$ref": "#/definitions/required_message"
|
|
4713
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4698
4714
|
},
|
|
4699
4715
|
"empty_type": {
|
|
4700
4716
|
"allOf": [
|
|
4701
4717
|
{
|
|
4702
|
-
"$ref": "#/definitions/empty_type_number"
|
|
4718
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
4703
4719
|
}
|
|
4704
4720
|
]
|
|
4705
4721
|
},
|
|
4706
4722
|
"min": {
|
|
4707
4723
|
"allOf": [
|
|
4708
4724
|
{
|
|
4709
|
-
"$ref": "#/definitions/min"
|
|
4725
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
4710
4726
|
}
|
|
4711
4727
|
]
|
|
4712
4728
|
},
|
|
4713
4729
|
"max": {
|
|
4714
4730
|
"allOf": [
|
|
4715
4731
|
{
|
|
4716
|
-
"$ref": "#/definitions/max"
|
|
4732
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
4717
4733
|
}
|
|
4718
4734
|
]
|
|
4719
4735
|
},
|
|
4720
4736
|
"step": {
|
|
4721
|
-
"$ref": "#/definitions/step"
|
|
4737
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
4722
4738
|
},
|
|
4723
4739
|
"min_message": {
|
|
4724
|
-
"$ref": "#/definitions/min_message"
|
|
4740
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
4725
4741
|
},
|
|
4726
4742
|
"max_message": {
|
|
4727
|
-
"$ref": "#/definitions/max_message"
|
|
4743
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
4728
4744
|
}
|
|
4729
4745
|
},
|
|
4730
4746
|
"additionalProperties": false,
|
|
@@ -4737,7 +4753,7 @@
|
|
|
4737
4753
|
"additionalProperties": false,
|
|
4738
4754
|
"markdownDescription": "Provides an editing interface for numeric values."
|
|
4739
4755
|
},
|
|
4740
|
-
"empty_type_number": {
|
|
4756
|
+
"type._inputs.*.options.empty_type_number": {
|
|
4741
4757
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4742
4758
|
"default": "null",
|
|
4743
4759
|
"type": "string",
|
|
@@ -4747,27 +4763,27 @@
|
|
|
4747
4763
|
],
|
|
4748
4764
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
4749
4765
|
},
|
|
4750
|
-
"min": {
|
|
4766
|
+
"type._inputs.*.options.min": {
|
|
4751
4767
|
"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.",
|
|
4752
4768
|
"type": "number",
|
|
4753
4769
|
"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."
|
|
4754
4770
|
},
|
|
4755
|
-
"max": {
|
|
4771
|
+
"type._inputs.*.options.max": {
|
|
4756
4772
|
"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.",
|
|
4757
4773
|
"type": "number",
|
|
4758
4774
|
"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."
|
|
4759
4775
|
},
|
|
4760
|
-
"step": {
|
|
4776
|
+
"type._inputs.*.options.step": {
|
|
4761
4777
|
"description": "A number that specifies the granularity that the value must adhere to, or the special value any, which allows any decimal value between `max` and `min`.",
|
|
4762
4778
|
"type": "number",
|
|
4763
4779
|
"markdownDescription": "A number that specifies the granularity that the value must adhere to, or the special value any, which allows any decimal value between `max` and `min`."
|
|
4764
4780
|
},
|
|
4765
|
-
"min_message": {
|
|
4781
|
+
"type._inputs.*.options.min_message": {
|
|
4766
4782
|
"description": "This key defines the message that explains why an Input needs to have a minimum numerical value. This key requires you to define `options.min`.",
|
|
4767
4783
|
"type": "string",
|
|
4768
4784
|
"markdownDescription": "This key defines the message that explains why an Input needs to have a minimum numerical value. This key requires you to define `options.min`."
|
|
4769
4785
|
},
|
|
4770
|
-
"max_message": {
|
|
4786
|
+
"type._inputs.*.options.max_message": {
|
|
4771
4787
|
"description": "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`.",
|
|
4772
4788
|
"type": "string",
|
|
4773
4789
|
"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`."
|
|
@@ -4778,12 +4794,12 @@
|
|
|
4778
4794
|
"type": "object",
|
|
4779
4795
|
"properties": {
|
|
4780
4796
|
"comment": {
|
|
4781
|
-
"$ref": "#/definitions/comment"
|
|
4797
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4782
4798
|
},
|
|
4783
4799
|
"context": {
|
|
4784
4800
|
"allOf": [
|
|
4785
4801
|
{
|
|
4786
|
-
"$ref": "#/definitions/context"
|
|
4802
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4787
4803
|
}
|
|
4788
4804
|
]
|
|
4789
4805
|
},
|
|
@@ -4791,28 +4807,28 @@
|
|
|
4791
4807
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4792
4808
|
"allOf": [
|
|
4793
4809
|
{
|
|
4794
|
-
"$ref": "#/definitions/documentation"
|
|
4810
|
+
"$ref": "#/definitions/type.documentation"
|
|
4795
4811
|
}
|
|
4796
4812
|
],
|
|
4797
4813
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4798
4814
|
},
|
|
4799
4815
|
"label": {
|
|
4800
|
-
"$ref": "#/definitions/label"
|
|
4816
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4801
4817
|
},
|
|
4802
4818
|
"hidden": {
|
|
4803
|
-
"$ref": "#/definitions/hidden"
|
|
4819
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4804
4820
|
},
|
|
4805
4821
|
"disabled": {
|
|
4806
|
-
"$ref": "#/definitions/disabled"
|
|
4822
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4807
4823
|
},
|
|
4808
4824
|
"instance_value": {
|
|
4809
|
-
"$ref": "#/definitions/instance_value"
|
|
4825
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4810
4826
|
},
|
|
4811
4827
|
"disable_instance_value_rehydration": {
|
|
4812
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4828
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4813
4829
|
},
|
|
4814
4830
|
"cascade": {
|
|
4815
|
-
"$ref": "#/definitions/cascade"
|
|
4831
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4816
4832
|
},
|
|
4817
4833
|
"type": {
|
|
4818
4834
|
"title": "Type",
|
|
@@ -4826,32 +4842,32 @@
|
|
|
4826
4842
|
"type": "object",
|
|
4827
4843
|
"properties": {
|
|
4828
4844
|
"required": {
|
|
4829
|
-
"$ref": "#/definitions/required"
|
|
4845
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4830
4846
|
},
|
|
4831
4847
|
"required_message": {
|
|
4832
|
-
"$ref": "#/definitions/required_message"
|
|
4848
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4833
4849
|
},
|
|
4834
4850
|
"empty_type": {
|
|
4835
4851
|
"allOf": [
|
|
4836
4852
|
{
|
|
4837
|
-
"$ref": "#/definitions/empty_type_number"
|
|
4853
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
4838
4854
|
}
|
|
4839
4855
|
]
|
|
4840
4856
|
},
|
|
4841
4857
|
"min": {
|
|
4842
|
-
"$ref": "#/definitions/min"
|
|
4858
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
4843
4859
|
},
|
|
4844
4860
|
"max": {
|
|
4845
|
-
"$ref": "#/definitions/max"
|
|
4861
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
4846
4862
|
},
|
|
4847
4863
|
"step": {
|
|
4848
|
-
"$ref": "#/definitions/step"
|
|
4864
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
4849
4865
|
},
|
|
4850
4866
|
"min_message": {
|
|
4851
|
-
"$ref": "#/definitions/min_message"
|
|
4867
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
4852
4868
|
},
|
|
4853
4869
|
"max_message": {
|
|
4854
|
-
"$ref": "#/definitions/max_message"
|
|
4870
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
4855
4871
|
}
|
|
4856
4872
|
},
|
|
4857
4873
|
"required": [
|
|
@@ -4874,12 +4890,12 @@
|
|
|
4874
4890
|
"type": "object",
|
|
4875
4891
|
"properties": {
|
|
4876
4892
|
"comment": {
|
|
4877
|
-
"$ref": "#/definitions/comment"
|
|
4893
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4878
4894
|
},
|
|
4879
4895
|
"context": {
|
|
4880
4896
|
"allOf": [
|
|
4881
4897
|
{
|
|
4882
|
-
"$ref": "#/definitions/context"
|
|
4898
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4883
4899
|
}
|
|
4884
4900
|
]
|
|
4885
4901
|
},
|
|
@@ -4887,28 +4903,28 @@
|
|
|
4887
4903
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4888
4904
|
"allOf": [
|
|
4889
4905
|
{
|
|
4890
|
-
"$ref": "#/definitions/documentation"
|
|
4906
|
+
"$ref": "#/definitions/type.documentation"
|
|
4891
4907
|
}
|
|
4892
4908
|
],
|
|
4893
4909
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4894
4910
|
},
|
|
4895
4911
|
"label": {
|
|
4896
|
-
"$ref": "#/definitions/label"
|
|
4912
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4897
4913
|
},
|
|
4898
4914
|
"hidden": {
|
|
4899
|
-
"$ref": "#/definitions/hidden"
|
|
4915
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4900
4916
|
},
|
|
4901
4917
|
"disabled": {
|
|
4902
|
-
"$ref": "#/definitions/disabled"
|
|
4918
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4903
4919
|
},
|
|
4904
4920
|
"instance_value": {
|
|
4905
|
-
"$ref": "#/definitions/instance_value"
|
|
4921
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4906
4922
|
},
|
|
4907
4923
|
"disable_instance_value_rehydration": {
|
|
4908
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4924
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4909
4925
|
},
|
|
4910
4926
|
"cascade": {
|
|
4911
|
-
"$ref": "#/definitions/cascade"
|
|
4927
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4912
4928
|
},
|
|
4913
4929
|
"type": {
|
|
4914
4930
|
"title": "Type",
|
|
@@ -4925,31 +4941,31 @@
|
|
|
4925
4941
|
"type": "object",
|
|
4926
4942
|
"properties": {
|
|
4927
4943
|
"mime_type": {
|
|
4928
|
-
"$ref": "#/definitions/mime_type"
|
|
4944
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
4929
4945
|
},
|
|
4930
4946
|
"resize_style": {
|
|
4931
|
-
"$ref": "#/definitions/resize_style"
|
|
4947
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
4932
4948
|
},
|
|
4933
4949
|
"width": {
|
|
4934
|
-
"$ref": "#/definitions/width"
|
|
4950
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
4935
4951
|
},
|
|
4936
4952
|
"height": {
|
|
4937
|
-
"$ref": "#/definitions/height"
|
|
4953
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
4938
4954
|
},
|
|
4939
4955
|
"expandable": {
|
|
4940
|
-
"$ref": "#/definitions/expandable"
|
|
4956
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
4941
4957
|
},
|
|
4942
4958
|
"image_size_attributes": {
|
|
4943
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
4959
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
4944
4960
|
},
|
|
4945
4961
|
"allowed_sources": {
|
|
4946
|
-
"$ref": "#/definitions/allowed_sources"
|
|
4962
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
4947
4963
|
},
|
|
4948
4964
|
"prevent_resize_existing_files": {
|
|
4949
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
4965
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
4950
4966
|
},
|
|
4951
4967
|
"sizes": {
|
|
4952
|
-
"$ref": "#/definitions/sizes"
|
|
4968
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
4953
4969
|
},
|
|
4954
4970
|
"paths": {
|
|
4955
4971
|
"allOf": [
|
|
@@ -4959,138 +4975,138 @@
|
|
|
4959
4975
|
]
|
|
4960
4976
|
},
|
|
4961
4977
|
"bold": {
|
|
4962
|
-
"$ref": "#/definitions/bold"
|
|
4978
|
+
"$ref": "#/definitions/type._editables.*.bold"
|
|
4963
4979
|
},
|
|
4964
4980
|
"copyformatting": {
|
|
4965
|
-
"$ref": "#/definitions/copyformatting"
|
|
4981
|
+
"$ref": "#/definitions/type._editables.*.copyformatting"
|
|
4966
4982
|
},
|
|
4967
4983
|
"italic": {
|
|
4968
|
-
"$ref": "#/definitions/italic"
|
|
4984
|
+
"$ref": "#/definitions/type._editables.*.italic"
|
|
4969
4985
|
},
|
|
4970
4986
|
"link": {
|
|
4971
|
-
"$ref": "#/definitions/link"
|
|
4987
|
+
"$ref": "#/definitions/type._editables.*.link"
|
|
4972
4988
|
},
|
|
4973
4989
|
"redo": {
|
|
4974
|
-
"$ref": "#/definitions/redo"
|
|
4990
|
+
"$ref": "#/definitions/type._editables.*.redo"
|
|
4975
4991
|
},
|
|
4976
4992
|
"removeformat": {
|
|
4977
|
-
"$ref": "#/definitions/removeformat"
|
|
4993
|
+
"$ref": "#/definitions/type._editables.*.removeformat"
|
|
4978
4994
|
},
|
|
4979
4995
|
"strike": {
|
|
4980
|
-
"$ref": "#/definitions/strike"
|
|
4996
|
+
"$ref": "#/definitions/type._editables.*.strike"
|
|
4981
4997
|
},
|
|
4982
4998
|
"subscript": {
|
|
4983
|
-
"$ref": "#/definitions/subscript"
|
|
4999
|
+
"$ref": "#/definitions/type._editables.*.subscript"
|
|
4984
5000
|
},
|
|
4985
5001
|
"superscript": {
|
|
4986
|
-
"$ref": "#/definitions/superscript"
|
|
5002
|
+
"$ref": "#/definitions/type._editables.*.superscript"
|
|
4987
5003
|
},
|
|
4988
5004
|
"underline": {
|
|
4989
|
-
"$ref": "#/definitions/underline"
|
|
5005
|
+
"$ref": "#/definitions/type._editables.*.underline"
|
|
4990
5006
|
},
|
|
4991
5007
|
"undo": {
|
|
4992
|
-
"$ref": "#/definitions/undo"
|
|
5008
|
+
"$ref": "#/definitions/type._editables.*.undo"
|
|
4993
5009
|
},
|
|
4994
5010
|
"remove_custom_markup": {
|
|
4995
|
-
"$ref": "#/definitions/remove_custom_markup"
|
|
5011
|
+
"$ref": "#/definitions/type._editables.*.remove_custom_markup"
|
|
4996
5012
|
},
|
|
4997
5013
|
"allow_custom_markup": {
|
|
4998
|
-
"$ref": "#/definitions/allow_custom_markup"
|
|
5014
|
+
"$ref": "#/definitions/type._editables.*.allow_custom_markup"
|
|
4999
5015
|
},
|
|
5000
5016
|
"blockquote": {
|
|
5001
|
-
"$ref": "#/definitions/blockquote"
|
|
5017
|
+
"$ref": "#/definitions/type._editables.*.blockquote"
|
|
5002
5018
|
},
|
|
5003
5019
|
"bulletedlist": {
|
|
5004
|
-
"$ref": "#/definitions/bulletedlist"
|
|
5020
|
+
"$ref": "#/definitions/type._editables.*.bulletedlist"
|
|
5005
5021
|
},
|
|
5006
5022
|
"center": {
|
|
5007
|
-
"$ref": "#/definitions/center"
|
|
5023
|
+
"$ref": "#/definitions/type._editables.*.center"
|
|
5008
5024
|
},
|
|
5009
5025
|
"code_inline": {
|
|
5010
|
-
"$ref": "#/definitions/code_inline"
|
|
5026
|
+
"$ref": "#/definitions/type._editables.*.code_inline"
|
|
5011
5027
|
},
|
|
5012
5028
|
"code_block": {
|
|
5013
|
-
"$ref": "#/definitions/code_block"
|
|
5029
|
+
"$ref": "#/definitions/type._editables.*.code_block"
|
|
5014
5030
|
},
|
|
5015
5031
|
"code": {
|
|
5016
|
-
"$ref": "#/definitions/code"
|
|
5032
|
+
"$ref": "#/definitions/type._editables.*.code"
|
|
5017
5033
|
},
|
|
5018
5034
|
"embed": {
|
|
5019
|
-
"$ref": "#/definitions/embed"
|
|
5035
|
+
"$ref": "#/definitions/type._editables.*.embed"
|
|
5020
5036
|
},
|
|
5021
5037
|
"format": {
|
|
5022
|
-
"$ref": "#/definitions/format"
|
|
5038
|
+
"$ref": "#/definitions/type._editables.*.format"
|
|
5023
5039
|
},
|
|
5024
5040
|
"horizontalrule": {
|
|
5025
|
-
"$ref": "#/definitions/horizontalrule"
|
|
5041
|
+
"$ref": "#/definitions/type._editables.*.horizontalrule"
|
|
5026
5042
|
},
|
|
5027
5043
|
"image": {
|
|
5028
|
-
"$ref": "#/definitions/image"
|
|
5044
|
+
"$ref": "#/definitions/type._editables.*.image"
|
|
5029
5045
|
},
|
|
5030
5046
|
"indent": {
|
|
5031
|
-
"$ref": "#/definitions/indent"
|
|
5047
|
+
"$ref": "#/definitions/type._editables.*.indent"
|
|
5032
5048
|
},
|
|
5033
5049
|
"justify": {
|
|
5034
|
-
"$ref": "#/definitions/justify"
|
|
5050
|
+
"$ref": "#/definitions/type._editables.*.justify"
|
|
5035
5051
|
},
|
|
5036
5052
|
"left": {
|
|
5037
|
-
"$ref": "#/definitions/left"
|
|
5053
|
+
"$ref": "#/definitions/type._editables.*.left"
|
|
5038
5054
|
},
|
|
5039
5055
|
"numberedlist": {
|
|
5040
|
-
"$ref": "#/definitions/numberedlist"
|
|
5056
|
+
"$ref": "#/definitions/type._editables.*.numberedlist"
|
|
5041
5057
|
},
|
|
5042
5058
|
"outdent": {
|
|
5043
|
-
"$ref": "#/definitions/outdent"
|
|
5059
|
+
"$ref": "#/definitions/type._editables.*.outdent"
|
|
5044
5060
|
},
|
|
5045
5061
|
"right": {
|
|
5046
|
-
"$ref": "#/definitions/right"
|
|
5062
|
+
"$ref": "#/definitions/type._editables.*.right"
|
|
5047
5063
|
},
|
|
5048
5064
|
"snippet": {
|
|
5049
|
-
"$ref": "#/definitions/snippet"
|
|
5065
|
+
"$ref": "#/definitions/type._editables.*.snippet"
|
|
5050
5066
|
},
|
|
5051
5067
|
"styles": {
|
|
5052
|
-
"$ref": "#/definitions/styles"
|
|
5068
|
+
"$ref": "#/definitions/type._editables.*.styles"
|
|
5053
5069
|
},
|
|
5054
5070
|
"table": {
|
|
5055
|
-
"$ref": "#/definitions/table"
|
|
5071
|
+
"$ref": "#/definitions/type._editables.*.table"
|
|
5056
5072
|
},
|
|
5057
5073
|
"join_above": {
|
|
5058
|
-
"$ref": "#/definitions/join_above"
|
|
5074
|
+
"$ref": "#/definitions/type._editables.*.join_above"
|
|
5059
5075
|
},
|
|
5060
5076
|
"join_below": {
|
|
5061
|
-
"$ref": "#/definitions/join_below"
|
|
5077
|
+
"$ref": "#/definitions/type._editables.*.join_below"
|
|
5062
5078
|
},
|
|
5063
5079
|
"max_length": {
|
|
5064
|
-
"$ref": "#/definitions/max_length"
|
|
5080
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
5065
5081
|
},
|
|
5066
5082
|
"max_length_message": {
|
|
5067
|
-
"$ref": "#/definitions/max_length_message"
|
|
5083
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
5068
5084
|
},
|
|
5069
5085
|
"min_length": {
|
|
5070
|
-
"$ref": "#/definitions/min_length"
|
|
5086
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
5071
5087
|
},
|
|
5072
5088
|
"min_length_message": {
|
|
5073
|
-
"$ref": "#/definitions/min_length_message"
|
|
5089
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5074
5090
|
},
|
|
5075
5091
|
"pattern": {
|
|
5076
|
-
"$ref": "#/definitions/pattern"
|
|
5092
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5077
5093
|
},
|
|
5078
5094
|
"pattern_message": {
|
|
5079
|
-
"$ref": "#/definitions/pattern_message"
|
|
5095
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
5080
5096
|
},
|
|
5081
5097
|
"pattern_flags": {
|
|
5082
|
-
"$ref": "#/definitions/pattern_flags"
|
|
5098
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
5083
5099
|
},
|
|
5084
5100
|
"required": {
|
|
5085
|
-
"$ref": "#/definitions/required"
|
|
5101
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5086
5102
|
},
|
|
5087
5103
|
"required_message": {
|
|
5088
|
-
"$ref": "#/definitions/required_message"
|
|
5104
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5089
5105
|
},
|
|
5090
5106
|
"empty_type": {
|
|
5091
5107
|
"allOf": [
|
|
5092
5108
|
{
|
|
5093
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5109
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5094
5110
|
}
|
|
5095
5111
|
]
|
|
5096
5112
|
},
|
|
@@ -5116,7 +5132,7 @@
|
|
|
5116
5132
|
"additionalProperties": false,
|
|
5117
5133
|
"markdownDescription": "Provides an editing interface for HTML markup content."
|
|
5118
5134
|
},
|
|
5119
|
-
"mime_type": {
|
|
5135
|
+
"type._inputs.*.options.mime_type": {
|
|
5120
5136
|
"title": "Mime Type",
|
|
5121
5137
|
"description": "Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.",
|
|
5122
5138
|
"type": "string",
|
|
@@ -5127,7 +5143,7 @@
|
|
|
5127
5143
|
],
|
|
5128
5144
|
"markdownDescription": "Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file."
|
|
5129
5145
|
},
|
|
5130
|
-
"resize_style": {
|
|
5146
|
+
"type._inputs.*.options.resize_style": {
|
|
5131
5147
|
"title": "Resize Style",
|
|
5132
5148
|
"description": "Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.",
|
|
5133
5149
|
"default": "contain",
|
|
@@ -5140,33 +5156,33 @@
|
|
|
5140
5156
|
],
|
|
5141
5157
|
"markdownDescription": "Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset."
|
|
5142
5158
|
},
|
|
5143
|
-
"width": {
|
|
5159
|
+
"type._inputs.*.options.width": {
|
|
5144
5160
|
"title": "Width",
|
|
5145
5161
|
"description": "Defines the width of the bounding box used in the image resizing process defined with resize_style.",
|
|
5146
5162
|
"type": "number",
|
|
5147
5163
|
"markdownDescription": "Defines the width of the bounding box used in the image resizing process defined with resize_style."
|
|
5148
5164
|
},
|
|
5149
|
-
"height": {
|
|
5165
|
+
"type._inputs.*.options.height": {
|
|
5150
5166
|
"title": "Height",
|
|
5151
5167
|
"description": "Defines the height of the bounding box used in the image resizing process defined with resize_style.",
|
|
5152
5168
|
"type": "number",
|
|
5153
5169
|
"markdownDescription": "Defines the height of the bounding box used in the image resizing process defined with resize_style."
|
|
5154
5170
|
},
|
|
5155
|
-
"expandable": {
|
|
5171
|
+
"type._inputs.*.options.expandable": {
|
|
5156
5172
|
"title": "Expandable",
|
|
5157
5173
|
"description": "Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.",
|
|
5158
5174
|
"default": false,
|
|
5159
5175
|
"type": "boolean",
|
|
5160
5176
|
"markdownDescription": "Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized."
|
|
5161
5177
|
},
|
|
5162
|
-
"image_size_attributes": {
|
|
5178
|
+
"type._inputs.*.options.image_size_attributes": {
|
|
5163
5179
|
"title": "Image Size Attributes",
|
|
5164
5180
|
"description": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads.",
|
|
5165
5181
|
"default": true,
|
|
5166
5182
|
"type": "boolean",
|
|
5167
5183
|
"markdownDescription": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads."
|
|
5168
5184
|
},
|
|
5169
|
-
"allowed_sources": {
|
|
5185
|
+
"type._inputs.*.options.allowed_sources": {
|
|
5170
5186
|
"title": "Allowed Sources",
|
|
5171
5187
|
"description": "If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.",
|
|
5172
5188
|
"type": "array",
|
|
@@ -5175,14 +5191,14 @@
|
|
|
5175
5191
|
},
|
|
5176
5192
|
"markdownDescription": "If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from."
|
|
5177
5193
|
},
|
|
5178
|
-
"prevent_resize_existing_files": {
|
|
5194
|
+
"type._inputs.*.options.prevent_resize_existing_files": {
|
|
5179
5195
|
"title": "Prevent Resize Existing Files",
|
|
5180
5196
|
"description": "Enable to skip the image resizing process configured for this input when selecting existing images.",
|
|
5181
5197
|
"default": false,
|
|
5182
5198
|
"type": "boolean",
|
|
5183
5199
|
"markdownDescription": "Enable to skip the image resizing process configured for this input when selecting existing images."
|
|
5184
5200
|
},
|
|
5185
|
-
"sizes": {
|
|
5201
|
+
"type._inputs.*.options.sizes": {
|
|
5186
5202
|
"title": "Sizes",
|
|
5187
5203
|
"description": "Definitions for creating additional images of different sizes when uploading or selecting existing files.",
|
|
5188
5204
|
"type": "array",
|
|
@@ -5257,198 +5273,198 @@
|
|
|
5257
5273
|
"paths.uploads_use_relative_path": {
|
|
5258
5274
|
"type": "boolean"
|
|
5259
5275
|
},
|
|
5260
|
-
"bold": {
|
|
5276
|
+
"type._editables.*.bold": {
|
|
5261
5277
|
"description": "Enables a control to set selected text to bold.",
|
|
5262
5278
|
"default": true,
|
|
5263
5279
|
"type": "boolean",
|
|
5264
5280
|
"markdownDescription": "Enables a control to set selected text to bold."
|
|
5265
5281
|
},
|
|
5266
|
-
"copyformatting": {
|
|
5282
|
+
"type._editables.*.copyformatting": {
|
|
5267
5283
|
"description": "Enables a control to copy formatting from text to other text. Only applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other styles or formatting.",
|
|
5268
5284
|
"default": false,
|
|
5269
5285
|
"type": "boolean",
|
|
5270
5286
|
"markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other styles or formatting."
|
|
5271
5287
|
},
|
|
5272
|
-
"italic": {
|
|
5288
|
+
"type._editables.*.italic": {
|
|
5273
5289
|
"description": "Enables a control to italicize selected text.",
|
|
5274
5290
|
"default": true,
|
|
5275
5291
|
"type": "boolean",
|
|
5276
5292
|
"markdownDescription": "Enables a control to italicize selected text."
|
|
5277
5293
|
},
|
|
5278
|
-
"link": {
|
|
5294
|
+
"type._editables.*.link": {
|
|
5279
5295
|
"description": "Enables a control to create hyperlinks around selected text.",
|
|
5280
5296
|
"default": true,
|
|
5281
5297
|
"type": "boolean",
|
|
5282
5298
|
"markdownDescription": "Enables a control to create hyperlinks around selected text."
|
|
5283
5299
|
},
|
|
5284
|
-
"redo": {
|
|
5300
|
+
"type._editables.*.redo": {
|
|
5285
5301
|
"description": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
5286
5302
|
"default": false,
|
|
5287
5303
|
"type": "boolean",
|
|
5288
5304
|
"markdownDescription": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts."
|
|
5289
5305
|
},
|
|
5290
|
-
"removeformat": {
|
|
5306
|
+
"type._editables.*.removeformat": {
|
|
5291
5307
|
"description": "Enables the control to remove formatting from text. Applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles or formatting.",
|
|
5292
5308
|
"default": true,
|
|
5293
5309
|
"type": "boolean",
|
|
5294
5310
|
"markdownDescription": "Enables the control to remove formatting from text. Applies to formatting from `bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not remove other styles or formatting."
|
|
5295
5311
|
},
|
|
5296
|
-
"strike": {
|
|
5312
|
+
"type._editables.*.strike": {
|
|
5297
5313
|
"description": "Enables a control to strike selected text.",
|
|
5298
5314
|
"default": false,
|
|
5299
5315
|
"type": "boolean",
|
|
5300
5316
|
"markdownDescription": "Enables a control to strike selected text."
|
|
5301
5317
|
},
|
|
5302
|
-
"subscript": {
|
|
5318
|
+
"type._editables.*.subscript": {
|
|
5303
5319
|
"description": "Enables a control to set selected text to subscript.",
|
|
5304
5320
|
"default": false,
|
|
5305
5321
|
"type": "boolean",
|
|
5306
5322
|
"markdownDescription": "Enables a control to set selected text to subscript."
|
|
5307
5323
|
},
|
|
5308
|
-
"superscript": {
|
|
5324
|
+
"type._editables.*.superscript": {
|
|
5309
5325
|
"description": "Enables a control to set selected text to superscript.",
|
|
5310
5326
|
"default": false,
|
|
5311
5327
|
"type": "boolean",
|
|
5312
5328
|
"markdownDescription": "Enables a control to set selected text to superscript."
|
|
5313
5329
|
},
|
|
5314
|
-
"underline": {
|
|
5330
|
+
"type._editables.*.underline": {
|
|
5315
5331
|
"description": "Enables a control to underline selected text.",
|
|
5316
5332
|
"default": false,
|
|
5317
5333
|
"type": "boolean",
|
|
5318
5334
|
"markdownDescription": "Enables a control to underline selected text."
|
|
5319
5335
|
},
|
|
5320
|
-
"undo": {
|
|
5336
|
+
"type._editables.*.undo": {
|
|
5321
5337
|
"description": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
5322
5338
|
"default": false,
|
|
5323
5339
|
"type": "boolean",
|
|
5324
5340
|
"markdownDescription": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts."
|
|
5325
5341
|
},
|
|
5326
|
-
"remove_custom_markup": {
|
|
5342
|
+
"type._editables.*.remove_custom_markup": {
|
|
5327
5343
|
"description": "Defines if the content should be stripped of \"custom markup\". It is recommended to have this option turned on once you have all of your rich text options configured. Having `allow_custom_markup` turned on disables this option. Defaults to false.",
|
|
5328
5344
|
"type": "boolean",
|
|
5329
5345
|
"markdownDescription": "Defines if the content should be stripped of \"custom markup\". It is recommended to have this option turned on once you have all of your rich text options configured. Having `allow_custom_markup` turned on disables this option. Defaults to false."
|
|
5330
5346
|
},
|
|
5331
|
-
"allow_custom_markup": {
|
|
5347
|
+
"type._editables.*.allow_custom_markup": {
|
|
5332
5348
|
"description": "Defines if the content can contain \"custom markup\". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.",
|
|
5333
5349
|
"type": "boolean",
|
|
5334
5350
|
"markdownDescription": "Defines if the content can contain \"custom markup\". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise."
|
|
5335
5351
|
},
|
|
5336
|
-
"blockquote": {
|
|
5352
|
+
"type._editables.*.blockquote": {
|
|
5337
5353
|
"description": "Enables a control to wrap blocks of text in block quotes.",
|
|
5338
5354
|
"default": true,
|
|
5339
5355
|
"type": "boolean",
|
|
5340
5356
|
"markdownDescription": "Enables a control to wrap blocks of text in block quotes."
|
|
5341
5357
|
},
|
|
5342
|
-
"bulletedlist": {
|
|
5358
|
+
"type._editables.*.bulletedlist": {
|
|
5343
5359
|
"description": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.",
|
|
5344
5360
|
"default": true,
|
|
5345
5361
|
"type": "boolean",
|
|
5346
5362
|
"markdownDescription": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list."
|
|
5347
5363
|
},
|
|
5348
|
-
"center": {
|
|
5364
|
+
"type._editables.*.center": {
|
|
5349
5365
|
"description": "Enables a control to center align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input.",
|
|
5350
5366
|
"type": "string",
|
|
5351
5367
|
"markdownDescription": "Enables a control to center align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input."
|
|
5352
5368
|
},
|
|
5353
|
-
"code_inline": {
|
|
5369
|
+
"type._editables.*.code_inline": {
|
|
5354
5370
|
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
5355
5371
|
"default": false,
|
|
5356
5372
|
"type": "boolean",
|
|
5357
5373
|
"markdownDescription": "Enables a control to create an inline code element, containing any selected text."
|
|
5358
5374
|
},
|
|
5359
|
-
"code_block": {
|
|
5375
|
+
"type._editables.*.code_block": {
|
|
5360
5376
|
"description": "Enables a control to insert a code block.",
|
|
5361
5377
|
"default": false,
|
|
5362
5378
|
"type": "boolean",
|
|
5363
5379
|
"markdownDescription": "Enables a control to insert a code block."
|
|
5364
5380
|
},
|
|
5365
|
-
"code": {
|
|
5381
|
+
"type._editables.*.code": {
|
|
5366
5382
|
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5367
5383
|
"default": false,
|
|
5368
5384
|
"type": "boolean",
|
|
5369
5385
|
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`."
|
|
5370
5386
|
},
|
|
5371
|
-
"embed": {
|
|
5387
|
+
"type._editables.*.embed": {
|
|
5372
5388
|
"description": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.",
|
|
5373
5389
|
"default": false,
|
|
5374
5390
|
"type": "boolean",
|
|
5375
5391
|
"markdownDescription": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor."
|
|
5376
5392
|
},
|
|
5377
|
-
"format": {
|
|
5393
|
+
"type._editables.*.format": {
|
|
5378
5394
|
"description": "Enables a drop down menu for structured text. Has options for \"p\", \"h1\", \"h2\", \"h3\", \"h4\", \"h5\", \"h6\". Set as space separated options (e.g. \"p h1 h2\").",
|
|
5379
5395
|
"default": "p h1 h2 h3 h4 h5 h6",
|
|
5380
5396
|
"type": "string",
|
|
5381
5397
|
"markdownDescription": "Enables a drop down menu for structured text. Has options for \"p\", \"h1\", \"h2\", \"h3\", \"h4\", \"h5\", \"h6\". Set as space separated options (e.g. \"p h1 h2\")."
|
|
5382
5398
|
},
|
|
5383
|
-
"horizontalrule": {
|
|
5399
|
+
"type._editables.*.horizontalrule": {
|
|
5384
5400
|
"description": "Enables a control to insert a horizontal rule.",
|
|
5385
5401
|
"default": false,
|
|
5386
5402
|
"type": "boolean",
|
|
5387
5403
|
"markdownDescription": "Enables a control to insert a horizontal rule."
|
|
5388
5404
|
},
|
|
5389
|
-
"image": {
|
|
5405
|
+
"type._editables.*.image": {
|
|
5390
5406
|
"description": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
|
|
5391
5407
|
"default": true,
|
|
5392
5408
|
"type": "boolean",
|
|
5393
5409
|
"markdownDescription": "Enables a control to insert an image. The image can be uploaded, existing or an external link."
|
|
5394
5410
|
},
|
|
5395
|
-
"indent": {
|
|
5411
|
+
"type._editables.*.indent": {
|
|
5396
5412
|
"description": "Enables a control to increase indentation for numbered and unordered lists.",
|
|
5397
5413
|
"default": false,
|
|
5398
5414
|
"type": "boolean",
|
|
5399
5415
|
"markdownDescription": "Enables a control to increase indentation for numbered and unordered lists."
|
|
5400
5416
|
},
|
|
5401
|
-
"justify": {
|
|
5417
|
+
"type._editables.*.justify": {
|
|
5402
5418
|
"description": "Enables a control to justify text by toggling a class name for a block of text. The value is the class name the editor should add to justify the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input.",
|
|
5403
5419
|
"type": "string",
|
|
5404
5420
|
"markdownDescription": "Enables a control to justify text by toggling a class name for a block of text. The value is the class name the editor should add to justify the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input."
|
|
5405
5421
|
},
|
|
5406
|
-
"left": {
|
|
5422
|
+
"type._editables.*.left": {
|
|
5407
5423
|
"description": "Enables a control to left align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input.",
|
|
5408
5424
|
"type": "string",
|
|
5409
5425
|
"markdownDescription": "Enables a control to left align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input."
|
|
5410
5426
|
},
|
|
5411
|
-
"numberedlist": {
|
|
5427
|
+
"type._editables.*.numberedlist": {
|
|
5412
5428
|
"description": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.",
|
|
5413
5429
|
"default": true,
|
|
5414
5430
|
"type": "boolean",
|
|
5415
5431
|
"markdownDescription": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list."
|
|
5416
5432
|
},
|
|
5417
|
-
"outdent": {
|
|
5433
|
+
"type._editables.*.outdent": {
|
|
5418
5434
|
"description": "Enables a control to reduce indentation for numbered and unordered lists.",
|
|
5419
5435
|
"default": false,
|
|
5420
5436
|
"type": "boolean",
|
|
5421
5437
|
"markdownDescription": "Enables a control to reduce indentation for numbered and unordered lists."
|
|
5422
5438
|
},
|
|
5423
|
-
"right": {
|
|
5439
|
+
"type._editables.*.right": {
|
|
5424
5440
|
"description": "Enables a control to right align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input.",
|
|
5425
5441
|
"type": "string",
|
|
5426
5442
|
"markdownDescription": "Enables a control to right align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the `styles` file to take effect outside of the input."
|
|
5427
5443
|
},
|
|
5428
|
-
"snippet": {
|
|
5444
|
+
"type._editables.*.snippet": {
|
|
5429
5445
|
"description": "Enables a control to insert snippets, if any are available.",
|
|
5430
5446
|
"default": true,
|
|
5431
5447
|
"type": "boolean",
|
|
5432
5448
|
"markdownDescription": "Enables a control to insert snippets, if any are available."
|
|
5433
5449
|
},
|
|
5434
|
-
"styles": {
|
|
5450
|
+
"type._editables.*.styles": {
|
|
5435
5451
|
"description": "Enables a drop down menu for editors to style selected text or blocks or text. Styles are the combination of an element and class name. The value for this option is the path (either source or build output) to the CSS file containing the styles.",
|
|
5436
5452
|
"type": "string",
|
|
5437
5453
|
"markdownDescription": "Enables a drop down menu for editors to style selected text or blocks or text. Styles are the combination of an element and class name. The value for this option is the path (either source or build output) to the CSS file containing the styles."
|
|
5438
5454
|
},
|
|
5439
|
-
"table": {
|
|
5455
|
+
"type._editables.*.table": {
|
|
5440
5456
|
"description": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.",
|
|
5441
5457
|
"default": false,
|
|
5442
5458
|
"type": "boolean",
|
|
5443
5459
|
"markdownDescription": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor."
|
|
5444
5460
|
},
|
|
5445
|
-
"join_above": {
|
|
5461
|
+
"type._editables.*.join_above": {
|
|
5446
5462
|
"description": "Enables a control to join the selected block with the block above it.",
|
|
5447
5463
|
"default": false,
|
|
5448
5464
|
"type": "boolean",
|
|
5449
5465
|
"markdownDescription": "Enables a control to join the selected block with the block above it."
|
|
5450
5466
|
},
|
|
5451
|
-
"join_below": {
|
|
5467
|
+
"type._editables.*.join_below": {
|
|
5452
5468
|
"description": "Enables a control to join the selected block with the block below it.",
|
|
5453
5469
|
"default": false,
|
|
5454
5470
|
"type": "boolean",
|
|
@@ -5460,12 +5476,12 @@
|
|
|
5460
5476
|
"type": "object",
|
|
5461
5477
|
"properties": {
|
|
5462
5478
|
"comment": {
|
|
5463
|
-
"$ref": "#/definitions/comment"
|
|
5479
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5464
5480
|
},
|
|
5465
5481
|
"context": {
|
|
5466
5482
|
"allOf": [
|
|
5467
5483
|
{
|
|
5468
|
-
"$ref": "#/definitions/context"
|
|
5484
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5469
5485
|
}
|
|
5470
5486
|
]
|
|
5471
5487
|
},
|
|
@@ -5473,28 +5489,28 @@
|
|
|
5473
5489
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5474
5490
|
"allOf": [
|
|
5475
5491
|
{
|
|
5476
|
-
"$ref": "#/definitions/documentation"
|
|
5492
|
+
"$ref": "#/definitions/type.documentation"
|
|
5477
5493
|
}
|
|
5478
5494
|
],
|
|
5479
5495
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5480
5496
|
},
|
|
5481
5497
|
"label": {
|
|
5482
|
-
"$ref": "#/definitions/label"
|
|
5498
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5483
5499
|
},
|
|
5484
5500
|
"hidden": {
|
|
5485
|
-
"$ref": "#/definitions/hidden"
|
|
5501
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5486
5502
|
},
|
|
5487
5503
|
"disabled": {
|
|
5488
|
-
"$ref": "#/definitions/disabled"
|
|
5504
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5489
5505
|
},
|
|
5490
5506
|
"instance_value": {
|
|
5491
|
-
"$ref": "#/definitions/instance_value"
|
|
5507
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5492
5508
|
},
|
|
5493
5509
|
"disable_instance_value_rehydration": {
|
|
5494
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5510
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5495
5511
|
},
|
|
5496
5512
|
"cascade": {
|
|
5497
|
-
"$ref": "#/definitions/cascade"
|
|
5513
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5498
5514
|
},
|
|
5499
5515
|
"type": {
|
|
5500
5516
|
"title": "Type",
|
|
@@ -5511,15 +5527,15 @@
|
|
|
5511
5527
|
"type": "object",
|
|
5512
5528
|
"properties": {
|
|
5513
5529
|
"required": {
|
|
5514
|
-
"$ref": "#/definitions/required"
|
|
5530
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5515
5531
|
},
|
|
5516
5532
|
"required_message": {
|
|
5517
|
-
"$ref": "#/definitions/required_message"
|
|
5533
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5518
5534
|
},
|
|
5519
5535
|
"empty_type": {
|
|
5520
5536
|
"allOf": [
|
|
5521
5537
|
{
|
|
5522
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5538
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5523
5539
|
}
|
|
5524
5540
|
]
|
|
5525
5541
|
},
|
|
@@ -6190,12 +6206,12 @@
|
|
|
6190
6206
|
"type": "object",
|
|
6191
6207
|
"properties": {
|
|
6192
6208
|
"comment": {
|
|
6193
|
-
"$ref": "#/definitions/comment"
|
|
6209
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6194
6210
|
},
|
|
6195
6211
|
"context": {
|
|
6196
6212
|
"allOf": [
|
|
6197
6213
|
{
|
|
6198
|
-
"$ref": "#/definitions/context"
|
|
6214
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6199
6215
|
}
|
|
6200
6216
|
]
|
|
6201
6217
|
},
|
|
@@ -6203,28 +6219,28 @@
|
|
|
6203
6219
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6204
6220
|
"allOf": [
|
|
6205
6221
|
{
|
|
6206
|
-
"$ref": "#/definitions/documentation"
|
|
6222
|
+
"$ref": "#/definitions/type.documentation"
|
|
6207
6223
|
}
|
|
6208
6224
|
],
|
|
6209
6225
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6210
6226
|
},
|
|
6211
6227
|
"label": {
|
|
6212
|
-
"$ref": "#/definitions/label"
|
|
6228
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6213
6229
|
},
|
|
6214
6230
|
"hidden": {
|
|
6215
|
-
"$ref": "#/definitions/hidden"
|
|
6231
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6216
6232
|
},
|
|
6217
6233
|
"disabled": {
|
|
6218
|
-
"$ref": "#/definitions/disabled"
|
|
6234
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6219
6235
|
},
|
|
6220
6236
|
"instance_value": {
|
|
6221
|
-
"$ref": "#/definitions/instance_value"
|
|
6237
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6222
6238
|
},
|
|
6223
6239
|
"disable_instance_value_rehydration": {
|
|
6224
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6240
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6225
6241
|
},
|
|
6226
6242
|
"cascade": {
|
|
6227
|
-
"$ref": "#/definitions/cascade"
|
|
6243
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6228
6244
|
},
|
|
6229
6245
|
"type": {
|
|
6230
6246
|
"title": "Type",
|
|
@@ -6238,15 +6254,15 @@
|
|
|
6238
6254
|
"type": "object",
|
|
6239
6255
|
"properties": {
|
|
6240
6256
|
"required": {
|
|
6241
|
-
"$ref": "#/definitions/required"
|
|
6257
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6242
6258
|
},
|
|
6243
6259
|
"required_message": {
|
|
6244
|
-
"$ref": "#/definitions/required_message"
|
|
6260
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6245
6261
|
},
|
|
6246
6262
|
"empty_type": {
|
|
6247
6263
|
"allOf": [
|
|
6248
6264
|
{
|
|
6249
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6265
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6250
6266
|
}
|
|
6251
6267
|
]
|
|
6252
6268
|
}
|
|
@@ -6267,12 +6283,12 @@
|
|
|
6267
6283
|
"type": "object",
|
|
6268
6284
|
"properties": {
|
|
6269
6285
|
"comment": {
|
|
6270
|
-
"$ref": "#/definitions/comment"
|
|
6286
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6271
6287
|
},
|
|
6272
6288
|
"context": {
|
|
6273
6289
|
"allOf": [
|
|
6274
6290
|
{
|
|
6275
|
-
"$ref": "#/definitions/context"
|
|
6291
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6276
6292
|
}
|
|
6277
6293
|
]
|
|
6278
6294
|
},
|
|
@@ -6280,28 +6296,28 @@
|
|
|
6280
6296
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6281
6297
|
"allOf": [
|
|
6282
6298
|
{
|
|
6283
|
-
"$ref": "#/definitions/documentation"
|
|
6299
|
+
"$ref": "#/definitions/type.documentation"
|
|
6284
6300
|
}
|
|
6285
6301
|
],
|
|
6286
6302
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6287
6303
|
},
|
|
6288
6304
|
"label": {
|
|
6289
|
-
"$ref": "#/definitions/label"
|
|
6305
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6290
6306
|
},
|
|
6291
6307
|
"hidden": {
|
|
6292
|
-
"$ref": "#/definitions/hidden"
|
|
6308
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6293
6309
|
},
|
|
6294
6310
|
"disabled": {
|
|
6295
|
-
"$ref": "#/definitions/disabled"
|
|
6311
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6296
6312
|
},
|
|
6297
6313
|
"instance_value": {
|
|
6298
|
-
"$ref": "#/definitions/instance_value"
|
|
6314
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6299
6315
|
},
|
|
6300
6316
|
"disable_instance_value_rehydration": {
|
|
6301
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6317
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6302
6318
|
},
|
|
6303
6319
|
"cascade": {
|
|
6304
|
-
"$ref": "#/definitions/cascade"
|
|
6320
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6305
6321
|
},
|
|
6306
6322
|
"type": {
|
|
6307
6323
|
"title": "Type",
|
|
@@ -6319,63 +6335,63 @@
|
|
|
6319
6335
|
"type": "object",
|
|
6320
6336
|
"properties": {
|
|
6321
6337
|
"mime_type": {
|
|
6322
|
-
"$ref": "#/definitions/mime_type"
|
|
6338
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
6323
6339
|
},
|
|
6324
6340
|
"resize_style": {
|
|
6325
|
-
"$ref": "#/definitions/resize_style"
|
|
6341
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
6326
6342
|
},
|
|
6327
6343
|
"width": {
|
|
6328
|
-
"$ref": "#/definitions/width"
|
|
6344
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
6329
6345
|
},
|
|
6330
6346
|
"height": {
|
|
6331
|
-
"$ref": "#/definitions/height"
|
|
6347
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
6332
6348
|
},
|
|
6333
6349
|
"expandable": {
|
|
6334
|
-
"$ref": "#/definitions/expandable"
|
|
6350
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
6335
6351
|
},
|
|
6336
6352
|
"image_size_attributes": {
|
|
6337
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
6353
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
6338
6354
|
},
|
|
6339
6355
|
"allowed_sources": {
|
|
6340
|
-
"$ref": "#/definitions/allowed_sources"
|
|
6356
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
6341
6357
|
},
|
|
6342
6358
|
"prevent_resize_existing_files": {
|
|
6343
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
6359
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
6344
6360
|
},
|
|
6345
6361
|
"sizes": {
|
|
6346
|
-
"$ref": "#/definitions/sizes"
|
|
6362
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
6347
6363
|
},
|
|
6348
6364
|
"max_length": {
|
|
6349
|
-
"$ref": "#/definitions/max_length"
|
|
6365
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
6350
6366
|
},
|
|
6351
6367
|
"max_length_message": {
|
|
6352
|
-
"$ref": "#/definitions/max_length_message"
|
|
6368
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
6353
6369
|
},
|
|
6354
6370
|
"min_length": {
|
|
6355
|
-
"$ref": "#/definitions/min_length"
|
|
6371
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
6356
6372
|
},
|
|
6357
6373
|
"min_length_message": {
|
|
6358
|
-
"$ref": "#/definitions/min_length_message"
|
|
6374
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
6359
6375
|
},
|
|
6360
6376
|
"pattern": {
|
|
6361
|
-
"$ref": "#/definitions/pattern"
|
|
6377
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
6362
6378
|
},
|
|
6363
6379
|
"pattern_message": {
|
|
6364
|
-
"$ref": "#/definitions/pattern_message"
|
|
6380
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
6365
6381
|
},
|
|
6366
6382
|
"pattern_flags": {
|
|
6367
|
-
"$ref": "#/definitions/pattern_flags"
|
|
6383
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
6368
6384
|
},
|
|
6369
6385
|
"required": {
|
|
6370
|
-
"$ref": "#/definitions/required"
|
|
6386
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6371
6387
|
},
|
|
6372
6388
|
"required_message": {
|
|
6373
|
-
"$ref": "#/definitions/required_message"
|
|
6389
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6374
6390
|
},
|
|
6375
6391
|
"empty_type": {
|
|
6376
6392
|
"allOf": [
|
|
6377
6393
|
{
|
|
6378
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6394
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6379
6395
|
}
|
|
6380
6396
|
]
|
|
6381
6397
|
},
|
|
@@ -6387,22 +6403,22 @@
|
|
|
6387
6403
|
]
|
|
6388
6404
|
},
|
|
6389
6405
|
"accepts_mime_types": {
|
|
6390
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
6406
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
6391
6407
|
},
|
|
6392
6408
|
"max_file_size": {
|
|
6393
|
-
"$ref": "#/definitions/max_file_size"
|
|
6409
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
6394
6410
|
},
|
|
6395
6411
|
"max_file_size_message": {
|
|
6396
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
6412
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
6397
6413
|
},
|
|
6398
6414
|
"disable_upload_file": {
|
|
6399
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
6415
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
6400
6416
|
},
|
|
6401
6417
|
"disable_direct_input": {
|
|
6402
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
6418
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
6403
6419
|
},
|
|
6404
6420
|
"disable_upload_file_in_file_browser": {
|
|
6405
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
6421
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
6406
6422
|
}
|
|
6407
6423
|
},
|
|
6408
6424
|
"additionalProperties": false,
|
|
@@ -6415,7 +6431,7 @@
|
|
|
6415
6431
|
"additionalProperties": false,
|
|
6416
6432
|
"markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
|
|
6417
6433
|
},
|
|
6418
|
-
"accepts_mime_types": {
|
|
6434
|
+
"type._inputs.*.options.accepts_mime_types": {
|
|
6419
6435
|
"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.",
|
|
6420
6436
|
"anyOf": [
|
|
6421
6437
|
{
|
|
@@ -6873,29 +6889,29 @@
|
|
|
6873
6889
|
],
|
|
6874
6890
|
"markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
|
|
6875
6891
|
},
|
|
6876
|
-
"max_file_size": {
|
|
6892
|
+
"type._inputs.*.options.max_file_size": {
|
|
6877
6893
|
"description": "This key defines the maximum file size, in kilobytes, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from uploading a file larger than the specified size. If the Input already contains a file larger than the specified size, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value can be any positive integer.",
|
|
6878
6894
|
"type": "number",
|
|
6879
6895
|
"markdownDescription": "This key defines the maximum file size, in kilobytes, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from uploading a file larger than the specified size. If the Input already contains a file larger than the specified size, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value can be any positive integer."
|
|
6880
6896
|
},
|
|
6881
|
-
"max_file_size_message": {
|
|
6897
|
+
"type._inputs.*.options.max_file_size_message": {
|
|
6882
6898
|
"description": "This key defines the message that explains why an Input needs to have a maximum file size. This key requires you to define `options.max_file_size`. This key has no default.",
|
|
6883
6899
|
"type": "string",
|
|
6884
6900
|
"markdownDescription": "This key defines the message that explains why an Input needs to have a maximum file size. This key requires you to define `options.max_file_size`. This key has no default."
|
|
6885
6901
|
},
|
|
6886
|
-
"disable_upload_file": {
|
|
6902
|
+
"type._inputs.*.options.disable_upload_file": {
|
|
6887
6903
|
"description": "Disables the context menu option and the drop area for uploading files.",
|
|
6888
6904
|
"default": false,
|
|
6889
6905
|
"type": "boolean",
|
|
6890
6906
|
"markdownDescription": "Disables the context menu option and the drop area for uploading files."
|
|
6891
6907
|
},
|
|
6892
|
-
"disable_direct_input": {
|
|
6908
|
+
"type._inputs.*.options.disable_direct_input": {
|
|
6893
6909
|
"description": "Prevents typing into the text input, while still allowing context menu options to change the value.",
|
|
6894
6910
|
"default": false,
|
|
6895
6911
|
"type": "boolean",
|
|
6896
6912
|
"markdownDescription": "Prevents typing into the text input, while still allowing context menu options to change the value."
|
|
6897
6913
|
},
|
|
6898
|
-
"disable_upload_file_in_file_browser": {
|
|
6914
|
+
"type._inputs.*.options.disable_upload_file_in_file_browser": {
|
|
6899
6915
|
"description": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window.",
|
|
6900
6916
|
"default": false,
|
|
6901
6917
|
"type": "boolean",
|
|
@@ -6907,12 +6923,12 @@
|
|
|
6907
6923
|
"type": "object",
|
|
6908
6924
|
"properties": {
|
|
6909
6925
|
"comment": {
|
|
6910
|
-
"$ref": "#/definitions/comment"
|
|
6926
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6911
6927
|
},
|
|
6912
6928
|
"context": {
|
|
6913
6929
|
"allOf": [
|
|
6914
6930
|
{
|
|
6915
|
-
"$ref": "#/definitions/context"
|
|
6931
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6916
6932
|
}
|
|
6917
6933
|
]
|
|
6918
6934
|
},
|
|
@@ -6920,28 +6936,28 @@
|
|
|
6920
6936
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6921
6937
|
"allOf": [
|
|
6922
6938
|
{
|
|
6923
|
-
"$ref": "#/definitions/documentation"
|
|
6939
|
+
"$ref": "#/definitions/type.documentation"
|
|
6924
6940
|
}
|
|
6925
6941
|
],
|
|
6926
6942
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6927
6943
|
},
|
|
6928
6944
|
"label": {
|
|
6929
|
-
"$ref": "#/definitions/label"
|
|
6945
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6930
6946
|
},
|
|
6931
6947
|
"hidden": {
|
|
6932
|
-
"$ref": "#/definitions/hidden"
|
|
6948
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6933
6949
|
},
|
|
6934
6950
|
"disabled": {
|
|
6935
|
-
"$ref": "#/definitions/disabled"
|
|
6951
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6936
6952
|
},
|
|
6937
6953
|
"instance_value": {
|
|
6938
|
-
"$ref": "#/definitions/instance_value"
|
|
6954
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6939
6955
|
},
|
|
6940
6956
|
"disable_instance_value_rehydration": {
|
|
6941
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6957
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6942
6958
|
},
|
|
6943
6959
|
"cascade": {
|
|
6944
|
-
"$ref": "#/definitions/cascade"
|
|
6960
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6945
6961
|
},
|
|
6946
6962
|
"type": {
|
|
6947
6963
|
"title": "Type",
|
|
@@ -6955,63 +6971,63 @@
|
|
|
6955
6971
|
"type": "object",
|
|
6956
6972
|
"properties": {
|
|
6957
6973
|
"mime_type": {
|
|
6958
|
-
"$ref": "#/definitions/mime_type"
|
|
6974
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
6959
6975
|
},
|
|
6960
6976
|
"resize_style": {
|
|
6961
|
-
"$ref": "#/definitions/resize_style"
|
|
6977
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
6962
6978
|
},
|
|
6963
6979
|
"width": {
|
|
6964
|
-
"$ref": "#/definitions/width"
|
|
6980
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
6965
6981
|
},
|
|
6966
6982
|
"height": {
|
|
6967
|
-
"$ref": "#/definitions/height"
|
|
6983
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
6968
6984
|
},
|
|
6969
6985
|
"expandable": {
|
|
6970
|
-
"$ref": "#/definitions/expandable"
|
|
6986
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
6971
6987
|
},
|
|
6972
6988
|
"image_size_attributes": {
|
|
6973
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
6989
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
6974
6990
|
},
|
|
6975
6991
|
"allowed_sources": {
|
|
6976
|
-
"$ref": "#/definitions/allowed_sources"
|
|
6992
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
6977
6993
|
},
|
|
6978
6994
|
"prevent_resize_existing_files": {
|
|
6979
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
6995
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
6980
6996
|
},
|
|
6981
6997
|
"sizes": {
|
|
6982
|
-
"$ref": "#/definitions/sizes"
|
|
6998
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
6983
6999
|
},
|
|
6984
7000
|
"max_length": {
|
|
6985
|
-
"$ref": "#/definitions/max_length"
|
|
7001
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
6986
7002
|
},
|
|
6987
7003
|
"max_length_message": {
|
|
6988
|
-
"$ref": "#/definitions/max_length_message"
|
|
7004
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
6989
7005
|
},
|
|
6990
7006
|
"min_length": {
|
|
6991
|
-
"$ref": "#/definitions/min_length"
|
|
7007
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
6992
7008
|
},
|
|
6993
7009
|
"min_length_message": {
|
|
6994
|
-
"$ref": "#/definitions/min_length_message"
|
|
7010
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
6995
7011
|
},
|
|
6996
7012
|
"pattern": {
|
|
6997
|
-
"$ref": "#/definitions/pattern"
|
|
7013
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
6998
7014
|
},
|
|
6999
7015
|
"pattern_message": {
|
|
7000
|
-
"$ref": "#/definitions/pattern_message"
|
|
7016
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7001
7017
|
},
|
|
7002
7018
|
"pattern_flags": {
|
|
7003
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7019
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7004
7020
|
},
|
|
7005
7021
|
"required": {
|
|
7006
|
-
"$ref": "#/definitions/required"
|
|
7022
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7007
7023
|
},
|
|
7008
7024
|
"required_message": {
|
|
7009
|
-
"$ref": "#/definitions/required_message"
|
|
7025
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7010
7026
|
},
|
|
7011
7027
|
"empty_type": {
|
|
7012
7028
|
"allOf": [
|
|
7013
7029
|
{
|
|
7014
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7030
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7015
7031
|
}
|
|
7016
7032
|
]
|
|
7017
7033
|
},
|
|
@@ -7023,22 +7039,22 @@
|
|
|
7023
7039
|
]
|
|
7024
7040
|
},
|
|
7025
7041
|
"accepts_mime_types": {
|
|
7026
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
7042
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
7027
7043
|
},
|
|
7028
7044
|
"max_file_size": {
|
|
7029
|
-
"$ref": "#/definitions/max_file_size"
|
|
7045
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
7030
7046
|
},
|
|
7031
7047
|
"max_file_size_message": {
|
|
7032
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
7048
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
7033
7049
|
},
|
|
7034
7050
|
"disable_upload_file": {
|
|
7035
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
7051
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
7036
7052
|
},
|
|
7037
7053
|
"disable_direct_input": {
|
|
7038
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
7054
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
7039
7055
|
},
|
|
7040
7056
|
"disable_upload_file_in_file_browser": {
|
|
7041
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
7057
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
7042
7058
|
},
|
|
7043
7059
|
"hide_link_to_file": {
|
|
7044
7060
|
"description": "Hides the options to link to an existing file, and upload a new file. This does not prevent typing a file path in the input.",
|
|
@@ -7081,12 +7097,12 @@
|
|
|
7081
7097
|
"type": "object",
|
|
7082
7098
|
"properties": {
|
|
7083
7099
|
"comment": {
|
|
7084
|
-
"$ref": "#/definitions/comment"
|
|
7100
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7085
7101
|
},
|
|
7086
7102
|
"context": {
|
|
7087
7103
|
"allOf": [
|
|
7088
7104
|
{
|
|
7089
|
-
"$ref": "#/definitions/context"
|
|
7105
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7090
7106
|
}
|
|
7091
7107
|
]
|
|
7092
7108
|
},
|
|
@@ -7094,28 +7110,28 @@
|
|
|
7094
7110
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7095
7111
|
"allOf": [
|
|
7096
7112
|
{
|
|
7097
|
-
"$ref": "#/definitions/documentation"
|
|
7113
|
+
"$ref": "#/definitions/type.documentation"
|
|
7098
7114
|
}
|
|
7099
7115
|
],
|
|
7100
7116
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7101
7117
|
},
|
|
7102
7118
|
"label": {
|
|
7103
|
-
"$ref": "#/definitions/label"
|
|
7119
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7104
7120
|
},
|
|
7105
7121
|
"hidden": {
|
|
7106
|
-
"$ref": "#/definitions/hidden"
|
|
7122
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7107
7123
|
},
|
|
7108
7124
|
"disabled": {
|
|
7109
|
-
"$ref": "#/definitions/disabled"
|
|
7125
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7110
7126
|
},
|
|
7111
7127
|
"instance_value": {
|
|
7112
|
-
"$ref": "#/definitions/instance_value"
|
|
7128
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7113
7129
|
},
|
|
7114
7130
|
"disable_instance_value_rehydration": {
|
|
7115
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7131
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7116
7132
|
},
|
|
7117
7133
|
"cascade": {
|
|
7118
|
-
"$ref": "#/definitions/cascade"
|
|
7134
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7119
7135
|
},
|
|
7120
7136
|
"type": {
|
|
7121
7137
|
"title": "Type",
|
|
@@ -7129,10 +7145,10 @@
|
|
|
7129
7145
|
"type": "object",
|
|
7130
7146
|
"properties": {
|
|
7131
7147
|
"required": {
|
|
7132
|
-
"$ref": "#/definitions/required"
|
|
7148
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7133
7149
|
},
|
|
7134
7150
|
"required_message": {
|
|
7135
|
-
"$ref": "#/definitions/required_message"
|
|
7151
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7136
7152
|
},
|
|
7137
7153
|
"preview": {
|
|
7138
7154
|
"allOf": [
|
|
@@ -7149,48 +7165,48 @@
|
|
|
7149
7165
|
]
|
|
7150
7166
|
},
|
|
7151
7167
|
"allow_create": {
|
|
7152
|
-
"$ref": "#/definitions/allow_create"
|
|
7168
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
7153
7169
|
},
|
|
7154
7170
|
"allow_empty": {
|
|
7155
|
-
"$ref": "#/definitions/allow_empty"
|
|
7171
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7156
7172
|
},
|
|
7157
7173
|
"values": {
|
|
7158
|
-
"$ref": "#/definitions/values"
|
|
7174
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7159
7175
|
},
|
|
7160
7176
|
"value_key": {
|
|
7161
|
-
"$ref": "#/definitions/value_key"
|
|
7177
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7162
7178
|
},
|
|
7163
7179
|
"view": {
|
|
7164
|
-
"$ref": "#/definitions/view"
|
|
7180
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7165
7181
|
},
|
|
7166
7182
|
"picker_view": {
|
|
7167
|
-
"$ref": "#/definitions/picker_view"
|
|
7183
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7168
7184
|
},
|
|
7169
7185
|
"max_length": {
|
|
7170
|
-
"$ref": "#/definitions/max_length"
|
|
7186
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7171
7187
|
},
|
|
7172
7188
|
"max_length_message": {
|
|
7173
|
-
"$ref": "#/definitions/max_length_message"
|
|
7189
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7174
7190
|
},
|
|
7175
7191
|
"min_length": {
|
|
7176
|
-
"$ref": "#/definitions/min_length"
|
|
7192
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7177
7193
|
},
|
|
7178
7194
|
"min_length_message": {
|
|
7179
|
-
"$ref": "#/definitions/min_length_message"
|
|
7195
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7180
7196
|
},
|
|
7181
7197
|
"pattern": {
|
|
7182
|
-
"$ref": "#/definitions/pattern"
|
|
7198
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7183
7199
|
},
|
|
7184
7200
|
"pattern_message": {
|
|
7185
|
-
"$ref": "#/definitions/pattern_message"
|
|
7201
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7186
7202
|
},
|
|
7187
7203
|
"pattern_flags": {
|
|
7188
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7204
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7189
7205
|
},
|
|
7190
7206
|
"empty_type": {
|
|
7191
7207
|
"allOf": [
|
|
7192
7208
|
{
|
|
7193
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7209
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7194
7210
|
}
|
|
7195
7211
|
]
|
|
7196
7212
|
}
|
|
@@ -7210,46 +7226,22 @@
|
|
|
7210
7226
|
"type": "object",
|
|
7211
7227
|
"properties": {
|
|
7212
7228
|
"text": {
|
|
7213
|
-
"
|
|
7214
|
-
{
|
|
7215
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7216
|
-
}
|
|
7217
|
-
]
|
|
7229
|
+
"$ref": "#/definitions/type.preview.text"
|
|
7218
7230
|
},
|
|
7219
7231
|
"subtext": {
|
|
7220
|
-
"
|
|
7221
|
-
{
|
|
7222
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7223
|
-
}
|
|
7224
|
-
]
|
|
7232
|
+
"$ref": "#/definitions/type.preview.subtext"
|
|
7225
7233
|
},
|
|
7226
7234
|
"image": {
|
|
7227
|
-
"
|
|
7228
|
-
{
|
|
7229
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7230
|
-
}
|
|
7231
|
-
]
|
|
7235
|
+
"$ref": "#/definitions/type.preview.image"
|
|
7232
7236
|
},
|
|
7233
7237
|
"icon": {
|
|
7234
|
-
"
|
|
7235
|
-
{
|
|
7236
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7237
|
-
}
|
|
7238
|
-
]
|
|
7238
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
7239
7239
|
},
|
|
7240
7240
|
"icon_color": {
|
|
7241
|
-
"
|
|
7242
|
-
{
|
|
7243
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7244
|
-
}
|
|
7245
|
-
]
|
|
7241
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
7246
7242
|
},
|
|
7247
7243
|
"icon_background_color": {
|
|
7248
|
-
"
|
|
7249
|
-
{
|
|
7250
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7251
|
-
}
|
|
7252
|
-
]
|
|
7244
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
7253
7245
|
},
|
|
7254
7246
|
"tags": {
|
|
7255
7247
|
"$ref": "#/definitions/preview.tags"
|
|
@@ -7267,6 +7259,48 @@
|
|
|
7267
7259
|
},
|
|
7268
7260
|
"additionalProperties": false
|
|
7269
7261
|
},
|
|
7262
|
+
"type.preview.text": {
|
|
7263
|
+
"allOf": [
|
|
7264
|
+
{
|
|
7265
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7266
|
+
}
|
|
7267
|
+
]
|
|
7268
|
+
},
|
|
7269
|
+
"type.preview.subtext": {
|
|
7270
|
+
"allOf": [
|
|
7271
|
+
{
|
|
7272
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7273
|
+
}
|
|
7274
|
+
]
|
|
7275
|
+
},
|
|
7276
|
+
"type.preview.image": {
|
|
7277
|
+
"allOf": [
|
|
7278
|
+
{
|
|
7279
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7280
|
+
}
|
|
7281
|
+
]
|
|
7282
|
+
},
|
|
7283
|
+
"type.preview.icon": {
|
|
7284
|
+
"allOf": [
|
|
7285
|
+
{
|
|
7286
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7287
|
+
}
|
|
7288
|
+
]
|
|
7289
|
+
},
|
|
7290
|
+
"type.preview.icon_color": {
|
|
7291
|
+
"allOf": [
|
|
7292
|
+
{
|
|
7293
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7294
|
+
}
|
|
7295
|
+
]
|
|
7296
|
+
},
|
|
7297
|
+
"type.preview.icon_background_color": {
|
|
7298
|
+
"allOf": [
|
|
7299
|
+
{
|
|
7300
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7301
|
+
}
|
|
7302
|
+
]
|
|
7303
|
+
},
|
|
7270
7304
|
"preview.tags": {
|
|
7271
7305
|
"type": "array",
|
|
7272
7306
|
"items": {
|
|
@@ -7283,39 +7317,19 @@
|
|
|
7283
7317
|
"type": "object",
|
|
7284
7318
|
"properties": {
|
|
7285
7319
|
"text": {
|
|
7286
|
-
"
|
|
7287
|
-
{
|
|
7288
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7289
|
-
}
|
|
7290
|
-
]
|
|
7320
|
+
"$ref": "#/definitions/type.preview.text"
|
|
7291
7321
|
},
|
|
7292
7322
|
"image": {
|
|
7293
|
-
"
|
|
7294
|
-
{
|
|
7295
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7296
|
-
}
|
|
7297
|
-
]
|
|
7323
|
+
"$ref": "#/definitions/type.preview.image"
|
|
7298
7324
|
},
|
|
7299
7325
|
"icon": {
|
|
7300
|
-
"
|
|
7301
|
-
{
|
|
7302
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7303
|
-
}
|
|
7304
|
-
]
|
|
7326
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
7305
7327
|
},
|
|
7306
7328
|
"icon_color": {
|
|
7307
|
-
"
|
|
7308
|
-
{
|
|
7309
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7310
|
-
}
|
|
7311
|
-
]
|
|
7329
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
7312
7330
|
},
|
|
7313
7331
|
"icon_background_color": {
|
|
7314
|
-
"
|
|
7315
|
-
{
|
|
7316
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7317
|
-
}
|
|
7318
|
-
]
|
|
7332
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
7319
7333
|
}
|
|
7320
7334
|
},
|
|
7321
7335
|
"additionalProperties": false
|
|
@@ -7324,49 +7338,25 @@
|
|
|
7324
7338
|
"type": "object",
|
|
7325
7339
|
"properties": {
|
|
7326
7340
|
"text": {
|
|
7327
|
-
"
|
|
7328
|
-
{
|
|
7329
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7330
|
-
}
|
|
7331
|
-
]
|
|
7341
|
+
"$ref": "#/definitions/type.preview.text"
|
|
7332
7342
|
},
|
|
7333
7343
|
"image": {
|
|
7334
|
-
"
|
|
7335
|
-
{
|
|
7336
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7337
|
-
}
|
|
7338
|
-
]
|
|
7344
|
+
"$ref": "#/definitions/type.preview.image"
|
|
7339
7345
|
},
|
|
7340
7346
|
"icon": {
|
|
7341
|
-
"
|
|
7342
|
-
{
|
|
7343
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7344
|
-
}
|
|
7345
|
-
]
|
|
7347
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
7346
7348
|
},
|
|
7347
7349
|
"icon_color": {
|
|
7348
|
-
"
|
|
7349
|
-
{
|
|
7350
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7351
|
-
}
|
|
7352
|
-
]
|
|
7350
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
7353
7351
|
},
|
|
7354
7352
|
"icon_background_color": {
|
|
7355
|
-
"
|
|
7356
|
-
{
|
|
7357
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7358
|
-
}
|
|
7359
|
-
]
|
|
7353
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
7360
7354
|
},
|
|
7361
7355
|
"fit": {
|
|
7362
7356
|
"$ref": "#/definitions/preview.gallery.fit"
|
|
7363
7357
|
},
|
|
7364
7358
|
"background_color": {
|
|
7365
|
-
"
|
|
7366
|
-
{
|
|
7367
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7368
|
-
}
|
|
7369
|
-
]
|
|
7359
|
+
"$ref": "#/definitions/type.preview.gallery.background_color"
|
|
7370
7360
|
}
|
|
7371
7361
|
},
|
|
7372
7362
|
"additionalProperties": false
|
|
@@ -7381,19 +7371,26 @@
|
|
|
7381
7371
|
"cover-top"
|
|
7382
7372
|
]
|
|
7383
7373
|
},
|
|
7384
|
-
"
|
|
7374
|
+
"type.preview.gallery.background_color": {
|
|
7375
|
+
"allOf": [
|
|
7376
|
+
{
|
|
7377
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7378
|
+
}
|
|
7379
|
+
]
|
|
7380
|
+
},
|
|
7381
|
+
"type._inputs.*.options.allow_create": {
|
|
7385
7382
|
"description": "Allows new text values to be created at edit time.",
|
|
7386
7383
|
"default": false,
|
|
7387
7384
|
"type": "boolean",
|
|
7388
7385
|
"markdownDescription": "Allows new text values to be created at edit time."
|
|
7389
7386
|
},
|
|
7390
|
-
"allow_empty": {
|
|
7387
|
+
"type._inputs.*.options.allow_empty": {
|
|
7391
7388
|
"description": "Provides an empty option alongside the options provided by values.",
|
|
7392
7389
|
"default": true,
|
|
7393
7390
|
"type": "boolean",
|
|
7394
7391
|
"markdownDescription": "Provides an empty option alongside the options provided by values."
|
|
7395
7392
|
},
|
|
7396
|
-
"values": {
|
|
7393
|
+
"type._inputs.*.options.values": {
|
|
7397
7394
|
"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).",
|
|
7398
7395
|
"anyOf": [
|
|
7399
7396
|
{
|
|
@@ -7447,12 +7444,12 @@
|
|
|
7447
7444
|
],
|
|
7448
7445
|
"markdownDescription": "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)."
|
|
7449
7446
|
},
|
|
7450
|
-
"value_key": {
|
|
7447
|
+
"type._inputs.*.options.value_key": {
|
|
7451
7448
|
"description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
|
|
7452
7449
|
"type": "string",
|
|
7453
7450
|
"markdownDescription": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types."
|
|
7454
7451
|
},
|
|
7455
|
-
"view": {
|
|
7452
|
+
"type._inputs.*.options.view": {
|
|
7456
7453
|
"description": "Controls how selected items are rendered.",
|
|
7457
7454
|
"type": "string",
|
|
7458
7455
|
"enum": [
|
|
@@ -7463,7 +7460,7 @@
|
|
|
7463
7460
|
],
|
|
7464
7461
|
"markdownDescription": "Controls how selected items are rendered."
|
|
7465
7462
|
},
|
|
7466
|
-
"picker_view": {
|
|
7463
|
+
"type._inputs.*.options.picker_view": {
|
|
7467
7464
|
"description": "Controls how selectable options are rendered.",
|
|
7468
7465
|
"type": "string",
|
|
7469
7466
|
"enum": [
|
|
@@ -7480,12 +7477,12 @@
|
|
|
7480
7477
|
"type": "object",
|
|
7481
7478
|
"properties": {
|
|
7482
7479
|
"comment": {
|
|
7483
|
-
"$ref": "#/definitions/comment"
|
|
7480
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7484
7481
|
},
|
|
7485
7482
|
"context": {
|
|
7486
7483
|
"allOf": [
|
|
7487
7484
|
{
|
|
7488
|
-
"$ref": "#/definitions/context"
|
|
7485
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7489
7486
|
}
|
|
7490
7487
|
]
|
|
7491
7488
|
},
|
|
@@ -7493,28 +7490,28 @@
|
|
|
7493
7490
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7494
7491
|
"allOf": [
|
|
7495
7492
|
{
|
|
7496
|
-
"$ref": "#/definitions/documentation"
|
|
7493
|
+
"$ref": "#/definitions/type.documentation"
|
|
7497
7494
|
}
|
|
7498
7495
|
],
|
|
7499
7496
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7500
7497
|
},
|
|
7501
7498
|
"label": {
|
|
7502
|
-
"$ref": "#/definitions/label"
|
|
7499
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7503
7500
|
},
|
|
7504
7501
|
"hidden": {
|
|
7505
|
-
"$ref": "#/definitions/hidden"
|
|
7502
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7506
7503
|
},
|
|
7507
7504
|
"disabled": {
|
|
7508
|
-
"$ref": "#/definitions/disabled"
|
|
7505
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7509
7506
|
},
|
|
7510
7507
|
"instance_value": {
|
|
7511
|
-
"$ref": "#/definitions/instance_value"
|
|
7508
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7512
7509
|
},
|
|
7513
7510
|
"disable_instance_value_rehydration": {
|
|
7514
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7511
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7515
7512
|
},
|
|
7516
7513
|
"cascade": {
|
|
7517
|
-
"$ref": "#/definitions/cascade"
|
|
7514
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7518
7515
|
},
|
|
7519
7516
|
"type": {
|
|
7520
7517
|
"title": "Type",
|
|
@@ -7528,10 +7525,10 @@
|
|
|
7528
7525
|
"type": "object",
|
|
7529
7526
|
"properties": {
|
|
7530
7527
|
"required": {
|
|
7531
|
-
"$ref": "#/definitions/required"
|
|
7528
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7532
7529
|
},
|
|
7533
7530
|
"required_message": {
|
|
7534
|
-
"$ref": "#/definitions/required_message"
|
|
7531
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7535
7532
|
},
|
|
7536
7533
|
"preview": {
|
|
7537
7534
|
"allOf": [
|
|
@@ -7548,45 +7545,45 @@
|
|
|
7548
7545
|
]
|
|
7549
7546
|
},
|
|
7550
7547
|
"allow_create": {
|
|
7551
|
-
"$ref": "#/definitions/allow_create"
|
|
7548
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
7552
7549
|
},
|
|
7553
7550
|
"allow_empty": {
|
|
7554
|
-
"$ref": "#/definitions/allow_empty"
|
|
7551
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7555
7552
|
},
|
|
7556
7553
|
"values": {
|
|
7557
|
-
"$ref": "#/definitions/values"
|
|
7554
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7558
7555
|
},
|
|
7559
7556
|
"value_key": {
|
|
7560
|
-
"$ref": "#/definitions/value_key"
|
|
7557
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7561
7558
|
},
|
|
7562
7559
|
"view": {
|
|
7563
|
-
"$ref": "#/definitions/view"
|
|
7560
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7564
7561
|
},
|
|
7565
7562
|
"picker_view": {
|
|
7566
|
-
"$ref": "#/definitions/picker_view"
|
|
7563
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7567
7564
|
},
|
|
7568
7565
|
"max_items": {
|
|
7569
|
-
"$ref": "#/definitions/max_items"
|
|
7566
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
7570
7567
|
},
|
|
7571
7568
|
"max_items_message": {
|
|
7572
|
-
"$ref": "#/definitions/max_items_message"
|
|
7569
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
7573
7570
|
},
|
|
7574
7571
|
"min_items": {
|
|
7575
|
-
"$ref": "#/definitions/min_items"
|
|
7572
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
7576
7573
|
},
|
|
7577
7574
|
"min_items_message": {
|
|
7578
|
-
"$ref": "#/definitions/min_items_message"
|
|
7575
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
7579
7576
|
},
|
|
7580
7577
|
"unique_on": {
|
|
7581
|
-
"$ref": "#/definitions/unique_on"
|
|
7578
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
7582
7579
|
},
|
|
7583
7580
|
"unique_on_message": {
|
|
7584
|
-
"$ref": "#/definitions/unique_on_message"
|
|
7581
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
7585
7582
|
},
|
|
7586
7583
|
"empty_type": {
|
|
7587
7584
|
"allOf": [
|
|
7588
7585
|
{
|
|
7589
|
-
"$ref": "#/definitions/empty_type_array"
|
|
7586
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
7590
7587
|
}
|
|
7591
7588
|
]
|
|
7592
7589
|
}
|
|
@@ -7601,37 +7598,37 @@
|
|
|
7601
7598
|
"additionalProperties": false,
|
|
7602
7599
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
|
|
7603
7600
|
},
|
|
7604
|
-
"max_items": {
|
|
7601
|
+
"type._inputs.*.options.max_items": {
|
|
7605
7602
|
"description": "This key defines the maximum number of items CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from adding more items to this Input. If the Input already contains more items, CloudCannon will require you to remove items until the Input contains a valid number to save your changes, or discard your unsaved changes.",
|
|
7606
7603
|
"type": "number",
|
|
7607
7604
|
"markdownDescription": "This key defines the maximum number of items CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from adding more items to this Input. If the Input already contains more items, CloudCannon will require you to remove items until the Input contains a valid number to save your changes, or discard your unsaved changes."
|
|
7608
7605
|
},
|
|
7609
|
-
"max_items_message": {
|
|
7606
|
+
"type._inputs.*.options.max_items_message": {
|
|
7610
7607
|
"description": "This key defines the message that explains why an Input needs to have a maximum number of items. This key requires you to define `options.max_items`.",
|
|
7611
7608
|
"type": "string",
|
|
7612
7609
|
"markdownDescription": "This key defines the message that explains why an Input needs to have a maximum number of items. This key requires you to define `options.max_items`."
|
|
7613
7610
|
},
|
|
7614
|
-
"min_items": {
|
|
7611
|
+
"type._inputs.*.options.min_items": {
|
|
7615
7612
|
"description": "This key defines the minimum number of items CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from removing items from this Input below this value. If the Input already contains fewer items, CloudCannon will require you to add items until the Input contains a valid number to save your changes, or discard your unsaved changes.",
|
|
7616
7613
|
"type": "number",
|
|
7617
7614
|
"markdownDescription": "This key defines the minimum number of items CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from removing items from this Input below this value. If the Input already contains fewer items, CloudCannon will require you to add items until the Input contains a valid number to save your changes, or discard your unsaved changes."
|
|
7618
7615
|
},
|
|
7619
|
-
"min_items_message": {
|
|
7616
|
+
"type._inputs.*.options.min_items_message": {
|
|
7620
7617
|
"description": "This key defines the message that explains why an Input needs to have a minimum number of items. This key requires you to define `options.min_items`.",
|
|
7621
7618
|
"type": "string",
|
|
7622
7619
|
"markdownDescription": "This key defines the message that explains why an Input needs to have a minimum number of items. This key requires you to define `options.min_items`."
|
|
7623
7620
|
},
|
|
7624
|
-
"unique_on": {
|
|
7621
|
+
"type._inputs.*.options.unique_on": {
|
|
7625
7622
|
"description": "This key defines the JSON Path selector that CloudCannon should use to determine if the value of an Input is unique. When configured, CloudCannon will require the value of the Input to be unique compared to the value defined on the JSON Path. If the Input already contains a non-unique value, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes.",
|
|
7626
7623
|
"type": "string",
|
|
7627
7624
|
"markdownDescription": "This key defines the JSON Path selector that CloudCannon should use to determine if the value of an Input is unique. When configured, CloudCannon will require the value of the Input to be unique compared to the value defined on the JSON Path. If the Input already contains a non-unique value, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes."
|
|
7628
7625
|
},
|
|
7629
|
-
"unique_on_message": {
|
|
7626
|
+
"type._inputs.*.options.unique_on_message": {
|
|
7630
7627
|
"description": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`.",
|
|
7631
7628
|
"type": "string",
|
|
7632
7629
|
"markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
|
|
7633
7630
|
},
|
|
7634
|
-
"empty_type_array": {
|
|
7631
|
+
"type._inputs.*.options.empty_type_array": {
|
|
7635
7632
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
7636
7633
|
"default": "null",
|
|
7637
7634
|
"type": "string",
|
|
@@ -7647,12 +7644,12 @@
|
|
|
7647
7644
|
"type": "object",
|
|
7648
7645
|
"properties": {
|
|
7649
7646
|
"comment": {
|
|
7650
|
-
"$ref": "#/definitions/comment"
|
|
7647
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7651
7648
|
},
|
|
7652
7649
|
"context": {
|
|
7653
7650
|
"allOf": [
|
|
7654
7651
|
{
|
|
7655
|
-
"$ref": "#/definitions/context"
|
|
7652
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7656
7653
|
}
|
|
7657
7654
|
]
|
|
7658
7655
|
},
|
|
@@ -7660,28 +7657,28 @@
|
|
|
7660
7657
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7661
7658
|
"allOf": [
|
|
7662
7659
|
{
|
|
7663
|
-
"$ref": "#/definitions/documentation"
|
|
7660
|
+
"$ref": "#/definitions/type.documentation"
|
|
7664
7661
|
}
|
|
7665
7662
|
],
|
|
7666
7663
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7667
7664
|
},
|
|
7668
7665
|
"label": {
|
|
7669
|
-
"$ref": "#/definitions/label"
|
|
7666
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7670
7667
|
},
|
|
7671
7668
|
"hidden": {
|
|
7672
|
-
"$ref": "#/definitions/hidden"
|
|
7669
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7673
7670
|
},
|
|
7674
7671
|
"disabled": {
|
|
7675
|
-
"$ref": "#/definitions/disabled"
|
|
7672
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7676
7673
|
},
|
|
7677
7674
|
"instance_value": {
|
|
7678
|
-
"$ref": "#/definitions/instance_value"
|
|
7675
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7679
7676
|
},
|
|
7680
7677
|
"disable_instance_value_rehydration": {
|
|
7681
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7678
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7682
7679
|
},
|
|
7683
7680
|
"cascade": {
|
|
7684
|
-
"$ref": "#/definitions/cascade"
|
|
7681
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7685
7682
|
},
|
|
7686
7683
|
"type": {
|
|
7687
7684
|
"title": "Type",
|
|
@@ -7695,10 +7692,10 @@
|
|
|
7695
7692
|
"type": "object",
|
|
7696
7693
|
"properties": {
|
|
7697
7694
|
"required": {
|
|
7698
|
-
"$ref": "#/definitions/required"
|
|
7695
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7699
7696
|
},
|
|
7700
7697
|
"required_message": {
|
|
7701
|
-
"$ref": "#/definitions/required_message"
|
|
7698
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7702
7699
|
},
|
|
7703
7700
|
"preview": {
|
|
7704
7701
|
"allOf": [
|
|
@@ -7715,45 +7712,45 @@
|
|
|
7715
7712
|
]
|
|
7716
7713
|
},
|
|
7717
7714
|
"allow_empty": {
|
|
7718
|
-
"$ref": "#/definitions/allow_empty"
|
|
7715
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7719
7716
|
},
|
|
7720
7717
|
"values": {
|
|
7721
|
-
"$ref": "#/definitions/values"
|
|
7718
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7722
7719
|
},
|
|
7723
7720
|
"value_key": {
|
|
7724
|
-
"$ref": "#/definitions/value_key"
|
|
7721
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7725
7722
|
},
|
|
7726
7723
|
"view": {
|
|
7727
|
-
"$ref": "#/definitions/view"
|
|
7724
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7728
7725
|
},
|
|
7729
7726
|
"picker_view": {
|
|
7730
|
-
"$ref": "#/definitions/picker_view"
|
|
7727
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7731
7728
|
},
|
|
7732
7729
|
"max_length": {
|
|
7733
|
-
"$ref": "#/definitions/max_length"
|
|
7730
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7734
7731
|
},
|
|
7735
7732
|
"max_length_message": {
|
|
7736
|
-
"$ref": "#/definitions/max_length_message"
|
|
7733
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7737
7734
|
},
|
|
7738
7735
|
"min_length": {
|
|
7739
|
-
"$ref": "#/definitions/min_length"
|
|
7736
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7740
7737
|
},
|
|
7741
7738
|
"min_length_message": {
|
|
7742
|
-
"$ref": "#/definitions/min_length_message"
|
|
7739
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7743
7740
|
},
|
|
7744
7741
|
"pattern": {
|
|
7745
|
-
"$ref": "#/definitions/pattern"
|
|
7742
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7746
7743
|
},
|
|
7747
7744
|
"pattern_message": {
|
|
7748
|
-
"$ref": "#/definitions/pattern_message"
|
|
7745
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7749
7746
|
},
|
|
7750
7747
|
"pattern_flags": {
|
|
7751
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7748
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7752
7749
|
},
|
|
7753
7750
|
"empty_type": {
|
|
7754
7751
|
"allOf": [
|
|
7755
7752
|
{
|
|
7756
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7753
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7757
7754
|
}
|
|
7758
7755
|
]
|
|
7759
7756
|
}
|
|
@@ -7774,12 +7771,12 @@
|
|
|
7774
7771
|
"type": "object",
|
|
7775
7772
|
"properties": {
|
|
7776
7773
|
"comment": {
|
|
7777
|
-
"$ref": "#/definitions/comment"
|
|
7774
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7778
7775
|
},
|
|
7779
7776
|
"context": {
|
|
7780
7777
|
"allOf": [
|
|
7781
7778
|
{
|
|
7782
|
-
"$ref": "#/definitions/context"
|
|
7779
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7783
7780
|
}
|
|
7784
7781
|
]
|
|
7785
7782
|
},
|
|
@@ -7787,28 +7784,28 @@
|
|
|
7787
7784
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7788
7785
|
"allOf": [
|
|
7789
7786
|
{
|
|
7790
|
-
"$ref": "#/definitions/documentation"
|
|
7787
|
+
"$ref": "#/definitions/type.documentation"
|
|
7791
7788
|
}
|
|
7792
7789
|
],
|
|
7793
7790
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7794
7791
|
},
|
|
7795
7792
|
"label": {
|
|
7796
|
-
"$ref": "#/definitions/label"
|
|
7793
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7797
7794
|
},
|
|
7798
7795
|
"hidden": {
|
|
7799
|
-
"$ref": "#/definitions/hidden"
|
|
7796
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7800
7797
|
},
|
|
7801
7798
|
"disabled": {
|
|
7802
|
-
"$ref": "#/definitions/disabled"
|
|
7799
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7803
7800
|
},
|
|
7804
7801
|
"instance_value": {
|
|
7805
|
-
"$ref": "#/definitions/instance_value"
|
|
7802
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7806
7803
|
},
|
|
7807
7804
|
"disable_instance_value_rehydration": {
|
|
7808
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7805
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7809
7806
|
},
|
|
7810
7807
|
"cascade": {
|
|
7811
|
-
"$ref": "#/definitions/cascade"
|
|
7808
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7812
7809
|
},
|
|
7813
7810
|
"type": {
|
|
7814
7811
|
"title": "Type",
|
|
@@ -7822,10 +7819,10 @@
|
|
|
7822
7819
|
"type": "object",
|
|
7823
7820
|
"properties": {
|
|
7824
7821
|
"required": {
|
|
7825
|
-
"$ref": "#/definitions/required"
|
|
7822
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7826
7823
|
},
|
|
7827
7824
|
"required_message": {
|
|
7828
|
-
"$ref": "#/definitions/required_message"
|
|
7825
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7829
7826
|
},
|
|
7830
7827
|
"preview": {
|
|
7831
7828
|
"allOf": [
|
|
@@ -7842,42 +7839,42 @@
|
|
|
7842
7839
|
]
|
|
7843
7840
|
},
|
|
7844
7841
|
"allow_empty": {
|
|
7845
|
-
"$ref": "#/definitions/allow_empty"
|
|
7842
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7846
7843
|
},
|
|
7847
7844
|
"values": {
|
|
7848
|
-
"$ref": "#/definitions/values"
|
|
7845
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7849
7846
|
},
|
|
7850
7847
|
"value_key": {
|
|
7851
|
-
"$ref": "#/definitions/value_key"
|
|
7848
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7852
7849
|
},
|
|
7853
7850
|
"view": {
|
|
7854
|
-
"$ref": "#/definitions/view"
|
|
7851
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7855
7852
|
},
|
|
7856
7853
|
"picker_view": {
|
|
7857
|
-
"$ref": "#/definitions/picker_view"
|
|
7854
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7858
7855
|
},
|
|
7859
7856
|
"max_items": {
|
|
7860
|
-
"$ref": "#/definitions/max_items"
|
|
7857
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
7861
7858
|
},
|
|
7862
7859
|
"max_items_message": {
|
|
7863
|
-
"$ref": "#/definitions/max_items_message"
|
|
7860
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
7864
7861
|
},
|
|
7865
7862
|
"min_items": {
|
|
7866
|
-
"$ref": "#/definitions/min_items"
|
|
7863
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
7867
7864
|
},
|
|
7868
7865
|
"min_items_message": {
|
|
7869
|
-
"$ref": "#/definitions/min_items_message"
|
|
7866
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
7870
7867
|
},
|
|
7871
7868
|
"unique_on": {
|
|
7872
|
-
"$ref": "#/definitions/unique_on"
|
|
7869
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
7873
7870
|
},
|
|
7874
7871
|
"unique_on_message": {
|
|
7875
|
-
"$ref": "#/definitions/unique_on_message"
|
|
7872
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
7876
7873
|
},
|
|
7877
7874
|
"empty_type": {
|
|
7878
7875
|
"allOf": [
|
|
7879
7876
|
{
|
|
7880
|
-
"$ref": "#/definitions/empty_type_array"
|
|
7877
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
7881
7878
|
}
|
|
7882
7879
|
]
|
|
7883
7880
|
}
|
|
@@ -7898,12 +7895,12 @@
|
|
|
7898
7895
|
"type": "object",
|
|
7899
7896
|
"properties": {
|
|
7900
7897
|
"comment": {
|
|
7901
|
-
"$ref": "#/definitions/comment"
|
|
7898
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7902
7899
|
},
|
|
7903
7900
|
"context": {
|
|
7904
7901
|
"allOf": [
|
|
7905
7902
|
{
|
|
7906
|
-
"$ref": "#/definitions/context"
|
|
7903
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7907
7904
|
}
|
|
7908
7905
|
]
|
|
7909
7906
|
},
|
|
@@ -7911,28 +7908,28 @@
|
|
|
7911
7908
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7912
7909
|
"allOf": [
|
|
7913
7910
|
{
|
|
7914
|
-
"$ref": "#/definitions/documentation"
|
|
7911
|
+
"$ref": "#/definitions/type.documentation"
|
|
7915
7912
|
}
|
|
7916
7913
|
],
|
|
7917
7914
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7918
7915
|
},
|
|
7919
7916
|
"label": {
|
|
7920
|
-
"$ref": "#/definitions/label"
|
|
7917
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7921
7918
|
},
|
|
7922
7919
|
"hidden": {
|
|
7923
|
-
"$ref": "#/definitions/hidden"
|
|
7920
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7924
7921
|
},
|
|
7925
7922
|
"disabled": {
|
|
7926
|
-
"$ref": "#/definitions/disabled"
|
|
7923
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7927
7924
|
},
|
|
7928
7925
|
"instance_value": {
|
|
7929
|
-
"$ref": "#/definitions/instance_value"
|
|
7926
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7930
7927
|
},
|
|
7931
7928
|
"disable_instance_value_rehydration": {
|
|
7932
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7929
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7933
7930
|
},
|
|
7934
7931
|
"cascade": {
|
|
7935
|
-
"$ref": "#/definitions/cascade"
|
|
7932
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7936
7933
|
},
|
|
7937
7934
|
"type": {
|
|
7938
7935
|
"title": "Type",
|
|
@@ -7946,15 +7943,15 @@
|
|
|
7946
7943
|
"type": "object",
|
|
7947
7944
|
"properties": {
|
|
7948
7945
|
"required": {
|
|
7949
|
-
"$ref": "#/definitions/required"
|
|
7946
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7950
7947
|
},
|
|
7951
7948
|
"required_message": {
|
|
7952
|
-
"$ref": "#/definitions/required_message"
|
|
7949
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7953
7950
|
},
|
|
7954
7951
|
"empty_type": {
|
|
7955
7952
|
"allOf": [
|
|
7956
7953
|
{
|
|
7957
|
-
"$ref": "#/definitions/empty_type_object"
|
|
7954
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_object"
|
|
7958
7955
|
}
|
|
7959
7956
|
]
|
|
7960
7957
|
},
|
|
@@ -8017,7 +8014,13 @@
|
|
|
8017
8014
|
"$ref": "#/definitions/entries_comment"
|
|
8018
8015
|
},
|
|
8019
8016
|
"documentation": {
|
|
8020
|
-
"
|
|
8017
|
+
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
8018
|
+
"allOf": [
|
|
8019
|
+
{
|
|
8020
|
+
"$ref": "#/definitions/type.documentation"
|
|
8021
|
+
}
|
|
8022
|
+
],
|
|
8023
|
+
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
8021
8024
|
}
|
|
8022
8025
|
},
|
|
8023
8026
|
"additionalProperties": false,
|
|
@@ -8057,7 +8060,7 @@
|
|
|
8057
8060
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
8058
8061
|
"allOf": [
|
|
8059
8062
|
{
|
|
8060
|
-
"$ref": "#/definitions/documentation"
|
|
8063
|
+
"$ref": "#/definitions/type.documentation"
|
|
8061
8064
|
}
|
|
8062
8065
|
],
|
|
8063
8066
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -8112,7 +8115,7 @@
|
|
|
8112
8115
|
"additionalProperties": false,
|
|
8113
8116
|
"markdownDescription": "Provides a user interface for a group of inputs."
|
|
8114
8117
|
},
|
|
8115
|
-
"empty_type_object": {
|
|
8118
|
+
"type._inputs.*.options.empty_type_object": {
|
|
8116
8119
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8117
8120
|
"default": "null",
|
|
8118
8121
|
"type": "string",
|
|
@@ -8211,10 +8214,11 @@
|
|
|
8211
8214
|
]
|
|
8212
8215
|
},
|
|
8213
8216
|
"_inputs_from_glob": {
|
|
8214
|
-
"
|
|
8215
|
-
|
|
8216
|
-
|
|
8217
|
-
|
|
8217
|
+
"allOf": [
|
|
8218
|
+
{
|
|
8219
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
8220
|
+
}
|
|
8221
|
+
]
|
|
8218
8222
|
},
|
|
8219
8223
|
"_select_data": {
|
|
8220
8224
|
"allOf": [
|
|
@@ -8231,10 +8235,11 @@
|
|
|
8231
8235
|
]
|
|
8232
8236
|
},
|
|
8233
8237
|
"_structures_from_glob": {
|
|
8234
|
-
"
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
+
"allOf": [
|
|
8239
|
+
{
|
|
8240
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
8241
|
+
}
|
|
8242
|
+
]
|
|
8238
8243
|
},
|
|
8239
8244
|
"id": {
|
|
8240
8245
|
"description": "A unique reference value used when referring to this structure value from the Object input's assigned_structures option.",
|
|
@@ -8308,7 +8313,7 @@
|
|
|
8308
8313
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
8309
8314
|
"allOf": [
|
|
8310
8315
|
{
|
|
8311
|
-
"$ref": "#/definitions/documentation"
|
|
8316
|
+
"$ref": "#/definitions/type.documentation"
|
|
8312
8317
|
}
|
|
8313
8318
|
],
|
|
8314
8319
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -8343,7 +8348,7 @@
|
|
|
8343
8348
|
"description": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default.",
|
|
8344
8349
|
"allOf": [
|
|
8345
8350
|
{
|
|
8346
|
-
"$ref": "#/definitions/documentation"
|
|
8351
|
+
"$ref": "#/definitions/type.documentation"
|
|
8347
8352
|
}
|
|
8348
8353
|
],
|
|
8349
8354
|
"markdownDescription": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default."
|
|
@@ -8386,6 +8391,12 @@
|
|
|
8386
8391
|
"additionalProperties": false,
|
|
8387
8392
|
"markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
|
|
8388
8393
|
},
|
|
8394
|
+
"type._inputs_from_glob": {
|
|
8395
|
+
"type": "array",
|
|
8396
|
+
"items": {
|
|
8397
|
+
"type": "string"
|
|
8398
|
+
}
|
|
8399
|
+
},
|
|
8389
8400
|
"type._select_data": {
|
|
8390
8401
|
"title": "Select Data",
|
|
8391
8402
|
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
@@ -8449,32 +8460,29 @@
|
|
|
8449
8460
|
},
|
|
8450
8461
|
"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."
|
|
8451
8462
|
},
|
|
8463
|
+
"type._structures_from_glob": {
|
|
8464
|
+
"type": "array",
|
|
8465
|
+
"items": {
|
|
8466
|
+
"type": "string"
|
|
8467
|
+
}
|
|
8468
|
+
},
|
|
8452
8469
|
"entries_comment": {
|
|
8453
8470
|
"description": "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.",
|
|
8454
8471
|
"type": "string",
|
|
8455
8472
|
"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."
|
|
8456
8473
|
},
|
|
8457
|
-
"entries_documentation": {
|
|
8458
|
-
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
8459
|
-
"allOf": [
|
|
8460
|
-
{
|
|
8461
|
-
"$ref": "#/definitions/documentation"
|
|
8462
|
-
}
|
|
8463
|
-
],
|
|
8464
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
8465
|
-
},
|
|
8466
8474
|
"ArrayInput": {
|
|
8467
8475
|
"title": "Array Input",
|
|
8468
8476
|
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
8469
8477
|
"type": "object",
|
|
8470
8478
|
"properties": {
|
|
8471
8479
|
"comment": {
|
|
8472
|
-
"$ref": "#/definitions/comment"
|
|
8480
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8473
8481
|
},
|
|
8474
8482
|
"context": {
|
|
8475
8483
|
"allOf": [
|
|
8476
8484
|
{
|
|
8477
|
-
"$ref": "#/definitions/context"
|
|
8485
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8478
8486
|
}
|
|
8479
8487
|
]
|
|
8480
8488
|
},
|
|
@@ -8482,28 +8490,28 @@
|
|
|
8482
8490
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8483
8491
|
"allOf": [
|
|
8484
8492
|
{
|
|
8485
|
-
"$ref": "#/definitions/documentation"
|
|
8493
|
+
"$ref": "#/definitions/type.documentation"
|
|
8486
8494
|
}
|
|
8487
8495
|
],
|
|
8488
8496
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8489
8497
|
},
|
|
8490
8498
|
"label": {
|
|
8491
|
-
"$ref": "#/definitions/label"
|
|
8499
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8492
8500
|
},
|
|
8493
8501
|
"hidden": {
|
|
8494
|
-
"$ref": "#/definitions/hidden"
|
|
8502
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8495
8503
|
},
|
|
8496
8504
|
"disabled": {
|
|
8497
|
-
"$ref": "#/definitions/disabled"
|
|
8505
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8498
8506
|
},
|
|
8499
8507
|
"instance_value": {
|
|
8500
|
-
"$ref": "#/definitions/instance_value"
|
|
8508
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8501
8509
|
},
|
|
8502
8510
|
"disable_instance_value_rehydration": {
|
|
8503
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8511
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8504
8512
|
},
|
|
8505
8513
|
"cascade": {
|
|
8506
|
-
"$ref": "#/definitions/cascade"
|
|
8514
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8507
8515
|
},
|
|
8508
8516
|
"type": {
|
|
8509
8517
|
"title": "Type",
|
|
@@ -8517,28 +8525,28 @@
|
|
|
8517
8525
|
"type": "object",
|
|
8518
8526
|
"properties": {
|
|
8519
8527
|
"required": {
|
|
8520
|
-
"$ref": "#/definitions/required"
|
|
8528
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8521
8529
|
},
|
|
8522
8530
|
"required_message": {
|
|
8523
|
-
"$ref": "#/definitions/required_message"
|
|
8531
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8524
8532
|
},
|
|
8525
8533
|
"max_items": {
|
|
8526
|
-
"$ref": "#/definitions/max_items"
|
|
8534
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
8527
8535
|
},
|
|
8528
8536
|
"max_items_message": {
|
|
8529
|
-
"$ref": "#/definitions/max_items_message"
|
|
8537
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
8530
8538
|
},
|
|
8531
8539
|
"min_items": {
|
|
8532
|
-
"$ref": "#/definitions/min_items"
|
|
8540
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
8533
8541
|
},
|
|
8534
8542
|
"min_items_message": {
|
|
8535
|
-
"$ref": "#/definitions/min_items_message"
|
|
8543
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
8536
8544
|
},
|
|
8537
8545
|
"unique_on": {
|
|
8538
|
-
"$ref": "#/definitions/unique_on"
|
|
8546
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
8539
8547
|
},
|
|
8540
8548
|
"unique_on_message": {
|
|
8541
|
-
"$ref": "#/definitions/unique_on_message"
|
|
8549
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
8542
8550
|
},
|
|
8543
8551
|
"disable_add": {
|
|
8544
8552
|
"$ref": "#/definitions/ArrayInput.disable_add"
|
|
@@ -8552,7 +8560,7 @@
|
|
|
8552
8560
|
"empty_type": {
|
|
8553
8561
|
"allOf": [
|
|
8554
8562
|
{
|
|
8555
|
-
"$ref": "#/definitions/empty_type_array"
|
|
8563
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
8556
8564
|
}
|
|
8557
8565
|
]
|
|
8558
8566
|
},
|
|
@@ -8604,12 +8612,12 @@
|
|
|
8604
8612
|
"type": "object",
|
|
8605
8613
|
"properties": {
|
|
8606
8614
|
"comment": {
|
|
8607
|
-
"$ref": "#/definitions/comment"
|
|
8615
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8608
8616
|
},
|
|
8609
8617
|
"context": {
|
|
8610
8618
|
"allOf": [
|
|
8611
8619
|
{
|
|
8612
|
-
"$ref": "#/definitions/context"
|
|
8620
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8613
8621
|
}
|
|
8614
8622
|
]
|
|
8615
8623
|
},
|
|
@@ -8617,28 +8625,28 @@
|
|
|
8617
8625
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8618
8626
|
"allOf": [
|
|
8619
8627
|
{
|
|
8620
|
-
"$ref": "#/definitions/documentation"
|
|
8628
|
+
"$ref": "#/definitions/type.documentation"
|
|
8621
8629
|
}
|
|
8622
8630
|
],
|
|
8623
8631
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8624
8632
|
},
|
|
8625
8633
|
"label": {
|
|
8626
|
-
"$ref": "#/definitions/label"
|
|
8634
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8627
8635
|
},
|
|
8628
8636
|
"hidden": {
|
|
8629
|
-
"$ref": "#/definitions/hidden"
|
|
8637
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8630
8638
|
},
|
|
8631
8639
|
"disabled": {
|
|
8632
|
-
"$ref": "#/definitions/disabled"
|
|
8640
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8633
8641
|
},
|
|
8634
8642
|
"instance_value": {
|
|
8635
|
-
"$ref": "#/definitions/instance_value"
|
|
8643
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8636
8644
|
},
|
|
8637
8645
|
"disable_instance_value_rehydration": {
|
|
8638
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8646
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8639
8647
|
},
|
|
8640
8648
|
"cascade": {
|
|
8641
|
-
"$ref": "#/definitions/cascade"
|
|
8649
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8642
8650
|
},
|
|
8643
8651
|
"type": {
|
|
8644
8652
|
"title": "Type",
|
|
@@ -8665,12 +8673,12 @@
|
|
|
8665
8673
|
"type": "object",
|
|
8666
8674
|
"properties": {
|
|
8667
8675
|
"comment": {
|
|
8668
|
-
"$ref": "#/definitions/comment"
|
|
8676
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8669
8677
|
},
|
|
8670
8678
|
"context": {
|
|
8671
8679
|
"allOf": [
|
|
8672
8680
|
{
|
|
8673
|
-
"$ref": "#/definitions/context"
|
|
8681
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8674
8682
|
}
|
|
8675
8683
|
]
|
|
8676
8684
|
},
|
|
@@ -8678,28 +8686,28 @@
|
|
|
8678
8686
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8679
8687
|
"allOf": [
|
|
8680
8688
|
{
|
|
8681
|
-
"$ref": "#/definitions/documentation"
|
|
8689
|
+
"$ref": "#/definitions/type.documentation"
|
|
8682
8690
|
}
|
|
8683
8691
|
],
|
|
8684
8692
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8685
8693
|
},
|
|
8686
8694
|
"label": {
|
|
8687
|
-
"$ref": "#/definitions/label"
|
|
8695
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8688
8696
|
},
|
|
8689
8697
|
"hidden": {
|
|
8690
|
-
"$ref": "#/definitions/hidden"
|
|
8698
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8691
8699
|
},
|
|
8692
8700
|
"disabled": {
|
|
8693
|
-
"$ref": "#/definitions/disabled"
|
|
8701
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8694
8702
|
},
|
|
8695
8703
|
"instance_value": {
|
|
8696
|
-
"$ref": "#/definitions/instance_value"
|
|
8704
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8697
8705
|
},
|
|
8698
8706
|
"disable_instance_value_rehydration": {
|
|
8699
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8707
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8700
8708
|
},
|
|
8701
8709
|
"cascade": {
|
|
8702
|
-
"$ref": "#/definitions/cascade"
|
|
8710
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8703
8711
|
},
|
|
8704
8712
|
"options": {
|
|
8705
8713
|
"description": "Options that are specific to this `type` of input.",
|