@cloudcannon/configuration-types 0.0.44 → 0.0.46
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 +838 -816
- package/dist/cloudcannon-config.documentation.schema.json +1157 -1661
- package/dist/cloudcannon-config.latest.schema.json +1165 -1644
- package/dist/cloudcannon-config.legacy-eleventy.schema.json +1166 -1645
- package/dist/cloudcannon-config.legacy-hugo.schema.json +1166 -1645
- package/dist/cloudcannon-config.legacy-jekyll.schema.json +1166 -1645
- package/dist/cloudcannon-config.legacy-reader.schema.json +1166 -1645
- 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 +20400 -31108
- package/package.json +1 -1
- package/src/cascade.ts +6 -6
- package/src/collections.ts +6 -6
- 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
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "This key defines the documentation link at the top of a _Collection browser_. Collection documentation is useful for assisting your team members.",
|
|
61
61
|
"allOf": [
|
|
62
62
|
{
|
|
63
|
-
"$ref": "#/definitions/documentation"
|
|
63
|
+
"$ref": "#/definitions/type.documentation"
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
66
|
"markdownDescription": "This key defines the documentation link at the top of a _Collection browser_. Collection documentation is useful for assisting your team members."
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"create": {
|
|
220
220
|
"allOf": [
|
|
221
221
|
{
|
|
222
|
-
"$ref": "#/definitions/create"
|
|
222
|
+
"$ref": "#/definitions/type.create"
|
|
223
223
|
}
|
|
224
224
|
]
|
|
225
225
|
},
|
|
@@ -265,19 +265,19 @@
|
|
|
265
265
|
"markdownDescription": "Displayed in the add menu when creating new files. Defaults to a formatted version of the key."
|
|
266
266
|
},
|
|
267
267
|
"icon": {
|
|
268
|
-
"description": "Displayed in the add menu when creating new files; also used as the icon for collection files if no other preview is found.
|
|
268
|
+
"description": "Displayed in the add menu when creating new files; also used as the icon for collection files if no other preview is found.",
|
|
269
269
|
"default": "notes",
|
|
270
270
|
"allOf": [
|
|
271
271
|
{
|
|
272
272
|
"$ref": "#/definitions/icon"
|
|
273
273
|
}
|
|
274
274
|
],
|
|
275
|
-
"markdownDescription": "Displayed in the add menu when creating new files; also used as the icon for collection files if no other preview is found.
|
|
275
|
+
"markdownDescription": "Displayed in the add menu when creating new files; also used as the icon for collection files if no other preview is found."
|
|
276
276
|
},
|
|
277
277
|
"create": {
|
|
278
278
|
"allOf": [
|
|
279
279
|
{
|
|
280
|
-
"$ref": "#/definitions/create"
|
|
280
|
+
"$ref": "#/definitions/type.create"
|
|
281
281
|
}
|
|
282
282
|
]
|
|
283
283
|
},
|
|
@@ -287,10 +287,10 @@
|
|
|
287
287
|
"markdownDescription": "Preview your unbuilt pages (e.g. drafts) to another page's output URL. The Visual Editor will load that URL, where Data Bindings and Previews are available to render your new page without saving."
|
|
288
288
|
},
|
|
289
289
|
"reorder_inputs": {
|
|
290
|
-
"description": "If true, inputs are sorted to match when editing. Extra inputs are ordered after expected inputs, unless `remove_extra_inputs` is true.
|
|
290
|
+
"description": "If true, inputs are sorted to match when editing. Extra inputs are ordered after expected inputs, unless `remove_extra_inputs` is true.",
|
|
291
291
|
"default": true,
|
|
292
292
|
"type": "boolean",
|
|
293
|
-
"markdownDescription": "If true, inputs are sorted to match when editing. Extra inputs are ordered after expected inputs, unless `remove_extra_inputs` is true.
|
|
293
|
+
"markdownDescription": "If true, inputs are sorted to match when editing. Extra inputs are ordered after expected inputs, unless `remove_extra_inputs` is true."
|
|
294
294
|
},
|
|
295
295
|
"hide_extra_inputs": {
|
|
296
296
|
"description": "Hides unexpected inputs when editing. Has no effect if `remove_extra_inputs` is true. Defaults to false.",
|
|
@@ -299,16 +299,16 @@
|
|
|
299
299
|
"markdownDescription": "Hides unexpected inputs when editing. Has no effect if `remove_extra_inputs` is true. Defaults to false."
|
|
300
300
|
},
|
|
301
301
|
"remove_empty_inputs": {
|
|
302
|
-
"description": "If checked, empty inputs are removed from the source file on save. Removed inputs will be available for editing again, provided they are in the matching schema/structure.
|
|
302
|
+
"description": "If checked, empty inputs are removed from the source file on save. Removed inputs will be available for editing again, provided they are in the matching schema/structure.",
|
|
303
303
|
"default": false,
|
|
304
304
|
"type": "boolean",
|
|
305
|
-
"markdownDescription": "If checked, empty inputs are removed from the source file on save. Removed inputs will be available for editing again, provided they are in the matching schema/structure.
|
|
305
|
+
"markdownDescription": "If checked, empty inputs are removed from the source file on save. Removed inputs will be available for editing again, provided they are in the matching schema/structure."
|
|
306
306
|
},
|
|
307
307
|
"remove_extra_inputs": {
|
|
308
|
-
"description": "If checked, extra inputs are removed when editing.
|
|
308
|
+
"description": "If checked, extra inputs are removed when editing.",
|
|
309
309
|
"default": true,
|
|
310
310
|
"type": "boolean",
|
|
311
|
-
"markdownDescription": "If checked, extra inputs are removed when editing.
|
|
311
|
+
"markdownDescription": "If checked, extra inputs are removed when editing."
|
|
312
312
|
},
|
|
313
313
|
"preview": {
|
|
314
314
|
"allOf": [
|
|
@@ -325,10 +325,11 @@
|
|
|
325
325
|
]
|
|
326
326
|
},
|
|
327
327
|
"_inputs_from_glob": {
|
|
328
|
-
"
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
328
|
+
"allOf": [
|
|
329
|
+
{
|
|
330
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
331
|
+
}
|
|
332
|
+
]
|
|
332
333
|
},
|
|
333
334
|
"_select_data": {
|
|
334
335
|
"allOf": [
|
|
@@ -345,10 +346,11 @@
|
|
|
345
346
|
]
|
|
346
347
|
},
|
|
347
348
|
"_structures_from_glob": {
|
|
348
|
-
"
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
349
|
+
"allOf": [
|
|
350
|
+
{
|
|
351
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
352
|
+
}
|
|
353
|
+
]
|
|
352
354
|
},
|
|
353
355
|
"_enabled_editors": {
|
|
354
356
|
"$ref": "#/definitions/type._enabled_editors"
|
|
@@ -357,10 +359,11 @@
|
|
|
357
359
|
"$ref": "#/definitions/type._editables"
|
|
358
360
|
},
|
|
359
361
|
"_editables_from_glob": {
|
|
360
|
-
"
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
362
|
+
"allOf": [
|
|
363
|
+
{
|
|
364
|
+
"$ref": "#/definitions/type._editables_from_glob"
|
|
365
|
+
}
|
|
366
|
+
]
|
|
364
367
|
}
|
|
365
368
|
},
|
|
366
369
|
"required": [
|
|
@@ -371,7 +374,7 @@
|
|
|
371
374
|
},
|
|
372
375
|
"markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
|
|
373
376
|
},
|
|
374
|
-
"
|
|
377
|
+
"schemas_from_glob": {
|
|
375
378
|
"type": "array",
|
|
376
379
|
"items": {
|
|
377
380
|
"type": "string"
|
|
@@ -397,10 +400,11 @@
|
|
|
397
400
|
]
|
|
398
401
|
},
|
|
399
402
|
"_inputs_from_glob": {
|
|
400
|
-
"
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
403
|
+
"allOf": [
|
|
404
|
+
{
|
|
405
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
406
|
+
}
|
|
407
|
+
]
|
|
404
408
|
},
|
|
405
409
|
"_select_data": {
|
|
406
410
|
"allOf": [
|
|
@@ -417,10 +421,11 @@
|
|
|
417
421
|
]
|
|
418
422
|
},
|
|
419
423
|
"_structures_from_glob": {
|
|
420
|
-
"
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
+
"allOf": [
|
|
425
|
+
{
|
|
426
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
427
|
+
}
|
|
428
|
+
]
|
|
424
429
|
},
|
|
425
430
|
"_enabled_editors": {
|
|
426
431
|
"$ref": "#/definitions/type._enabled_editors"
|
|
@@ -429,10 +434,11 @@
|
|
|
429
434
|
"$ref": "#/definitions/type._editables"
|
|
430
435
|
},
|
|
431
436
|
"_editables_from_glob": {
|
|
432
|
-
"
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
437
|
+
"allOf": [
|
|
438
|
+
{
|
|
439
|
+
"$ref": "#/definitions/type._editables_from_glob"
|
|
440
|
+
}
|
|
441
|
+
]
|
|
436
442
|
}
|
|
437
443
|
},
|
|
438
444
|
"required": [
|
|
@@ -4054,7 +4060,7 @@
|
|
|
4054
4060
|
],
|
|
4055
4061
|
"markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
|
|
4056
4062
|
},
|
|
4057
|
-
"documentation": {
|
|
4063
|
+
"type.documentation": {
|
|
4058
4064
|
"title": "Documentation",
|
|
4059
4065
|
"description": "Configuration for documentation links displayed in the CloudCannon interface.",
|
|
4060
4066
|
"type": "object",
|
|
@@ -4097,7 +4103,7 @@
|
|
|
4097
4103
|
],
|
|
4098
4104
|
"markdownDescription": "The available editors in CloudCannon: visual, content, and data editors."
|
|
4099
4105
|
},
|
|
4100
|
-
"create": {
|
|
4106
|
+
"type.create": {
|
|
4101
4107
|
"title": "Create",
|
|
4102
4108
|
"description": "Controls where new files are saved.",
|
|
4103
4109
|
"type": "object",
|
|
@@ -4131,10 +4137,11 @@
|
|
|
4131
4137
|
]
|
|
4132
4138
|
},
|
|
4133
4139
|
"_inputs_from_glob": {
|
|
4134
|
-
"
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4140
|
+
"allOf": [
|
|
4141
|
+
{
|
|
4142
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
4143
|
+
}
|
|
4144
|
+
]
|
|
4138
4145
|
},
|
|
4139
4146
|
"_select_data": {
|
|
4140
4147
|
"allOf": [
|
|
@@ -4151,10 +4158,11 @@
|
|
|
4151
4158
|
]
|
|
4152
4159
|
},
|
|
4153
4160
|
"_structures_from_glob": {
|
|
4154
|
-
"
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4161
|
+
"allOf": [
|
|
4162
|
+
{
|
|
4163
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
4164
|
+
}
|
|
4165
|
+
]
|
|
4158
4166
|
}
|
|
4159
4167
|
},
|
|
4160
4168
|
"additionalProperties": false,
|
|
@@ -4250,12 +4258,12 @@
|
|
|
4250
4258
|
"type": "object",
|
|
4251
4259
|
"properties": {
|
|
4252
4260
|
"comment": {
|
|
4253
|
-
"$ref": "#/definitions/comment"
|
|
4261
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4254
4262
|
},
|
|
4255
4263
|
"context": {
|
|
4256
4264
|
"allOf": [
|
|
4257
4265
|
{
|
|
4258
|
-
"$ref": "#/definitions/context"
|
|
4266
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4259
4267
|
}
|
|
4260
4268
|
]
|
|
4261
4269
|
},
|
|
@@ -4263,28 +4271,28 @@
|
|
|
4263
4271
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4264
4272
|
"allOf": [
|
|
4265
4273
|
{
|
|
4266
|
-
"$ref": "#/definitions/documentation"
|
|
4274
|
+
"$ref": "#/definitions/type.documentation"
|
|
4267
4275
|
}
|
|
4268
4276
|
],
|
|
4269
4277
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4270
4278
|
},
|
|
4271
4279
|
"label": {
|
|
4272
|
-
"$ref": "#/definitions/label"
|
|
4280
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4273
4281
|
},
|
|
4274
4282
|
"hidden": {
|
|
4275
|
-
"$ref": "#/definitions/hidden"
|
|
4283
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4276
4284
|
},
|
|
4277
4285
|
"disabled": {
|
|
4278
|
-
"$ref": "#/definitions/disabled"
|
|
4286
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4279
4287
|
},
|
|
4280
4288
|
"instance_value": {
|
|
4281
|
-
"$ref": "#/definitions/instance_value"
|
|
4289
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4282
4290
|
},
|
|
4283
4291
|
"disable_instance_value_rehydration": {
|
|
4284
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4292
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4285
4293
|
},
|
|
4286
4294
|
"cascade": {
|
|
4287
|
-
"$ref": "#/definitions/cascade"
|
|
4295
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4288
4296
|
},
|
|
4289
4297
|
"type": {
|
|
4290
4298
|
"title": "Type",
|
|
@@ -4307,36 +4315,36 @@
|
|
|
4307
4315
|
"type": "object",
|
|
4308
4316
|
"properties": {
|
|
4309
4317
|
"max_length": {
|
|
4310
|
-
"$ref": "#/definitions/max_length"
|
|
4318
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4311
4319
|
},
|
|
4312
4320
|
"max_length_message": {
|
|
4313
|
-
"$ref": "#/definitions/max_length_message"
|
|
4321
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4314
4322
|
},
|
|
4315
4323
|
"min_length": {
|
|
4316
|
-
"$ref": "#/definitions/min_length"
|
|
4324
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4317
4325
|
},
|
|
4318
4326
|
"min_length_message": {
|
|
4319
|
-
"$ref": "#/definitions/min_length_message"
|
|
4327
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4320
4328
|
},
|
|
4321
4329
|
"pattern": {
|
|
4322
|
-
"$ref": "#/definitions/pattern"
|
|
4330
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4323
4331
|
},
|
|
4324
4332
|
"pattern_message": {
|
|
4325
|
-
"$ref": "#/definitions/pattern_message"
|
|
4333
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4326
4334
|
},
|
|
4327
4335
|
"pattern_flags": {
|
|
4328
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4336
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4329
4337
|
},
|
|
4330
4338
|
"required": {
|
|
4331
|
-
"$ref": "#/definitions/required"
|
|
4339
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4332
4340
|
},
|
|
4333
4341
|
"required_message": {
|
|
4334
|
-
"$ref": "#/definitions/required_message"
|
|
4342
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4335
4343
|
},
|
|
4336
4344
|
"empty_type": {
|
|
4337
4345
|
"allOf": [
|
|
4338
4346
|
{
|
|
4339
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4347
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4340
4348
|
}
|
|
4341
4349
|
]
|
|
4342
4350
|
},
|
|
@@ -4379,12 +4387,12 @@
|
|
|
4379
4387
|
"additionalProperties": false,
|
|
4380
4388
|
"markdownDescription": "Provides a simple editing interface for plain text."
|
|
4381
4389
|
},
|
|
4382
|
-
"comment": {
|
|
4390
|
+
"type._inputs.*.comment": {
|
|
4383
4391
|
"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.",
|
|
4384
4392
|
"type": "string",
|
|
4385
4393
|
"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."
|
|
4386
4394
|
},
|
|
4387
|
-
"context": {
|
|
4395
|
+
"type._inputs.*.context": {
|
|
4388
4396
|
"description": "Adds an expandable section of rich text below the input.",
|
|
4389
4397
|
"type": "object",
|
|
4390
4398
|
"properties": {
|
|
@@ -4417,12 +4425,12 @@
|
|
|
4417
4425
|
"additionalProperties": false,
|
|
4418
4426
|
"markdownDescription": "Adds an expandable section of rich text below the input."
|
|
4419
4427
|
},
|
|
4420
|
-
"label": {
|
|
4428
|
+
"type._inputs.*.label": {
|
|
4421
4429
|
"description": "Optionally changes the text above this input.",
|
|
4422
4430
|
"type": "string",
|
|
4423
4431
|
"markdownDescription": "Optionally changes the text above this input."
|
|
4424
4432
|
},
|
|
4425
|
-
"hidden": {
|
|
4433
|
+
"type._inputs.*.hidden": {
|
|
4426
4434
|
"description": "Toggles the visibility of this input.",
|
|
4427
4435
|
"default": false,
|
|
4428
4436
|
"anyOf": [
|
|
@@ -4437,7 +4445,7 @@
|
|
|
4437
4445
|
],
|
|
4438
4446
|
"markdownDescription": "Toggles the visibility of this input."
|
|
4439
4447
|
},
|
|
4440
|
-
"disabled": {
|
|
4448
|
+
"type._inputs.*.disabled": {
|
|
4441
4449
|
"description": "Toggles if this input can be edited.",
|
|
4442
4450
|
"default": false,
|
|
4443
4451
|
"anyOf": [
|
|
@@ -4452,7 +4460,7 @@
|
|
|
4452
4460
|
],
|
|
4453
4461
|
"markdownDescription": "Toggles if this input can be edited."
|
|
4454
4462
|
},
|
|
4455
|
-
"instance_value": {
|
|
4463
|
+
"type._inputs.*.instance_value": {
|
|
4456
4464
|
"title": "Instance Value",
|
|
4457
4465
|
"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.",
|
|
4458
4466
|
"type": "string",
|
|
@@ -4462,49 +4470,49 @@
|
|
|
4462
4470
|
],
|
|
4463
4471
|
"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."
|
|
4464
4472
|
},
|
|
4465
|
-
"disable_instance_value_rehydration": {
|
|
4473
|
+
"type._inputs.*.disable_instance_value_rehydration": {
|
|
4466
4474
|
"description": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS.",
|
|
4467
4475
|
"default": false,
|
|
4468
4476
|
"type": "boolean",
|
|
4469
4477
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS."
|
|
4470
4478
|
},
|
|
4471
|
-
"cascade": {
|
|
4479
|
+
"type._inputs.*.cascade": {
|
|
4472
4480
|
"description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
|
|
4473
4481
|
"default": true,
|
|
4474
4482
|
"type": "boolean",
|
|
4475
4483
|
"markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration."
|
|
4476
4484
|
},
|
|
4477
|
-
"max_length": {
|
|
4485
|
+
"type._inputs.*.options.max_length": {
|
|
4478
4486
|
"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.",
|
|
4479
4487
|
"type": "number",
|
|
4480
4488
|
"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."
|
|
4481
4489
|
},
|
|
4482
|
-
"max_length_message": {
|
|
4490
|
+
"type._inputs.*.options.max_length_message": {
|
|
4483
4491
|
"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`.",
|
|
4484
4492
|
"type": "string",
|
|
4485
4493
|
"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`."
|
|
4486
4494
|
},
|
|
4487
|
-
"min_length": {
|
|
4495
|
+
"type._inputs.*.options.min_length": {
|
|
4488
4496
|
"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.",
|
|
4489
4497
|
"type": "number",
|
|
4490
4498
|
"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."
|
|
4491
4499
|
},
|
|
4492
|
-
"min_length_message": {
|
|
4500
|
+
"type._inputs.*.options.min_length_message": {
|
|
4493
4501
|
"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`.",
|
|
4494
4502
|
"type": "string",
|
|
4495
4503
|
"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`."
|
|
4496
4504
|
},
|
|
4497
|
-
"pattern": {
|
|
4505
|
+
"type._inputs.*.options.pattern": {
|
|
4498
4506
|
"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.",
|
|
4499
4507
|
"type": "string",
|
|
4500
4508
|
"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."
|
|
4501
4509
|
},
|
|
4502
|
-
"pattern_message": {
|
|
4510
|
+
"type._inputs.*.options.pattern_message": {
|
|
4503
4511
|
"description": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`.",
|
|
4504
4512
|
"type": "string",
|
|
4505
4513
|
"markdownDescription": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`."
|
|
4506
4514
|
},
|
|
4507
|
-
"pattern_flags": {
|
|
4515
|
+
"type._inputs.*.options.pattern_flags": {
|
|
4508
4516
|
"description": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`.",
|
|
4509
4517
|
"type": "object",
|
|
4510
4518
|
"properties": {
|
|
@@ -4542,18 +4550,18 @@
|
|
|
4542
4550
|
"additionalProperties": false,
|
|
4543
4551
|
"markdownDescription": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`."
|
|
4544
4552
|
},
|
|
4545
|
-
"required": {
|
|
4553
|
+
"type._inputs.*.options.required": {
|
|
4546
4554
|
"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.",
|
|
4547
4555
|
"default": false,
|
|
4548
4556
|
"type": "boolean",
|
|
4549
4557
|
"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."
|
|
4550
4558
|
},
|
|
4551
|
-
"required_message": {
|
|
4559
|
+
"type._inputs.*.options.required_message": {
|
|
4552
4560
|
"description": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`.",
|
|
4553
4561
|
"type": "string",
|
|
4554
4562
|
"markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
|
|
4555
4563
|
},
|
|
4556
|
-
"empty_type_text": {
|
|
4564
|
+
"type._inputs.*.options.empty_type_text": {
|
|
4557
4565
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4558
4566
|
"default": "null",
|
|
4559
4567
|
"type": "string",
|
|
@@ -4566,90 +4574,106 @@
|
|
|
4566
4574
|
"PreviewEntries": {
|
|
4567
4575
|
"anyOf": [
|
|
4568
4576
|
{
|
|
4569
|
-
"
|
|
4570
|
-
"type": "array",
|
|
4571
|
-
"items": {
|
|
4572
|
-
"$ref": "#/definitions/PreviewEntry"
|
|
4573
|
-
}
|
|
4577
|
+
"$ref": "#/definitions/type.preview-entry.(array)"
|
|
4574
4578
|
},
|
|
4575
4579
|
{
|
|
4576
|
-
"
|
|
4577
|
-
"type": "string"
|
|
4580
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
4578
4581
|
},
|
|
4579
4582
|
{
|
|
4580
|
-
"
|
|
4581
|
-
"type": "boolean",
|
|
4582
|
-
"const": false
|
|
4583
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
4583
4584
|
}
|
|
4584
4585
|
]
|
|
4585
4586
|
},
|
|
4586
|
-
"
|
|
4587
|
+
"type.preview-entry.(array)": {
|
|
4588
|
+
"title": "Array",
|
|
4589
|
+
"type": "array",
|
|
4590
|
+
"items": {
|
|
4591
|
+
"$ref": "#/definitions/type.preview-entry"
|
|
4592
|
+
}
|
|
4593
|
+
},
|
|
4594
|
+
"type.preview-entry": {
|
|
4595
|
+
"title": "Preview Entry",
|
|
4587
4596
|
"anyOf": [
|
|
4588
4597
|
{
|
|
4589
|
-
"
|
|
4590
|
-
"type": "object",
|
|
4591
|
-
"properties": {
|
|
4592
|
-
"key": {
|
|
4593
|
-
"title": "Key Value",
|
|
4594
|
-
"type": "string"
|
|
4595
|
-
}
|
|
4596
|
-
},
|
|
4597
|
-
"required": [
|
|
4598
|
-
"key"
|
|
4599
|
-
],
|
|
4600
|
-
"additionalProperties": false
|
|
4598
|
+
"$ref": "#/definitions/type.preview-entry.(key)"
|
|
4601
4599
|
},
|
|
4602
4600
|
{
|
|
4603
|
-
"
|
|
4604
|
-
"type": "object",
|
|
4605
|
-
"properties": {
|
|
4606
|
-
"template": {
|
|
4607
|
-
"title": "Template Value",
|
|
4608
|
-
"type": "string"
|
|
4609
|
-
}
|
|
4610
|
-
},
|
|
4611
|
-
"required": [
|
|
4612
|
-
"template"
|
|
4613
|
-
],
|
|
4614
|
-
"additionalProperties": false
|
|
4601
|
+
"$ref": "#/definitions/type.preview-entry.(template)"
|
|
4615
4602
|
},
|
|
4616
4603
|
{
|
|
4617
|
-
"
|
|
4618
|
-
"type": "object",
|
|
4619
|
-
"properties": {
|
|
4620
|
-
"text": {
|
|
4621
|
-
"title": "Text Value",
|
|
4622
|
-
"type": "string"
|
|
4623
|
-
}
|
|
4624
|
-
},
|
|
4625
|
-
"required": [
|
|
4626
|
-
"text"
|
|
4627
|
-
],
|
|
4628
|
-
"additionalProperties": false
|
|
4604
|
+
"$ref": "#/definitions/type.preview-entry.(text)"
|
|
4629
4605
|
},
|
|
4630
4606
|
{
|
|
4631
|
-
"
|
|
4632
|
-
"type": "string"
|
|
4607
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
4633
4608
|
},
|
|
4634
4609
|
{
|
|
4635
|
-
"
|
|
4636
|
-
"type": "boolean",
|
|
4637
|
-
"const": false
|
|
4610
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
4638
4611
|
}
|
|
4639
4612
|
]
|
|
4640
4613
|
},
|
|
4614
|
+
"type.preview-entry.(key)": {
|
|
4615
|
+
"title": "Key",
|
|
4616
|
+
"type": "object",
|
|
4617
|
+
"properties": {
|
|
4618
|
+
"key": {
|
|
4619
|
+
"title": "Key Value",
|
|
4620
|
+
"type": "string"
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4623
|
+
"required": [
|
|
4624
|
+
"key"
|
|
4625
|
+
],
|
|
4626
|
+
"additionalProperties": false
|
|
4627
|
+
},
|
|
4628
|
+
"type.preview-entry.(template)": {
|
|
4629
|
+
"title": "Template",
|
|
4630
|
+
"type": "object",
|
|
4631
|
+
"properties": {
|
|
4632
|
+
"template": {
|
|
4633
|
+
"title": "Template Value",
|
|
4634
|
+
"type": "string"
|
|
4635
|
+
}
|
|
4636
|
+
},
|
|
4637
|
+
"required": [
|
|
4638
|
+
"template"
|
|
4639
|
+
],
|
|
4640
|
+
"additionalProperties": false
|
|
4641
|
+
},
|
|
4642
|
+
"type.preview-entry.(text)": {
|
|
4643
|
+
"title": "Text",
|
|
4644
|
+
"type": "object",
|
|
4645
|
+
"properties": {
|
|
4646
|
+
"text": {
|
|
4647
|
+
"title": "Text Value",
|
|
4648
|
+
"type": "string"
|
|
4649
|
+
}
|
|
4650
|
+
},
|
|
4651
|
+
"required": [
|
|
4652
|
+
"text"
|
|
4653
|
+
],
|
|
4654
|
+
"additionalProperties": false
|
|
4655
|
+
},
|
|
4656
|
+
"type.preview-entry.(raw-text)": {
|
|
4657
|
+
"title": "Raw Text",
|
|
4658
|
+
"type": "string"
|
|
4659
|
+
},
|
|
4660
|
+
"type.preview-entry.(false)": {
|
|
4661
|
+
"title": "False",
|
|
4662
|
+
"type": "boolean",
|
|
4663
|
+
"const": false
|
|
4664
|
+
},
|
|
4641
4665
|
"TextareaInput": {
|
|
4642
4666
|
"title": "Textarea Input",
|
|
4643
4667
|
"description": "Provides an editing interface for plain text.",
|
|
4644
4668
|
"type": "object",
|
|
4645
4669
|
"properties": {
|
|
4646
4670
|
"comment": {
|
|
4647
|
-
"$ref": "#/definitions/comment"
|
|
4671
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4648
4672
|
},
|
|
4649
4673
|
"context": {
|
|
4650
4674
|
"allOf": [
|
|
4651
4675
|
{
|
|
4652
|
-
"$ref": "#/definitions/context"
|
|
4676
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4653
4677
|
}
|
|
4654
4678
|
]
|
|
4655
4679
|
},
|
|
@@ -4657,28 +4681,28 @@
|
|
|
4657
4681
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4658
4682
|
"allOf": [
|
|
4659
4683
|
{
|
|
4660
|
-
"$ref": "#/definitions/documentation"
|
|
4684
|
+
"$ref": "#/definitions/type.documentation"
|
|
4661
4685
|
}
|
|
4662
4686
|
],
|
|
4663
4687
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4664
4688
|
},
|
|
4665
4689
|
"label": {
|
|
4666
|
-
"$ref": "#/definitions/label"
|
|
4690
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4667
4691
|
},
|
|
4668
4692
|
"hidden": {
|
|
4669
|
-
"$ref": "#/definitions/hidden"
|
|
4693
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4670
4694
|
},
|
|
4671
4695
|
"disabled": {
|
|
4672
|
-
"$ref": "#/definitions/disabled"
|
|
4696
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4673
4697
|
},
|
|
4674
4698
|
"instance_value": {
|
|
4675
|
-
"$ref": "#/definitions/instance_value"
|
|
4699
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4676
4700
|
},
|
|
4677
4701
|
"disable_instance_value_rehydration": {
|
|
4678
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4702
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4679
4703
|
},
|
|
4680
4704
|
"cascade": {
|
|
4681
|
-
"$ref": "#/definitions/cascade"
|
|
4705
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4682
4706
|
},
|
|
4683
4707
|
"type": {
|
|
4684
4708
|
"title": "Type",
|
|
@@ -4692,36 +4716,36 @@
|
|
|
4692
4716
|
"type": "object",
|
|
4693
4717
|
"properties": {
|
|
4694
4718
|
"max_length": {
|
|
4695
|
-
"$ref": "#/definitions/max_length"
|
|
4719
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4696
4720
|
},
|
|
4697
4721
|
"max_length_message": {
|
|
4698
|
-
"$ref": "#/definitions/max_length_message"
|
|
4722
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4699
4723
|
},
|
|
4700
4724
|
"min_length": {
|
|
4701
|
-
"$ref": "#/definitions/min_length"
|
|
4725
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4702
4726
|
},
|
|
4703
4727
|
"min_length_message": {
|
|
4704
|
-
"$ref": "#/definitions/min_length_message"
|
|
4728
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4705
4729
|
},
|
|
4706
4730
|
"pattern": {
|
|
4707
|
-
"$ref": "#/definitions/pattern"
|
|
4731
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4708
4732
|
},
|
|
4709
4733
|
"pattern_message": {
|
|
4710
|
-
"$ref": "#/definitions/pattern_message"
|
|
4734
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4711
4735
|
},
|
|
4712
4736
|
"pattern_flags": {
|
|
4713
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4737
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4714
4738
|
},
|
|
4715
4739
|
"required": {
|
|
4716
|
-
"$ref": "#/definitions/required"
|
|
4740
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4717
4741
|
},
|
|
4718
4742
|
"required_message": {
|
|
4719
|
-
"$ref": "#/definitions/required_message"
|
|
4743
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4720
4744
|
},
|
|
4721
4745
|
"empty_type": {
|
|
4722
4746
|
"allOf": [
|
|
4723
4747
|
{
|
|
4724
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4748
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4725
4749
|
}
|
|
4726
4750
|
]
|
|
4727
4751
|
},
|
|
@@ -4753,12 +4777,12 @@
|
|
|
4753
4777
|
"type": "object",
|
|
4754
4778
|
"properties": {
|
|
4755
4779
|
"comment": {
|
|
4756
|
-
"$ref": "#/definitions/comment"
|
|
4780
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4757
4781
|
},
|
|
4758
4782
|
"context": {
|
|
4759
4783
|
"allOf": [
|
|
4760
4784
|
{
|
|
4761
|
-
"$ref": "#/definitions/context"
|
|
4785
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4762
4786
|
}
|
|
4763
4787
|
]
|
|
4764
4788
|
},
|
|
@@ -4766,28 +4790,28 @@
|
|
|
4766
4790
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4767
4791
|
"allOf": [
|
|
4768
4792
|
{
|
|
4769
|
-
"$ref": "#/definitions/documentation"
|
|
4793
|
+
"$ref": "#/definitions/type.documentation"
|
|
4770
4794
|
}
|
|
4771
4795
|
],
|
|
4772
4796
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4773
4797
|
},
|
|
4774
4798
|
"label": {
|
|
4775
|
-
"$ref": "#/definitions/label"
|
|
4799
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4776
4800
|
},
|
|
4777
4801
|
"hidden": {
|
|
4778
|
-
"$ref": "#/definitions/hidden"
|
|
4802
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4779
4803
|
},
|
|
4780
4804
|
"disabled": {
|
|
4781
|
-
"$ref": "#/definitions/disabled"
|
|
4805
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4782
4806
|
},
|
|
4783
4807
|
"instance_value": {
|
|
4784
|
-
"$ref": "#/definitions/instance_value"
|
|
4808
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4785
4809
|
},
|
|
4786
4810
|
"disable_instance_value_rehydration": {
|
|
4787
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4811
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4788
4812
|
},
|
|
4789
4813
|
"cascade": {
|
|
4790
|
-
"$ref": "#/definitions/cascade"
|
|
4814
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4791
4815
|
},
|
|
4792
4816
|
"type": {
|
|
4793
4817
|
"title": "Type",
|
|
@@ -4821,36 +4845,36 @@
|
|
|
4821
4845
|
"type": "boolean"
|
|
4822
4846
|
},
|
|
4823
4847
|
"max_length": {
|
|
4824
|
-
"$ref": "#/definitions/max_length"
|
|
4848
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4825
4849
|
},
|
|
4826
4850
|
"max_length_message": {
|
|
4827
|
-
"$ref": "#/definitions/max_length_message"
|
|
4851
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4828
4852
|
},
|
|
4829
4853
|
"min_length": {
|
|
4830
|
-
"$ref": "#/definitions/min_length"
|
|
4854
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4831
4855
|
},
|
|
4832
4856
|
"min_length_message": {
|
|
4833
|
-
"$ref": "#/definitions/min_length_message"
|
|
4857
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4834
4858
|
},
|
|
4835
4859
|
"pattern": {
|
|
4836
|
-
"$ref": "#/definitions/pattern"
|
|
4860
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4837
4861
|
},
|
|
4838
4862
|
"pattern_message": {
|
|
4839
|
-
"$ref": "#/definitions/pattern_message"
|
|
4863
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4840
4864
|
},
|
|
4841
4865
|
"pattern_flags": {
|
|
4842
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4866
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4843
4867
|
},
|
|
4844
4868
|
"required": {
|
|
4845
|
-
"$ref": "#/definitions/required"
|
|
4869
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4846
4870
|
},
|
|
4847
4871
|
"required_message": {
|
|
4848
|
-
"$ref": "#/definitions/required_message"
|
|
4872
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4849
4873
|
},
|
|
4850
4874
|
"empty_type": {
|
|
4851
4875
|
"allOf": [
|
|
4852
4876
|
{
|
|
4853
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4877
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4854
4878
|
}
|
|
4855
4879
|
]
|
|
4856
4880
|
},
|
|
@@ -4996,12 +5020,12 @@
|
|
|
4996
5020
|
"type": "object",
|
|
4997
5021
|
"properties": {
|
|
4998
5022
|
"comment": {
|
|
4999
|
-
"$ref": "#/definitions/comment"
|
|
5023
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5000
5024
|
},
|
|
5001
5025
|
"context": {
|
|
5002
5026
|
"allOf": [
|
|
5003
5027
|
{
|
|
5004
|
-
"$ref": "#/definitions/context"
|
|
5028
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5005
5029
|
}
|
|
5006
5030
|
]
|
|
5007
5031
|
},
|
|
@@ -5009,28 +5033,28 @@
|
|
|
5009
5033
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5010
5034
|
"allOf": [
|
|
5011
5035
|
{
|
|
5012
|
-
"$ref": "#/definitions/documentation"
|
|
5036
|
+
"$ref": "#/definitions/type.documentation"
|
|
5013
5037
|
}
|
|
5014
5038
|
],
|
|
5015
5039
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5016
5040
|
},
|
|
5017
5041
|
"label": {
|
|
5018
|
-
"$ref": "#/definitions/label"
|
|
5042
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5019
5043
|
},
|
|
5020
5044
|
"hidden": {
|
|
5021
|
-
"$ref": "#/definitions/hidden"
|
|
5045
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5022
5046
|
},
|
|
5023
5047
|
"disabled": {
|
|
5024
|
-
"$ref": "#/definitions/disabled"
|
|
5048
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5025
5049
|
},
|
|
5026
5050
|
"instance_value": {
|
|
5027
|
-
"$ref": "#/definitions/instance_value"
|
|
5051
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5028
5052
|
},
|
|
5029
5053
|
"disable_instance_value_rehydration": {
|
|
5030
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5054
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5031
5055
|
},
|
|
5032
5056
|
"cascade": {
|
|
5033
|
-
"$ref": "#/definitions/cascade"
|
|
5057
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5034
5058
|
},
|
|
5035
5059
|
"type": {
|
|
5036
5060
|
"title": "Type",
|
|
@@ -5044,36 +5068,36 @@
|
|
|
5044
5068
|
"type": "object",
|
|
5045
5069
|
"properties": {
|
|
5046
5070
|
"max_length": {
|
|
5047
|
-
"$ref": "#/definitions/max_length"
|
|
5071
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
5048
5072
|
},
|
|
5049
5073
|
"max_length_message": {
|
|
5050
|
-
"$ref": "#/definitions/max_length_message"
|
|
5074
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
5051
5075
|
},
|
|
5052
5076
|
"min_length": {
|
|
5053
|
-
"$ref": "#/definitions/min_length"
|
|
5077
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
5054
5078
|
},
|
|
5055
5079
|
"min_length_message": {
|
|
5056
|
-
"$ref": "#/definitions/min_length_message"
|
|
5080
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5057
5081
|
},
|
|
5058
5082
|
"pattern": {
|
|
5059
|
-
"$ref": "#/definitions/pattern"
|
|
5083
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5060
5084
|
},
|
|
5061
5085
|
"pattern_message": {
|
|
5062
|
-
"$ref": "#/definitions/pattern_message"
|
|
5086
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
5063
5087
|
},
|
|
5064
5088
|
"pattern_flags": {
|
|
5065
|
-
"$ref": "#/definitions/pattern_flags"
|
|
5089
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
5066
5090
|
},
|
|
5067
5091
|
"required": {
|
|
5068
|
-
"$ref": "#/definitions/required"
|
|
5092
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5069
5093
|
},
|
|
5070
5094
|
"required_message": {
|
|
5071
|
-
"$ref": "#/definitions/required_message"
|
|
5095
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5072
5096
|
},
|
|
5073
5097
|
"empty_type": {
|
|
5074
5098
|
"allOf": [
|
|
5075
5099
|
{
|
|
5076
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5100
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5077
5101
|
}
|
|
5078
5102
|
]
|
|
5079
5103
|
},
|
|
@@ -5110,12 +5134,12 @@
|
|
|
5110
5134
|
"type": "object",
|
|
5111
5135
|
"properties": {
|
|
5112
5136
|
"comment": {
|
|
5113
|
-
"$ref": "#/definitions/comment"
|
|
5137
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5114
5138
|
},
|
|
5115
5139
|
"context": {
|
|
5116
5140
|
"allOf": [
|
|
5117
5141
|
{
|
|
5118
|
-
"$ref": "#/definitions/context"
|
|
5142
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5119
5143
|
}
|
|
5120
5144
|
]
|
|
5121
5145
|
},
|
|
@@ -5123,28 +5147,28 @@
|
|
|
5123
5147
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5124
5148
|
"allOf": [
|
|
5125
5149
|
{
|
|
5126
|
-
"$ref": "#/definitions/documentation"
|
|
5150
|
+
"$ref": "#/definitions/type.documentation"
|
|
5127
5151
|
}
|
|
5128
5152
|
],
|
|
5129
5153
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5130
5154
|
},
|
|
5131
5155
|
"label": {
|
|
5132
|
-
"$ref": "#/definitions/label"
|
|
5156
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5133
5157
|
},
|
|
5134
5158
|
"hidden": {
|
|
5135
|
-
"$ref": "#/definitions/hidden"
|
|
5159
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5136
5160
|
},
|
|
5137
5161
|
"disabled": {
|
|
5138
|
-
"$ref": "#/definitions/disabled"
|
|
5162
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5139
5163
|
},
|
|
5140
5164
|
"instance_value": {
|
|
5141
|
-
"$ref": "#/definitions/instance_value"
|
|
5165
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5142
5166
|
},
|
|
5143
5167
|
"disable_instance_value_rehydration": {
|
|
5144
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5168
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5145
5169
|
},
|
|
5146
5170
|
"cascade": {
|
|
5147
|
-
"$ref": "#/definitions/cascade"
|
|
5171
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5148
5172
|
},
|
|
5149
5173
|
"type": {
|
|
5150
5174
|
"title": "Type",
|
|
@@ -5169,12 +5193,12 @@
|
|
|
5169
5193
|
"type": "object",
|
|
5170
5194
|
"properties": {
|
|
5171
5195
|
"comment": {
|
|
5172
|
-
"$ref": "#/definitions/comment"
|
|
5196
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5173
5197
|
},
|
|
5174
5198
|
"context": {
|
|
5175
5199
|
"allOf": [
|
|
5176
5200
|
{
|
|
5177
|
-
"$ref": "#/definitions/context"
|
|
5201
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5178
5202
|
}
|
|
5179
5203
|
]
|
|
5180
5204
|
},
|
|
@@ -5182,28 +5206,28 @@
|
|
|
5182
5206
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5183
5207
|
"allOf": [
|
|
5184
5208
|
{
|
|
5185
|
-
"$ref": "#/definitions/documentation"
|
|
5209
|
+
"$ref": "#/definitions/type.documentation"
|
|
5186
5210
|
}
|
|
5187
5211
|
],
|
|
5188
5212
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5189
5213
|
},
|
|
5190
5214
|
"label": {
|
|
5191
|
-
"$ref": "#/definitions/label"
|
|
5215
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5192
5216
|
},
|
|
5193
5217
|
"hidden": {
|
|
5194
|
-
"$ref": "#/definitions/hidden"
|
|
5218
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5195
5219
|
},
|
|
5196
5220
|
"disabled": {
|
|
5197
|
-
"$ref": "#/definitions/disabled"
|
|
5221
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5198
5222
|
},
|
|
5199
5223
|
"instance_value": {
|
|
5200
|
-
"$ref": "#/definitions/instance_value"
|
|
5224
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5201
5225
|
},
|
|
5202
5226
|
"disable_instance_value_rehydration": {
|
|
5203
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5227
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5204
5228
|
},
|
|
5205
5229
|
"cascade": {
|
|
5206
|
-
"$ref": "#/definitions/cascade"
|
|
5230
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5207
5231
|
},
|
|
5208
5232
|
"type": {
|
|
5209
5233
|
"title": "Type",
|
|
@@ -5217,40 +5241,40 @@
|
|
|
5217
5241
|
"type": "object",
|
|
5218
5242
|
"properties": {
|
|
5219
5243
|
"required": {
|
|
5220
|
-
"$ref": "#/definitions/required"
|
|
5244
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5221
5245
|
},
|
|
5222
5246
|
"required_message": {
|
|
5223
|
-
"$ref": "#/definitions/required_message"
|
|
5247
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5224
5248
|
},
|
|
5225
5249
|
"empty_type": {
|
|
5226
5250
|
"allOf": [
|
|
5227
5251
|
{
|
|
5228
|
-
"$ref": "#/definitions/empty_type_number"
|
|
5252
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
5229
5253
|
}
|
|
5230
5254
|
]
|
|
5231
5255
|
},
|
|
5232
5256
|
"min": {
|
|
5233
5257
|
"allOf": [
|
|
5234
5258
|
{
|
|
5235
|
-
"$ref": "#/definitions/min"
|
|
5259
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
5236
5260
|
}
|
|
5237
5261
|
]
|
|
5238
5262
|
},
|
|
5239
5263
|
"max": {
|
|
5240
5264
|
"allOf": [
|
|
5241
5265
|
{
|
|
5242
|
-
"$ref": "#/definitions/max"
|
|
5266
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
5243
5267
|
}
|
|
5244
5268
|
]
|
|
5245
5269
|
},
|
|
5246
5270
|
"step": {
|
|
5247
|
-
"$ref": "#/definitions/step"
|
|
5271
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
5248
5272
|
},
|
|
5249
5273
|
"min_message": {
|
|
5250
|
-
"$ref": "#/definitions/min_message"
|
|
5274
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
5251
5275
|
},
|
|
5252
5276
|
"max_message": {
|
|
5253
|
-
"$ref": "#/definitions/max_message"
|
|
5277
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
5254
5278
|
}
|
|
5255
5279
|
},
|
|
5256
5280
|
"additionalProperties": false,
|
|
@@ -5263,7 +5287,7 @@
|
|
|
5263
5287
|
"additionalProperties": false,
|
|
5264
5288
|
"markdownDescription": "Provides an editing interface for numeric values."
|
|
5265
5289
|
},
|
|
5266
|
-
"empty_type_number": {
|
|
5290
|
+
"type._inputs.*.options.empty_type_number": {
|
|
5267
5291
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5268
5292
|
"default": "null",
|
|
5269
5293
|
"type": "string",
|
|
@@ -5273,27 +5297,27 @@
|
|
|
5273
5297
|
],
|
|
5274
5298
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
5275
5299
|
},
|
|
5276
|
-
"min": {
|
|
5300
|
+
"type._inputs.*.options.min": {
|
|
5277
5301
|
"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.",
|
|
5278
5302
|
"type": "number",
|
|
5279
5303
|
"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."
|
|
5280
5304
|
},
|
|
5281
|
-
"max": {
|
|
5305
|
+
"type._inputs.*.options.max": {
|
|
5282
5306
|
"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.",
|
|
5283
5307
|
"type": "number",
|
|
5284
5308
|
"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."
|
|
5285
5309
|
},
|
|
5286
|
-
"step": {
|
|
5310
|
+
"type._inputs.*.options.step": {
|
|
5287
5311
|
"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`.",
|
|
5288
5312
|
"type": "number",
|
|
5289
5313
|
"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`."
|
|
5290
5314
|
},
|
|
5291
|
-
"min_message": {
|
|
5315
|
+
"type._inputs.*.options.min_message": {
|
|
5292
5316
|
"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`.",
|
|
5293
5317
|
"type": "string",
|
|
5294
5318
|
"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`."
|
|
5295
5319
|
},
|
|
5296
|
-
"max_message": {
|
|
5320
|
+
"type._inputs.*.options.max_message": {
|
|
5297
5321
|
"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`.",
|
|
5298
5322
|
"type": "string",
|
|
5299
5323
|
"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`."
|
|
@@ -5304,12 +5328,12 @@
|
|
|
5304
5328
|
"type": "object",
|
|
5305
5329
|
"properties": {
|
|
5306
5330
|
"comment": {
|
|
5307
|
-
"$ref": "#/definitions/comment"
|
|
5331
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5308
5332
|
},
|
|
5309
5333
|
"context": {
|
|
5310
5334
|
"allOf": [
|
|
5311
5335
|
{
|
|
5312
|
-
"$ref": "#/definitions/context"
|
|
5336
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5313
5337
|
}
|
|
5314
5338
|
]
|
|
5315
5339
|
},
|
|
@@ -5317,28 +5341,28 @@
|
|
|
5317
5341
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5318
5342
|
"allOf": [
|
|
5319
5343
|
{
|
|
5320
|
-
"$ref": "#/definitions/documentation"
|
|
5344
|
+
"$ref": "#/definitions/type.documentation"
|
|
5321
5345
|
}
|
|
5322
5346
|
],
|
|
5323
5347
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5324
5348
|
},
|
|
5325
5349
|
"label": {
|
|
5326
|
-
"$ref": "#/definitions/label"
|
|
5350
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5327
5351
|
},
|
|
5328
5352
|
"hidden": {
|
|
5329
|
-
"$ref": "#/definitions/hidden"
|
|
5353
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5330
5354
|
},
|
|
5331
5355
|
"disabled": {
|
|
5332
|
-
"$ref": "#/definitions/disabled"
|
|
5356
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5333
5357
|
},
|
|
5334
5358
|
"instance_value": {
|
|
5335
|
-
"$ref": "#/definitions/instance_value"
|
|
5359
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5336
5360
|
},
|
|
5337
5361
|
"disable_instance_value_rehydration": {
|
|
5338
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5362
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5339
5363
|
},
|
|
5340
5364
|
"cascade": {
|
|
5341
|
-
"$ref": "#/definitions/cascade"
|
|
5365
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5342
5366
|
},
|
|
5343
5367
|
"type": {
|
|
5344
5368
|
"title": "Type",
|
|
@@ -5352,32 +5376,32 @@
|
|
|
5352
5376
|
"type": "object",
|
|
5353
5377
|
"properties": {
|
|
5354
5378
|
"required": {
|
|
5355
|
-
"$ref": "#/definitions/required"
|
|
5379
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5356
5380
|
},
|
|
5357
5381
|
"required_message": {
|
|
5358
|
-
"$ref": "#/definitions/required_message"
|
|
5382
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5359
5383
|
},
|
|
5360
5384
|
"empty_type": {
|
|
5361
5385
|
"allOf": [
|
|
5362
5386
|
{
|
|
5363
|
-
"$ref": "#/definitions/empty_type_number"
|
|
5387
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
5364
5388
|
}
|
|
5365
5389
|
]
|
|
5366
5390
|
},
|
|
5367
5391
|
"min": {
|
|
5368
|
-
"$ref": "#/definitions/min"
|
|
5392
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
5369
5393
|
},
|
|
5370
5394
|
"max": {
|
|
5371
|
-
"$ref": "#/definitions/max"
|
|
5395
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
5372
5396
|
},
|
|
5373
5397
|
"step": {
|
|
5374
|
-
"$ref": "#/definitions/step"
|
|
5398
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
5375
5399
|
},
|
|
5376
5400
|
"min_message": {
|
|
5377
|
-
"$ref": "#/definitions/min_message"
|
|
5401
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
5378
5402
|
},
|
|
5379
5403
|
"max_message": {
|
|
5380
|
-
"$ref": "#/definitions/max_message"
|
|
5404
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
5381
5405
|
}
|
|
5382
5406
|
},
|
|
5383
5407
|
"required": [
|
|
@@ -5400,12 +5424,12 @@
|
|
|
5400
5424
|
"type": "object",
|
|
5401
5425
|
"properties": {
|
|
5402
5426
|
"comment": {
|
|
5403
|
-
"$ref": "#/definitions/comment"
|
|
5427
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5404
5428
|
},
|
|
5405
5429
|
"context": {
|
|
5406
5430
|
"allOf": [
|
|
5407
5431
|
{
|
|
5408
|
-
"$ref": "#/definitions/context"
|
|
5432
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5409
5433
|
}
|
|
5410
5434
|
]
|
|
5411
5435
|
},
|
|
@@ -5413,28 +5437,28 @@
|
|
|
5413
5437
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5414
5438
|
"allOf": [
|
|
5415
5439
|
{
|
|
5416
|
-
"$ref": "#/definitions/documentation"
|
|
5440
|
+
"$ref": "#/definitions/type.documentation"
|
|
5417
5441
|
}
|
|
5418
5442
|
],
|
|
5419
5443
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5420
5444
|
},
|
|
5421
5445
|
"label": {
|
|
5422
|
-
"$ref": "#/definitions/label"
|
|
5446
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5423
5447
|
},
|
|
5424
5448
|
"hidden": {
|
|
5425
|
-
"$ref": "#/definitions/hidden"
|
|
5449
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5426
5450
|
},
|
|
5427
5451
|
"disabled": {
|
|
5428
|
-
"$ref": "#/definitions/disabled"
|
|
5452
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5429
5453
|
},
|
|
5430
5454
|
"instance_value": {
|
|
5431
|
-
"$ref": "#/definitions/instance_value"
|
|
5455
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5432
5456
|
},
|
|
5433
5457
|
"disable_instance_value_rehydration": {
|
|
5434
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5458
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5435
5459
|
},
|
|
5436
5460
|
"cascade": {
|
|
5437
|
-
"$ref": "#/definitions/cascade"
|
|
5461
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5438
5462
|
},
|
|
5439
5463
|
"type": {
|
|
5440
5464
|
"title": "Type",
|
|
@@ -5451,31 +5475,31 @@
|
|
|
5451
5475
|
"type": "object",
|
|
5452
5476
|
"properties": {
|
|
5453
5477
|
"mime_type": {
|
|
5454
|
-
"$ref": "#/definitions/mime_type"
|
|
5478
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
5455
5479
|
},
|
|
5456
5480
|
"resize_style": {
|
|
5457
|
-
"$ref": "#/definitions/resize_style"
|
|
5481
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
5458
5482
|
},
|
|
5459
5483
|
"width": {
|
|
5460
|
-
"$ref": "#/definitions/width"
|
|
5484
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
5461
5485
|
},
|
|
5462
5486
|
"height": {
|
|
5463
|
-
"$ref": "#/definitions/height"
|
|
5487
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
5464
5488
|
},
|
|
5465
5489
|
"expandable": {
|
|
5466
|
-
"$ref": "#/definitions/expandable"
|
|
5490
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
5467
5491
|
},
|
|
5468
5492
|
"image_size_attributes": {
|
|
5469
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
5493
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
5470
5494
|
},
|
|
5471
5495
|
"allowed_sources": {
|
|
5472
|
-
"$ref": "#/definitions/allowed_sources"
|
|
5496
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
5473
5497
|
},
|
|
5474
5498
|
"prevent_resize_existing_files": {
|
|
5475
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
5499
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
5476
5500
|
},
|
|
5477
5501
|
"sizes": {
|
|
5478
|
-
"$ref": "#/definitions/sizes"
|
|
5502
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
5479
5503
|
},
|
|
5480
5504
|
"paths": {
|
|
5481
5505
|
"allOf": [
|
|
@@ -5485,138 +5509,138 @@
|
|
|
5485
5509
|
]
|
|
5486
5510
|
},
|
|
5487
5511
|
"bold": {
|
|
5488
|
-
"$ref": "#/definitions/bold"
|
|
5512
|
+
"$ref": "#/definitions/type._editables.*.bold"
|
|
5489
5513
|
},
|
|
5490
5514
|
"copyformatting": {
|
|
5491
|
-
"$ref": "#/definitions/copyformatting"
|
|
5515
|
+
"$ref": "#/definitions/type._editables.*.copyformatting"
|
|
5492
5516
|
},
|
|
5493
5517
|
"italic": {
|
|
5494
|
-
"$ref": "#/definitions/italic"
|
|
5518
|
+
"$ref": "#/definitions/type._editables.*.italic"
|
|
5495
5519
|
},
|
|
5496
5520
|
"link": {
|
|
5497
|
-
"$ref": "#/definitions/link"
|
|
5521
|
+
"$ref": "#/definitions/type._editables.*.link"
|
|
5498
5522
|
},
|
|
5499
5523
|
"redo": {
|
|
5500
|
-
"$ref": "#/definitions/redo"
|
|
5524
|
+
"$ref": "#/definitions/type._editables.*.redo"
|
|
5501
5525
|
},
|
|
5502
5526
|
"removeformat": {
|
|
5503
|
-
"$ref": "#/definitions/removeformat"
|
|
5527
|
+
"$ref": "#/definitions/type._editables.*.removeformat"
|
|
5504
5528
|
},
|
|
5505
5529
|
"strike": {
|
|
5506
|
-
"$ref": "#/definitions/strike"
|
|
5530
|
+
"$ref": "#/definitions/type._editables.*.strike"
|
|
5507
5531
|
},
|
|
5508
5532
|
"subscript": {
|
|
5509
|
-
"$ref": "#/definitions/subscript"
|
|
5533
|
+
"$ref": "#/definitions/type._editables.*.subscript"
|
|
5510
5534
|
},
|
|
5511
5535
|
"superscript": {
|
|
5512
|
-
"$ref": "#/definitions/superscript"
|
|
5536
|
+
"$ref": "#/definitions/type._editables.*.superscript"
|
|
5513
5537
|
},
|
|
5514
5538
|
"underline": {
|
|
5515
|
-
"$ref": "#/definitions/underline"
|
|
5539
|
+
"$ref": "#/definitions/type._editables.*.underline"
|
|
5516
5540
|
},
|
|
5517
5541
|
"undo": {
|
|
5518
|
-
"$ref": "#/definitions/undo"
|
|
5542
|
+
"$ref": "#/definitions/type._editables.*.undo"
|
|
5519
5543
|
},
|
|
5520
5544
|
"remove_custom_markup": {
|
|
5521
|
-
"$ref": "#/definitions/remove_custom_markup"
|
|
5545
|
+
"$ref": "#/definitions/type._editables.*.remove_custom_markup"
|
|
5522
5546
|
},
|
|
5523
5547
|
"allow_custom_markup": {
|
|
5524
|
-
"$ref": "#/definitions/allow_custom_markup"
|
|
5548
|
+
"$ref": "#/definitions/type._editables.*.allow_custom_markup"
|
|
5525
5549
|
},
|
|
5526
5550
|
"blockquote": {
|
|
5527
|
-
"$ref": "#/definitions/blockquote"
|
|
5551
|
+
"$ref": "#/definitions/type._editables.*.blockquote"
|
|
5528
5552
|
},
|
|
5529
5553
|
"bulletedlist": {
|
|
5530
|
-
"$ref": "#/definitions/bulletedlist"
|
|
5554
|
+
"$ref": "#/definitions/type._editables.*.bulletedlist"
|
|
5531
5555
|
},
|
|
5532
5556
|
"center": {
|
|
5533
|
-
"$ref": "#/definitions/center"
|
|
5557
|
+
"$ref": "#/definitions/type._editables.*.center"
|
|
5534
5558
|
},
|
|
5535
5559
|
"code_inline": {
|
|
5536
|
-
"$ref": "#/definitions/code_inline"
|
|
5560
|
+
"$ref": "#/definitions/type._editables.*.code_inline"
|
|
5537
5561
|
},
|
|
5538
5562
|
"code_block": {
|
|
5539
|
-
"$ref": "#/definitions/code_block"
|
|
5563
|
+
"$ref": "#/definitions/type._editables.*.code_block"
|
|
5540
5564
|
},
|
|
5541
5565
|
"code": {
|
|
5542
|
-
"$ref": "#/definitions/code"
|
|
5566
|
+
"$ref": "#/definitions/type._editables.*.code"
|
|
5543
5567
|
},
|
|
5544
5568
|
"embed": {
|
|
5545
|
-
"$ref": "#/definitions/embed"
|
|
5569
|
+
"$ref": "#/definitions/type._editables.*.embed"
|
|
5546
5570
|
},
|
|
5547
5571
|
"format": {
|
|
5548
|
-
"$ref": "#/definitions/format"
|
|
5572
|
+
"$ref": "#/definitions/type._editables.*.format"
|
|
5549
5573
|
},
|
|
5550
5574
|
"horizontalrule": {
|
|
5551
|
-
"$ref": "#/definitions/horizontalrule"
|
|
5575
|
+
"$ref": "#/definitions/type._editables.*.horizontalrule"
|
|
5552
5576
|
},
|
|
5553
5577
|
"image": {
|
|
5554
|
-
"$ref": "#/definitions/image"
|
|
5578
|
+
"$ref": "#/definitions/type._editables.*.image"
|
|
5555
5579
|
},
|
|
5556
5580
|
"indent": {
|
|
5557
|
-
"$ref": "#/definitions/indent"
|
|
5581
|
+
"$ref": "#/definitions/type._editables.*.indent"
|
|
5558
5582
|
},
|
|
5559
5583
|
"justify": {
|
|
5560
|
-
"$ref": "#/definitions/justify"
|
|
5584
|
+
"$ref": "#/definitions/type._editables.*.justify"
|
|
5561
5585
|
},
|
|
5562
5586
|
"left": {
|
|
5563
|
-
"$ref": "#/definitions/left"
|
|
5587
|
+
"$ref": "#/definitions/type._editables.*.left"
|
|
5564
5588
|
},
|
|
5565
5589
|
"numberedlist": {
|
|
5566
|
-
"$ref": "#/definitions/numberedlist"
|
|
5590
|
+
"$ref": "#/definitions/type._editables.*.numberedlist"
|
|
5567
5591
|
},
|
|
5568
5592
|
"outdent": {
|
|
5569
|
-
"$ref": "#/definitions/outdent"
|
|
5593
|
+
"$ref": "#/definitions/type._editables.*.outdent"
|
|
5570
5594
|
},
|
|
5571
5595
|
"right": {
|
|
5572
|
-
"$ref": "#/definitions/right"
|
|
5596
|
+
"$ref": "#/definitions/type._editables.*.right"
|
|
5573
5597
|
},
|
|
5574
5598
|
"snippet": {
|
|
5575
|
-
"$ref": "#/definitions/snippet"
|
|
5599
|
+
"$ref": "#/definitions/type._editables.*.snippet"
|
|
5576
5600
|
},
|
|
5577
5601
|
"styles": {
|
|
5578
|
-
"$ref": "#/definitions/styles"
|
|
5602
|
+
"$ref": "#/definitions/type._editables.*.styles"
|
|
5579
5603
|
},
|
|
5580
5604
|
"table": {
|
|
5581
|
-
"$ref": "#/definitions/table"
|
|
5605
|
+
"$ref": "#/definitions/type._editables.*.table"
|
|
5582
5606
|
},
|
|
5583
5607
|
"join_above": {
|
|
5584
|
-
"$ref": "#/definitions/join_above"
|
|
5608
|
+
"$ref": "#/definitions/type._editables.*.join_above"
|
|
5585
5609
|
},
|
|
5586
5610
|
"join_below": {
|
|
5587
|
-
"$ref": "#/definitions/join_below"
|
|
5611
|
+
"$ref": "#/definitions/type._editables.*.join_below"
|
|
5588
5612
|
},
|
|
5589
5613
|
"max_length": {
|
|
5590
|
-
"$ref": "#/definitions/max_length"
|
|
5614
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
5591
5615
|
},
|
|
5592
5616
|
"max_length_message": {
|
|
5593
|
-
"$ref": "#/definitions/max_length_message"
|
|
5617
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
5594
5618
|
},
|
|
5595
5619
|
"min_length": {
|
|
5596
|
-
"$ref": "#/definitions/min_length"
|
|
5620
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
5597
5621
|
},
|
|
5598
5622
|
"min_length_message": {
|
|
5599
|
-
"$ref": "#/definitions/min_length_message"
|
|
5623
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5600
5624
|
},
|
|
5601
5625
|
"pattern": {
|
|
5602
|
-
"$ref": "#/definitions/pattern"
|
|
5626
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5603
5627
|
},
|
|
5604
5628
|
"pattern_message": {
|
|
5605
|
-
"$ref": "#/definitions/pattern_message"
|
|
5629
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
5606
5630
|
},
|
|
5607
5631
|
"pattern_flags": {
|
|
5608
|
-
"$ref": "#/definitions/pattern_flags"
|
|
5632
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
5609
5633
|
},
|
|
5610
5634
|
"required": {
|
|
5611
|
-
"$ref": "#/definitions/required"
|
|
5635
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5612
5636
|
},
|
|
5613
5637
|
"required_message": {
|
|
5614
|
-
"$ref": "#/definitions/required_message"
|
|
5638
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5615
5639
|
},
|
|
5616
5640
|
"empty_type": {
|
|
5617
5641
|
"allOf": [
|
|
5618
5642
|
{
|
|
5619
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5643
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5620
5644
|
}
|
|
5621
5645
|
]
|
|
5622
5646
|
},
|
|
@@ -5642,7 +5666,7 @@
|
|
|
5642
5666
|
"additionalProperties": false,
|
|
5643
5667
|
"markdownDescription": "Provides an editing interface for HTML markup content."
|
|
5644
5668
|
},
|
|
5645
|
-
"mime_type": {
|
|
5669
|
+
"type._inputs.*.options.mime_type": {
|
|
5646
5670
|
"title": "Mime Type",
|
|
5647
5671
|
"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.",
|
|
5648
5672
|
"type": "string",
|
|
@@ -5653,7 +5677,7 @@
|
|
|
5653
5677
|
],
|
|
5654
5678
|
"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."
|
|
5655
5679
|
},
|
|
5656
|
-
"resize_style": {
|
|
5680
|
+
"type._inputs.*.options.resize_style": {
|
|
5657
5681
|
"title": "Resize Style",
|
|
5658
5682
|
"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.",
|
|
5659
5683
|
"default": "contain",
|
|
@@ -5666,33 +5690,33 @@
|
|
|
5666
5690
|
],
|
|
5667
5691
|
"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."
|
|
5668
5692
|
},
|
|
5669
|
-
"width": {
|
|
5693
|
+
"type._inputs.*.options.width": {
|
|
5670
5694
|
"title": "Width",
|
|
5671
5695
|
"description": "Defines the width of the bounding box used in the image resizing process defined with resize_style.",
|
|
5672
5696
|
"type": "number",
|
|
5673
5697
|
"markdownDescription": "Defines the width of the bounding box used in the image resizing process defined with resize_style."
|
|
5674
5698
|
},
|
|
5675
|
-
"height": {
|
|
5699
|
+
"type._inputs.*.options.height": {
|
|
5676
5700
|
"title": "Height",
|
|
5677
5701
|
"description": "Defines the height of the bounding box used in the image resizing process defined with resize_style.",
|
|
5678
5702
|
"type": "number",
|
|
5679
5703
|
"markdownDescription": "Defines the height of the bounding box used in the image resizing process defined with resize_style."
|
|
5680
5704
|
},
|
|
5681
|
-
"expandable": {
|
|
5705
|
+
"type._inputs.*.options.expandable": {
|
|
5682
5706
|
"title": "Expandable",
|
|
5683
5707
|
"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.",
|
|
5684
5708
|
"default": false,
|
|
5685
5709
|
"type": "boolean",
|
|
5686
5710
|
"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."
|
|
5687
5711
|
},
|
|
5688
|
-
"image_size_attributes": {
|
|
5712
|
+
"type._inputs.*.options.image_size_attributes": {
|
|
5689
5713
|
"title": "Image Size Attributes",
|
|
5690
5714
|
"description": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads.",
|
|
5691
5715
|
"default": true,
|
|
5692
5716
|
"type": "boolean",
|
|
5693
5717
|
"markdownDescription": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads."
|
|
5694
5718
|
},
|
|
5695
|
-
"allowed_sources": {
|
|
5719
|
+
"type._inputs.*.options.allowed_sources": {
|
|
5696
5720
|
"title": "Allowed Sources",
|
|
5697
5721
|
"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.",
|
|
5698
5722
|
"type": "array",
|
|
@@ -5701,14 +5725,14 @@
|
|
|
5701
5725
|
},
|
|
5702
5726
|
"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."
|
|
5703
5727
|
},
|
|
5704
|
-
"prevent_resize_existing_files": {
|
|
5728
|
+
"type._inputs.*.options.prevent_resize_existing_files": {
|
|
5705
5729
|
"title": "Prevent Resize Existing Files",
|
|
5706
5730
|
"description": "Enable to skip the image resizing process configured for this input when selecting existing images.",
|
|
5707
5731
|
"default": false,
|
|
5708
5732
|
"type": "boolean",
|
|
5709
5733
|
"markdownDescription": "Enable to skip the image resizing process configured for this input when selecting existing images."
|
|
5710
5734
|
},
|
|
5711
|
-
"sizes": {
|
|
5735
|
+
"type._inputs.*.options.sizes": {
|
|
5712
5736
|
"title": "Sizes",
|
|
5713
5737
|
"description": "Definitions for creating additional images of different sizes when uploading or selecting existing files.",
|
|
5714
5738
|
"type": "array",
|
|
@@ -5783,198 +5807,198 @@
|
|
|
5783
5807
|
"paths.uploads_use_relative_path": {
|
|
5784
5808
|
"type": "boolean"
|
|
5785
5809
|
},
|
|
5786
|
-
"bold": {
|
|
5810
|
+
"type._editables.*.bold": {
|
|
5787
5811
|
"description": "Enables a control to set selected text to bold.",
|
|
5788
5812
|
"default": true,
|
|
5789
5813
|
"type": "boolean",
|
|
5790
5814
|
"markdownDescription": "Enables a control to set selected text to bold."
|
|
5791
5815
|
},
|
|
5792
|
-
"copyformatting": {
|
|
5816
|
+
"type._editables.*.copyformatting": {
|
|
5793
5817
|
"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.",
|
|
5794
5818
|
"default": false,
|
|
5795
5819
|
"type": "boolean",
|
|
5796
5820
|
"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."
|
|
5797
5821
|
},
|
|
5798
|
-
"italic": {
|
|
5822
|
+
"type._editables.*.italic": {
|
|
5799
5823
|
"description": "Enables a control to italicize selected text.",
|
|
5800
5824
|
"default": true,
|
|
5801
5825
|
"type": "boolean",
|
|
5802
5826
|
"markdownDescription": "Enables a control to italicize selected text."
|
|
5803
5827
|
},
|
|
5804
|
-
"link": {
|
|
5828
|
+
"type._editables.*.link": {
|
|
5805
5829
|
"description": "Enables a control to create hyperlinks around selected text.",
|
|
5806
5830
|
"default": true,
|
|
5807
5831
|
"type": "boolean",
|
|
5808
5832
|
"markdownDescription": "Enables a control to create hyperlinks around selected text."
|
|
5809
5833
|
},
|
|
5810
|
-
"redo": {
|
|
5834
|
+
"type._editables.*.redo": {
|
|
5811
5835
|
"description": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
5812
5836
|
"default": false,
|
|
5813
5837
|
"type": "boolean",
|
|
5814
5838
|
"markdownDescription": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts."
|
|
5815
5839
|
},
|
|
5816
|
-
"removeformat": {
|
|
5840
|
+
"type._editables.*.removeformat": {
|
|
5817
5841
|
"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.",
|
|
5818
5842
|
"default": true,
|
|
5819
5843
|
"type": "boolean",
|
|
5820
5844
|
"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."
|
|
5821
5845
|
},
|
|
5822
|
-
"strike": {
|
|
5846
|
+
"type._editables.*.strike": {
|
|
5823
5847
|
"description": "Enables a control to strike selected text.",
|
|
5824
5848
|
"default": false,
|
|
5825
5849
|
"type": "boolean",
|
|
5826
5850
|
"markdownDescription": "Enables a control to strike selected text."
|
|
5827
5851
|
},
|
|
5828
|
-
"subscript": {
|
|
5852
|
+
"type._editables.*.subscript": {
|
|
5829
5853
|
"description": "Enables a control to set selected text to subscript.",
|
|
5830
5854
|
"default": false,
|
|
5831
5855
|
"type": "boolean",
|
|
5832
5856
|
"markdownDescription": "Enables a control to set selected text to subscript."
|
|
5833
5857
|
},
|
|
5834
|
-
"superscript": {
|
|
5858
|
+
"type._editables.*.superscript": {
|
|
5835
5859
|
"description": "Enables a control to set selected text to superscript.",
|
|
5836
5860
|
"default": false,
|
|
5837
5861
|
"type": "boolean",
|
|
5838
5862
|
"markdownDescription": "Enables a control to set selected text to superscript."
|
|
5839
5863
|
},
|
|
5840
|
-
"underline": {
|
|
5864
|
+
"type._editables.*.underline": {
|
|
5841
5865
|
"description": "Enables a control to underline selected text.",
|
|
5842
5866
|
"default": false,
|
|
5843
5867
|
"type": "boolean",
|
|
5844
5868
|
"markdownDescription": "Enables a control to underline selected text."
|
|
5845
5869
|
},
|
|
5846
|
-
"undo": {
|
|
5870
|
+
"type._editables.*.undo": {
|
|
5847
5871
|
"description": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
5848
5872
|
"default": false,
|
|
5849
5873
|
"type": "boolean",
|
|
5850
5874
|
"markdownDescription": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts."
|
|
5851
5875
|
},
|
|
5852
|
-
"remove_custom_markup": {
|
|
5876
|
+
"type._editables.*.remove_custom_markup": {
|
|
5853
5877
|
"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.",
|
|
5854
5878
|
"type": "boolean",
|
|
5855
5879
|
"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."
|
|
5856
5880
|
},
|
|
5857
|
-
"allow_custom_markup": {
|
|
5881
|
+
"type._editables.*.allow_custom_markup": {
|
|
5858
5882
|
"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.",
|
|
5859
5883
|
"type": "boolean",
|
|
5860
5884
|
"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."
|
|
5861
5885
|
},
|
|
5862
|
-
"blockquote": {
|
|
5886
|
+
"type._editables.*.blockquote": {
|
|
5863
5887
|
"description": "Enables a control to wrap blocks of text in block quotes.",
|
|
5864
5888
|
"default": true,
|
|
5865
5889
|
"type": "boolean",
|
|
5866
5890
|
"markdownDescription": "Enables a control to wrap blocks of text in block quotes."
|
|
5867
5891
|
},
|
|
5868
|
-
"bulletedlist": {
|
|
5892
|
+
"type._editables.*.bulletedlist": {
|
|
5869
5893
|
"description": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.",
|
|
5870
5894
|
"default": true,
|
|
5871
5895
|
"type": "boolean",
|
|
5872
5896
|
"markdownDescription": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list."
|
|
5873
5897
|
},
|
|
5874
|
-
"center": {
|
|
5898
|
+
"type._editables.*.center": {
|
|
5875
5899
|
"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.",
|
|
5876
5900
|
"type": "string",
|
|
5877
5901
|
"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."
|
|
5878
5902
|
},
|
|
5879
|
-
"code_inline": {
|
|
5903
|
+
"type._editables.*.code_inline": {
|
|
5880
5904
|
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
5881
5905
|
"default": false,
|
|
5882
5906
|
"type": "boolean",
|
|
5883
5907
|
"markdownDescription": "Enables a control to create an inline code element, containing any selected text."
|
|
5884
5908
|
},
|
|
5885
|
-
"code_block": {
|
|
5909
|
+
"type._editables.*.code_block": {
|
|
5886
5910
|
"description": "Enables a control to insert a code block.",
|
|
5887
5911
|
"default": false,
|
|
5888
5912
|
"type": "boolean",
|
|
5889
5913
|
"markdownDescription": "Enables a control to insert a code block."
|
|
5890
5914
|
},
|
|
5891
|
-
"code": {
|
|
5915
|
+
"type._editables.*.code": {
|
|
5892
5916
|
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5893
5917
|
"default": false,
|
|
5894
5918
|
"type": "boolean",
|
|
5895
5919
|
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`."
|
|
5896
5920
|
},
|
|
5897
|
-
"embed": {
|
|
5921
|
+
"type._editables.*.embed": {
|
|
5898
5922
|
"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.",
|
|
5899
5923
|
"default": false,
|
|
5900
5924
|
"type": "boolean",
|
|
5901
5925
|
"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."
|
|
5902
5926
|
},
|
|
5903
|
-
"format": {
|
|
5927
|
+
"type._editables.*.format": {
|
|
5904
5928
|
"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\").",
|
|
5905
5929
|
"default": "p h1 h2 h3 h4 h5 h6",
|
|
5906
5930
|
"type": "string",
|
|
5907
5931
|
"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\")."
|
|
5908
5932
|
},
|
|
5909
|
-
"horizontalrule": {
|
|
5933
|
+
"type._editables.*.horizontalrule": {
|
|
5910
5934
|
"description": "Enables a control to insert a horizontal rule.",
|
|
5911
5935
|
"default": false,
|
|
5912
5936
|
"type": "boolean",
|
|
5913
5937
|
"markdownDescription": "Enables a control to insert a horizontal rule."
|
|
5914
5938
|
},
|
|
5915
|
-
"image": {
|
|
5939
|
+
"type._editables.*.image": {
|
|
5916
5940
|
"description": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
|
|
5917
5941
|
"default": true,
|
|
5918
5942
|
"type": "boolean",
|
|
5919
5943
|
"markdownDescription": "Enables a control to insert an image. The image can be uploaded, existing or an external link."
|
|
5920
5944
|
},
|
|
5921
|
-
"indent": {
|
|
5945
|
+
"type._editables.*.indent": {
|
|
5922
5946
|
"description": "Enables a control to increase indentation for numbered and unordered lists.",
|
|
5923
5947
|
"default": false,
|
|
5924
5948
|
"type": "boolean",
|
|
5925
5949
|
"markdownDescription": "Enables a control to increase indentation for numbered and unordered lists."
|
|
5926
5950
|
},
|
|
5927
|
-
"justify": {
|
|
5951
|
+
"type._editables.*.justify": {
|
|
5928
5952
|
"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.",
|
|
5929
5953
|
"type": "string",
|
|
5930
5954
|
"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."
|
|
5931
5955
|
},
|
|
5932
|
-
"left": {
|
|
5956
|
+
"type._editables.*.left": {
|
|
5933
5957
|
"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.",
|
|
5934
5958
|
"type": "string",
|
|
5935
5959
|
"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."
|
|
5936
5960
|
},
|
|
5937
|
-
"numberedlist": {
|
|
5961
|
+
"type._editables.*.numberedlist": {
|
|
5938
5962
|
"description": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.",
|
|
5939
5963
|
"default": true,
|
|
5940
5964
|
"type": "boolean",
|
|
5941
5965
|
"markdownDescription": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list."
|
|
5942
5966
|
},
|
|
5943
|
-
"outdent": {
|
|
5967
|
+
"type._editables.*.outdent": {
|
|
5944
5968
|
"description": "Enables a control to reduce indentation for numbered and unordered lists.",
|
|
5945
5969
|
"default": false,
|
|
5946
5970
|
"type": "boolean",
|
|
5947
5971
|
"markdownDescription": "Enables a control to reduce indentation for numbered and unordered lists."
|
|
5948
5972
|
},
|
|
5949
|
-
"right": {
|
|
5973
|
+
"type._editables.*.right": {
|
|
5950
5974
|
"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.",
|
|
5951
5975
|
"type": "string",
|
|
5952
5976
|
"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."
|
|
5953
5977
|
},
|
|
5954
|
-
"snippet": {
|
|
5978
|
+
"type._editables.*.snippet": {
|
|
5955
5979
|
"description": "Enables a control to insert snippets, if any are available.",
|
|
5956
5980
|
"default": true,
|
|
5957
5981
|
"type": "boolean",
|
|
5958
5982
|
"markdownDescription": "Enables a control to insert snippets, if any are available."
|
|
5959
5983
|
},
|
|
5960
|
-
"styles": {
|
|
5984
|
+
"type._editables.*.styles": {
|
|
5961
5985
|
"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.",
|
|
5962
5986
|
"type": "string",
|
|
5963
5987
|
"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."
|
|
5964
5988
|
},
|
|
5965
|
-
"table": {
|
|
5989
|
+
"type._editables.*.table": {
|
|
5966
5990
|
"description": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.",
|
|
5967
5991
|
"default": false,
|
|
5968
5992
|
"type": "boolean",
|
|
5969
5993
|
"markdownDescription": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor."
|
|
5970
5994
|
},
|
|
5971
|
-
"join_above": {
|
|
5995
|
+
"type._editables.*.join_above": {
|
|
5972
5996
|
"description": "Enables a control to join the selected block with the block above it.",
|
|
5973
5997
|
"default": false,
|
|
5974
5998
|
"type": "boolean",
|
|
5975
5999
|
"markdownDescription": "Enables a control to join the selected block with the block above it."
|
|
5976
6000
|
},
|
|
5977
|
-
"join_below": {
|
|
6001
|
+
"type._editables.*.join_below": {
|
|
5978
6002
|
"description": "Enables a control to join the selected block with the block below it.",
|
|
5979
6003
|
"default": false,
|
|
5980
6004
|
"type": "boolean",
|
|
@@ -5986,12 +6010,12 @@
|
|
|
5986
6010
|
"type": "object",
|
|
5987
6011
|
"properties": {
|
|
5988
6012
|
"comment": {
|
|
5989
|
-
"$ref": "#/definitions/comment"
|
|
6013
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5990
6014
|
},
|
|
5991
6015
|
"context": {
|
|
5992
6016
|
"allOf": [
|
|
5993
6017
|
{
|
|
5994
|
-
"$ref": "#/definitions/context"
|
|
6018
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5995
6019
|
}
|
|
5996
6020
|
]
|
|
5997
6021
|
},
|
|
@@ -5999,28 +6023,28 @@
|
|
|
5999
6023
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6000
6024
|
"allOf": [
|
|
6001
6025
|
{
|
|
6002
|
-
"$ref": "#/definitions/documentation"
|
|
6026
|
+
"$ref": "#/definitions/type.documentation"
|
|
6003
6027
|
}
|
|
6004
6028
|
],
|
|
6005
6029
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6006
6030
|
},
|
|
6007
6031
|
"label": {
|
|
6008
|
-
"$ref": "#/definitions/label"
|
|
6032
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6009
6033
|
},
|
|
6010
6034
|
"hidden": {
|
|
6011
|
-
"$ref": "#/definitions/hidden"
|
|
6035
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6012
6036
|
},
|
|
6013
6037
|
"disabled": {
|
|
6014
|
-
"$ref": "#/definitions/disabled"
|
|
6038
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6015
6039
|
},
|
|
6016
6040
|
"instance_value": {
|
|
6017
|
-
"$ref": "#/definitions/instance_value"
|
|
6041
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6018
6042
|
},
|
|
6019
6043
|
"disable_instance_value_rehydration": {
|
|
6020
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6044
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6021
6045
|
},
|
|
6022
6046
|
"cascade": {
|
|
6023
|
-
"$ref": "#/definitions/cascade"
|
|
6047
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6024
6048
|
},
|
|
6025
6049
|
"type": {
|
|
6026
6050
|
"title": "Type",
|
|
@@ -6037,15 +6061,15 @@
|
|
|
6037
6061
|
"type": "object",
|
|
6038
6062
|
"properties": {
|
|
6039
6063
|
"required": {
|
|
6040
|
-
"$ref": "#/definitions/required"
|
|
6064
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6041
6065
|
},
|
|
6042
6066
|
"required_message": {
|
|
6043
|
-
"$ref": "#/definitions/required_message"
|
|
6067
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6044
6068
|
},
|
|
6045
6069
|
"empty_type": {
|
|
6046
6070
|
"allOf": [
|
|
6047
6071
|
{
|
|
6048
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6072
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6049
6073
|
}
|
|
6050
6074
|
]
|
|
6051
6075
|
},
|
|
@@ -6716,12 +6740,12 @@
|
|
|
6716
6740
|
"type": "object",
|
|
6717
6741
|
"properties": {
|
|
6718
6742
|
"comment": {
|
|
6719
|
-
"$ref": "#/definitions/comment"
|
|
6743
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6720
6744
|
},
|
|
6721
6745
|
"context": {
|
|
6722
6746
|
"allOf": [
|
|
6723
6747
|
{
|
|
6724
|
-
"$ref": "#/definitions/context"
|
|
6748
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6725
6749
|
}
|
|
6726
6750
|
]
|
|
6727
6751
|
},
|
|
@@ -6729,28 +6753,28 @@
|
|
|
6729
6753
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6730
6754
|
"allOf": [
|
|
6731
6755
|
{
|
|
6732
|
-
"$ref": "#/definitions/documentation"
|
|
6756
|
+
"$ref": "#/definitions/type.documentation"
|
|
6733
6757
|
}
|
|
6734
6758
|
],
|
|
6735
6759
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6736
6760
|
},
|
|
6737
6761
|
"label": {
|
|
6738
|
-
"$ref": "#/definitions/label"
|
|
6762
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6739
6763
|
},
|
|
6740
6764
|
"hidden": {
|
|
6741
|
-
"$ref": "#/definitions/hidden"
|
|
6765
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6742
6766
|
},
|
|
6743
6767
|
"disabled": {
|
|
6744
|
-
"$ref": "#/definitions/disabled"
|
|
6768
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6745
6769
|
},
|
|
6746
6770
|
"instance_value": {
|
|
6747
|
-
"$ref": "#/definitions/instance_value"
|
|
6771
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6748
6772
|
},
|
|
6749
6773
|
"disable_instance_value_rehydration": {
|
|
6750
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6774
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6751
6775
|
},
|
|
6752
6776
|
"cascade": {
|
|
6753
|
-
"$ref": "#/definitions/cascade"
|
|
6777
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6754
6778
|
},
|
|
6755
6779
|
"type": {
|
|
6756
6780
|
"title": "Type",
|
|
@@ -6764,15 +6788,15 @@
|
|
|
6764
6788
|
"type": "object",
|
|
6765
6789
|
"properties": {
|
|
6766
6790
|
"required": {
|
|
6767
|
-
"$ref": "#/definitions/required"
|
|
6791
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6768
6792
|
},
|
|
6769
6793
|
"required_message": {
|
|
6770
|
-
"$ref": "#/definitions/required_message"
|
|
6794
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6771
6795
|
},
|
|
6772
6796
|
"empty_type": {
|
|
6773
6797
|
"allOf": [
|
|
6774
6798
|
{
|
|
6775
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6799
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6776
6800
|
}
|
|
6777
6801
|
]
|
|
6778
6802
|
}
|
|
@@ -6793,12 +6817,12 @@
|
|
|
6793
6817
|
"type": "object",
|
|
6794
6818
|
"properties": {
|
|
6795
6819
|
"comment": {
|
|
6796
|
-
"$ref": "#/definitions/comment"
|
|
6820
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6797
6821
|
},
|
|
6798
6822
|
"context": {
|
|
6799
6823
|
"allOf": [
|
|
6800
6824
|
{
|
|
6801
|
-
"$ref": "#/definitions/context"
|
|
6825
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6802
6826
|
}
|
|
6803
6827
|
]
|
|
6804
6828
|
},
|
|
@@ -6806,28 +6830,28 @@
|
|
|
6806
6830
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6807
6831
|
"allOf": [
|
|
6808
6832
|
{
|
|
6809
|
-
"$ref": "#/definitions/documentation"
|
|
6833
|
+
"$ref": "#/definitions/type.documentation"
|
|
6810
6834
|
}
|
|
6811
6835
|
],
|
|
6812
6836
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6813
6837
|
},
|
|
6814
6838
|
"label": {
|
|
6815
|
-
"$ref": "#/definitions/label"
|
|
6839
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6816
6840
|
},
|
|
6817
6841
|
"hidden": {
|
|
6818
|
-
"$ref": "#/definitions/hidden"
|
|
6842
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6819
6843
|
},
|
|
6820
6844
|
"disabled": {
|
|
6821
|
-
"$ref": "#/definitions/disabled"
|
|
6845
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6822
6846
|
},
|
|
6823
6847
|
"instance_value": {
|
|
6824
|
-
"$ref": "#/definitions/instance_value"
|
|
6848
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6825
6849
|
},
|
|
6826
6850
|
"disable_instance_value_rehydration": {
|
|
6827
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6851
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6828
6852
|
},
|
|
6829
6853
|
"cascade": {
|
|
6830
|
-
"$ref": "#/definitions/cascade"
|
|
6854
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6831
6855
|
},
|
|
6832
6856
|
"type": {
|
|
6833
6857
|
"title": "Type",
|
|
@@ -6845,63 +6869,63 @@
|
|
|
6845
6869
|
"type": "object",
|
|
6846
6870
|
"properties": {
|
|
6847
6871
|
"mime_type": {
|
|
6848
|
-
"$ref": "#/definitions/mime_type"
|
|
6872
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
6849
6873
|
},
|
|
6850
6874
|
"resize_style": {
|
|
6851
|
-
"$ref": "#/definitions/resize_style"
|
|
6875
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
6852
6876
|
},
|
|
6853
6877
|
"width": {
|
|
6854
|
-
"$ref": "#/definitions/width"
|
|
6878
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
6855
6879
|
},
|
|
6856
6880
|
"height": {
|
|
6857
|
-
"$ref": "#/definitions/height"
|
|
6881
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
6858
6882
|
},
|
|
6859
6883
|
"expandable": {
|
|
6860
|
-
"$ref": "#/definitions/expandable"
|
|
6884
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
6861
6885
|
},
|
|
6862
6886
|
"image_size_attributes": {
|
|
6863
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
6887
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
6864
6888
|
},
|
|
6865
6889
|
"allowed_sources": {
|
|
6866
|
-
"$ref": "#/definitions/allowed_sources"
|
|
6890
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
6867
6891
|
},
|
|
6868
6892
|
"prevent_resize_existing_files": {
|
|
6869
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
6893
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
6870
6894
|
},
|
|
6871
6895
|
"sizes": {
|
|
6872
|
-
"$ref": "#/definitions/sizes"
|
|
6896
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
6873
6897
|
},
|
|
6874
6898
|
"max_length": {
|
|
6875
|
-
"$ref": "#/definitions/max_length"
|
|
6899
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
6876
6900
|
},
|
|
6877
6901
|
"max_length_message": {
|
|
6878
|
-
"$ref": "#/definitions/max_length_message"
|
|
6902
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
6879
6903
|
},
|
|
6880
6904
|
"min_length": {
|
|
6881
|
-
"$ref": "#/definitions/min_length"
|
|
6905
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
6882
6906
|
},
|
|
6883
6907
|
"min_length_message": {
|
|
6884
|
-
"$ref": "#/definitions/min_length_message"
|
|
6908
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
6885
6909
|
},
|
|
6886
6910
|
"pattern": {
|
|
6887
|
-
"$ref": "#/definitions/pattern"
|
|
6911
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
6888
6912
|
},
|
|
6889
6913
|
"pattern_message": {
|
|
6890
|
-
"$ref": "#/definitions/pattern_message"
|
|
6914
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
6891
6915
|
},
|
|
6892
6916
|
"pattern_flags": {
|
|
6893
|
-
"$ref": "#/definitions/pattern_flags"
|
|
6917
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
6894
6918
|
},
|
|
6895
6919
|
"required": {
|
|
6896
|
-
"$ref": "#/definitions/required"
|
|
6920
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6897
6921
|
},
|
|
6898
6922
|
"required_message": {
|
|
6899
|
-
"$ref": "#/definitions/required_message"
|
|
6923
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6900
6924
|
},
|
|
6901
6925
|
"empty_type": {
|
|
6902
6926
|
"allOf": [
|
|
6903
6927
|
{
|
|
6904
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6928
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6905
6929
|
}
|
|
6906
6930
|
]
|
|
6907
6931
|
},
|
|
@@ -6913,22 +6937,22 @@
|
|
|
6913
6937
|
]
|
|
6914
6938
|
},
|
|
6915
6939
|
"accepts_mime_types": {
|
|
6916
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
6940
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
6917
6941
|
},
|
|
6918
6942
|
"max_file_size": {
|
|
6919
|
-
"$ref": "#/definitions/max_file_size"
|
|
6943
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
6920
6944
|
},
|
|
6921
6945
|
"max_file_size_message": {
|
|
6922
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
6946
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
6923
6947
|
},
|
|
6924
6948
|
"disable_upload_file": {
|
|
6925
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
6949
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
6926
6950
|
},
|
|
6927
6951
|
"disable_direct_input": {
|
|
6928
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
6952
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
6929
6953
|
},
|
|
6930
6954
|
"disable_upload_file_in_file_browser": {
|
|
6931
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
6955
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
6932
6956
|
}
|
|
6933
6957
|
},
|
|
6934
6958
|
"additionalProperties": false,
|
|
@@ -6941,7 +6965,7 @@
|
|
|
6941
6965
|
"additionalProperties": false,
|
|
6942
6966
|
"markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
|
|
6943
6967
|
},
|
|
6944
|
-
"accepts_mime_types": {
|
|
6968
|
+
"type._inputs.*.options.accepts_mime_types": {
|
|
6945
6969
|
"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.",
|
|
6946
6970
|
"anyOf": [
|
|
6947
6971
|
{
|
|
@@ -7399,29 +7423,29 @@
|
|
|
7399
7423
|
],
|
|
7400
7424
|
"markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
|
|
7401
7425
|
},
|
|
7402
|
-
"max_file_size": {
|
|
7426
|
+
"type._inputs.*.options.max_file_size": {
|
|
7403
7427
|
"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.",
|
|
7404
7428
|
"type": "number",
|
|
7405
7429
|
"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."
|
|
7406
7430
|
},
|
|
7407
|
-
"max_file_size_message": {
|
|
7431
|
+
"type._inputs.*.options.max_file_size_message": {
|
|
7408
7432
|
"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.",
|
|
7409
7433
|
"type": "string",
|
|
7410
7434
|
"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."
|
|
7411
7435
|
},
|
|
7412
|
-
"disable_upload_file": {
|
|
7436
|
+
"type._inputs.*.options.disable_upload_file": {
|
|
7413
7437
|
"description": "Disables the context menu option and the drop area for uploading files.",
|
|
7414
7438
|
"default": false,
|
|
7415
7439
|
"type": "boolean",
|
|
7416
7440
|
"markdownDescription": "Disables the context menu option and the drop area for uploading files."
|
|
7417
7441
|
},
|
|
7418
|
-
"disable_direct_input": {
|
|
7442
|
+
"type._inputs.*.options.disable_direct_input": {
|
|
7419
7443
|
"description": "Prevents typing into the text input, while still allowing context menu options to change the value.",
|
|
7420
7444
|
"default": false,
|
|
7421
7445
|
"type": "boolean",
|
|
7422
7446
|
"markdownDescription": "Prevents typing into the text input, while still allowing context menu options to change the value."
|
|
7423
7447
|
},
|
|
7424
|
-
"disable_upload_file_in_file_browser": {
|
|
7448
|
+
"type._inputs.*.options.disable_upload_file_in_file_browser": {
|
|
7425
7449
|
"description": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window.",
|
|
7426
7450
|
"default": false,
|
|
7427
7451
|
"type": "boolean",
|
|
@@ -7433,12 +7457,12 @@
|
|
|
7433
7457
|
"type": "object",
|
|
7434
7458
|
"properties": {
|
|
7435
7459
|
"comment": {
|
|
7436
|
-
"$ref": "#/definitions/comment"
|
|
7460
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7437
7461
|
},
|
|
7438
7462
|
"context": {
|
|
7439
7463
|
"allOf": [
|
|
7440
7464
|
{
|
|
7441
|
-
"$ref": "#/definitions/context"
|
|
7465
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7442
7466
|
}
|
|
7443
7467
|
]
|
|
7444
7468
|
},
|
|
@@ -7446,28 +7470,28 @@
|
|
|
7446
7470
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7447
7471
|
"allOf": [
|
|
7448
7472
|
{
|
|
7449
|
-
"$ref": "#/definitions/documentation"
|
|
7473
|
+
"$ref": "#/definitions/type.documentation"
|
|
7450
7474
|
}
|
|
7451
7475
|
],
|
|
7452
7476
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7453
7477
|
},
|
|
7454
7478
|
"label": {
|
|
7455
|
-
"$ref": "#/definitions/label"
|
|
7479
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7456
7480
|
},
|
|
7457
7481
|
"hidden": {
|
|
7458
|
-
"$ref": "#/definitions/hidden"
|
|
7482
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7459
7483
|
},
|
|
7460
7484
|
"disabled": {
|
|
7461
|
-
"$ref": "#/definitions/disabled"
|
|
7485
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7462
7486
|
},
|
|
7463
7487
|
"instance_value": {
|
|
7464
|
-
"$ref": "#/definitions/instance_value"
|
|
7488
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7465
7489
|
},
|
|
7466
7490
|
"disable_instance_value_rehydration": {
|
|
7467
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7491
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7468
7492
|
},
|
|
7469
7493
|
"cascade": {
|
|
7470
|
-
"$ref": "#/definitions/cascade"
|
|
7494
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7471
7495
|
},
|
|
7472
7496
|
"type": {
|
|
7473
7497
|
"title": "Type",
|
|
@@ -7481,63 +7505,63 @@
|
|
|
7481
7505
|
"type": "object",
|
|
7482
7506
|
"properties": {
|
|
7483
7507
|
"mime_type": {
|
|
7484
|
-
"$ref": "#/definitions/mime_type"
|
|
7508
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
7485
7509
|
},
|
|
7486
7510
|
"resize_style": {
|
|
7487
|
-
"$ref": "#/definitions/resize_style"
|
|
7511
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
7488
7512
|
},
|
|
7489
7513
|
"width": {
|
|
7490
|
-
"$ref": "#/definitions/width"
|
|
7514
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
7491
7515
|
},
|
|
7492
7516
|
"height": {
|
|
7493
|
-
"$ref": "#/definitions/height"
|
|
7517
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
7494
7518
|
},
|
|
7495
7519
|
"expandable": {
|
|
7496
|
-
"$ref": "#/definitions/expandable"
|
|
7520
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
7497
7521
|
},
|
|
7498
7522
|
"image_size_attributes": {
|
|
7499
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
7523
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
7500
7524
|
},
|
|
7501
7525
|
"allowed_sources": {
|
|
7502
|
-
"$ref": "#/definitions/allowed_sources"
|
|
7526
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
7503
7527
|
},
|
|
7504
7528
|
"prevent_resize_existing_files": {
|
|
7505
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
7529
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
7506
7530
|
},
|
|
7507
7531
|
"sizes": {
|
|
7508
|
-
"$ref": "#/definitions/sizes"
|
|
7532
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
7509
7533
|
},
|
|
7510
7534
|
"max_length": {
|
|
7511
|
-
"$ref": "#/definitions/max_length"
|
|
7535
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7512
7536
|
},
|
|
7513
7537
|
"max_length_message": {
|
|
7514
|
-
"$ref": "#/definitions/max_length_message"
|
|
7538
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7515
7539
|
},
|
|
7516
7540
|
"min_length": {
|
|
7517
|
-
"$ref": "#/definitions/min_length"
|
|
7541
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7518
7542
|
},
|
|
7519
7543
|
"min_length_message": {
|
|
7520
|
-
"$ref": "#/definitions/min_length_message"
|
|
7544
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7521
7545
|
},
|
|
7522
7546
|
"pattern": {
|
|
7523
|
-
"$ref": "#/definitions/pattern"
|
|
7547
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7524
7548
|
},
|
|
7525
7549
|
"pattern_message": {
|
|
7526
|
-
"$ref": "#/definitions/pattern_message"
|
|
7550
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7527
7551
|
},
|
|
7528
7552
|
"pattern_flags": {
|
|
7529
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7553
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7530
7554
|
},
|
|
7531
7555
|
"required": {
|
|
7532
|
-
"$ref": "#/definitions/required"
|
|
7556
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7533
7557
|
},
|
|
7534
7558
|
"required_message": {
|
|
7535
|
-
"$ref": "#/definitions/required_message"
|
|
7559
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7536
7560
|
},
|
|
7537
7561
|
"empty_type": {
|
|
7538
7562
|
"allOf": [
|
|
7539
7563
|
{
|
|
7540
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7564
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7541
7565
|
}
|
|
7542
7566
|
]
|
|
7543
7567
|
},
|
|
@@ -7549,22 +7573,22 @@
|
|
|
7549
7573
|
]
|
|
7550
7574
|
},
|
|
7551
7575
|
"accepts_mime_types": {
|
|
7552
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
7576
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
7553
7577
|
},
|
|
7554
7578
|
"max_file_size": {
|
|
7555
|
-
"$ref": "#/definitions/max_file_size"
|
|
7579
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
7556
7580
|
},
|
|
7557
7581
|
"max_file_size_message": {
|
|
7558
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
7582
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
7559
7583
|
},
|
|
7560
7584
|
"disable_upload_file": {
|
|
7561
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
7585
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
7562
7586
|
},
|
|
7563
7587
|
"disable_direct_input": {
|
|
7564
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
7588
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
7565
7589
|
},
|
|
7566
7590
|
"disable_upload_file_in_file_browser": {
|
|
7567
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
7591
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
7568
7592
|
},
|
|
7569
7593
|
"hide_link_to_file": {
|
|
7570
7594
|
"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.",
|
|
@@ -7607,12 +7631,12 @@
|
|
|
7607
7631
|
"type": "object",
|
|
7608
7632
|
"properties": {
|
|
7609
7633
|
"comment": {
|
|
7610
|
-
"$ref": "#/definitions/comment"
|
|
7634
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7611
7635
|
},
|
|
7612
7636
|
"context": {
|
|
7613
7637
|
"allOf": [
|
|
7614
7638
|
{
|
|
7615
|
-
"$ref": "#/definitions/context"
|
|
7639
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7616
7640
|
}
|
|
7617
7641
|
]
|
|
7618
7642
|
},
|
|
@@ -7620,28 +7644,28 @@
|
|
|
7620
7644
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7621
7645
|
"allOf": [
|
|
7622
7646
|
{
|
|
7623
|
-
"$ref": "#/definitions/documentation"
|
|
7647
|
+
"$ref": "#/definitions/type.documentation"
|
|
7624
7648
|
}
|
|
7625
7649
|
],
|
|
7626
7650
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7627
7651
|
},
|
|
7628
7652
|
"label": {
|
|
7629
|
-
"$ref": "#/definitions/label"
|
|
7653
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7630
7654
|
},
|
|
7631
7655
|
"hidden": {
|
|
7632
|
-
"$ref": "#/definitions/hidden"
|
|
7656
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7633
7657
|
},
|
|
7634
7658
|
"disabled": {
|
|
7635
|
-
"$ref": "#/definitions/disabled"
|
|
7659
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7636
7660
|
},
|
|
7637
7661
|
"instance_value": {
|
|
7638
|
-
"$ref": "#/definitions/instance_value"
|
|
7662
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7639
7663
|
},
|
|
7640
7664
|
"disable_instance_value_rehydration": {
|
|
7641
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7665
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7642
7666
|
},
|
|
7643
7667
|
"cascade": {
|
|
7644
|
-
"$ref": "#/definitions/cascade"
|
|
7668
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7645
7669
|
},
|
|
7646
7670
|
"type": {
|
|
7647
7671
|
"title": "Type",
|
|
@@ -7655,10 +7679,10 @@
|
|
|
7655
7679
|
"type": "object",
|
|
7656
7680
|
"properties": {
|
|
7657
7681
|
"required": {
|
|
7658
|
-
"$ref": "#/definitions/required"
|
|
7682
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7659
7683
|
},
|
|
7660
7684
|
"required_message": {
|
|
7661
|
-
"$ref": "#/definitions/required_message"
|
|
7685
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7662
7686
|
},
|
|
7663
7687
|
"preview": {
|
|
7664
7688
|
"allOf": [
|
|
@@ -7675,48 +7699,48 @@
|
|
|
7675
7699
|
]
|
|
7676
7700
|
},
|
|
7677
7701
|
"allow_create": {
|
|
7678
|
-
"$ref": "#/definitions/allow_create"
|
|
7702
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
7679
7703
|
},
|
|
7680
7704
|
"allow_empty": {
|
|
7681
|
-
"$ref": "#/definitions/allow_empty"
|
|
7705
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7682
7706
|
},
|
|
7683
7707
|
"values": {
|
|
7684
|
-
"$ref": "#/definitions/values"
|
|
7708
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7685
7709
|
},
|
|
7686
7710
|
"value_key": {
|
|
7687
|
-
"$ref": "#/definitions/value_key"
|
|
7711
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7688
7712
|
},
|
|
7689
7713
|
"view": {
|
|
7690
|
-
"$ref": "#/definitions/view"
|
|
7714
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7691
7715
|
},
|
|
7692
7716
|
"picker_view": {
|
|
7693
|
-
"$ref": "#/definitions/picker_view"
|
|
7717
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7694
7718
|
},
|
|
7695
7719
|
"max_length": {
|
|
7696
|
-
"$ref": "#/definitions/max_length"
|
|
7720
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7697
7721
|
},
|
|
7698
7722
|
"max_length_message": {
|
|
7699
|
-
"$ref": "#/definitions/max_length_message"
|
|
7723
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7700
7724
|
},
|
|
7701
7725
|
"min_length": {
|
|
7702
|
-
"$ref": "#/definitions/min_length"
|
|
7726
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7703
7727
|
},
|
|
7704
7728
|
"min_length_message": {
|
|
7705
|
-
"$ref": "#/definitions/min_length_message"
|
|
7729
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7706
7730
|
},
|
|
7707
7731
|
"pattern": {
|
|
7708
|
-
"$ref": "#/definitions/pattern"
|
|
7732
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7709
7733
|
},
|
|
7710
7734
|
"pattern_message": {
|
|
7711
|
-
"$ref": "#/definitions/pattern_message"
|
|
7735
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7712
7736
|
},
|
|
7713
7737
|
"pattern_flags": {
|
|
7714
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7738
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7715
7739
|
},
|
|
7716
7740
|
"empty_type": {
|
|
7717
7741
|
"allOf": [
|
|
7718
7742
|
{
|
|
7719
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7743
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7720
7744
|
}
|
|
7721
7745
|
]
|
|
7722
7746
|
}
|
|
@@ -7736,46 +7760,22 @@
|
|
|
7736
7760
|
"type": "object",
|
|
7737
7761
|
"properties": {
|
|
7738
7762
|
"text": {
|
|
7739
|
-
"
|
|
7740
|
-
{
|
|
7741
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7742
|
-
}
|
|
7743
|
-
]
|
|
7763
|
+
"$ref": "#/definitions/type.preview.text"
|
|
7744
7764
|
},
|
|
7745
7765
|
"subtext": {
|
|
7746
|
-
"
|
|
7747
|
-
{
|
|
7748
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7749
|
-
}
|
|
7750
|
-
]
|
|
7766
|
+
"$ref": "#/definitions/type.preview.subtext"
|
|
7751
7767
|
},
|
|
7752
7768
|
"image": {
|
|
7753
|
-
"
|
|
7754
|
-
{
|
|
7755
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7756
|
-
}
|
|
7757
|
-
]
|
|
7769
|
+
"$ref": "#/definitions/type.preview.image"
|
|
7758
7770
|
},
|
|
7759
7771
|
"icon": {
|
|
7760
|
-
"
|
|
7761
|
-
{
|
|
7762
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7763
|
-
}
|
|
7764
|
-
]
|
|
7772
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
7765
7773
|
},
|
|
7766
7774
|
"icon_color": {
|
|
7767
|
-
"
|
|
7768
|
-
{
|
|
7769
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7770
|
-
}
|
|
7771
|
-
]
|
|
7775
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
7772
7776
|
},
|
|
7773
7777
|
"icon_background_color": {
|
|
7774
|
-
"
|
|
7775
|
-
{
|
|
7776
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7777
|
-
}
|
|
7778
|
-
]
|
|
7778
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
7779
7779
|
},
|
|
7780
7780
|
"tags": {
|
|
7781
7781
|
"$ref": "#/definitions/preview.tags"
|
|
@@ -7793,6 +7793,48 @@
|
|
|
7793
7793
|
},
|
|
7794
7794
|
"additionalProperties": false
|
|
7795
7795
|
},
|
|
7796
|
+
"type.preview.text": {
|
|
7797
|
+
"allOf": [
|
|
7798
|
+
{
|
|
7799
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7800
|
+
}
|
|
7801
|
+
]
|
|
7802
|
+
},
|
|
7803
|
+
"type.preview.subtext": {
|
|
7804
|
+
"allOf": [
|
|
7805
|
+
{
|
|
7806
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7807
|
+
}
|
|
7808
|
+
]
|
|
7809
|
+
},
|
|
7810
|
+
"type.preview.image": {
|
|
7811
|
+
"allOf": [
|
|
7812
|
+
{
|
|
7813
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7814
|
+
}
|
|
7815
|
+
]
|
|
7816
|
+
},
|
|
7817
|
+
"type.preview.icon": {
|
|
7818
|
+
"allOf": [
|
|
7819
|
+
{
|
|
7820
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7821
|
+
}
|
|
7822
|
+
]
|
|
7823
|
+
},
|
|
7824
|
+
"type.preview.icon_color": {
|
|
7825
|
+
"allOf": [
|
|
7826
|
+
{
|
|
7827
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7828
|
+
}
|
|
7829
|
+
]
|
|
7830
|
+
},
|
|
7831
|
+
"type.preview.icon_background_color": {
|
|
7832
|
+
"allOf": [
|
|
7833
|
+
{
|
|
7834
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7835
|
+
}
|
|
7836
|
+
]
|
|
7837
|
+
},
|
|
7796
7838
|
"preview.tags": {
|
|
7797
7839
|
"type": "array",
|
|
7798
7840
|
"items": {
|
|
@@ -7809,39 +7851,19 @@
|
|
|
7809
7851
|
"type": "object",
|
|
7810
7852
|
"properties": {
|
|
7811
7853
|
"text": {
|
|
7812
|
-
"
|
|
7813
|
-
{
|
|
7814
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7815
|
-
}
|
|
7816
|
-
]
|
|
7854
|
+
"$ref": "#/definitions/type.preview.text"
|
|
7817
7855
|
},
|
|
7818
7856
|
"image": {
|
|
7819
|
-
"
|
|
7820
|
-
{
|
|
7821
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7822
|
-
}
|
|
7823
|
-
]
|
|
7857
|
+
"$ref": "#/definitions/type.preview.image"
|
|
7824
7858
|
},
|
|
7825
7859
|
"icon": {
|
|
7826
|
-
"
|
|
7827
|
-
{
|
|
7828
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7829
|
-
}
|
|
7830
|
-
]
|
|
7860
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
7831
7861
|
},
|
|
7832
7862
|
"icon_color": {
|
|
7833
|
-
"
|
|
7834
|
-
{
|
|
7835
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7836
|
-
}
|
|
7837
|
-
]
|
|
7863
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
7838
7864
|
},
|
|
7839
7865
|
"icon_background_color": {
|
|
7840
|
-
"
|
|
7841
|
-
{
|
|
7842
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7843
|
-
}
|
|
7844
|
-
]
|
|
7866
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
7845
7867
|
}
|
|
7846
7868
|
},
|
|
7847
7869
|
"additionalProperties": false
|
|
@@ -7850,49 +7872,25 @@
|
|
|
7850
7872
|
"type": "object",
|
|
7851
7873
|
"properties": {
|
|
7852
7874
|
"text": {
|
|
7853
|
-
"
|
|
7854
|
-
{
|
|
7855
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7856
|
-
}
|
|
7857
|
-
]
|
|
7875
|
+
"$ref": "#/definitions/type.preview.text"
|
|
7858
7876
|
},
|
|
7859
7877
|
"image": {
|
|
7860
|
-
"
|
|
7861
|
-
{
|
|
7862
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7863
|
-
}
|
|
7864
|
-
]
|
|
7878
|
+
"$ref": "#/definitions/type.preview.image"
|
|
7865
7879
|
},
|
|
7866
7880
|
"icon": {
|
|
7867
|
-
"
|
|
7868
|
-
{
|
|
7869
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7870
|
-
}
|
|
7871
|
-
]
|
|
7881
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
7872
7882
|
},
|
|
7873
7883
|
"icon_color": {
|
|
7874
|
-
"
|
|
7875
|
-
{
|
|
7876
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7877
|
-
}
|
|
7878
|
-
]
|
|
7884
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
7879
7885
|
},
|
|
7880
7886
|
"icon_background_color": {
|
|
7881
|
-
"
|
|
7882
|
-
{
|
|
7883
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7884
|
-
}
|
|
7885
|
-
]
|
|
7887
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
7886
7888
|
},
|
|
7887
7889
|
"fit": {
|
|
7888
7890
|
"$ref": "#/definitions/preview.gallery.fit"
|
|
7889
7891
|
},
|
|
7890
7892
|
"background_color": {
|
|
7891
|
-
"
|
|
7892
|
-
{
|
|
7893
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
7894
|
-
}
|
|
7895
|
-
]
|
|
7893
|
+
"$ref": "#/definitions/type.preview.gallery.background_color"
|
|
7896
7894
|
}
|
|
7897
7895
|
},
|
|
7898
7896
|
"additionalProperties": false
|
|
@@ -7907,19 +7905,26 @@
|
|
|
7907
7905
|
"cover-top"
|
|
7908
7906
|
]
|
|
7909
7907
|
},
|
|
7910
|
-
"
|
|
7908
|
+
"type.preview.gallery.background_color": {
|
|
7909
|
+
"allOf": [
|
|
7910
|
+
{
|
|
7911
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7912
|
+
}
|
|
7913
|
+
]
|
|
7914
|
+
},
|
|
7915
|
+
"type._inputs.*.options.allow_create": {
|
|
7911
7916
|
"description": "Allows new text values to be created at edit time.",
|
|
7912
7917
|
"default": false,
|
|
7913
7918
|
"type": "boolean",
|
|
7914
7919
|
"markdownDescription": "Allows new text values to be created at edit time."
|
|
7915
7920
|
},
|
|
7916
|
-
"allow_empty": {
|
|
7921
|
+
"type._inputs.*.options.allow_empty": {
|
|
7917
7922
|
"description": "Provides an empty option alongside the options provided by values.",
|
|
7918
7923
|
"default": true,
|
|
7919
7924
|
"type": "boolean",
|
|
7920
7925
|
"markdownDescription": "Provides an empty option alongside the options provided by values."
|
|
7921
7926
|
},
|
|
7922
|
-
"values": {
|
|
7927
|
+
"type._inputs.*.options.values": {
|
|
7923
7928
|
"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).",
|
|
7924
7929
|
"anyOf": [
|
|
7925
7930
|
{
|
|
@@ -7973,12 +7978,12 @@
|
|
|
7973
7978
|
],
|
|
7974
7979
|
"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)."
|
|
7975
7980
|
},
|
|
7976
|
-
"value_key": {
|
|
7981
|
+
"type._inputs.*.options.value_key": {
|
|
7977
7982
|
"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.",
|
|
7978
7983
|
"type": "string",
|
|
7979
7984
|
"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."
|
|
7980
7985
|
},
|
|
7981
|
-
"view": {
|
|
7986
|
+
"type._inputs.*.options.view": {
|
|
7982
7987
|
"description": "Controls how selected items are rendered.",
|
|
7983
7988
|
"type": "string",
|
|
7984
7989
|
"enum": [
|
|
@@ -7989,7 +7994,7 @@
|
|
|
7989
7994
|
],
|
|
7990
7995
|
"markdownDescription": "Controls how selected items are rendered."
|
|
7991
7996
|
},
|
|
7992
|
-
"picker_view": {
|
|
7997
|
+
"type._inputs.*.options.picker_view": {
|
|
7993
7998
|
"description": "Controls how selectable options are rendered.",
|
|
7994
7999
|
"type": "string",
|
|
7995
8000
|
"enum": [
|
|
@@ -8006,12 +8011,12 @@
|
|
|
8006
8011
|
"type": "object",
|
|
8007
8012
|
"properties": {
|
|
8008
8013
|
"comment": {
|
|
8009
|
-
"$ref": "#/definitions/comment"
|
|
8014
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8010
8015
|
},
|
|
8011
8016
|
"context": {
|
|
8012
8017
|
"allOf": [
|
|
8013
8018
|
{
|
|
8014
|
-
"$ref": "#/definitions/context"
|
|
8019
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8015
8020
|
}
|
|
8016
8021
|
]
|
|
8017
8022
|
},
|
|
@@ -8019,28 +8024,28 @@
|
|
|
8019
8024
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8020
8025
|
"allOf": [
|
|
8021
8026
|
{
|
|
8022
|
-
"$ref": "#/definitions/documentation"
|
|
8027
|
+
"$ref": "#/definitions/type.documentation"
|
|
8023
8028
|
}
|
|
8024
8029
|
],
|
|
8025
8030
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8026
8031
|
},
|
|
8027
8032
|
"label": {
|
|
8028
|
-
"$ref": "#/definitions/label"
|
|
8033
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8029
8034
|
},
|
|
8030
8035
|
"hidden": {
|
|
8031
|
-
"$ref": "#/definitions/hidden"
|
|
8036
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8032
8037
|
},
|
|
8033
8038
|
"disabled": {
|
|
8034
|
-
"$ref": "#/definitions/disabled"
|
|
8039
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8035
8040
|
},
|
|
8036
8041
|
"instance_value": {
|
|
8037
|
-
"$ref": "#/definitions/instance_value"
|
|
8042
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8038
8043
|
},
|
|
8039
8044
|
"disable_instance_value_rehydration": {
|
|
8040
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8045
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8041
8046
|
},
|
|
8042
8047
|
"cascade": {
|
|
8043
|
-
"$ref": "#/definitions/cascade"
|
|
8048
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8044
8049
|
},
|
|
8045
8050
|
"type": {
|
|
8046
8051
|
"title": "Type",
|
|
@@ -8054,10 +8059,10 @@
|
|
|
8054
8059
|
"type": "object",
|
|
8055
8060
|
"properties": {
|
|
8056
8061
|
"required": {
|
|
8057
|
-
"$ref": "#/definitions/required"
|
|
8062
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8058
8063
|
},
|
|
8059
8064
|
"required_message": {
|
|
8060
|
-
"$ref": "#/definitions/required_message"
|
|
8065
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8061
8066
|
},
|
|
8062
8067
|
"preview": {
|
|
8063
8068
|
"allOf": [
|
|
@@ -8074,45 +8079,45 @@
|
|
|
8074
8079
|
]
|
|
8075
8080
|
},
|
|
8076
8081
|
"allow_create": {
|
|
8077
|
-
"$ref": "#/definitions/allow_create"
|
|
8082
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
8078
8083
|
},
|
|
8079
8084
|
"allow_empty": {
|
|
8080
|
-
"$ref": "#/definitions/allow_empty"
|
|
8085
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
8081
8086
|
},
|
|
8082
8087
|
"values": {
|
|
8083
|
-
"$ref": "#/definitions/values"
|
|
8088
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
8084
8089
|
},
|
|
8085
8090
|
"value_key": {
|
|
8086
|
-
"$ref": "#/definitions/value_key"
|
|
8091
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
8087
8092
|
},
|
|
8088
8093
|
"view": {
|
|
8089
|
-
"$ref": "#/definitions/view"
|
|
8094
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
8090
8095
|
},
|
|
8091
8096
|
"picker_view": {
|
|
8092
|
-
"$ref": "#/definitions/picker_view"
|
|
8097
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
8093
8098
|
},
|
|
8094
8099
|
"max_items": {
|
|
8095
|
-
"$ref": "#/definitions/max_items"
|
|
8100
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
8096
8101
|
},
|
|
8097
8102
|
"max_items_message": {
|
|
8098
|
-
"$ref": "#/definitions/max_items_message"
|
|
8103
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
8099
8104
|
},
|
|
8100
8105
|
"min_items": {
|
|
8101
|
-
"$ref": "#/definitions/min_items"
|
|
8106
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
8102
8107
|
},
|
|
8103
8108
|
"min_items_message": {
|
|
8104
|
-
"$ref": "#/definitions/min_items_message"
|
|
8109
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
8105
8110
|
},
|
|
8106
8111
|
"unique_on": {
|
|
8107
|
-
"$ref": "#/definitions/unique_on"
|
|
8112
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
8108
8113
|
},
|
|
8109
8114
|
"unique_on_message": {
|
|
8110
|
-
"$ref": "#/definitions/unique_on_message"
|
|
8115
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
8111
8116
|
},
|
|
8112
8117
|
"empty_type": {
|
|
8113
8118
|
"allOf": [
|
|
8114
8119
|
{
|
|
8115
|
-
"$ref": "#/definitions/empty_type_array"
|
|
8120
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
8116
8121
|
}
|
|
8117
8122
|
]
|
|
8118
8123
|
}
|
|
@@ -8127,37 +8132,37 @@
|
|
|
8127
8132
|
"additionalProperties": false,
|
|
8128
8133
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
|
|
8129
8134
|
},
|
|
8130
|
-
"max_items": {
|
|
8135
|
+
"type._inputs.*.options.max_items": {
|
|
8131
8136
|
"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.",
|
|
8132
8137
|
"type": "number",
|
|
8133
8138
|
"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."
|
|
8134
8139
|
},
|
|
8135
|
-
"max_items_message": {
|
|
8140
|
+
"type._inputs.*.options.max_items_message": {
|
|
8136
8141
|
"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`.",
|
|
8137
8142
|
"type": "string",
|
|
8138
8143
|
"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`."
|
|
8139
8144
|
},
|
|
8140
|
-
"min_items": {
|
|
8145
|
+
"type._inputs.*.options.min_items": {
|
|
8141
8146
|
"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.",
|
|
8142
8147
|
"type": "number",
|
|
8143
8148
|
"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."
|
|
8144
8149
|
},
|
|
8145
|
-
"min_items_message": {
|
|
8150
|
+
"type._inputs.*.options.min_items_message": {
|
|
8146
8151
|
"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`.",
|
|
8147
8152
|
"type": "string",
|
|
8148
8153
|
"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`."
|
|
8149
8154
|
},
|
|
8150
|
-
"unique_on": {
|
|
8155
|
+
"type._inputs.*.options.unique_on": {
|
|
8151
8156
|
"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.",
|
|
8152
8157
|
"type": "string",
|
|
8153
8158
|
"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."
|
|
8154
8159
|
},
|
|
8155
|
-
"unique_on_message": {
|
|
8160
|
+
"type._inputs.*.options.unique_on_message": {
|
|
8156
8161
|
"description": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`.",
|
|
8157
8162
|
"type": "string",
|
|
8158
8163
|
"markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
|
|
8159
8164
|
},
|
|
8160
|
-
"empty_type_array": {
|
|
8165
|
+
"type._inputs.*.options.empty_type_array": {
|
|
8161
8166
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8162
8167
|
"default": "null",
|
|
8163
8168
|
"type": "string",
|
|
@@ -8173,12 +8178,12 @@
|
|
|
8173
8178
|
"type": "object",
|
|
8174
8179
|
"properties": {
|
|
8175
8180
|
"comment": {
|
|
8176
|
-
"$ref": "#/definitions/comment"
|
|
8181
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8177
8182
|
},
|
|
8178
8183
|
"context": {
|
|
8179
8184
|
"allOf": [
|
|
8180
8185
|
{
|
|
8181
|
-
"$ref": "#/definitions/context"
|
|
8186
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8182
8187
|
}
|
|
8183
8188
|
]
|
|
8184
8189
|
},
|
|
@@ -8186,28 +8191,28 @@
|
|
|
8186
8191
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8187
8192
|
"allOf": [
|
|
8188
8193
|
{
|
|
8189
|
-
"$ref": "#/definitions/documentation"
|
|
8194
|
+
"$ref": "#/definitions/type.documentation"
|
|
8190
8195
|
}
|
|
8191
8196
|
],
|
|
8192
8197
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8193
8198
|
},
|
|
8194
8199
|
"label": {
|
|
8195
|
-
"$ref": "#/definitions/label"
|
|
8200
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8196
8201
|
},
|
|
8197
8202
|
"hidden": {
|
|
8198
|
-
"$ref": "#/definitions/hidden"
|
|
8203
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8199
8204
|
},
|
|
8200
8205
|
"disabled": {
|
|
8201
|
-
"$ref": "#/definitions/disabled"
|
|
8206
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8202
8207
|
},
|
|
8203
8208
|
"instance_value": {
|
|
8204
|
-
"$ref": "#/definitions/instance_value"
|
|
8209
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8205
8210
|
},
|
|
8206
8211
|
"disable_instance_value_rehydration": {
|
|
8207
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8212
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8208
8213
|
},
|
|
8209
8214
|
"cascade": {
|
|
8210
|
-
"$ref": "#/definitions/cascade"
|
|
8215
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8211
8216
|
},
|
|
8212
8217
|
"type": {
|
|
8213
8218
|
"title": "Type",
|
|
@@ -8221,10 +8226,10 @@
|
|
|
8221
8226
|
"type": "object",
|
|
8222
8227
|
"properties": {
|
|
8223
8228
|
"required": {
|
|
8224
|
-
"$ref": "#/definitions/required"
|
|
8229
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8225
8230
|
},
|
|
8226
8231
|
"required_message": {
|
|
8227
|
-
"$ref": "#/definitions/required_message"
|
|
8232
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8228
8233
|
},
|
|
8229
8234
|
"preview": {
|
|
8230
8235
|
"allOf": [
|
|
@@ -8241,45 +8246,45 @@
|
|
|
8241
8246
|
]
|
|
8242
8247
|
},
|
|
8243
8248
|
"allow_empty": {
|
|
8244
|
-
"$ref": "#/definitions/allow_empty"
|
|
8249
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
8245
8250
|
},
|
|
8246
8251
|
"values": {
|
|
8247
|
-
"$ref": "#/definitions/values"
|
|
8252
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
8248
8253
|
},
|
|
8249
8254
|
"value_key": {
|
|
8250
|
-
"$ref": "#/definitions/value_key"
|
|
8255
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
8251
8256
|
},
|
|
8252
8257
|
"view": {
|
|
8253
|
-
"$ref": "#/definitions/view"
|
|
8258
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
8254
8259
|
},
|
|
8255
8260
|
"picker_view": {
|
|
8256
|
-
"$ref": "#/definitions/picker_view"
|
|
8261
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
8257
8262
|
},
|
|
8258
8263
|
"max_length": {
|
|
8259
|
-
"$ref": "#/definitions/max_length"
|
|
8264
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
8260
8265
|
},
|
|
8261
8266
|
"max_length_message": {
|
|
8262
|
-
"$ref": "#/definitions/max_length_message"
|
|
8267
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
8263
8268
|
},
|
|
8264
8269
|
"min_length": {
|
|
8265
|
-
"$ref": "#/definitions/min_length"
|
|
8270
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
8266
8271
|
},
|
|
8267
8272
|
"min_length_message": {
|
|
8268
|
-
"$ref": "#/definitions/min_length_message"
|
|
8273
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8269
8274
|
},
|
|
8270
8275
|
"pattern": {
|
|
8271
|
-
"$ref": "#/definitions/pattern"
|
|
8276
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8272
8277
|
},
|
|
8273
8278
|
"pattern_message": {
|
|
8274
|
-
"$ref": "#/definitions/pattern_message"
|
|
8279
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
8275
8280
|
},
|
|
8276
8281
|
"pattern_flags": {
|
|
8277
|
-
"$ref": "#/definitions/pattern_flags"
|
|
8282
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
8278
8283
|
},
|
|
8279
8284
|
"empty_type": {
|
|
8280
8285
|
"allOf": [
|
|
8281
8286
|
{
|
|
8282
|
-
"$ref": "#/definitions/empty_type_text"
|
|
8287
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
8283
8288
|
}
|
|
8284
8289
|
]
|
|
8285
8290
|
}
|
|
@@ -8300,12 +8305,12 @@
|
|
|
8300
8305
|
"type": "object",
|
|
8301
8306
|
"properties": {
|
|
8302
8307
|
"comment": {
|
|
8303
|
-
"$ref": "#/definitions/comment"
|
|
8308
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8304
8309
|
},
|
|
8305
8310
|
"context": {
|
|
8306
8311
|
"allOf": [
|
|
8307
8312
|
{
|
|
8308
|
-
"$ref": "#/definitions/context"
|
|
8313
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8309
8314
|
}
|
|
8310
8315
|
]
|
|
8311
8316
|
},
|
|
@@ -8313,28 +8318,28 @@
|
|
|
8313
8318
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8314
8319
|
"allOf": [
|
|
8315
8320
|
{
|
|
8316
|
-
"$ref": "#/definitions/documentation"
|
|
8321
|
+
"$ref": "#/definitions/type.documentation"
|
|
8317
8322
|
}
|
|
8318
8323
|
],
|
|
8319
8324
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8320
8325
|
},
|
|
8321
8326
|
"label": {
|
|
8322
|
-
"$ref": "#/definitions/label"
|
|
8327
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8323
8328
|
},
|
|
8324
8329
|
"hidden": {
|
|
8325
|
-
"$ref": "#/definitions/hidden"
|
|
8330
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8326
8331
|
},
|
|
8327
8332
|
"disabled": {
|
|
8328
|
-
"$ref": "#/definitions/disabled"
|
|
8333
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8329
8334
|
},
|
|
8330
8335
|
"instance_value": {
|
|
8331
|
-
"$ref": "#/definitions/instance_value"
|
|
8336
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8332
8337
|
},
|
|
8333
8338
|
"disable_instance_value_rehydration": {
|
|
8334
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8339
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8335
8340
|
},
|
|
8336
8341
|
"cascade": {
|
|
8337
|
-
"$ref": "#/definitions/cascade"
|
|
8342
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8338
8343
|
},
|
|
8339
8344
|
"type": {
|
|
8340
8345
|
"title": "Type",
|
|
@@ -8348,10 +8353,10 @@
|
|
|
8348
8353
|
"type": "object",
|
|
8349
8354
|
"properties": {
|
|
8350
8355
|
"required": {
|
|
8351
|
-
"$ref": "#/definitions/required"
|
|
8356
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8352
8357
|
},
|
|
8353
8358
|
"required_message": {
|
|
8354
|
-
"$ref": "#/definitions/required_message"
|
|
8359
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8355
8360
|
},
|
|
8356
8361
|
"preview": {
|
|
8357
8362
|
"allOf": [
|
|
@@ -8368,42 +8373,42 @@
|
|
|
8368
8373
|
]
|
|
8369
8374
|
},
|
|
8370
8375
|
"allow_empty": {
|
|
8371
|
-
"$ref": "#/definitions/allow_empty"
|
|
8376
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
8372
8377
|
},
|
|
8373
8378
|
"values": {
|
|
8374
|
-
"$ref": "#/definitions/values"
|
|
8379
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
8375
8380
|
},
|
|
8376
8381
|
"value_key": {
|
|
8377
|
-
"$ref": "#/definitions/value_key"
|
|
8382
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
8378
8383
|
},
|
|
8379
8384
|
"view": {
|
|
8380
|
-
"$ref": "#/definitions/view"
|
|
8385
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
8381
8386
|
},
|
|
8382
8387
|
"picker_view": {
|
|
8383
|
-
"$ref": "#/definitions/picker_view"
|
|
8388
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
8384
8389
|
},
|
|
8385
8390
|
"max_items": {
|
|
8386
|
-
"$ref": "#/definitions/max_items"
|
|
8391
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
8387
8392
|
},
|
|
8388
8393
|
"max_items_message": {
|
|
8389
|
-
"$ref": "#/definitions/max_items_message"
|
|
8394
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
8390
8395
|
},
|
|
8391
8396
|
"min_items": {
|
|
8392
|
-
"$ref": "#/definitions/min_items"
|
|
8397
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
8393
8398
|
},
|
|
8394
8399
|
"min_items_message": {
|
|
8395
|
-
"$ref": "#/definitions/min_items_message"
|
|
8400
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
8396
8401
|
},
|
|
8397
8402
|
"unique_on": {
|
|
8398
|
-
"$ref": "#/definitions/unique_on"
|
|
8403
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
8399
8404
|
},
|
|
8400
8405
|
"unique_on_message": {
|
|
8401
|
-
"$ref": "#/definitions/unique_on_message"
|
|
8406
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
8402
8407
|
},
|
|
8403
8408
|
"empty_type": {
|
|
8404
8409
|
"allOf": [
|
|
8405
8410
|
{
|
|
8406
|
-
"$ref": "#/definitions/empty_type_array"
|
|
8411
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
8407
8412
|
}
|
|
8408
8413
|
]
|
|
8409
8414
|
}
|
|
@@ -8424,12 +8429,12 @@
|
|
|
8424
8429
|
"type": "object",
|
|
8425
8430
|
"properties": {
|
|
8426
8431
|
"comment": {
|
|
8427
|
-
"$ref": "#/definitions/comment"
|
|
8432
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8428
8433
|
},
|
|
8429
8434
|
"context": {
|
|
8430
8435
|
"allOf": [
|
|
8431
8436
|
{
|
|
8432
|
-
"$ref": "#/definitions/context"
|
|
8437
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8433
8438
|
}
|
|
8434
8439
|
]
|
|
8435
8440
|
},
|
|
@@ -8437,28 +8442,28 @@
|
|
|
8437
8442
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8438
8443
|
"allOf": [
|
|
8439
8444
|
{
|
|
8440
|
-
"$ref": "#/definitions/documentation"
|
|
8445
|
+
"$ref": "#/definitions/type.documentation"
|
|
8441
8446
|
}
|
|
8442
8447
|
],
|
|
8443
8448
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8444
8449
|
},
|
|
8445
8450
|
"label": {
|
|
8446
|
-
"$ref": "#/definitions/label"
|
|
8451
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8447
8452
|
},
|
|
8448
8453
|
"hidden": {
|
|
8449
|
-
"$ref": "#/definitions/hidden"
|
|
8454
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8450
8455
|
},
|
|
8451
8456
|
"disabled": {
|
|
8452
|
-
"$ref": "#/definitions/disabled"
|
|
8457
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8453
8458
|
},
|
|
8454
8459
|
"instance_value": {
|
|
8455
|
-
"$ref": "#/definitions/instance_value"
|
|
8460
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8456
8461
|
},
|
|
8457
8462
|
"disable_instance_value_rehydration": {
|
|
8458
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8463
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8459
8464
|
},
|
|
8460
8465
|
"cascade": {
|
|
8461
|
-
"$ref": "#/definitions/cascade"
|
|
8466
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8462
8467
|
},
|
|
8463
8468
|
"type": {
|
|
8464
8469
|
"title": "Type",
|
|
@@ -8472,15 +8477,15 @@
|
|
|
8472
8477
|
"type": "object",
|
|
8473
8478
|
"properties": {
|
|
8474
8479
|
"required": {
|
|
8475
|
-
"$ref": "#/definitions/required"
|
|
8480
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8476
8481
|
},
|
|
8477
8482
|
"required_message": {
|
|
8478
|
-
"$ref": "#/definitions/required_message"
|
|
8483
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8479
8484
|
},
|
|
8480
8485
|
"empty_type": {
|
|
8481
8486
|
"allOf": [
|
|
8482
8487
|
{
|
|
8483
|
-
"$ref": "#/definitions/empty_type_object"
|
|
8488
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_object"
|
|
8484
8489
|
}
|
|
8485
8490
|
]
|
|
8486
8491
|
},
|
|
@@ -8543,7 +8548,13 @@
|
|
|
8543
8548
|
"$ref": "#/definitions/entries_comment"
|
|
8544
8549
|
},
|
|
8545
8550
|
"documentation": {
|
|
8546
|
-
"
|
|
8551
|
+
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
8552
|
+
"allOf": [
|
|
8553
|
+
{
|
|
8554
|
+
"$ref": "#/definitions/type.documentation"
|
|
8555
|
+
}
|
|
8556
|
+
],
|
|
8557
|
+
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
8547
8558
|
}
|
|
8548
8559
|
},
|
|
8549
8560
|
"additionalProperties": false,
|
|
@@ -8583,7 +8594,7 @@
|
|
|
8583
8594
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
8584
8595
|
"allOf": [
|
|
8585
8596
|
{
|
|
8586
|
-
"$ref": "#/definitions/documentation"
|
|
8597
|
+
"$ref": "#/definitions/type.documentation"
|
|
8587
8598
|
}
|
|
8588
8599
|
],
|
|
8589
8600
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -8638,7 +8649,7 @@
|
|
|
8638
8649
|
"additionalProperties": false,
|
|
8639
8650
|
"markdownDescription": "Provides a user interface for a group of inputs."
|
|
8640
8651
|
},
|
|
8641
|
-
"empty_type_object": {
|
|
8652
|
+
"type._inputs.*.options.empty_type_object": {
|
|
8642
8653
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8643
8654
|
"default": "null",
|
|
8644
8655
|
"type": "string",
|
|
@@ -8737,10 +8748,11 @@
|
|
|
8737
8748
|
]
|
|
8738
8749
|
},
|
|
8739
8750
|
"_inputs_from_glob": {
|
|
8740
|
-
"
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
|
|
8751
|
+
"allOf": [
|
|
8752
|
+
{
|
|
8753
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
8754
|
+
}
|
|
8755
|
+
]
|
|
8744
8756
|
},
|
|
8745
8757
|
"_select_data": {
|
|
8746
8758
|
"allOf": [
|
|
@@ -8757,10 +8769,11 @@
|
|
|
8757
8769
|
]
|
|
8758
8770
|
},
|
|
8759
8771
|
"_structures_from_glob": {
|
|
8760
|
-
"
|
|
8761
|
-
|
|
8762
|
-
|
|
8763
|
-
|
|
8772
|
+
"allOf": [
|
|
8773
|
+
{
|
|
8774
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
8775
|
+
}
|
|
8776
|
+
]
|
|
8764
8777
|
},
|
|
8765
8778
|
"id": {
|
|
8766
8779
|
"description": "A unique reference value used when referring to this structure value from the Object input's assigned_structures option.",
|
|
@@ -8834,7 +8847,7 @@
|
|
|
8834
8847
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
8835
8848
|
"allOf": [
|
|
8836
8849
|
{
|
|
8837
|
-
"$ref": "#/definitions/documentation"
|
|
8850
|
+
"$ref": "#/definitions/type.documentation"
|
|
8838
8851
|
}
|
|
8839
8852
|
],
|
|
8840
8853
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -8869,7 +8882,7 @@
|
|
|
8869
8882
|
"description": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default.",
|
|
8870
8883
|
"allOf": [
|
|
8871
8884
|
{
|
|
8872
|
-
"$ref": "#/definitions/documentation"
|
|
8885
|
+
"$ref": "#/definitions/type.documentation"
|
|
8873
8886
|
}
|
|
8874
8887
|
],
|
|
8875
8888
|
"markdownDescription": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default."
|
|
@@ -8912,6 +8925,12 @@
|
|
|
8912
8925
|
"additionalProperties": false,
|
|
8913
8926
|
"markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
|
|
8914
8927
|
},
|
|
8928
|
+
"type._inputs_from_glob": {
|
|
8929
|
+
"type": "array",
|
|
8930
|
+
"items": {
|
|
8931
|
+
"type": "string"
|
|
8932
|
+
}
|
|
8933
|
+
},
|
|
8915
8934
|
"type._select_data": {
|
|
8916
8935
|
"title": "Select Data",
|
|
8917
8936
|
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
@@ -8975,32 +8994,29 @@
|
|
|
8975
8994
|
},
|
|
8976
8995
|
"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."
|
|
8977
8996
|
},
|
|
8997
|
+
"type._structures_from_glob": {
|
|
8998
|
+
"type": "array",
|
|
8999
|
+
"items": {
|
|
9000
|
+
"type": "string"
|
|
9001
|
+
}
|
|
9002
|
+
},
|
|
8978
9003
|
"entries_comment": {
|
|
8979
9004
|
"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.",
|
|
8980
9005
|
"type": "string",
|
|
8981
9006
|
"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."
|
|
8982
9007
|
},
|
|
8983
|
-
"entries_documentation": {
|
|
8984
|
-
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
8985
|
-
"allOf": [
|
|
8986
|
-
{
|
|
8987
|
-
"$ref": "#/definitions/documentation"
|
|
8988
|
-
}
|
|
8989
|
-
],
|
|
8990
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
8991
|
-
},
|
|
8992
9008
|
"ArrayInput": {
|
|
8993
9009
|
"title": "Array Input",
|
|
8994
9010
|
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
8995
9011
|
"type": "object",
|
|
8996
9012
|
"properties": {
|
|
8997
9013
|
"comment": {
|
|
8998
|
-
"$ref": "#/definitions/comment"
|
|
9014
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8999
9015
|
},
|
|
9000
9016
|
"context": {
|
|
9001
9017
|
"allOf": [
|
|
9002
9018
|
{
|
|
9003
|
-
"$ref": "#/definitions/context"
|
|
9019
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9004
9020
|
}
|
|
9005
9021
|
]
|
|
9006
9022
|
},
|
|
@@ -9008,28 +9024,28 @@
|
|
|
9008
9024
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9009
9025
|
"allOf": [
|
|
9010
9026
|
{
|
|
9011
|
-
"$ref": "#/definitions/documentation"
|
|
9027
|
+
"$ref": "#/definitions/type.documentation"
|
|
9012
9028
|
}
|
|
9013
9029
|
],
|
|
9014
9030
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9015
9031
|
},
|
|
9016
9032
|
"label": {
|
|
9017
|
-
"$ref": "#/definitions/label"
|
|
9033
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9018
9034
|
},
|
|
9019
9035
|
"hidden": {
|
|
9020
|
-
"$ref": "#/definitions/hidden"
|
|
9036
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9021
9037
|
},
|
|
9022
9038
|
"disabled": {
|
|
9023
|
-
"$ref": "#/definitions/disabled"
|
|
9039
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9024
9040
|
},
|
|
9025
9041
|
"instance_value": {
|
|
9026
|
-
"$ref": "#/definitions/instance_value"
|
|
9042
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9027
9043
|
},
|
|
9028
9044
|
"disable_instance_value_rehydration": {
|
|
9029
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
9045
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9030
9046
|
},
|
|
9031
9047
|
"cascade": {
|
|
9032
|
-
"$ref": "#/definitions/cascade"
|
|
9048
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9033
9049
|
},
|
|
9034
9050
|
"type": {
|
|
9035
9051
|
"title": "Type",
|
|
@@ -9043,28 +9059,28 @@
|
|
|
9043
9059
|
"type": "object",
|
|
9044
9060
|
"properties": {
|
|
9045
9061
|
"required": {
|
|
9046
|
-
"$ref": "#/definitions/required"
|
|
9062
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
9047
9063
|
},
|
|
9048
9064
|
"required_message": {
|
|
9049
|
-
"$ref": "#/definitions/required_message"
|
|
9065
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
9050
9066
|
},
|
|
9051
9067
|
"max_items": {
|
|
9052
|
-
"$ref": "#/definitions/max_items"
|
|
9068
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
9053
9069
|
},
|
|
9054
9070
|
"max_items_message": {
|
|
9055
|
-
"$ref": "#/definitions/max_items_message"
|
|
9071
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
9056
9072
|
},
|
|
9057
9073
|
"min_items": {
|
|
9058
|
-
"$ref": "#/definitions/min_items"
|
|
9074
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
9059
9075
|
},
|
|
9060
9076
|
"min_items_message": {
|
|
9061
|
-
"$ref": "#/definitions/min_items_message"
|
|
9077
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
9062
9078
|
},
|
|
9063
9079
|
"unique_on": {
|
|
9064
|
-
"$ref": "#/definitions/unique_on"
|
|
9080
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
9065
9081
|
},
|
|
9066
9082
|
"unique_on_message": {
|
|
9067
|
-
"$ref": "#/definitions/unique_on_message"
|
|
9083
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
9068
9084
|
},
|
|
9069
9085
|
"disable_add": {
|
|
9070
9086
|
"$ref": "#/definitions/ArrayInput.disable_add"
|
|
@@ -9078,7 +9094,7 @@
|
|
|
9078
9094
|
"empty_type": {
|
|
9079
9095
|
"allOf": [
|
|
9080
9096
|
{
|
|
9081
|
-
"$ref": "#/definitions/empty_type_array"
|
|
9097
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
9082
9098
|
}
|
|
9083
9099
|
]
|
|
9084
9100
|
},
|
|
@@ -9130,12 +9146,12 @@
|
|
|
9130
9146
|
"type": "object",
|
|
9131
9147
|
"properties": {
|
|
9132
9148
|
"comment": {
|
|
9133
|
-
"$ref": "#/definitions/comment"
|
|
9149
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
9134
9150
|
},
|
|
9135
9151
|
"context": {
|
|
9136
9152
|
"allOf": [
|
|
9137
9153
|
{
|
|
9138
|
-
"$ref": "#/definitions/context"
|
|
9154
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9139
9155
|
}
|
|
9140
9156
|
]
|
|
9141
9157
|
},
|
|
@@ -9143,28 +9159,28 @@
|
|
|
9143
9159
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9144
9160
|
"allOf": [
|
|
9145
9161
|
{
|
|
9146
|
-
"$ref": "#/definitions/documentation"
|
|
9162
|
+
"$ref": "#/definitions/type.documentation"
|
|
9147
9163
|
}
|
|
9148
9164
|
],
|
|
9149
9165
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9150
9166
|
},
|
|
9151
9167
|
"label": {
|
|
9152
|
-
"$ref": "#/definitions/label"
|
|
9168
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9153
9169
|
},
|
|
9154
9170
|
"hidden": {
|
|
9155
|
-
"$ref": "#/definitions/hidden"
|
|
9171
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9156
9172
|
},
|
|
9157
9173
|
"disabled": {
|
|
9158
|
-
"$ref": "#/definitions/disabled"
|
|
9174
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9159
9175
|
},
|
|
9160
9176
|
"instance_value": {
|
|
9161
|
-
"$ref": "#/definitions/instance_value"
|
|
9177
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9162
9178
|
},
|
|
9163
9179
|
"disable_instance_value_rehydration": {
|
|
9164
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
9180
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9165
9181
|
},
|
|
9166
9182
|
"cascade": {
|
|
9167
|
-
"$ref": "#/definitions/cascade"
|
|
9183
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9168
9184
|
},
|
|
9169
9185
|
"type": {
|
|
9170
9186
|
"title": "Type",
|
|
@@ -9191,12 +9207,12 @@
|
|
|
9191
9207
|
"type": "object",
|
|
9192
9208
|
"properties": {
|
|
9193
9209
|
"comment": {
|
|
9194
|
-
"$ref": "#/definitions/comment"
|
|
9210
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
9195
9211
|
},
|
|
9196
9212
|
"context": {
|
|
9197
9213
|
"allOf": [
|
|
9198
9214
|
{
|
|
9199
|
-
"$ref": "#/definitions/context"
|
|
9215
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9200
9216
|
}
|
|
9201
9217
|
]
|
|
9202
9218
|
},
|
|
@@ -9204,28 +9220,28 @@
|
|
|
9204
9220
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9205
9221
|
"allOf": [
|
|
9206
9222
|
{
|
|
9207
|
-
"$ref": "#/definitions/documentation"
|
|
9223
|
+
"$ref": "#/definitions/type.documentation"
|
|
9208
9224
|
}
|
|
9209
9225
|
],
|
|
9210
9226
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9211
9227
|
},
|
|
9212
9228
|
"label": {
|
|
9213
|
-
"$ref": "#/definitions/label"
|
|
9229
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9214
9230
|
},
|
|
9215
9231
|
"hidden": {
|
|
9216
|
-
"$ref": "#/definitions/hidden"
|
|
9232
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9217
9233
|
},
|
|
9218
9234
|
"disabled": {
|
|
9219
|
-
"$ref": "#/definitions/disabled"
|
|
9235
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9220
9236
|
},
|
|
9221
9237
|
"instance_value": {
|
|
9222
|
-
"$ref": "#/definitions/instance_value"
|
|
9238
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9223
9239
|
},
|
|
9224
9240
|
"disable_instance_value_rehydration": {
|
|
9225
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
9241
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9226
9242
|
},
|
|
9227
9243
|
"cascade": {
|
|
9228
|
-
"$ref": "#/definitions/cascade"
|
|
9244
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9229
9245
|
},
|
|
9230
9246
|
"options": {
|
|
9231
9247
|
"description": "Options that are specific to this `type` of input.",
|
|
@@ -9275,31 +9291,31 @@
|
|
|
9275
9291
|
"type": "object",
|
|
9276
9292
|
"properties": {
|
|
9277
9293
|
"mime_type": {
|
|
9278
|
-
"$ref": "#/definitions/mime_type"
|
|
9294
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
9279
9295
|
},
|
|
9280
9296
|
"resize_style": {
|
|
9281
|
-
"$ref": "#/definitions/resize_style"
|
|
9297
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
9282
9298
|
},
|
|
9283
9299
|
"width": {
|
|
9284
|
-
"$ref": "#/definitions/width"
|
|
9300
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
9285
9301
|
},
|
|
9286
9302
|
"height": {
|
|
9287
|
-
"$ref": "#/definitions/height"
|
|
9303
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
9288
9304
|
},
|
|
9289
9305
|
"expandable": {
|
|
9290
|
-
"$ref": "#/definitions/expandable"
|
|
9306
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
9291
9307
|
},
|
|
9292
9308
|
"image_size_attributes": {
|
|
9293
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
9309
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
9294
9310
|
},
|
|
9295
9311
|
"allowed_sources": {
|
|
9296
|
-
"$ref": "#/definitions/allowed_sources"
|
|
9312
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
9297
9313
|
},
|
|
9298
9314
|
"prevent_resize_existing_files": {
|
|
9299
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
9315
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
9300
9316
|
},
|
|
9301
9317
|
"sizes": {
|
|
9302
|
-
"$ref": "#/definitions/sizes"
|
|
9318
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
9303
9319
|
},
|
|
9304
9320
|
"paths": {
|
|
9305
9321
|
"allOf": [
|
|
@@ -9309,106 +9325,106 @@
|
|
|
9309
9325
|
]
|
|
9310
9326
|
},
|
|
9311
9327
|
"bold": {
|
|
9312
|
-
"$ref": "#/definitions/bold"
|
|
9328
|
+
"$ref": "#/definitions/type._editables.*.bold"
|
|
9313
9329
|
},
|
|
9314
9330
|
"copyformatting": {
|
|
9315
|
-
"$ref": "#/definitions/copyformatting"
|
|
9331
|
+
"$ref": "#/definitions/type._editables.*.copyformatting"
|
|
9316
9332
|
},
|
|
9317
9333
|
"italic": {
|
|
9318
|
-
"$ref": "#/definitions/italic"
|
|
9334
|
+
"$ref": "#/definitions/type._editables.*.italic"
|
|
9319
9335
|
},
|
|
9320
9336
|
"link": {
|
|
9321
|
-
"$ref": "#/definitions/link"
|
|
9337
|
+
"$ref": "#/definitions/type._editables.*.link"
|
|
9322
9338
|
},
|
|
9323
9339
|
"redo": {
|
|
9324
|
-
"$ref": "#/definitions/redo"
|
|
9340
|
+
"$ref": "#/definitions/type._editables.*.redo"
|
|
9325
9341
|
},
|
|
9326
9342
|
"removeformat": {
|
|
9327
|
-
"$ref": "#/definitions/removeformat"
|
|
9343
|
+
"$ref": "#/definitions/type._editables.*.removeformat"
|
|
9328
9344
|
},
|
|
9329
9345
|
"strike": {
|
|
9330
|
-
"$ref": "#/definitions/strike"
|
|
9346
|
+
"$ref": "#/definitions/type._editables.*.strike"
|
|
9331
9347
|
},
|
|
9332
9348
|
"subscript": {
|
|
9333
|
-
"$ref": "#/definitions/subscript"
|
|
9349
|
+
"$ref": "#/definitions/type._editables.*.subscript"
|
|
9334
9350
|
},
|
|
9335
9351
|
"superscript": {
|
|
9336
|
-
"$ref": "#/definitions/superscript"
|
|
9352
|
+
"$ref": "#/definitions/type._editables.*.superscript"
|
|
9337
9353
|
},
|
|
9338
9354
|
"underline": {
|
|
9339
|
-
"$ref": "#/definitions/underline"
|
|
9355
|
+
"$ref": "#/definitions/type._editables.*.underline"
|
|
9340
9356
|
},
|
|
9341
9357
|
"undo": {
|
|
9342
|
-
"$ref": "#/definitions/undo"
|
|
9358
|
+
"$ref": "#/definitions/type._editables.*.undo"
|
|
9343
9359
|
},
|
|
9344
9360
|
"remove_custom_markup": {
|
|
9345
|
-
"$ref": "#/definitions/remove_custom_markup"
|
|
9361
|
+
"$ref": "#/definitions/type._editables.*.remove_custom_markup"
|
|
9346
9362
|
},
|
|
9347
9363
|
"allow_custom_markup": {
|
|
9348
|
-
"$ref": "#/definitions/allow_custom_markup"
|
|
9364
|
+
"$ref": "#/definitions/type._editables.*.allow_custom_markup"
|
|
9349
9365
|
},
|
|
9350
9366
|
"blockquote": {
|
|
9351
|
-
"$ref": "#/definitions/blockquote"
|
|
9367
|
+
"$ref": "#/definitions/type._editables.*.blockquote"
|
|
9352
9368
|
},
|
|
9353
9369
|
"bulletedlist": {
|
|
9354
|
-
"$ref": "#/definitions/bulletedlist"
|
|
9370
|
+
"$ref": "#/definitions/type._editables.*.bulletedlist"
|
|
9355
9371
|
},
|
|
9356
9372
|
"center": {
|
|
9357
|
-
"$ref": "#/definitions/center"
|
|
9373
|
+
"$ref": "#/definitions/type._editables.*.center"
|
|
9358
9374
|
},
|
|
9359
9375
|
"code_inline": {
|
|
9360
|
-
"$ref": "#/definitions/code_inline"
|
|
9376
|
+
"$ref": "#/definitions/type._editables.*.code_inline"
|
|
9361
9377
|
},
|
|
9362
9378
|
"code_block": {
|
|
9363
|
-
"$ref": "#/definitions/code_block"
|
|
9379
|
+
"$ref": "#/definitions/type._editables.*.code_block"
|
|
9364
9380
|
},
|
|
9365
9381
|
"code": {
|
|
9366
|
-
"$ref": "#/definitions/code"
|
|
9382
|
+
"$ref": "#/definitions/type._editables.*.code"
|
|
9367
9383
|
},
|
|
9368
9384
|
"embed": {
|
|
9369
|
-
"$ref": "#/definitions/embed"
|
|
9385
|
+
"$ref": "#/definitions/type._editables.*.embed"
|
|
9370
9386
|
},
|
|
9371
9387
|
"format": {
|
|
9372
|
-
"$ref": "#/definitions/format"
|
|
9388
|
+
"$ref": "#/definitions/type._editables.*.format"
|
|
9373
9389
|
},
|
|
9374
9390
|
"horizontalrule": {
|
|
9375
|
-
"$ref": "#/definitions/horizontalrule"
|
|
9391
|
+
"$ref": "#/definitions/type._editables.*.horizontalrule"
|
|
9376
9392
|
},
|
|
9377
9393
|
"image": {
|
|
9378
|
-
"$ref": "#/definitions/image"
|
|
9394
|
+
"$ref": "#/definitions/type._editables.*.image"
|
|
9379
9395
|
},
|
|
9380
9396
|
"indent": {
|
|
9381
|
-
"$ref": "#/definitions/indent"
|
|
9397
|
+
"$ref": "#/definitions/type._editables.*.indent"
|
|
9382
9398
|
},
|
|
9383
9399
|
"justify": {
|
|
9384
|
-
"$ref": "#/definitions/justify"
|
|
9400
|
+
"$ref": "#/definitions/type._editables.*.justify"
|
|
9385
9401
|
},
|
|
9386
9402
|
"left": {
|
|
9387
|
-
"$ref": "#/definitions/left"
|
|
9403
|
+
"$ref": "#/definitions/type._editables.*.left"
|
|
9388
9404
|
},
|
|
9389
9405
|
"numberedlist": {
|
|
9390
|
-
"$ref": "#/definitions/numberedlist"
|
|
9406
|
+
"$ref": "#/definitions/type._editables.*.numberedlist"
|
|
9391
9407
|
},
|
|
9392
9408
|
"outdent": {
|
|
9393
|
-
"$ref": "#/definitions/outdent"
|
|
9409
|
+
"$ref": "#/definitions/type._editables.*.outdent"
|
|
9394
9410
|
},
|
|
9395
9411
|
"right": {
|
|
9396
|
-
"$ref": "#/definitions/right"
|
|
9412
|
+
"$ref": "#/definitions/type._editables.*.right"
|
|
9397
9413
|
},
|
|
9398
9414
|
"snippet": {
|
|
9399
|
-
"$ref": "#/definitions/snippet"
|
|
9415
|
+
"$ref": "#/definitions/type._editables.*.snippet"
|
|
9400
9416
|
},
|
|
9401
9417
|
"styles": {
|
|
9402
|
-
"$ref": "#/definitions/styles"
|
|
9418
|
+
"$ref": "#/definitions/type._editables.*.styles"
|
|
9403
9419
|
},
|
|
9404
9420
|
"table": {
|
|
9405
|
-
"$ref": "#/definitions/table"
|
|
9421
|
+
"$ref": "#/definitions/type._editables.*.table"
|
|
9406
9422
|
},
|
|
9407
9423
|
"join_above": {
|
|
9408
|
-
"$ref": "#/definitions/join_above"
|
|
9424
|
+
"$ref": "#/definitions/type._editables.*.join_above"
|
|
9409
9425
|
},
|
|
9410
9426
|
"join_below": {
|
|
9411
|
-
"$ref": "#/definitions/join_below"
|
|
9427
|
+
"$ref": "#/definitions/type._editables.*.join_below"
|
|
9412
9428
|
}
|
|
9413
9429
|
},
|
|
9414
9430
|
"additionalProperties": false,
|
|
@@ -9420,31 +9436,31 @@
|
|
|
9420
9436
|
"type": "object",
|
|
9421
9437
|
"properties": {
|
|
9422
9438
|
"mime_type": {
|
|
9423
|
-
"$ref": "#/definitions/mime_type"
|
|
9439
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
9424
9440
|
},
|
|
9425
9441
|
"resize_style": {
|
|
9426
|
-
"$ref": "#/definitions/resize_style"
|
|
9442
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
9427
9443
|
},
|
|
9428
9444
|
"width": {
|
|
9429
|
-
"$ref": "#/definitions/width"
|
|
9445
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
9430
9446
|
},
|
|
9431
9447
|
"height": {
|
|
9432
|
-
"$ref": "#/definitions/height"
|
|
9448
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
9433
9449
|
},
|
|
9434
9450
|
"expandable": {
|
|
9435
|
-
"$ref": "#/definitions/expandable"
|
|
9451
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
9436
9452
|
},
|
|
9437
9453
|
"image_size_attributes": {
|
|
9438
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
9454
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
9439
9455
|
},
|
|
9440
9456
|
"allowed_sources": {
|
|
9441
|
-
"$ref": "#/definitions/allowed_sources"
|
|
9457
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
9442
9458
|
},
|
|
9443
9459
|
"prevent_resize_existing_files": {
|
|
9444
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
9460
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
9445
9461
|
},
|
|
9446
9462
|
"sizes": {
|
|
9447
|
-
"$ref": "#/definitions/sizes"
|
|
9463
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
9448
9464
|
},
|
|
9449
9465
|
"paths": {
|
|
9450
9466
|
"allOf": [
|
|
@@ -9454,106 +9470,106 @@
|
|
|
9454
9470
|
]
|
|
9455
9471
|
},
|
|
9456
9472
|
"bold": {
|
|
9457
|
-
"$ref": "#/definitions/bold"
|
|
9473
|
+
"$ref": "#/definitions/type._editables.*.bold"
|
|
9458
9474
|
},
|
|
9459
9475
|
"copyformatting": {
|
|
9460
|
-
"$ref": "#/definitions/copyformatting"
|
|
9476
|
+
"$ref": "#/definitions/type._editables.*.copyformatting"
|
|
9461
9477
|
},
|
|
9462
9478
|
"italic": {
|
|
9463
|
-
"$ref": "#/definitions/italic"
|
|
9479
|
+
"$ref": "#/definitions/type._editables.*.italic"
|
|
9464
9480
|
},
|
|
9465
9481
|
"link": {
|
|
9466
|
-
"$ref": "#/definitions/link"
|
|
9482
|
+
"$ref": "#/definitions/type._editables.*.link"
|
|
9467
9483
|
},
|
|
9468
9484
|
"redo": {
|
|
9469
|
-
"$ref": "#/definitions/redo"
|
|
9485
|
+
"$ref": "#/definitions/type._editables.*.redo"
|
|
9470
9486
|
},
|
|
9471
9487
|
"removeformat": {
|
|
9472
|
-
"$ref": "#/definitions/removeformat"
|
|
9488
|
+
"$ref": "#/definitions/type._editables.*.removeformat"
|
|
9473
9489
|
},
|
|
9474
9490
|
"strike": {
|
|
9475
|
-
"$ref": "#/definitions/strike"
|
|
9491
|
+
"$ref": "#/definitions/type._editables.*.strike"
|
|
9476
9492
|
},
|
|
9477
9493
|
"subscript": {
|
|
9478
|
-
"$ref": "#/definitions/subscript"
|
|
9494
|
+
"$ref": "#/definitions/type._editables.*.subscript"
|
|
9479
9495
|
},
|
|
9480
9496
|
"superscript": {
|
|
9481
|
-
"$ref": "#/definitions/superscript"
|
|
9497
|
+
"$ref": "#/definitions/type._editables.*.superscript"
|
|
9482
9498
|
},
|
|
9483
9499
|
"underline": {
|
|
9484
|
-
"$ref": "#/definitions/underline"
|
|
9500
|
+
"$ref": "#/definitions/type._editables.*.underline"
|
|
9485
9501
|
},
|
|
9486
9502
|
"undo": {
|
|
9487
|
-
"$ref": "#/definitions/undo"
|
|
9503
|
+
"$ref": "#/definitions/type._editables.*.undo"
|
|
9488
9504
|
},
|
|
9489
9505
|
"remove_custom_markup": {
|
|
9490
|
-
"$ref": "#/definitions/remove_custom_markup"
|
|
9506
|
+
"$ref": "#/definitions/type._editables.*.remove_custom_markup"
|
|
9491
9507
|
},
|
|
9492
9508
|
"allow_custom_markup": {
|
|
9493
|
-
"$ref": "#/definitions/allow_custom_markup"
|
|
9509
|
+
"$ref": "#/definitions/type._editables.*.allow_custom_markup"
|
|
9494
9510
|
},
|
|
9495
9511
|
"blockquote": {
|
|
9496
|
-
"$ref": "#/definitions/blockquote"
|
|
9512
|
+
"$ref": "#/definitions/type._editables.*.blockquote"
|
|
9497
9513
|
},
|
|
9498
9514
|
"bulletedlist": {
|
|
9499
|
-
"$ref": "#/definitions/bulletedlist"
|
|
9515
|
+
"$ref": "#/definitions/type._editables.*.bulletedlist"
|
|
9500
9516
|
},
|
|
9501
9517
|
"center": {
|
|
9502
|
-
"$ref": "#/definitions/center"
|
|
9518
|
+
"$ref": "#/definitions/type._editables.*.center"
|
|
9503
9519
|
},
|
|
9504
9520
|
"code_inline": {
|
|
9505
|
-
"$ref": "#/definitions/code_inline"
|
|
9521
|
+
"$ref": "#/definitions/type._editables.*.code_inline"
|
|
9506
9522
|
},
|
|
9507
9523
|
"code_block": {
|
|
9508
|
-
"$ref": "#/definitions/code_block"
|
|
9524
|
+
"$ref": "#/definitions/type._editables.*.code_block"
|
|
9509
9525
|
},
|
|
9510
9526
|
"code": {
|
|
9511
|
-
"$ref": "#/definitions/code"
|
|
9527
|
+
"$ref": "#/definitions/type._editables.*.code"
|
|
9512
9528
|
},
|
|
9513
9529
|
"embed": {
|
|
9514
|
-
"$ref": "#/definitions/embed"
|
|
9530
|
+
"$ref": "#/definitions/type._editables.*.embed"
|
|
9515
9531
|
},
|
|
9516
9532
|
"format": {
|
|
9517
|
-
"$ref": "#/definitions/format"
|
|
9533
|
+
"$ref": "#/definitions/type._editables.*.format"
|
|
9518
9534
|
},
|
|
9519
9535
|
"horizontalrule": {
|
|
9520
|
-
"$ref": "#/definitions/horizontalrule"
|
|
9536
|
+
"$ref": "#/definitions/type._editables.*.horizontalrule"
|
|
9521
9537
|
},
|
|
9522
9538
|
"image": {
|
|
9523
|
-
"$ref": "#/definitions/image"
|
|
9539
|
+
"$ref": "#/definitions/type._editables.*.image"
|
|
9524
9540
|
},
|
|
9525
9541
|
"indent": {
|
|
9526
|
-
"$ref": "#/definitions/indent"
|
|
9542
|
+
"$ref": "#/definitions/type._editables.*.indent"
|
|
9527
9543
|
},
|
|
9528
9544
|
"justify": {
|
|
9529
|
-
"$ref": "#/definitions/justify"
|
|
9545
|
+
"$ref": "#/definitions/type._editables.*.justify"
|
|
9530
9546
|
},
|
|
9531
9547
|
"left": {
|
|
9532
|
-
"$ref": "#/definitions/left"
|
|
9548
|
+
"$ref": "#/definitions/type._editables.*.left"
|
|
9533
9549
|
},
|
|
9534
9550
|
"numberedlist": {
|
|
9535
|
-
"$ref": "#/definitions/numberedlist"
|
|
9551
|
+
"$ref": "#/definitions/type._editables.*.numberedlist"
|
|
9536
9552
|
},
|
|
9537
9553
|
"outdent": {
|
|
9538
|
-
"$ref": "#/definitions/outdent"
|
|
9554
|
+
"$ref": "#/definitions/type._editables.*.outdent"
|
|
9539
9555
|
},
|
|
9540
9556
|
"right": {
|
|
9541
|
-
"$ref": "#/definitions/right"
|
|
9557
|
+
"$ref": "#/definitions/type._editables.*.right"
|
|
9542
9558
|
},
|
|
9543
9559
|
"snippet": {
|
|
9544
|
-
"$ref": "#/definitions/snippet"
|
|
9560
|
+
"$ref": "#/definitions/type._editables.*.snippet"
|
|
9545
9561
|
},
|
|
9546
9562
|
"styles": {
|
|
9547
|
-
"$ref": "#/definitions/styles"
|
|
9563
|
+
"$ref": "#/definitions/type._editables.*.styles"
|
|
9548
9564
|
},
|
|
9549
9565
|
"table": {
|
|
9550
|
-
"$ref": "#/definitions/table"
|
|
9566
|
+
"$ref": "#/definitions/type._editables.*.table"
|
|
9551
9567
|
},
|
|
9552
9568
|
"join_above": {
|
|
9553
|
-
"$ref": "#/definitions/join_above"
|
|
9569
|
+
"$ref": "#/definitions/type._editables.*.join_above"
|
|
9554
9570
|
},
|
|
9555
9571
|
"join_below": {
|
|
9556
|
-
"$ref": "#/definitions/join_below"
|
|
9572
|
+
"$ref": "#/definitions/type._editables.*.join_below"
|
|
9557
9573
|
}
|
|
9558
9574
|
},
|
|
9559
9575
|
"additionalProperties": false,
|
|
@@ -9581,31 +9597,31 @@
|
|
|
9581
9597
|
"type": "object",
|
|
9582
9598
|
"properties": {
|
|
9583
9599
|
"mime_type": {
|
|
9584
|
-
"$ref": "#/definitions/mime_type"
|
|
9600
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
9585
9601
|
},
|
|
9586
9602
|
"resize_style": {
|
|
9587
|
-
"$ref": "#/definitions/resize_style"
|
|
9603
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
9588
9604
|
},
|
|
9589
9605
|
"width": {
|
|
9590
|
-
"$ref": "#/definitions/width"
|
|
9606
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
9591
9607
|
},
|
|
9592
9608
|
"height": {
|
|
9593
|
-
"$ref": "#/definitions/height"
|
|
9609
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
9594
9610
|
},
|
|
9595
9611
|
"expandable": {
|
|
9596
|
-
"$ref": "#/definitions/expandable"
|
|
9612
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
9597
9613
|
},
|
|
9598
9614
|
"image_size_attributes": {
|
|
9599
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
9615
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
9600
9616
|
},
|
|
9601
9617
|
"allowed_sources": {
|
|
9602
|
-
"$ref": "#/definitions/allowed_sources"
|
|
9618
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
9603
9619
|
},
|
|
9604
9620
|
"prevent_resize_existing_files": {
|
|
9605
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
9621
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
9606
9622
|
},
|
|
9607
9623
|
"sizes": {
|
|
9608
|
-
"$ref": "#/definitions/sizes"
|
|
9624
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
9609
9625
|
},
|
|
9610
9626
|
"paths": {
|
|
9611
9627
|
"allOf": [
|
|
@@ -9631,47 +9647,53 @@
|
|
|
9631
9647
|
]
|
|
9632
9648
|
},
|
|
9633
9649
|
"bold": {
|
|
9634
|
-
"$ref": "#/definitions/bold"
|
|
9650
|
+
"$ref": "#/definitions/type._editables.*.bold"
|
|
9635
9651
|
},
|
|
9636
9652
|
"copyformatting": {
|
|
9637
|
-
"$ref": "#/definitions/copyformatting"
|
|
9653
|
+
"$ref": "#/definitions/type._editables.*.copyformatting"
|
|
9638
9654
|
},
|
|
9639
9655
|
"italic": {
|
|
9640
|
-
"$ref": "#/definitions/italic"
|
|
9656
|
+
"$ref": "#/definitions/type._editables.*.italic"
|
|
9641
9657
|
},
|
|
9642
9658
|
"link": {
|
|
9643
|
-
"$ref": "#/definitions/link"
|
|
9659
|
+
"$ref": "#/definitions/type._editables.*.link"
|
|
9644
9660
|
},
|
|
9645
9661
|
"redo": {
|
|
9646
|
-
"$ref": "#/definitions/redo"
|
|
9662
|
+
"$ref": "#/definitions/type._editables.*.redo"
|
|
9647
9663
|
},
|
|
9648
9664
|
"removeformat": {
|
|
9649
|
-
"$ref": "#/definitions/removeformat"
|
|
9665
|
+
"$ref": "#/definitions/type._editables.*.removeformat"
|
|
9650
9666
|
},
|
|
9651
9667
|
"strike": {
|
|
9652
|
-
"$ref": "#/definitions/strike"
|
|
9668
|
+
"$ref": "#/definitions/type._editables.*.strike"
|
|
9653
9669
|
},
|
|
9654
9670
|
"subscript": {
|
|
9655
|
-
"$ref": "#/definitions/subscript"
|
|
9671
|
+
"$ref": "#/definitions/type._editables.*.subscript"
|
|
9656
9672
|
},
|
|
9657
9673
|
"superscript": {
|
|
9658
|
-
"$ref": "#/definitions/superscript"
|
|
9674
|
+
"$ref": "#/definitions/type._editables.*.superscript"
|
|
9659
9675
|
},
|
|
9660
9676
|
"underline": {
|
|
9661
|
-
"$ref": "#/definitions/underline"
|
|
9677
|
+
"$ref": "#/definitions/type._editables.*.underline"
|
|
9662
9678
|
},
|
|
9663
9679
|
"undo": {
|
|
9664
|
-
"$ref": "#/definitions/undo"
|
|
9680
|
+
"$ref": "#/definitions/type._editables.*.undo"
|
|
9665
9681
|
},
|
|
9666
9682
|
"remove_custom_markup": {
|
|
9667
|
-
"$ref": "#/definitions/remove_custom_markup"
|
|
9683
|
+
"$ref": "#/definitions/type._editables.*.remove_custom_markup"
|
|
9668
9684
|
},
|
|
9669
9685
|
"allow_custom_markup": {
|
|
9670
|
-
"$ref": "#/definitions/allow_custom_markup"
|
|
9686
|
+
"$ref": "#/definitions/type._editables.*.allow_custom_markup"
|
|
9671
9687
|
}
|
|
9672
9688
|
},
|
|
9673
9689
|
"additionalProperties": false,
|
|
9674
9690
|
"markdownDescription": "Contains input options for text Editable Regions."
|
|
9691
|
+
},
|
|
9692
|
+
"type._editables_from_glob": {
|
|
9693
|
+
"type": "array",
|
|
9694
|
+
"items": {
|
|
9695
|
+
"type": "string"
|
|
9696
|
+
}
|
|
9675
9697
|
}
|
|
9676
9698
|
}
|
|
9677
9699
|
}
|