@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
|
@@ -61,10 +61,11 @@
|
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"_inputs_from_glob": {
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
"allOf": [
|
|
65
|
+
{
|
|
66
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
68
69
|
},
|
|
69
70
|
"_select_data": {
|
|
70
71
|
"allOf": [
|
|
@@ -81,10 +82,11 @@
|
|
|
81
82
|
]
|
|
82
83
|
},
|
|
83
84
|
"_structures_from_glob": {
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
85
|
+
"allOf": [
|
|
86
|
+
{
|
|
87
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
88
90
|
},
|
|
89
91
|
"id": {
|
|
90
92
|
"description": "A unique reference value used when referring to this structure value from the Object input's assigned_structures option.",
|
|
@@ -158,7 +160,7 @@
|
|
|
158
160
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
159
161
|
"allOf": [
|
|
160
162
|
{
|
|
161
|
-
"$ref": "#/definitions/documentation"
|
|
163
|
+
"$ref": "#/definitions/type.documentation"
|
|
162
164
|
}
|
|
163
165
|
],
|
|
164
166
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -193,7 +195,7 @@
|
|
|
193
195
|
"description": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default.",
|
|
194
196
|
"allOf": [
|
|
195
197
|
{
|
|
196
|
-
"$ref": "#/definitions/documentation"
|
|
198
|
+
"$ref": "#/definitions/type.documentation"
|
|
197
199
|
}
|
|
198
200
|
],
|
|
199
201
|
"markdownDescription": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default."
|
|
@@ -209,46 +211,22 @@
|
|
|
209
211
|
"type": "object",
|
|
210
212
|
"properties": {
|
|
211
213
|
"text": {
|
|
212
|
-
"
|
|
213
|
-
{
|
|
214
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
215
|
-
}
|
|
216
|
-
]
|
|
214
|
+
"$ref": "#/definitions/type.preview.text"
|
|
217
215
|
},
|
|
218
216
|
"subtext": {
|
|
219
|
-
"
|
|
220
|
-
{
|
|
221
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
222
|
-
}
|
|
223
|
-
]
|
|
217
|
+
"$ref": "#/definitions/type.preview.subtext"
|
|
224
218
|
},
|
|
225
219
|
"image": {
|
|
226
|
-
"
|
|
227
|
-
{
|
|
228
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
229
|
-
}
|
|
230
|
-
]
|
|
220
|
+
"$ref": "#/definitions/type.preview.image"
|
|
231
221
|
},
|
|
232
222
|
"icon": {
|
|
233
|
-
"
|
|
234
|
-
{
|
|
235
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
236
|
-
}
|
|
237
|
-
]
|
|
223
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
238
224
|
},
|
|
239
225
|
"icon_color": {
|
|
240
|
-
"
|
|
241
|
-
{
|
|
242
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
243
|
-
}
|
|
244
|
-
]
|
|
226
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
245
227
|
},
|
|
246
228
|
"icon_background_color": {
|
|
247
|
-
"
|
|
248
|
-
{
|
|
249
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
250
|
-
}
|
|
251
|
-
]
|
|
229
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
252
230
|
},
|
|
253
231
|
"tags": {
|
|
254
232
|
"$ref": "#/definitions/preview.tags"
|
|
@@ -266,78 +244,136 @@
|
|
|
266
244
|
},
|
|
267
245
|
"additionalProperties": false
|
|
268
246
|
},
|
|
247
|
+
"type.preview.text": {
|
|
248
|
+
"allOf": [
|
|
249
|
+
{
|
|
250
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
269
254
|
"PreviewEntries": {
|
|
270
255
|
"anyOf": [
|
|
271
256
|
{
|
|
272
|
-
"
|
|
273
|
-
"type": "array",
|
|
274
|
-
"items": {
|
|
275
|
-
"$ref": "#/definitions/PreviewEntry"
|
|
276
|
-
}
|
|
257
|
+
"$ref": "#/definitions/type.preview-entry.(array)"
|
|
277
258
|
},
|
|
278
259
|
{
|
|
279
|
-
"
|
|
280
|
-
"type": "string"
|
|
260
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
281
261
|
},
|
|
282
262
|
{
|
|
283
|
-
"
|
|
284
|
-
"type": "boolean",
|
|
285
|
-
"const": false
|
|
263
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
286
264
|
}
|
|
287
265
|
]
|
|
288
266
|
},
|
|
289
|
-
"
|
|
267
|
+
"type.preview-entry.(array)": {
|
|
268
|
+
"title": "Array",
|
|
269
|
+
"type": "array",
|
|
270
|
+
"items": {
|
|
271
|
+
"$ref": "#/definitions/type.preview-entry"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"type.preview-entry": {
|
|
275
|
+
"title": "Preview Entry",
|
|
290
276
|
"anyOf": [
|
|
291
277
|
{
|
|
292
|
-
"
|
|
293
|
-
"type": "object",
|
|
294
|
-
"properties": {
|
|
295
|
-
"key": {
|
|
296
|
-
"title": "Key Value",
|
|
297
|
-
"type": "string"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"required": [
|
|
301
|
-
"key"
|
|
302
|
-
],
|
|
303
|
-
"additionalProperties": false
|
|
278
|
+
"$ref": "#/definitions/type.preview-entry.(key)"
|
|
304
279
|
},
|
|
305
280
|
{
|
|
306
|
-
"
|
|
307
|
-
"type": "object",
|
|
308
|
-
"properties": {
|
|
309
|
-
"template": {
|
|
310
|
-
"title": "Template Value",
|
|
311
|
-
"type": "string"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
"required": [
|
|
315
|
-
"template"
|
|
316
|
-
],
|
|
317
|
-
"additionalProperties": false
|
|
281
|
+
"$ref": "#/definitions/type.preview-entry.(template)"
|
|
318
282
|
},
|
|
319
283
|
{
|
|
320
|
-
"
|
|
321
|
-
"type": "object",
|
|
322
|
-
"properties": {
|
|
323
|
-
"text": {
|
|
324
|
-
"title": "Text Value",
|
|
325
|
-
"type": "string"
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
"required": [
|
|
329
|
-
"text"
|
|
330
|
-
],
|
|
331
|
-
"additionalProperties": false
|
|
284
|
+
"$ref": "#/definitions/type.preview-entry.(text)"
|
|
332
285
|
},
|
|
333
286
|
{
|
|
334
|
-
"
|
|
335
|
-
"type": "string"
|
|
287
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
336
288
|
},
|
|
337
289
|
{
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
290
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"type.preview-entry.(key)": {
|
|
295
|
+
"title": "Key",
|
|
296
|
+
"type": "object",
|
|
297
|
+
"properties": {
|
|
298
|
+
"key": {
|
|
299
|
+
"title": "Key Value",
|
|
300
|
+
"type": "string"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"required": [
|
|
304
|
+
"key"
|
|
305
|
+
],
|
|
306
|
+
"additionalProperties": false
|
|
307
|
+
},
|
|
308
|
+
"type.preview-entry.(template)": {
|
|
309
|
+
"title": "Template",
|
|
310
|
+
"type": "object",
|
|
311
|
+
"properties": {
|
|
312
|
+
"template": {
|
|
313
|
+
"title": "Template Value",
|
|
314
|
+
"type": "string"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"required": [
|
|
318
|
+
"template"
|
|
319
|
+
],
|
|
320
|
+
"additionalProperties": false
|
|
321
|
+
},
|
|
322
|
+
"type.preview-entry.(text)": {
|
|
323
|
+
"title": "Text",
|
|
324
|
+
"type": "object",
|
|
325
|
+
"properties": {
|
|
326
|
+
"text": {
|
|
327
|
+
"title": "Text Value",
|
|
328
|
+
"type": "string"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"required": [
|
|
332
|
+
"text"
|
|
333
|
+
],
|
|
334
|
+
"additionalProperties": false
|
|
335
|
+
},
|
|
336
|
+
"type.preview-entry.(raw-text)": {
|
|
337
|
+
"title": "Raw Text",
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
340
|
+
"type.preview-entry.(false)": {
|
|
341
|
+
"title": "False",
|
|
342
|
+
"type": "boolean",
|
|
343
|
+
"const": false
|
|
344
|
+
},
|
|
345
|
+
"type.preview.subtext": {
|
|
346
|
+
"allOf": [
|
|
347
|
+
{
|
|
348
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
"type.preview.image": {
|
|
353
|
+
"allOf": [
|
|
354
|
+
{
|
|
355
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"type.preview.icon": {
|
|
360
|
+
"allOf": [
|
|
361
|
+
{
|
|
362
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
363
|
+
}
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"type.preview.icon_color": {
|
|
367
|
+
"allOf": [
|
|
368
|
+
{
|
|
369
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
370
|
+
}
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
"type.preview.icon_background_color": {
|
|
374
|
+
"allOf": [
|
|
375
|
+
{
|
|
376
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
341
377
|
}
|
|
342
378
|
]
|
|
343
379
|
},
|
|
@@ -357,39 +393,19 @@
|
|
|
357
393
|
"type": "object",
|
|
358
394
|
"properties": {
|
|
359
395
|
"text": {
|
|
360
|
-
"
|
|
361
|
-
{
|
|
362
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
363
|
-
}
|
|
364
|
-
]
|
|
396
|
+
"$ref": "#/definitions/type.preview.text"
|
|
365
397
|
},
|
|
366
398
|
"image": {
|
|
367
|
-
"
|
|
368
|
-
{
|
|
369
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
370
|
-
}
|
|
371
|
-
]
|
|
399
|
+
"$ref": "#/definitions/type.preview.image"
|
|
372
400
|
},
|
|
373
401
|
"icon": {
|
|
374
|
-
"
|
|
375
|
-
{
|
|
376
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
377
|
-
}
|
|
378
|
-
]
|
|
402
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
379
403
|
},
|
|
380
404
|
"icon_color": {
|
|
381
|
-
"
|
|
382
|
-
{
|
|
383
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
384
|
-
}
|
|
385
|
-
]
|
|
405
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
386
406
|
},
|
|
387
407
|
"icon_background_color": {
|
|
388
|
-
"
|
|
389
|
-
{
|
|
390
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
391
|
-
}
|
|
392
|
-
]
|
|
408
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
393
409
|
}
|
|
394
410
|
},
|
|
395
411
|
"additionalProperties": false
|
|
@@ -398,49 +414,25 @@
|
|
|
398
414
|
"type": "object",
|
|
399
415
|
"properties": {
|
|
400
416
|
"text": {
|
|
401
|
-
"
|
|
402
|
-
{
|
|
403
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
404
|
-
}
|
|
405
|
-
]
|
|
417
|
+
"$ref": "#/definitions/type.preview.text"
|
|
406
418
|
},
|
|
407
419
|
"image": {
|
|
408
|
-
"
|
|
409
|
-
{
|
|
410
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
411
|
-
}
|
|
412
|
-
]
|
|
420
|
+
"$ref": "#/definitions/type.preview.image"
|
|
413
421
|
},
|
|
414
422
|
"icon": {
|
|
415
|
-
"
|
|
416
|
-
{
|
|
417
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
418
|
-
}
|
|
419
|
-
]
|
|
423
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
420
424
|
},
|
|
421
425
|
"icon_color": {
|
|
422
|
-
"
|
|
423
|
-
{
|
|
424
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
425
|
-
}
|
|
426
|
-
]
|
|
426
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
427
427
|
},
|
|
428
428
|
"icon_background_color": {
|
|
429
|
-
"
|
|
430
|
-
{
|
|
431
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
432
|
-
}
|
|
433
|
-
]
|
|
429
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
434
430
|
},
|
|
435
431
|
"fit": {
|
|
436
432
|
"$ref": "#/definitions/preview.gallery.fit"
|
|
437
433
|
},
|
|
438
434
|
"background_color": {
|
|
439
|
-
"
|
|
440
|
-
{
|
|
441
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
442
|
-
}
|
|
443
|
-
]
|
|
435
|
+
"$ref": "#/definitions/type.preview.gallery.background_color"
|
|
444
436
|
}
|
|
445
437
|
},
|
|
446
438
|
"additionalProperties": false
|
|
@@ -455,6 +447,13 @@
|
|
|
455
447
|
"cover-top"
|
|
456
448
|
]
|
|
457
449
|
},
|
|
450
|
+
"type.preview.gallery.background_color": {
|
|
451
|
+
"allOf": [
|
|
452
|
+
{
|
|
453
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
},
|
|
458
457
|
"type._inputs": {
|
|
459
458
|
"title": "Inputs",
|
|
460
459
|
"description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
|
|
@@ -545,12 +544,12 @@
|
|
|
545
544
|
"type": "object",
|
|
546
545
|
"properties": {
|
|
547
546
|
"comment": {
|
|
548
|
-
"$ref": "#/definitions/comment"
|
|
547
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
549
548
|
},
|
|
550
549
|
"context": {
|
|
551
550
|
"allOf": [
|
|
552
551
|
{
|
|
553
|
-
"$ref": "#/definitions/context"
|
|
552
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
554
553
|
}
|
|
555
554
|
]
|
|
556
555
|
},
|
|
@@ -558,28 +557,28 @@
|
|
|
558
557
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
559
558
|
"allOf": [
|
|
560
559
|
{
|
|
561
|
-
"$ref": "#/definitions/documentation"
|
|
560
|
+
"$ref": "#/definitions/type.documentation"
|
|
562
561
|
}
|
|
563
562
|
],
|
|
564
563
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
565
564
|
},
|
|
566
565
|
"label": {
|
|
567
|
-
"$ref": "#/definitions/label"
|
|
566
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
568
567
|
},
|
|
569
568
|
"hidden": {
|
|
570
|
-
"$ref": "#/definitions/hidden"
|
|
569
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
571
570
|
},
|
|
572
571
|
"disabled": {
|
|
573
|
-
"$ref": "#/definitions/disabled"
|
|
572
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
574
573
|
},
|
|
575
574
|
"instance_value": {
|
|
576
|
-
"$ref": "#/definitions/instance_value"
|
|
575
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
577
576
|
},
|
|
578
577
|
"disable_instance_value_rehydration": {
|
|
579
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
578
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
580
579
|
},
|
|
581
580
|
"cascade": {
|
|
582
|
-
"$ref": "#/definitions/cascade"
|
|
581
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
583
582
|
},
|
|
584
583
|
"type": {
|
|
585
584
|
"title": "Type",
|
|
@@ -602,36 +601,36 @@
|
|
|
602
601
|
"type": "object",
|
|
603
602
|
"properties": {
|
|
604
603
|
"max_length": {
|
|
605
|
-
"$ref": "#/definitions/max_length"
|
|
604
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
606
605
|
},
|
|
607
606
|
"max_length_message": {
|
|
608
|
-
"$ref": "#/definitions/max_length_message"
|
|
607
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
609
608
|
},
|
|
610
609
|
"min_length": {
|
|
611
|
-
"$ref": "#/definitions/min_length"
|
|
610
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
612
611
|
},
|
|
613
612
|
"min_length_message": {
|
|
614
|
-
"$ref": "#/definitions/min_length_message"
|
|
613
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
615
614
|
},
|
|
616
615
|
"pattern": {
|
|
617
|
-
"$ref": "#/definitions/pattern"
|
|
616
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
618
617
|
},
|
|
619
618
|
"pattern_message": {
|
|
620
|
-
"$ref": "#/definitions/pattern_message"
|
|
619
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
621
620
|
},
|
|
622
621
|
"pattern_flags": {
|
|
623
|
-
"$ref": "#/definitions/pattern_flags"
|
|
622
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
624
623
|
},
|
|
625
624
|
"required": {
|
|
626
|
-
"$ref": "#/definitions/required"
|
|
625
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
627
626
|
},
|
|
628
627
|
"required_message": {
|
|
629
|
-
"$ref": "#/definitions/required_message"
|
|
628
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
630
629
|
},
|
|
631
630
|
"empty_type": {
|
|
632
631
|
"allOf": [
|
|
633
632
|
{
|
|
634
|
-
"$ref": "#/definitions/empty_type_text"
|
|
633
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
635
634
|
}
|
|
636
635
|
]
|
|
637
636
|
},
|
|
@@ -674,12 +673,12 @@
|
|
|
674
673
|
"additionalProperties": false,
|
|
675
674
|
"markdownDescription": "Provides a simple editing interface for plain text."
|
|
676
675
|
},
|
|
677
|
-
"comment": {
|
|
676
|
+
"type._inputs.*.comment": {
|
|
678
677
|
"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.",
|
|
679
678
|
"type": "string",
|
|
680
679
|
"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."
|
|
681
680
|
},
|
|
682
|
-
"context": {
|
|
681
|
+
"type._inputs.*.context": {
|
|
683
682
|
"description": "Adds an expandable section of rich text below the input.",
|
|
684
683
|
"type": "object",
|
|
685
684
|
"properties": {
|
|
@@ -4304,7 +4303,7 @@
|
|
|
4304
4303
|
],
|
|
4305
4304
|
"markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
|
|
4306
4305
|
},
|
|
4307
|
-
"documentation": {
|
|
4306
|
+
"type.documentation": {
|
|
4308
4307
|
"title": "Documentation",
|
|
4309
4308
|
"description": "Configuration for documentation links displayed in the CloudCannon interface.",
|
|
4310
4309
|
"type": "object",
|
|
@@ -4336,12 +4335,12 @@
|
|
|
4336
4335
|
"additionalProperties": false,
|
|
4337
4336
|
"markdownDescription": "Configuration for documentation links displayed in the CloudCannon interface."
|
|
4338
4337
|
},
|
|
4339
|
-
"label": {
|
|
4338
|
+
"type._inputs.*.label": {
|
|
4340
4339
|
"description": "Optionally changes the text above this input.",
|
|
4341
4340
|
"type": "string",
|
|
4342
4341
|
"markdownDescription": "Optionally changes the text above this input."
|
|
4343
4342
|
},
|
|
4344
|
-
"hidden": {
|
|
4343
|
+
"type._inputs.*.hidden": {
|
|
4345
4344
|
"description": "Toggles the visibility of this input.",
|
|
4346
4345
|
"default": false,
|
|
4347
4346
|
"anyOf": [
|
|
@@ -4356,7 +4355,7 @@
|
|
|
4356
4355
|
],
|
|
4357
4356
|
"markdownDescription": "Toggles the visibility of this input."
|
|
4358
4357
|
},
|
|
4359
|
-
"disabled": {
|
|
4358
|
+
"type._inputs.*.disabled": {
|
|
4360
4359
|
"description": "Toggles if this input can be edited.",
|
|
4361
4360
|
"default": false,
|
|
4362
4361
|
"anyOf": [
|
|
@@ -4371,7 +4370,7 @@
|
|
|
4371
4370
|
],
|
|
4372
4371
|
"markdownDescription": "Toggles if this input can be edited."
|
|
4373
4372
|
},
|
|
4374
|
-
"instance_value": {
|
|
4373
|
+
"type._inputs.*.instance_value": {
|
|
4375
4374
|
"title": "Instance Value",
|
|
4376
4375
|
"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.",
|
|
4377
4376
|
"type": "string",
|
|
@@ -4381,49 +4380,49 @@
|
|
|
4381
4380
|
],
|
|
4382
4381
|
"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."
|
|
4383
4382
|
},
|
|
4384
|
-
"disable_instance_value_rehydration": {
|
|
4383
|
+
"type._inputs.*.disable_instance_value_rehydration": {
|
|
4385
4384
|
"description": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS.",
|
|
4386
4385
|
"default": false,
|
|
4387
4386
|
"type": "boolean",
|
|
4388
4387
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS."
|
|
4389
4388
|
},
|
|
4390
|
-
"cascade": {
|
|
4389
|
+
"type._inputs.*.cascade": {
|
|
4391
4390
|
"description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
|
|
4392
4391
|
"default": true,
|
|
4393
4392
|
"type": "boolean",
|
|
4394
4393
|
"markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration."
|
|
4395
4394
|
},
|
|
4396
|
-
"max_length": {
|
|
4395
|
+
"type._inputs.*.options.max_length": {
|
|
4397
4396
|
"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.",
|
|
4398
4397
|
"type": "number",
|
|
4399
4398
|
"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."
|
|
4400
4399
|
},
|
|
4401
|
-
"max_length_message": {
|
|
4400
|
+
"type._inputs.*.options.max_length_message": {
|
|
4402
4401
|
"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`.",
|
|
4403
4402
|
"type": "string",
|
|
4404
4403
|
"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`."
|
|
4405
4404
|
},
|
|
4406
|
-
"min_length": {
|
|
4405
|
+
"type._inputs.*.options.min_length": {
|
|
4407
4406
|
"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.",
|
|
4408
4407
|
"type": "number",
|
|
4409
4408
|
"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."
|
|
4410
4409
|
},
|
|
4411
|
-
"min_length_message": {
|
|
4410
|
+
"type._inputs.*.options.min_length_message": {
|
|
4412
4411
|
"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`.",
|
|
4413
4412
|
"type": "string",
|
|
4414
4413
|
"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`."
|
|
4415
4414
|
},
|
|
4416
|
-
"pattern": {
|
|
4415
|
+
"type._inputs.*.options.pattern": {
|
|
4417
4416
|
"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.",
|
|
4418
4417
|
"type": "string",
|
|
4419
4418
|
"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."
|
|
4420
4419
|
},
|
|
4421
|
-
"pattern_message": {
|
|
4420
|
+
"type._inputs.*.options.pattern_message": {
|
|
4422
4421
|
"description": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`.",
|
|
4423
4422
|
"type": "string",
|
|
4424
4423
|
"markdownDescription": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`."
|
|
4425
4424
|
},
|
|
4426
|
-
"pattern_flags": {
|
|
4425
|
+
"type._inputs.*.options.pattern_flags": {
|
|
4427
4426
|
"description": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`.",
|
|
4428
4427
|
"type": "object",
|
|
4429
4428
|
"properties": {
|
|
@@ -4461,18 +4460,18 @@
|
|
|
4461
4460
|
"additionalProperties": false,
|
|
4462
4461
|
"markdownDescription": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`."
|
|
4463
4462
|
},
|
|
4464
|
-
"required": {
|
|
4463
|
+
"type._inputs.*.options.required": {
|
|
4465
4464
|
"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.",
|
|
4466
4465
|
"default": false,
|
|
4467
4466
|
"type": "boolean",
|
|
4468
4467
|
"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."
|
|
4469
4468
|
},
|
|
4470
|
-
"required_message": {
|
|
4469
|
+
"type._inputs.*.options.required_message": {
|
|
4471
4470
|
"description": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`.",
|
|
4472
4471
|
"type": "string",
|
|
4473
4472
|
"markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
|
|
4474
4473
|
},
|
|
4475
|
-
"empty_type_text": {
|
|
4474
|
+
"type._inputs.*.options.empty_type_text": {
|
|
4476
4475
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
4477
4476
|
"default": "null",
|
|
4478
4477
|
"type": "string",
|
|
@@ -4488,12 +4487,12 @@
|
|
|
4488
4487
|
"type": "object",
|
|
4489
4488
|
"properties": {
|
|
4490
4489
|
"comment": {
|
|
4491
|
-
"$ref": "#/definitions/comment"
|
|
4490
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4492
4491
|
},
|
|
4493
4492
|
"context": {
|
|
4494
4493
|
"allOf": [
|
|
4495
4494
|
{
|
|
4496
|
-
"$ref": "#/definitions/context"
|
|
4495
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4497
4496
|
}
|
|
4498
4497
|
]
|
|
4499
4498
|
},
|
|
@@ -4501,28 +4500,28 @@
|
|
|
4501
4500
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4502
4501
|
"allOf": [
|
|
4503
4502
|
{
|
|
4504
|
-
"$ref": "#/definitions/documentation"
|
|
4503
|
+
"$ref": "#/definitions/type.documentation"
|
|
4505
4504
|
}
|
|
4506
4505
|
],
|
|
4507
4506
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4508
4507
|
},
|
|
4509
4508
|
"label": {
|
|
4510
|
-
"$ref": "#/definitions/label"
|
|
4509
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4511
4510
|
},
|
|
4512
4511
|
"hidden": {
|
|
4513
|
-
"$ref": "#/definitions/hidden"
|
|
4512
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4514
4513
|
},
|
|
4515
4514
|
"disabled": {
|
|
4516
|
-
"$ref": "#/definitions/disabled"
|
|
4515
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4517
4516
|
},
|
|
4518
4517
|
"instance_value": {
|
|
4519
|
-
"$ref": "#/definitions/instance_value"
|
|
4518
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4520
4519
|
},
|
|
4521
4520
|
"disable_instance_value_rehydration": {
|
|
4522
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4521
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4523
4522
|
},
|
|
4524
4523
|
"cascade": {
|
|
4525
|
-
"$ref": "#/definitions/cascade"
|
|
4524
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4526
4525
|
},
|
|
4527
4526
|
"type": {
|
|
4528
4527
|
"title": "Type",
|
|
@@ -4536,36 +4535,36 @@
|
|
|
4536
4535
|
"type": "object",
|
|
4537
4536
|
"properties": {
|
|
4538
4537
|
"max_length": {
|
|
4539
|
-
"$ref": "#/definitions/max_length"
|
|
4538
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4540
4539
|
},
|
|
4541
4540
|
"max_length_message": {
|
|
4542
|
-
"$ref": "#/definitions/max_length_message"
|
|
4541
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4543
4542
|
},
|
|
4544
4543
|
"min_length": {
|
|
4545
|
-
"$ref": "#/definitions/min_length"
|
|
4544
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4546
4545
|
},
|
|
4547
4546
|
"min_length_message": {
|
|
4548
|
-
"$ref": "#/definitions/min_length_message"
|
|
4547
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4549
4548
|
},
|
|
4550
4549
|
"pattern": {
|
|
4551
|
-
"$ref": "#/definitions/pattern"
|
|
4550
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4552
4551
|
},
|
|
4553
4552
|
"pattern_message": {
|
|
4554
|
-
"$ref": "#/definitions/pattern_message"
|
|
4553
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4555
4554
|
},
|
|
4556
4555
|
"pattern_flags": {
|
|
4557
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4556
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4558
4557
|
},
|
|
4559
4558
|
"required": {
|
|
4560
|
-
"$ref": "#/definitions/required"
|
|
4559
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4561
4560
|
},
|
|
4562
4561
|
"required_message": {
|
|
4563
|
-
"$ref": "#/definitions/required_message"
|
|
4562
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4564
4563
|
},
|
|
4565
4564
|
"empty_type": {
|
|
4566
4565
|
"allOf": [
|
|
4567
4566
|
{
|
|
4568
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4567
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4569
4568
|
}
|
|
4570
4569
|
]
|
|
4571
4570
|
},
|
|
@@ -4597,12 +4596,12 @@
|
|
|
4597
4596
|
"type": "object",
|
|
4598
4597
|
"properties": {
|
|
4599
4598
|
"comment": {
|
|
4600
|
-
"$ref": "#/definitions/comment"
|
|
4599
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4601
4600
|
},
|
|
4602
4601
|
"context": {
|
|
4603
4602
|
"allOf": [
|
|
4604
4603
|
{
|
|
4605
|
-
"$ref": "#/definitions/context"
|
|
4604
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4606
4605
|
}
|
|
4607
4606
|
]
|
|
4608
4607
|
},
|
|
@@ -4610,28 +4609,28 @@
|
|
|
4610
4609
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4611
4610
|
"allOf": [
|
|
4612
4611
|
{
|
|
4613
|
-
"$ref": "#/definitions/documentation"
|
|
4612
|
+
"$ref": "#/definitions/type.documentation"
|
|
4614
4613
|
}
|
|
4615
4614
|
],
|
|
4616
4615
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4617
4616
|
},
|
|
4618
4617
|
"label": {
|
|
4619
|
-
"$ref": "#/definitions/label"
|
|
4618
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4620
4619
|
},
|
|
4621
4620
|
"hidden": {
|
|
4622
|
-
"$ref": "#/definitions/hidden"
|
|
4621
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4623
4622
|
},
|
|
4624
4623
|
"disabled": {
|
|
4625
|
-
"$ref": "#/definitions/disabled"
|
|
4624
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4626
4625
|
},
|
|
4627
4626
|
"instance_value": {
|
|
4628
|
-
"$ref": "#/definitions/instance_value"
|
|
4627
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4629
4628
|
},
|
|
4630
4629
|
"disable_instance_value_rehydration": {
|
|
4631
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4630
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4632
4631
|
},
|
|
4633
4632
|
"cascade": {
|
|
4634
|
-
"$ref": "#/definitions/cascade"
|
|
4633
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4635
4634
|
},
|
|
4636
4635
|
"type": {
|
|
4637
4636
|
"title": "Type",
|
|
@@ -4665,36 +4664,36 @@
|
|
|
4665
4664
|
"type": "boolean"
|
|
4666
4665
|
},
|
|
4667
4666
|
"max_length": {
|
|
4668
|
-
"$ref": "#/definitions/max_length"
|
|
4667
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4669
4668
|
},
|
|
4670
4669
|
"max_length_message": {
|
|
4671
|
-
"$ref": "#/definitions/max_length_message"
|
|
4670
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4672
4671
|
},
|
|
4673
4672
|
"min_length": {
|
|
4674
|
-
"$ref": "#/definitions/min_length"
|
|
4673
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4675
4674
|
},
|
|
4676
4675
|
"min_length_message": {
|
|
4677
|
-
"$ref": "#/definitions/min_length_message"
|
|
4676
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4678
4677
|
},
|
|
4679
4678
|
"pattern": {
|
|
4680
|
-
"$ref": "#/definitions/pattern"
|
|
4679
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4681
4680
|
},
|
|
4682
4681
|
"pattern_message": {
|
|
4683
|
-
"$ref": "#/definitions/pattern_message"
|
|
4682
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4684
4683
|
},
|
|
4685
4684
|
"pattern_flags": {
|
|
4686
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4685
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4687
4686
|
},
|
|
4688
4687
|
"required": {
|
|
4689
|
-
"$ref": "#/definitions/required"
|
|
4688
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4690
4689
|
},
|
|
4691
4690
|
"required_message": {
|
|
4692
|
-
"$ref": "#/definitions/required_message"
|
|
4691
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4693
4692
|
},
|
|
4694
4693
|
"empty_type": {
|
|
4695
4694
|
"allOf": [
|
|
4696
4695
|
{
|
|
4697
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4696
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4698
4697
|
}
|
|
4699
4698
|
]
|
|
4700
4699
|
},
|
|
@@ -4840,12 +4839,12 @@
|
|
|
4840
4839
|
"type": "object",
|
|
4841
4840
|
"properties": {
|
|
4842
4841
|
"comment": {
|
|
4843
|
-
"$ref": "#/definitions/comment"
|
|
4842
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4844
4843
|
},
|
|
4845
4844
|
"context": {
|
|
4846
4845
|
"allOf": [
|
|
4847
4846
|
{
|
|
4848
|
-
"$ref": "#/definitions/context"
|
|
4847
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4849
4848
|
}
|
|
4850
4849
|
]
|
|
4851
4850
|
},
|
|
@@ -4853,28 +4852,28 @@
|
|
|
4853
4852
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4854
4853
|
"allOf": [
|
|
4855
4854
|
{
|
|
4856
|
-
"$ref": "#/definitions/documentation"
|
|
4855
|
+
"$ref": "#/definitions/type.documentation"
|
|
4857
4856
|
}
|
|
4858
4857
|
],
|
|
4859
4858
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4860
4859
|
},
|
|
4861
4860
|
"label": {
|
|
4862
|
-
"$ref": "#/definitions/label"
|
|
4861
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4863
4862
|
},
|
|
4864
4863
|
"hidden": {
|
|
4865
|
-
"$ref": "#/definitions/hidden"
|
|
4864
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4866
4865
|
},
|
|
4867
4866
|
"disabled": {
|
|
4868
|
-
"$ref": "#/definitions/disabled"
|
|
4867
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4869
4868
|
},
|
|
4870
4869
|
"instance_value": {
|
|
4871
|
-
"$ref": "#/definitions/instance_value"
|
|
4870
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4872
4871
|
},
|
|
4873
4872
|
"disable_instance_value_rehydration": {
|
|
4874
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4873
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4875
4874
|
},
|
|
4876
4875
|
"cascade": {
|
|
4877
|
-
"$ref": "#/definitions/cascade"
|
|
4876
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4878
4877
|
},
|
|
4879
4878
|
"type": {
|
|
4880
4879
|
"title": "Type",
|
|
@@ -4888,36 +4887,36 @@
|
|
|
4888
4887
|
"type": "object",
|
|
4889
4888
|
"properties": {
|
|
4890
4889
|
"max_length": {
|
|
4891
|
-
"$ref": "#/definitions/max_length"
|
|
4890
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
4892
4891
|
},
|
|
4893
4892
|
"max_length_message": {
|
|
4894
|
-
"$ref": "#/definitions/max_length_message"
|
|
4893
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
4895
4894
|
},
|
|
4896
4895
|
"min_length": {
|
|
4897
|
-
"$ref": "#/definitions/min_length"
|
|
4896
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
4898
4897
|
},
|
|
4899
4898
|
"min_length_message": {
|
|
4900
|
-
"$ref": "#/definitions/min_length_message"
|
|
4899
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
4901
4900
|
},
|
|
4902
4901
|
"pattern": {
|
|
4903
|
-
"$ref": "#/definitions/pattern"
|
|
4902
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
4904
4903
|
},
|
|
4905
4904
|
"pattern_message": {
|
|
4906
|
-
"$ref": "#/definitions/pattern_message"
|
|
4905
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
4907
4906
|
},
|
|
4908
4907
|
"pattern_flags": {
|
|
4909
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4908
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
4910
4909
|
},
|
|
4911
4910
|
"required": {
|
|
4912
|
-
"$ref": "#/definitions/required"
|
|
4911
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
4913
4912
|
},
|
|
4914
4913
|
"required_message": {
|
|
4915
|
-
"$ref": "#/definitions/required_message"
|
|
4914
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
4916
4915
|
},
|
|
4917
4916
|
"empty_type": {
|
|
4918
4917
|
"allOf": [
|
|
4919
4918
|
{
|
|
4920
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4919
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
4921
4920
|
}
|
|
4922
4921
|
]
|
|
4923
4922
|
},
|
|
@@ -4954,12 +4953,12 @@
|
|
|
4954
4953
|
"type": "object",
|
|
4955
4954
|
"properties": {
|
|
4956
4955
|
"comment": {
|
|
4957
|
-
"$ref": "#/definitions/comment"
|
|
4956
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
4958
4957
|
},
|
|
4959
4958
|
"context": {
|
|
4960
4959
|
"allOf": [
|
|
4961
4960
|
{
|
|
4962
|
-
"$ref": "#/definitions/context"
|
|
4961
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
4963
4962
|
}
|
|
4964
4963
|
]
|
|
4965
4964
|
},
|
|
@@ -4967,28 +4966,28 @@
|
|
|
4967
4966
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
4968
4967
|
"allOf": [
|
|
4969
4968
|
{
|
|
4970
|
-
"$ref": "#/definitions/documentation"
|
|
4969
|
+
"$ref": "#/definitions/type.documentation"
|
|
4971
4970
|
}
|
|
4972
4971
|
],
|
|
4973
4972
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
4974
4973
|
},
|
|
4975
4974
|
"label": {
|
|
4976
|
-
"$ref": "#/definitions/label"
|
|
4975
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
4977
4976
|
},
|
|
4978
4977
|
"hidden": {
|
|
4979
|
-
"$ref": "#/definitions/hidden"
|
|
4978
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
4980
4979
|
},
|
|
4981
4980
|
"disabled": {
|
|
4982
|
-
"$ref": "#/definitions/disabled"
|
|
4981
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
4983
4982
|
},
|
|
4984
4983
|
"instance_value": {
|
|
4985
|
-
"$ref": "#/definitions/instance_value"
|
|
4984
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
4986
4985
|
},
|
|
4987
4986
|
"disable_instance_value_rehydration": {
|
|
4988
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4987
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
4989
4988
|
},
|
|
4990
4989
|
"cascade": {
|
|
4991
|
-
"$ref": "#/definitions/cascade"
|
|
4990
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
4992
4991
|
},
|
|
4993
4992
|
"type": {
|
|
4994
4993
|
"title": "Type",
|
|
@@ -5013,12 +5012,12 @@
|
|
|
5013
5012
|
"type": "object",
|
|
5014
5013
|
"properties": {
|
|
5015
5014
|
"comment": {
|
|
5016
|
-
"$ref": "#/definitions/comment"
|
|
5015
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5017
5016
|
},
|
|
5018
5017
|
"context": {
|
|
5019
5018
|
"allOf": [
|
|
5020
5019
|
{
|
|
5021
|
-
"$ref": "#/definitions/context"
|
|
5020
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5022
5021
|
}
|
|
5023
5022
|
]
|
|
5024
5023
|
},
|
|
@@ -5026,28 +5025,28 @@
|
|
|
5026
5025
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5027
5026
|
"allOf": [
|
|
5028
5027
|
{
|
|
5029
|
-
"$ref": "#/definitions/documentation"
|
|
5028
|
+
"$ref": "#/definitions/type.documentation"
|
|
5030
5029
|
}
|
|
5031
5030
|
],
|
|
5032
5031
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5033
5032
|
},
|
|
5034
5033
|
"label": {
|
|
5035
|
-
"$ref": "#/definitions/label"
|
|
5034
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5036
5035
|
},
|
|
5037
5036
|
"hidden": {
|
|
5038
|
-
"$ref": "#/definitions/hidden"
|
|
5037
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5039
5038
|
},
|
|
5040
5039
|
"disabled": {
|
|
5041
|
-
"$ref": "#/definitions/disabled"
|
|
5040
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5042
5041
|
},
|
|
5043
5042
|
"instance_value": {
|
|
5044
|
-
"$ref": "#/definitions/instance_value"
|
|
5043
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5045
5044
|
},
|
|
5046
5045
|
"disable_instance_value_rehydration": {
|
|
5047
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5046
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5048
5047
|
},
|
|
5049
5048
|
"cascade": {
|
|
5050
|
-
"$ref": "#/definitions/cascade"
|
|
5049
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5051
5050
|
},
|
|
5052
5051
|
"type": {
|
|
5053
5052
|
"title": "Type",
|
|
@@ -5061,40 +5060,40 @@
|
|
|
5061
5060
|
"type": "object",
|
|
5062
5061
|
"properties": {
|
|
5063
5062
|
"required": {
|
|
5064
|
-
"$ref": "#/definitions/required"
|
|
5063
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5065
5064
|
},
|
|
5066
5065
|
"required_message": {
|
|
5067
|
-
"$ref": "#/definitions/required_message"
|
|
5066
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5068
5067
|
},
|
|
5069
5068
|
"empty_type": {
|
|
5070
5069
|
"allOf": [
|
|
5071
5070
|
{
|
|
5072
|
-
"$ref": "#/definitions/empty_type_number"
|
|
5071
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
5073
5072
|
}
|
|
5074
5073
|
]
|
|
5075
5074
|
},
|
|
5076
5075
|
"min": {
|
|
5077
5076
|
"allOf": [
|
|
5078
5077
|
{
|
|
5079
|
-
"$ref": "#/definitions/min"
|
|
5078
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
5080
5079
|
}
|
|
5081
5080
|
]
|
|
5082
5081
|
},
|
|
5083
5082
|
"max": {
|
|
5084
5083
|
"allOf": [
|
|
5085
5084
|
{
|
|
5086
|
-
"$ref": "#/definitions/max"
|
|
5085
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
5087
5086
|
}
|
|
5088
5087
|
]
|
|
5089
5088
|
},
|
|
5090
5089
|
"step": {
|
|
5091
|
-
"$ref": "#/definitions/step"
|
|
5090
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
5092
5091
|
},
|
|
5093
5092
|
"min_message": {
|
|
5094
|
-
"$ref": "#/definitions/min_message"
|
|
5093
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
5095
5094
|
},
|
|
5096
5095
|
"max_message": {
|
|
5097
|
-
"$ref": "#/definitions/max_message"
|
|
5096
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
5098
5097
|
}
|
|
5099
5098
|
},
|
|
5100
5099
|
"additionalProperties": false,
|
|
@@ -5107,7 +5106,7 @@
|
|
|
5107
5106
|
"additionalProperties": false,
|
|
5108
5107
|
"markdownDescription": "Provides an editing interface for numeric values."
|
|
5109
5108
|
},
|
|
5110
|
-
"empty_type_number": {
|
|
5109
|
+
"type._inputs.*.options.empty_type_number": {
|
|
5111
5110
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5112
5111
|
"default": "null",
|
|
5113
5112
|
"type": "string",
|
|
@@ -5117,27 +5116,27 @@
|
|
|
5117
5116
|
],
|
|
5118
5117
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
5119
5118
|
},
|
|
5120
|
-
"min": {
|
|
5119
|
+
"type._inputs.*.options.min": {
|
|
5121
5120
|
"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.",
|
|
5122
5121
|
"type": "number",
|
|
5123
5122
|
"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."
|
|
5124
5123
|
},
|
|
5125
|
-
"max": {
|
|
5124
|
+
"type._inputs.*.options.max": {
|
|
5126
5125
|
"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.",
|
|
5127
5126
|
"type": "number",
|
|
5128
5127
|
"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."
|
|
5129
5128
|
},
|
|
5130
|
-
"step": {
|
|
5129
|
+
"type._inputs.*.options.step": {
|
|
5131
5130
|
"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`.",
|
|
5132
5131
|
"type": "number",
|
|
5133
5132
|
"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`."
|
|
5134
5133
|
},
|
|
5135
|
-
"min_message": {
|
|
5134
|
+
"type._inputs.*.options.min_message": {
|
|
5136
5135
|
"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`.",
|
|
5137
5136
|
"type": "string",
|
|
5138
5137
|
"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`."
|
|
5139
5138
|
},
|
|
5140
|
-
"max_message": {
|
|
5139
|
+
"type._inputs.*.options.max_message": {
|
|
5141
5140
|
"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`.",
|
|
5142
5141
|
"type": "string",
|
|
5143
5142
|
"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`."
|
|
@@ -5148,12 +5147,12 @@
|
|
|
5148
5147
|
"type": "object",
|
|
5149
5148
|
"properties": {
|
|
5150
5149
|
"comment": {
|
|
5151
|
-
"$ref": "#/definitions/comment"
|
|
5150
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5152
5151
|
},
|
|
5153
5152
|
"context": {
|
|
5154
5153
|
"allOf": [
|
|
5155
5154
|
{
|
|
5156
|
-
"$ref": "#/definitions/context"
|
|
5155
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5157
5156
|
}
|
|
5158
5157
|
]
|
|
5159
5158
|
},
|
|
@@ -5161,28 +5160,28 @@
|
|
|
5161
5160
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5162
5161
|
"allOf": [
|
|
5163
5162
|
{
|
|
5164
|
-
"$ref": "#/definitions/documentation"
|
|
5163
|
+
"$ref": "#/definitions/type.documentation"
|
|
5165
5164
|
}
|
|
5166
5165
|
],
|
|
5167
5166
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5168
5167
|
},
|
|
5169
5168
|
"label": {
|
|
5170
|
-
"$ref": "#/definitions/label"
|
|
5169
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5171
5170
|
},
|
|
5172
5171
|
"hidden": {
|
|
5173
|
-
"$ref": "#/definitions/hidden"
|
|
5172
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5174
5173
|
},
|
|
5175
5174
|
"disabled": {
|
|
5176
|
-
"$ref": "#/definitions/disabled"
|
|
5175
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5177
5176
|
},
|
|
5178
5177
|
"instance_value": {
|
|
5179
|
-
"$ref": "#/definitions/instance_value"
|
|
5178
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5180
5179
|
},
|
|
5181
5180
|
"disable_instance_value_rehydration": {
|
|
5182
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5181
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5183
5182
|
},
|
|
5184
5183
|
"cascade": {
|
|
5185
|
-
"$ref": "#/definitions/cascade"
|
|
5184
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5186
5185
|
},
|
|
5187
5186
|
"type": {
|
|
5188
5187
|
"title": "Type",
|
|
@@ -5196,32 +5195,32 @@
|
|
|
5196
5195
|
"type": "object",
|
|
5197
5196
|
"properties": {
|
|
5198
5197
|
"required": {
|
|
5199
|
-
"$ref": "#/definitions/required"
|
|
5198
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5200
5199
|
},
|
|
5201
5200
|
"required_message": {
|
|
5202
|
-
"$ref": "#/definitions/required_message"
|
|
5201
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5203
5202
|
},
|
|
5204
5203
|
"empty_type": {
|
|
5205
5204
|
"allOf": [
|
|
5206
5205
|
{
|
|
5207
|
-
"$ref": "#/definitions/empty_type_number"
|
|
5206
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
5208
5207
|
}
|
|
5209
5208
|
]
|
|
5210
5209
|
},
|
|
5211
5210
|
"min": {
|
|
5212
|
-
"$ref": "#/definitions/min"
|
|
5211
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
5213
5212
|
},
|
|
5214
5213
|
"max": {
|
|
5215
|
-
"$ref": "#/definitions/max"
|
|
5214
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
5216
5215
|
},
|
|
5217
5216
|
"step": {
|
|
5218
|
-
"$ref": "#/definitions/step"
|
|
5217
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
5219
5218
|
},
|
|
5220
5219
|
"min_message": {
|
|
5221
|
-
"$ref": "#/definitions/min_message"
|
|
5220
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
5222
5221
|
},
|
|
5223
5222
|
"max_message": {
|
|
5224
|
-
"$ref": "#/definitions/max_message"
|
|
5223
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
5225
5224
|
}
|
|
5226
5225
|
},
|
|
5227
5226
|
"required": [
|
|
@@ -5244,12 +5243,12 @@
|
|
|
5244
5243
|
"type": "object",
|
|
5245
5244
|
"properties": {
|
|
5246
5245
|
"comment": {
|
|
5247
|
-
"$ref": "#/definitions/comment"
|
|
5246
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5248
5247
|
},
|
|
5249
5248
|
"context": {
|
|
5250
5249
|
"allOf": [
|
|
5251
5250
|
{
|
|
5252
|
-
"$ref": "#/definitions/context"
|
|
5251
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5253
5252
|
}
|
|
5254
5253
|
]
|
|
5255
5254
|
},
|
|
@@ -5257,28 +5256,28 @@
|
|
|
5257
5256
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5258
5257
|
"allOf": [
|
|
5259
5258
|
{
|
|
5260
|
-
"$ref": "#/definitions/documentation"
|
|
5259
|
+
"$ref": "#/definitions/type.documentation"
|
|
5261
5260
|
}
|
|
5262
5261
|
],
|
|
5263
5262
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5264
5263
|
},
|
|
5265
5264
|
"label": {
|
|
5266
|
-
"$ref": "#/definitions/label"
|
|
5265
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5267
5266
|
},
|
|
5268
5267
|
"hidden": {
|
|
5269
|
-
"$ref": "#/definitions/hidden"
|
|
5268
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5270
5269
|
},
|
|
5271
5270
|
"disabled": {
|
|
5272
|
-
"$ref": "#/definitions/disabled"
|
|
5271
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5273
5272
|
},
|
|
5274
5273
|
"instance_value": {
|
|
5275
|
-
"$ref": "#/definitions/instance_value"
|
|
5274
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5276
5275
|
},
|
|
5277
5276
|
"disable_instance_value_rehydration": {
|
|
5278
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5277
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5279
5278
|
},
|
|
5280
5279
|
"cascade": {
|
|
5281
|
-
"$ref": "#/definitions/cascade"
|
|
5280
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5282
5281
|
},
|
|
5283
5282
|
"type": {
|
|
5284
5283
|
"title": "Type",
|
|
@@ -5295,31 +5294,31 @@
|
|
|
5295
5294
|
"type": "object",
|
|
5296
5295
|
"properties": {
|
|
5297
5296
|
"mime_type": {
|
|
5298
|
-
"$ref": "#/definitions/mime_type"
|
|
5297
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
5299
5298
|
},
|
|
5300
5299
|
"resize_style": {
|
|
5301
|
-
"$ref": "#/definitions/resize_style"
|
|
5300
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
5302
5301
|
},
|
|
5303
5302
|
"width": {
|
|
5304
|
-
"$ref": "#/definitions/width"
|
|
5303
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
5305
5304
|
},
|
|
5306
5305
|
"height": {
|
|
5307
|
-
"$ref": "#/definitions/height"
|
|
5306
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
5308
5307
|
},
|
|
5309
5308
|
"expandable": {
|
|
5310
|
-
"$ref": "#/definitions/expandable"
|
|
5309
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
5311
5310
|
},
|
|
5312
5311
|
"image_size_attributes": {
|
|
5313
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
5312
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
5314
5313
|
},
|
|
5315
5314
|
"allowed_sources": {
|
|
5316
|
-
"$ref": "#/definitions/allowed_sources"
|
|
5315
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
5317
5316
|
},
|
|
5318
5317
|
"prevent_resize_existing_files": {
|
|
5319
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
5318
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
5320
5319
|
},
|
|
5321
5320
|
"sizes": {
|
|
5322
|
-
"$ref": "#/definitions/sizes"
|
|
5321
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
5323
5322
|
},
|
|
5324
5323
|
"paths": {
|
|
5325
5324
|
"allOf": [
|
|
@@ -5329,138 +5328,138 @@
|
|
|
5329
5328
|
]
|
|
5330
5329
|
},
|
|
5331
5330
|
"bold": {
|
|
5332
|
-
"$ref": "#/definitions/bold"
|
|
5331
|
+
"$ref": "#/definitions/type._editables.*.bold"
|
|
5333
5332
|
},
|
|
5334
5333
|
"copyformatting": {
|
|
5335
|
-
"$ref": "#/definitions/copyformatting"
|
|
5334
|
+
"$ref": "#/definitions/type._editables.*.copyformatting"
|
|
5336
5335
|
},
|
|
5337
5336
|
"italic": {
|
|
5338
|
-
"$ref": "#/definitions/italic"
|
|
5337
|
+
"$ref": "#/definitions/type._editables.*.italic"
|
|
5339
5338
|
},
|
|
5340
5339
|
"link": {
|
|
5341
|
-
"$ref": "#/definitions/link"
|
|
5340
|
+
"$ref": "#/definitions/type._editables.*.link"
|
|
5342
5341
|
},
|
|
5343
5342
|
"redo": {
|
|
5344
|
-
"$ref": "#/definitions/redo"
|
|
5343
|
+
"$ref": "#/definitions/type._editables.*.redo"
|
|
5345
5344
|
},
|
|
5346
5345
|
"removeformat": {
|
|
5347
|
-
"$ref": "#/definitions/removeformat"
|
|
5346
|
+
"$ref": "#/definitions/type._editables.*.removeformat"
|
|
5348
5347
|
},
|
|
5349
5348
|
"strike": {
|
|
5350
|
-
"$ref": "#/definitions/strike"
|
|
5349
|
+
"$ref": "#/definitions/type._editables.*.strike"
|
|
5351
5350
|
},
|
|
5352
5351
|
"subscript": {
|
|
5353
|
-
"$ref": "#/definitions/subscript"
|
|
5352
|
+
"$ref": "#/definitions/type._editables.*.subscript"
|
|
5354
5353
|
},
|
|
5355
5354
|
"superscript": {
|
|
5356
|
-
"$ref": "#/definitions/superscript"
|
|
5355
|
+
"$ref": "#/definitions/type._editables.*.superscript"
|
|
5357
5356
|
},
|
|
5358
5357
|
"underline": {
|
|
5359
|
-
"$ref": "#/definitions/underline"
|
|
5358
|
+
"$ref": "#/definitions/type._editables.*.underline"
|
|
5360
5359
|
},
|
|
5361
5360
|
"undo": {
|
|
5362
|
-
"$ref": "#/definitions/undo"
|
|
5361
|
+
"$ref": "#/definitions/type._editables.*.undo"
|
|
5363
5362
|
},
|
|
5364
5363
|
"remove_custom_markup": {
|
|
5365
|
-
"$ref": "#/definitions/remove_custom_markup"
|
|
5364
|
+
"$ref": "#/definitions/type._editables.*.remove_custom_markup"
|
|
5366
5365
|
},
|
|
5367
5366
|
"allow_custom_markup": {
|
|
5368
|
-
"$ref": "#/definitions/allow_custom_markup"
|
|
5367
|
+
"$ref": "#/definitions/type._editables.*.allow_custom_markup"
|
|
5369
5368
|
},
|
|
5370
5369
|
"blockquote": {
|
|
5371
|
-
"$ref": "#/definitions/blockquote"
|
|
5370
|
+
"$ref": "#/definitions/type._editables.*.blockquote"
|
|
5372
5371
|
},
|
|
5373
5372
|
"bulletedlist": {
|
|
5374
|
-
"$ref": "#/definitions/bulletedlist"
|
|
5373
|
+
"$ref": "#/definitions/type._editables.*.bulletedlist"
|
|
5375
5374
|
},
|
|
5376
5375
|
"center": {
|
|
5377
|
-
"$ref": "#/definitions/center"
|
|
5376
|
+
"$ref": "#/definitions/type._editables.*.center"
|
|
5378
5377
|
},
|
|
5379
5378
|
"code_inline": {
|
|
5380
|
-
"$ref": "#/definitions/code_inline"
|
|
5379
|
+
"$ref": "#/definitions/type._editables.*.code_inline"
|
|
5381
5380
|
},
|
|
5382
5381
|
"code_block": {
|
|
5383
|
-
"$ref": "#/definitions/code_block"
|
|
5382
|
+
"$ref": "#/definitions/type._editables.*.code_block"
|
|
5384
5383
|
},
|
|
5385
5384
|
"code": {
|
|
5386
|
-
"$ref": "#/definitions/code"
|
|
5385
|
+
"$ref": "#/definitions/type._editables.*.code"
|
|
5387
5386
|
},
|
|
5388
5387
|
"embed": {
|
|
5389
|
-
"$ref": "#/definitions/embed"
|
|
5388
|
+
"$ref": "#/definitions/type._editables.*.embed"
|
|
5390
5389
|
},
|
|
5391
5390
|
"format": {
|
|
5392
|
-
"$ref": "#/definitions/format"
|
|
5391
|
+
"$ref": "#/definitions/type._editables.*.format"
|
|
5393
5392
|
},
|
|
5394
5393
|
"horizontalrule": {
|
|
5395
|
-
"$ref": "#/definitions/horizontalrule"
|
|
5394
|
+
"$ref": "#/definitions/type._editables.*.horizontalrule"
|
|
5396
5395
|
},
|
|
5397
5396
|
"image": {
|
|
5398
|
-
"$ref": "#/definitions/image"
|
|
5397
|
+
"$ref": "#/definitions/type._editables.*.image"
|
|
5399
5398
|
},
|
|
5400
5399
|
"indent": {
|
|
5401
|
-
"$ref": "#/definitions/indent"
|
|
5400
|
+
"$ref": "#/definitions/type._editables.*.indent"
|
|
5402
5401
|
},
|
|
5403
5402
|
"justify": {
|
|
5404
|
-
"$ref": "#/definitions/justify"
|
|
5403
|
+
"$ref": "#/definitions/type._editables.*.justify"
|
|
5405
5404
|
},
|
|
5406
5405
|
"left": {
|
|
5407
|
-
"$ref": "#/definitions/left"
|
|
5406
|
+
"$ref": "#/definitions/type._editables.*.left"
|
|
5408
5407
|
},
|
|
5409
5408
|
"numberedlist": {
|
|
5410
|
-
"$ref": "#/definitions/numberedlist"
|
|
5409
|
+
"$ref": "#/definitions/type._editables.*.numberedlist"
|
|
5411
5410
|
},
|
|
5412
5411
|
"outdent": {
|
|
5413
|
-
"$ref": "#/definitions/outdent"
|
|
5412
|
+
"$ref": "#/definitions/type._editables.*.outdent"
|
|
5414
5413
|
},
|
|
5415
5414
|
"right": {
|
|
5416
|
-
"$ref": "#/definitions/right"
|
|
5415
|
+
"$ref": "#/definitions/type._editables.*.right"
|
|
5417
5416
|
},
|
|
5418
5417
|
"snippet": {
|
|
5419
|
-
"$ref": "#/definitions/snippet"
|
|
5418
|
+
"$ref": "#/definitions/type._editables.*.snippet"
|
|
5420
5419
|
},
|
|
5421
5420
|
"styles": {
|
|
5422
|
-
"$ref": "#/definitions/styles"
|
|
5421
|
+
"$ref": "#/definitions/type._editables.*.styles"
|
|
5423
5422
|
},
|
|
5424
5423
|
"table": {
|
|
5425
|
-
"$ref": "#/definitions/table"
|
|
5424
|
+
"$ref": "#/definitions/type._editables.*.table"
|
|
5426
5425
|
},
|
|
5427
5426
|
"join_above": {
|
|
5428
|
-
"$ref": "#/definitions/join_above"
|
|
5427
|
+
"$ref": "#/definitions/type._editables.*.join_above"
|
|
5429
5428
|
},
|
|
5430
5429
|
"join_below": {
|
|
5431
|
-
"$ref": "#/definitions/join_below"
|
|
5430
|
+
"$ref": "#/definitions/type._editables.*.join_below"
|
|
5432
5431
|
},
|
|
5433
5432
|
"max_length": {
|
|
5434
|
-
"$ref": "#/definitions/max_length"
|
|
5433
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
5435
5434
|
},
|
|
5436
5435
|
"max_length_message": {
|
|
5437
|
-
"$ref": "#/definitions/max_length_message"
|
|
5436
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
5438
5437
|
},
|
|
5439
5438
|
"min_length": {
|
|
5440
|
-
"$ref": "#/definitions/min_length"
|
|
5439
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
5441
5440
|
},
|
|
5442
5441
|
"min_length_message": {
|
|
5443
|
-
"$ref": "#/definitions/min_length_message"
|
|
5442
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5444
5443
|
},
|
|
5445
5444
|
"pattern": {
|
|
5446
|
-
"$ref": "#/definitions/pattern"
|
|
5445
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5447
5446
|
},
|
|
5448
5447
|
"pattern_message": {
|
|
5449
|
-
"$ref": "#/definitions/pattern_message"
|
|
5448
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
5450
5449
|
},
|
|
5451
5450
|
"pattern_flags": {
|
|
5452
|
-
"$ref": "#/definitions/pattern_flags"
|
|
5451
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
5453
5452
|
},
|
|
5454
5453
|
"required": {
|
|
5455
|
-
"$ref": "#/definitions/required"
|
|
5454
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5456
5455
|
},
|
|
5457
5456
|
"required_message": {
|
|
5458
|
-
"$ref": "#/definitions/required_message"
|
|
5457
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5459
5458
|
},
|
|
5460
5459
|
"empty_type": {
|
|
5461
5460
|
"allOf": [
|
|
5462
5461
|
{
|
|
5463
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5462
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5464
5463
|
}
|
|
5465
5464
|
]
|
|
5466
5465
|
},
|
|
@@ -5486,7 +5485,7 @@
|
|
|
5486
5485
|
"additionalProperties": false,
|
|
5487
5486
|
"markdownDescription": "Provides an editing interface for HTML markup content."
|
|
5488
5487
|
},
|
|
5489
|
-
"mime_type": {
|
|
5488
|
+
"type._inputs.*.options.mime_type": {
|
|
5490
5489
|
"title": "Mime Type",
|
|
5491
5490
|
"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.",
|
|
5492
5491
|
"type": "string",
|
|
@@ -5497,7 +5496,7 @@
|
|
|
5497
5496
|
],
|
|
5498
5497
|
"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."
|
|
5499
5498
|
},
|
|
5500
|
-
"resize_style": {
|
|
5499
|
+
"type._inputs.*.options.resize_style": {
|
|
5501
5500
|
"title": "Resize Style",
|
|
5502
5501
|
"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.",
|
|
5503
5502
|
"default": "contain",
|
|
@@ -5510,33 +5509,33 @@
|
|
|
5510
5509
|
],
|
|
5511
5510
|
"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."
|
|
5512
5511
|
},
|
|
5513
|
-
"width": {
|
|
5512
|
+
"type._inputs.*.options.width": {
|
|
5514
5513
|
"title": "Width",
|
|
5515
5514
|
"description": "Defines the width of the bounding box used in the image resizing process defined with resize_style.",
|
|
5516
5515
|
"type": "number",
|
|
5517
5516
|
"markdownDescription": "Defines the width of the bounding box used in the image resizing process defined with resize_style."
|
|
5518
5517
|
},
|
|
5519
|
-
"height": {
|
|
5518
|
+
"type._inputs.*.options.height": {
|
|
5520
5519
|
"title": "Height",
|
|
5521
5520
|
"description": "Defines the height of the bounding box used in the image resizing process defined with resize_style.",
|
|
5522
5521
|
"type": "number",
|
|
5523
5522
|
"markdownDescription": "Defines the height of the bounding box used in the image resizing process defined with resize_style."
|
|
5524
5523
|
},
|
|
5525
|
-
"expandable": {
|
|
5524
|
+
"type._inputs.*.options.expandable": {
|
|
5526
5525
|
"title": "Expandable",
|
|
5527
5526
|
"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.",
|
|
5528
5527
|
"default": false,
|
|
5529
5528
|
"type": "boolean",
|
|
5530
5529
|
"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."
|
|
5531
5530
|
},
|
|
5532
|
-
"image_size_attributes": {
|
|
5531
|
+
"type._inputs.*.options.image_size_attributes": {
|
|
5533
5532
|
"title": "Image Size Attributes",
|
|
5534
5533
|
"description": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads.",
|
|
5535
5534
|
"default": true,
|
|
5536
5535
|
"type": "boolean",
|
|
5537
5536
|
"markdownDescription": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads."
|
|
5538
5537
|
},
|
|
5539
|
-
"allowed_sources": {
|
|
5538
|
+
"type._inputs.*.options.allowed_sources": {
|
|
5540
5539
|
"title": "Allowed Sources",
|
|
5541
5540
|
"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.",
|
|
5542
5541
|
"type": "array",
|
|
@@ -5545,14 +5544,14 @@
|
|
|
5545
5544
|
},
|
|
5546
5545
|
"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."
|
|
5547
5546
|
},
|
|
5548
|
-
"prevent_resize_existing_files": {
|
|
5547
|
+
"type._inputs.*.options.prevent_resize_existing_files": {
|
|
5549
5548
|
"title": "Prevent Resize Existing Files",
|
|
5550
5549
|
"description": "Enable to skip the image resizing process configured for this input when selecting existing images.",
|
|
5551
5550
|
"default": false,
|
|
5552
5551
|
"type": "boolean",
|
|
5553
5552
|
"markdownDescription": "Enable to skip the image resizing process configured for this input when selecting existing images."
|
|
5554
5553
|
},
|
|
5555
|
-
"sizes": {
|
|
5554
|
+
"type._inputs.*.options.sizes": {
|
|
5556
5555
|
"title": "Sizes",
|
|
5557
5556
|
"description": "Definitions for creating additional images of different sizes when uploading or selecting existing files.",
|
|
5558
5557
|
"type": "array",
|
|
@@ -5627,198 +5626,198 @@
|
|
|
5627
5626
|
"paths.uploads_use_relative_path": {
|
|
5628
5627
|
"type": "boolean"
|
|
5629
5628
|
},
|
|
5630
|
-
"bold": {
|
|
5629
|
+
"type._editables.*.bold": {
|
|
5631
5630
|
"description": "Enables a control to set selected text to bold.",
|
|
5632
5631
|
"default": true,
|
|
5633
5632
|
"type": "boolean",
|
|
5634
5633
|
"markdownDescription": "Enables a control to set selected text to bold."
|
|
5635
5634
|
},
|
|
5636
|
-
"copyformatting": {
|
|
5635
|
+
"type._editables.*.copyformatting": {
|
|
5637
5636
|
"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.",
|
|
5638
5637
|
"default": false,
|
|
5639
5638
|
"type": "boolean",
|
|
5640
5639
|
"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."
|
|
5641
5640
|
},
|
|
5642
|
-
"italic": {
|
|
5641
|
+
"type._editables.*.italic": {
|
|
5643
5642
|
"description": "Enables a control to italicize selected text.",
|
|
5644
5643
|
"default": true,
|
|
5645
5644
|
"type": "boolean",
|
|
5646
5645
|
"markdownDescription": "Enables a control to italicize selected text."
|
|
5647
5646
|
},
|
|
5648
|
-
"link": {
|
|
5647
|
+
"type._editables.*.link": {
|
|
5649
5648
|
"description": "Enables a control to create hyperlinks around selected text.",
|
|
5650
5649
|
"default": true,
|
|
5651
5650
|
"type": "boolean",
|
|
5652
5651
|
"markdownDescription": "Enables a control to create hyperlinks around selected text."
|
|
5653
5652
|
},
|
|
5654
|
-
"redo": {
|
|
5653
|
+
"type._editables.*.redo": {
|
|
5655
5654
|
"description": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
5656
5655
|
"default": false,
|
|
5657
5656
|
"type": "boolean",
|
|
5658
5657
|
"markdownDescription": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts."
|
|
5659
5658
|
},
|
|
5660
|
-
"removeformat": {
|
|
5659
|
+
"type._editables.*.removeformat": {
|
|
5661
5660
|
"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.",
|
|
5662
5661
|
"default": true,
|
|
5663
5662
|
"type": "boolean",
|
|
5664
5663
|
"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."
|
|
5665
5664
|
},
|
|
5666
|
-
"strike": {
|
|
5665
|
+
"type._editables.*.strike": {
|
|
5667
5666
|
"description": "Enables a control to strike selected text.",
|
|
5668
5667
|
"default": false,
|
|
5669
5668
|
"type": "boolean",
|
|
5670
5669
|
"markdownDescription": "Enables a control to strike selected text."
|
|
5671
5670
|
},
|
|
5672
|
-
"subscript": {
|
|
5671
|
+
"type._editables.*.subscript": {
|
|
5673
5672
|
"description": "Enables a control to set selected text to subscript.",
|
|
5674
5673
|
"default": false,
|
|
5675
5674
|
"type": "boolean",
|
|
5676
5675
|
"markdownDescription": "Enables a control to set selected text to subscript."
|
|
5677
5676
|
},
|
|
5678
|
-
"superscript": {
|
|
5677
|
+
"type._editables.*.superscript": {
|
|
5679
5678
|
"description": "Enables a control to set selected text to superscript.",
|
|
5680
5679
|
"default": false,
|
|
5681
5680
|
"type": "boolean",
|
|
5682
5681
|
"markdownDescription": "Enables a control to set selected text to superscript."
|
|
5683
5682
|
},
|
|
5684
|
-
"underline": {
|
|
5683
|
+
"type._editables.*.underline": {
|
|
5685
5684
|
"description": "Enables a control to underline selected text.",
|
|
5686
5685
|
"default": false,
|
|
5687
5686
|
"type": "boolean",
|
|
5688
5687
|
"markdownDescription": "Enables a control to underline selected text."
|
|
5689
5688
|
},
|
|
5690
|
-
"undo": {
|
|
5689
|
+
"type._editables.*.undo": {
|
|
5691
5690
|
"description": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
5692
5691
|
"default": false,
|
|
5693
5692
|
"type": "boolean",
|
|
5694
5693
|
"markdownDescription": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts."
|
|
5695
5694
|
},
|
|
5696
|
-
"remove_custom_markup": {
|
|
5695
|
+
"type._editables.*.remove_custom_markup": {
|
|
5697
5696
|
"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.",
|
|
5698
5697
|
"type": "boolean",
|
|
5699
5698
|
"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."
|
|
5700
5699
|
},
|
|
5701
|
-
"allow_custom_markup": {
|
|
5700
|
+
"type._editables.*.allow_custom_markup": {
|
|
5702
5701
|
"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.",
|
|
5703
5702
|
"type": "boolean",
|
|
5704
5703
|
"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."
|
|
5705
5704
|
},
|
|
5706
|
-
"blockquote": {
|
|
5705
|
+
"type._editables.*.blockquote": {
|
|
5707
5706
|
"description": "Enables a control to wrap blocks of text in block quotes.",
|
|
5708
5707
|
"default": true,
|
|
5709
5708
|
"type": "boolean",
|
|
5710
5709
|
"markdownDescription": "Enables a control to wrap blocks of text in block quotes."
|
|
5711
5710
|
},
|
|
5712
|
-
"bulletedlist": {
|
|
5711
|
+
"type._editables.*.bulletedlist": {
|
|
5713
5712
|
"description": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.",
|
|
5714
5713
|
"default": true,
|
|
5715
5714
|
"type": "boolean",
|
|
5716
5715
|
"markdownDescription": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list."
|
|
5717
5716
|
},
|
|
5718
|
-
"center": {
|
|
5717
|
+
"type._editables.*.center": {
|
|
5719
5718
|
"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.",
|
|
5720
5719
|
"type": "string",
|
|
5721
5720
|
"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."
|
|
5722
5721
|
},
|
|
5723
|
-
"code_inline": {
|
|
5722
|
+
"type._editables.*.code_inline": {
|
|
5724
5723
|
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
5725
5724
|
"default": false,
|
|
5726
5725
|
"type": "boolean",
|
|
5727
5726
|
"markdownDescription": "Enables a control to create an inline code element, containing any selected text."
|
|
5728
5727
|
},
|
|
5729
|
-
"code_block": {
|
|
5728
|
+
"type._editables.*.code_block": {
|
|
5730
5729
|
"description": "Enables a control to insert a code block.",
|
|
5731
5730
|
"default": false,
|
|
5732
5731
|
"type": "boolean",
|
|
5733
5732
|
"markdownDescription": "Enables a control to insert a code block."
|
|
5734
5733
|
},
|
|
5735
|
-
"code": {
|
|
5734
|
+
"type._editables.*.code": {
|
|
5736
5735
|
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
5737
5736
|
"default": false,
|
|
5738
5737
|
"type": "boolean",
|
|
5739
5738
|
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`."
|
|
5740
5739
|
},
|
|
5741
|
-
"embed": {
|
|
5740
|
+
"type._editables.*.embed": {
|
|
5742
5741
|
"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.",
|
|
5743
5742
|
"default": false,
|
|
5744
5743
|
"type": "boolean",
|
|
5745
5744
|
"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."
|
|
5746
5745
|
},
|
|
5747
|
-
"format": {
|
|
5746
|
+
"type._editables.*.format": {
|
|
5748
5747
|
"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\").",
|
|
5749
5748
|
"default": "p h1 h2 h3 h4 h5 h6",
|
|
5750
5749
|
"type": "string",
|
|
5751
5750
|
"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\")."
|
|
5752
5751
|
},
|
|
5753
|
-
"horizontalrule": {
|
|
5752
|
+
"type._editables.*.horizontalrule": {
|
|
5754
5753
|
"description": "Enables a control to insert a horizontal rule.",
|
|
5755
5754
|
"default": false,
|
|
5756
5755
|
"type": "boolean",
|
|
5757
5756
|
"markdownDescription": "Enables a control to insert a horizontal rule."
|
|
5758
5757
|
},
|
|
5759
|
-
"image": {
|
|
5758
|
+
"type._editables.*.image": {
|
|
5760
5759
|
"description": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
|
|
5761
5760
|
"default": true,
|
|
5762
5761
|
"type": "boolean",
|
|
5763
5762
|
"markdownDescription": "Enables a control to insert an image. The image can be uploaded, existing or an external link."
|
|
5764
5763
|
},
|
|
5765
|
-
"indent": {
|
|
5764
|
+
"type._editables.*.indent": {
|
|
5766
5765
|
"description": "Enables a control to increase indentation for numbered and unordered lists.",
|
|
5767
5766
|
"default": false,
|
|
5768
5767
|
"type": "boolean",
|
|
5769
5768
|
"markdownDescription": "Enables a control to increase indentation for numbered and unordered lists."
|
|
5770
5769
|
},
|
|
5771
|
-
"justify": {
|
|
5770
|
+
"type._editables.*.justify": {
|
|
5772
5771
|
"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.",
|
|
5773
5772
|
"type": "string",
|
|
5774
5773
|
"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."
|
|
5775
5774
|
},
|
|
5776
|
-
"left": {
|
|
5775
|
+
"type._editables.*.left": {
|
|
5777
5776
|
"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.",
|
|
5778
5777
|
"type": "string",
|
|
5779
5778
|
"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."
|
|
5780
5779
|
},
|
|
5781
|
-
"numberedlist": {
|
|
5780
|
+
"type._editables.*.numberedlist": {
|
|
5782
5781
|
"description": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.",
|
|
5783
5782
|
"default": true,
|
|
5784
5783
|
"type": "boolean",
|
|
5785
5784
|
"markdownDescription": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list."
|
|
5786
5785
|
},
|
|
5787
|
-
"outdent": {
|
|
5786
|
+
"type._editables.*.outdent": {
|
|
5788
5787
|
"description": "Enables a control to reduce indentation for numbered and unordered lists.",
|
|
5789
5788
|
"default": false,
|
|
5790
5789
|
"type": "boolean",
|
|
5791
5790
|
"markdownDescription": "Enables a control to reduce indentation for numbered and unordered lists."
|
|
5792
5791
|
},
|
|
5793
|
-
"right": {
|
|
5792
|
+
"type._editables.*.right": {
|
|
5794
5793
|
"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.",
|
|
5795
5794
|
"type": "string",
|
|
5796
5795
|
"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."
|
|
5797
5796
|
},
|
|
5798
|
-
"snippet": {
|
|
5797
|
+
"type._editables.*.snippet": {
|
|
5799
5798
|
"description": "Enables a control to insert snippets, if any are available.",
|
|
5800
5799
|
"default": true,
|
|
5801
5800
|
"type": "boolean",
|
|
5802
5801
|
"markdownDescription": "Enables a control to insert snippets, if any are available."
|
|
5803
5802
|
},
|
|
5804
|
-
"styles": {
|
|
5803
|
+
"type._editables.*.styles": {
|
|
5805
5804
|
"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.",
|
|
5806
5805
|
"type": "string",
|
|
5807
5806
|
"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."
|
|
5808
5807
|
},
|
|
5809
|
-
"table": {
|
|
5808
|
+
"type._editables.*.table": {
|
|
5810
5809
|
"description": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.",
|
|
5811
5810
|
"default": false,
|
|
5812
5811
|
"type": "boolean",
|
|
5813
5812
|
"markdownDescription": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor."
|
|
5814
5813
|
},
|
|
5815
|
-
"join_above": {
|
|
5814
|
+
"type._editables.*.join_above": {
|
|
5816
5815
|
"description": "Enables a control to join the selected block with the block above it.",
|
|
5817
5816
|
"default": false,
|
|
5818
5817
|
"type": "boolean",
|
|
5819
5818
|
"markdownDescription": "Enables a control to join the selected block with the block above it."
|
|
5820
5819
|
},
|
|
5821
|
-
"join_below": {
|
|
5820
|
+
"type._editables.*.join_below": {
|
|
5822
5821
|
"description": "Enables a control to join the selected block with the block below it.",
|
|
5823
5822
|
"default": false,
|
|
5824
5823
|
"type": "boolean",
|
|
@@ -5830,12 +5829,12 @@
|
|
|
5830
5829
|
"type": "object",
|
|
5831
5830
|
"properties": {
|
|
5832
5831
|
"comment": {
|
|
5833
|
-
"$ref": "#/definitions/comment"
|
|
5832
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5834
5833
|
},
|
|
5835
5834
|
"context": {
|
|
5836
5835
|
"allOf": [
|
|
5837
5836
|
{
|
|
5838
|
-
"$ref": "#/definitions/context"
|
|
5837
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5839
5838
|
}
|
|
5840
5839
|
]
|
|
5841
5840
|
},
|
|
@@ -5843,28 +5842,28 @@
|
|
|
5843
5842
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5844
5843
|
"allOf": [
|
|
5845
5844
|
{
|
|
5846
|
-
"$ref": "#/definitions/documentation"
|
|
5845
|
+
"$ref": "#/definitions/type.documentation"
|
|
5847
5846
|
}
|
|
5848
5847
|
],
|
|
5849
5848
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5850
5849
|
},
|
|
5851
5850
|
"label": {
|
|
5852
|
-
"$ref": "#/definitions/label"
|
|
5851
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5853
5852
|
},
|
|
5854
5853
|
"hidden": {
|
|
5855
|
-
"$ref": "#/definitions/hidden"
|
|
5854
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5856
5855
|
},
|
|
5857
5856
|
"disabled": {
|
|
5858
|
-
"$ref": "#/definitions/disabled"
|
|
5857
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5859
5858
|
},
|
|
5860
5859
|
"instance_value": {
|
|
5861
|
-
"$ref": "#/definitions/instance_value"
|
|
5860
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5862
5861
|
},
|
|
5863
5862
|
"disable_instance_value_rehydration": {
|
|
5864
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5863
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5865
5864
|
},
|
|
5866
5865
|
"cascade": {
|
|
5867
|
-
"$ref": "#/definitions/cascade"
|
|
5866
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5868
5867
|
},
|
|
5869
5868
|
"type": {
|
|
5870
5869
|
"title": "Type",
|
|
@@ -5881,15 +5880,15 @@
|
|
|
5881
5880
|
"type": "object",
|
|
5882
5881
|
"properties": {
|
|
5883
5882
|
"required": {
|
|
5884
|
-
"$ref": "#/definitions/required"
|
|
5883
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5885
5884
|
},
|
|
5886
5885
|
"required_message": {
|
|
5887
|
-
"$ref": "#/definitions/required_message"
|
|
5886
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5888
5887
|
},
|
|
5889
5888
|
"empty_type": {
|
|
5890
5889
|
"allOf": [
|
|
5891
5890
|
{
|
|
5892
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5891
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5893
5892
|
}
|
|
5894
5893
|
]
|
|
5895
5894
|
},
|
|
@@ -6560,12 +6559,12 @@
|
|
|
6560
6559
|
"type": "object",
|
|
6561
6560
|
"properties": {
|
|
6562
6561
|
"comment": {
|
|
6563
|
-
"$ref": "#/definitions/comment"
|
|
6562
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6564
6563
|
},
|
|
6565
6564
|
"context": {
|
|
6566
6565
|
"allOf": [
|
|
6567
6566
|
{
|
|
6568
|
-
"$ref": "#/definitions/context"
|
|
6567
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6569
6568
|
}
|
|
6570
6569
|
]
|
|
6571
6570
|
},
|
|
@@ -6573,28 +6572,28 @@
|
|
|
6573
6572
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6574
6573
|
"allOf": [
|
|
6575
6574
|
{
|
|
6576
|
-
"$ref": "#/definitions/documentation"
|
|
6575
|
+
"$ref": "#/definitions/type.documentation"
|
|
6577
6576
|
}
|
|
6578
6577
|
],
|
|
6579
6578
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6580
6579
|
},
|
|
6581
6580
|
"label": {
|
|
6582
|
-
"$ref": "#/definitions/label"
|
|
6581
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6583
6582
|
},
|
|
6584
6583
|
"hidden": {
|
|
6585
|
-
"$ref": "#/definitions/hidden"
|
|
6584
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6586
6585
|
},
|
|
6587
6586
|
"disabled": {
|
|
6588
|
-
"$ref": "#/definitions/disabled"
|
|
6587
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6589
6588
|
},
|
|
6590
6589
|
"instance_value": {
|
|
6591
|
-
"$ref": "#/definitions/instance_value"
|
|
6590
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6592
6591
|
},
|
|
6593
6592
|
"disable_instance_value_rehydration": {
|
|
6594
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6593
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6595
6594
|
},
|
|
6596
6595
|
"cascade": {
|
|
6597
|
-
"$ref": "#/definitions/cascade"
|
|
6596
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6598
6597
|
},
|
|
6599
6598
|
"type": {
|
|
6600
6599
|
"title": "Type",
|
|
@@ -6608,15 +6607,15 @@
|
|
|
6608
6607
|
"type": "object",
|
|
6609
6608
|
"properties": {
|
|
6610
6609
|
"required": {
|
|
6611
|
-
"$ref": "#/definitions/required"
|
|
6610
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6612
6611
|
},
|
|
6613
6612
|
"required_message": {
|
|
6614
|
-
"$ref": "#/definitions/required_message"
|
|
6613
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6615
6614
|
},
|
|
6616
6615
|
"empty_type": {
|
|
6617
6616
|
"allOf": [
|
|
6618
6617
|
{
|
|
6619
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6618
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6620
6619
|
}
|
|
6621
6620
|
]
|
|
6622
6621
|
}
|
|
@@ -6637,12 +6636,12 @@
|
|
|
6637
6636
|
"type": "object",
|
|
6638
6637
|
"properties": {
|
|
6639
6638
|
"comment": {
|
|
6640
|
-
"$ref": "#/definitions/comment"
|
|
6639
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6641
6640
|
},
|
|
6642
6641
|
"context": {
|
|
6643
6642
|
"allOf": [
|
|
6644
6643
|
{
|
|
6645
|
-
"$ref": "#/definitions/context"
|
|
6644
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6646
6645
|
}
|
|
6647
6646
|
]
|
|
6648
6647
|
},
|
|
@@ -6650,28 +6649,28 @@
|
|
|
6650
6649
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6651
6650
|
"allOf": [
|
|
6652
6651
|
{
|
|
6653
|
-
"$ref": "#/definitions/documentation"
|
|
6652
|
+
"$ref": "#/definitions/type.documentation"
|
|
6654
6653
|
}
|
|
6655
6654
|
],
|
|
6656
6655
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6657
6656
|
},
|
|
6658
6657
|
"label": {
|
|
6659
|
-
"$ref": "#/definitions/label"
|
|
6658
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6660
6659
|
},
|
|
6661
6660
|
"hidden": {
|
|
6662
|
-
"$ref": "#/definitions/hidden"
|
|
6661
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6663
6662
|
},
|
|
6664
6663
|
"disabled": {
|
|
6665
|
-
"$ref": "#/definitions/disabled"
|
|
6664
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6666
6665
|
},
|
|
6667
6666
|
"instance_value": {
|
|
6668
|
-
"$ref": "#/definitions/instance_value"
|
|
6667
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6669
6668
|
},
|
|
6670
6669
|
"disable_instance_value_rehydration": {
|
|
6671
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6670
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6672
6671
|
},
|
|
6673
6672
|
"cascade": {
|
|
6674
|
-
"$ref": "#/definitions/cascade"
|
|
6673
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6675
6674
|
},
|
|
6676
6675
|
"type": {
|
|
6677
6676
|
"title": "Type",
|
|
@@ -6689,63 +6688,63 @@
|
|
|
6689
6688
|
"type": "object",
|
|
6690
6689
|
"properties": {
|
|
6691
6690
|
"mime_type": {
|
|
6692
|
-
"$ref": "#/definitions/mime_type"
|
|
6691
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
6693
6692
|
},
|
|
6694
6693
|
"resize_style": {
|
|
6695
|
-
"$ref": "#/definitions/resize_style"
|
|
6694
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
6696
6695
|
},
|
|
6697
6696
|
"width": {
|
|
6698
|
-
"$ref": "#/definitions/width"
|
|
6697
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
6699
6698
|
},
|
|
6700
6699
|
"height": {
|
|
6701
|
-
"$ref": "#/definitions/height"
|
|
6700
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
6702
6701
|
},
|
|
6703
6702
|
"expandable": {
|
|
6704
|
-
"$ref": "#/definitions/expandable"
|
|
6703
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
6705
6704
|
},
|
|
6706
6705
|
"image_size_attributes": {
|
|
6707
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
6706
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
6708
6707
|
},
|
|
6709
6708
|
"allowed_sources": {
|
|
6710
|
-
"$ref": "#/definitions/allowed_sources"
|
|
6709
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
6711
6710
|
},
|
|
6712
6711
|
"prevent_resize_existing_files": {
|
|
6713
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
6712
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
6714
6713
|
},
|
|
6715
6714
|
"sizes": {
|
|
6716
|
-
"$ref": "#/definitions/sizes"
|
|
6715
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
6717
6716
|
},
|
|
6718
6717
|
"max_length": {
|
|
6719
|
-
"$ref": "#/definitions/max_length"
|
|
6718
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
6720
6719
|
},
|
|
6721
6720
|
"max_length_message": {
|
|
6722
|
-
"$ref": "#/definitions/max_length_message"
|
|
6721
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
6723
6722
|
},
|
|
6724
6723
|
"min_length": {
|
|
6725
|
-
"$ref": "#/definitions/min_length"
|
|
6724
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
6726
6725
|
},
|
|
6727
6726
|
"min_length_message": {
|
|
6728
|
-
"$ref": "#/definitions/min_length_message"
|
|
6727
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
6729
6728
|
},
|
|
6730
6729
|
"pattern": {
|
|
6731
|
-
"$ref": "#/definitions/pattern"
|
|
6730
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
6732
6731
|
},
|
|
6733
6732
|
"pattern_message": {
|
|
6734
|
-
"$ref": "#/definitions/pattern_message"
|
|
6733
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
6735
6734
|
},
|
|
6736
6735
|
"pattern_flags": {
|
|
6737
|
-
"$ref": "#/definitions/pattern_flags"
|
|
6736
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
6738
6737
|
},
|
|
6739
6738
|
"required": {
|
|
6740
|
-
"$ref": "#/definitions/required"
|
|
6739
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6741
6740
|
},
|
|
6742
6741
|
"required_message": {
|
|
6743
|
-
"$ref": "#/definitions/required_message"
|
|
6742
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6744
6743
|
},
|
|
6745
6744
|
"empty_type": {
|
|
6746
6745
|
"allOf": [
|
|
6747
6746
|
{
|
|
6748
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6747
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6749
6748
|
}
|
|
6750
6749
|
]
|
|
6751
6750
|
},
|
|
@@ -6757,22 +6756,22 @@
|
|
|
6757
6756
|
]
|
|
6758
6757
|
},
|
|
6759
6758
|
"accepts_mime_types": {
|
|
6760
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
6759
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
6761
6760
|
},
|
|
6762
6761
|
"max_file_size": {
|
|
6763
|
-
"$ref": "#/definitions/max_file_size"
|
|
6762
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
6764
6763
|
},
|
|
6765
6764
|
"max_file_size_message": {
|
|
6766
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
6765
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
6767
6766
|
},
|
|
6768
6767
|
"disable_upload_file": {
|
|
6769
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
6768
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
6770
6769
|
},
|
|
6771
6770
|
"disable_direct_input": {
|
|
6772
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
6771
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
6773
6772
|
},
|
|
6774
6773
|
"disable_upload_file_in_file_browser": {
|
|
6775
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
6774
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
6776
6775
|
}
|
|
6777
6776
|
},
|
|
6778
6777
|
"additionalProperties": false,
|
|
@@ -6785,7 +6784,7 @@
|
|
|
6785
6784
|
"additionalProperties": false,
|
|
6786
6785
|
"markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
|
|
6787
6786
|
},
|
|
6788
|
-
"accepts_mime_types": {
|
|
6787
|
+
"type._inputs.*.options.accepts_mime_types": {
|
|
6789
6788
|
"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.",
|
|
6790
6789
|
"anyOf": [
|
|
6791
6790
|
{
|
|
@@ -7243,29 +7242,29 @@
|
|
|
7243
7242
|
],
|
|
7244
7243
|
"markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
|
|
7245
7244
|
},
|
|
7246
|
-
"max_file_size": {
|
|
7245
|
+
"type._inputs.*.options.max_file_size": {
|
|
7247
7246
|
"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.",
|
|
7248
7247
|
"type": "number",
|
|
7249
7248
|
"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."
|
|
7250
7249
|
},
|
|
7251
|
-
"max_file_size_message": {
|
|
7250
|
+
"type._inputs.*.options.max_file_size_message": {
|
|
7252
7251
|
"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.",
|
|
7253
7252
|
"type": "string",
|
|
7254
7253
|
"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."
|
|
7255
7254
|
},
|
|
7256
|
-
"disable_upload_file": {
|
|
7255
|
+
"type._inputs.*.options.disable_upload_file": {
|
|
7257
7256
|
"description": "Disables the context menu option and the drop area for uploading files.",
|
|
7258
7257
|
"default": false,
|
|
7259
7258
|
"type": "boolean",
|
|
7260
7259
|
"markdownDescription": "Disables the context menu option and the drop area for uploading files."
|
|
7261
7260
|
},
|
|
7262
|
-
"disable_direct_input": {
|
|
7261
|
+
"type._inputs.*.options.disable_direct_input": {
|
|
7263
7262
|
"description": "Prevents typing into the text input, while still allowing context menu options to change the value.",
|
|
7264
7263
|
"default": false,
|
|
7265
7264
|
"type": "boolean",
|
|
7266
7265
|
"markdownDescription": "Prevents typing into the text input, while still allowing context menu options to change the value."
|
|
7267
7266
|
},
|
|
7268
|
-
"disable_upload_file_in_file_browser": {
|
|
7267
|
+
"type._inputs.*.options.disable_upload_file_in_file_browser": {
|
|
7269
7268
|
"description": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window.",
|
|
7270
7269
|
"default": false,
|
|
7271
7270
|
"type": "boolean",
|
|
@@ -7277,12 +7276,12 @@
|
|
|
7277
7276
|
"type": "object",
|
|
7278
7277
|
"properties": {
|
|
7279
7278
|
"comment": {
|
|
7280
|
-
"$ref": "#/definitions/comment"
|
|
7279
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7281
7280
|
},
|
|
7282
7281
|
"context": {
|
|
7283
7282
|
"allOf": [
|
|
7284
7283
|
{
|
|
7285
|
-
"$ref": "#/definitions/context"
|
|
7284
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7286
7285
|
}
|
|
7287
7286
|
]
|
|
7288
7287
|
},
|
|
@@ -7290,28 +7289,28 @@
|
|
|
7290
7289
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7291
7290
|
"allOf": [
|
|
7292
7291
|
{
|
|
7293
|
-
"$ref": "#/definitions/documentation"
|
|
7292
|
+
"$ref": "#/definitions/type.documentation"
|
|
7294
7293
|
}
|
|
7295
7294
|
],
|
|
7296
7295
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7297
7296
|
},
|
|
7298
7297
|
"label": {
|
|
7299
|
-
"$ref": "#/definitions/label"
|
|
7298
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7300
7299
|
},
|
|
7301
7300
|
"hidden": {
|
|
7302
|
-
"$ref": "#/definitions/hidden"
|
|
7301
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7303
7302
|
},
|
|
7304
7303
|
"disabled": {
|
|
7305
|
-
"$ref": "#/definitions/disabled"
|
|
7304
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7306
7305
|
},
|
|
7307
7306
|
"instance_value": {
|
|
7308
|
-
"$ref": "#/definitions/instance_value"
|
|
7307
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7309
7308
|
},
|
|
7310
7309
|
"disable_instance_value_rehydration": {
|
|
7311
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7310
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7312
7311
|
},
|
|
7313
7312
|
"cascade": {
|
|
7314
|
-
"$ref": "#/definitions/cascade"
|
|
7313
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7315
7314
|
},
|
|
7316
7315
|
"type": {
|
|
7317
7316
|
"title": "Type",
|
|
@@ -7325,63 +7324,63 @@
|
|
|
7325
7324
|
"type": "object",
|
|
7326
7325
|
"properties": {
|
|
7327
7326
|
"mime_type": {
|
|
7328
|
-
"$ref": "#/definitions/mime_type"
|
|
7327
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
7329
7328
|
},
|
|
7330
7329
|
"resize_style": {
|
|
7331
|
-
"$ref": "#/definitions/resize_style"
|
|
7330
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
7332
7331
|
},
|
|
7333
7332
|
"width": {
|
|
7334
|
-
"$ref": "#/definitions/width"
|
|
7333
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
7335
7334
|
},
|
|
7336
7335
|
"height": {
|
|
7337
|
-
"$ref": "#/definitions/height"
|
|
7336
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
7338
7337
|
},
|
|
7339
7338
|
"expandable": {
|
|
7340
|
-
"$ref": "#/definitions/expandable"
|
|
7339
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
7341
7340
|
},
|
|
7342
7341
|
"image_size_attributes": {
|
|
7343
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
7342
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
7344
7343
|
},
|
|
7345
7344
|
"allowed_sources": {
|
|
7346
|
-
"$ref": "#/definitions/allowed_sources"
|
|
7345
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
7347
7346
|
},
|
|
7348
7347
|
"prevent_resize_existing_files": {
|
|
7349
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
7348
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
7350
7349
|
},
|
|
7351
7350
|
"sizes": {
|
|
7352
|
-
"$ref": "#/definitions/sizes"
|
|
7351
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
7353
7352
|
},
|
|
7354
7353
|
"max_length": {
|
|
7355
|
-
"$ref": "#/definitions/max_length"
|
|
7354
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7356
7355
|
},
|
|
7357
7356
|
"max_length_message": {
|
|
7358
|
-
"$ref": "#/definitions/max_length_message"
|
|
7357
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7359
7358
|
},
|
|
7360
7359
|
"min_length": {
|
|
7361
|
-
"$ref": "#/definitions/min_length"
|
|
7360
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7362
7361
|
},
|
|
7363
7362
|
"min_length_message": {
|
|
7364
|
-
"$ref": "#/definitions/min_length_message"
|
|
7363
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7365
7364
|
},
|
|
7366
7365
|
"pattern": {
|
|
7367
|
-
"$ref": "#/definitions/pattern"
|
|
7366
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7368
7367
|
},
|
|
7369
7368
|
"pattern_message": {
|
|
7370
|
-
"$ref": "#/definitions/pattern_message"
|
|
7369
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7371
7370
|
},
|
|
7372
7371
|
"pattern_flags": {
|
|
7373
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7372
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7374
7373
|
},
|
|
7375
7374
|
"required": {
|
|
7376
|
-
"$ref": "#/definitions/required"
|
|
7375
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7377
7376
|
},
|
|
7378
7377
|
"required_message": {
|
|
7379
|
-
"$ref": "#/definitions/required_message"
|
|
7378
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7380
7379
|
},
|
|
7381
7380
|
"empty_type": {
|
|
7382
7381
|
"allOf": [
|
|
7383
7382
|
{
|
|
7384
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7383
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7385
7384
|
}
|
|
7386
7385
|
]
|
|
7387
7386
|
},
|
|
@@ -7393,22 +7392,22 @@
|
|
|
7393
7392
|
]
|
|
7394
7393
|
},
|
|
7395
7394
|
"accepts_mime_types": {
|
|
7396
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
7395
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
7397
7396
|
},
|
|
7398
7397
|
"max_file_size": {
|
|
7399
|
-
"$ref": "#/definitions/max_file_size"
|
|
7398
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
7400
7399
|
},
|
|
7401
7400
|
"max_file_size_message": {
|
|
7402
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
7401
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
7403
7402
|
},
|
|
7404
7403
|
"disable_upload_file": {
|
|
7405
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
7404
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
7406
7405
|
},
|
|
7407
7406
|
"disable_direct_input": {
|
|
7408
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
7407
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
7409
7408
|
},
|
|
7410
7409
|
"disable_upload_file_in_file_browser": {
|
|
7411
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
7410
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
7412
7411
|
},
|
|
7413
7412
|
"hide_link_to_file": {
|
|
7414
7413
|
"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.",
|
|
@@ -7451,12 +7450,12 @@
|
|
|
7451
7450
|
"type": "object",
|
|
7452
7451
|
"properties": {
|
|
7453
7452
|
"comment": {
|
|
7454
|
-
"$ref": "#/definitions/comment"
|
|
7453
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7455
7454
|
},
|
|
7456
7455
|
"context": {
|
|
7457
7456
|
"allOf": [
|
|
7458
7457
|
{
|
|
7459
|
-
"$ref": "#/definitions/context"
|
|
7458
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7460
7459
|
}
|
|
7461
7460
|
]
|
|
7462
7461
|
},
|
|
@@ -7464,28 +7463,28 @@
|
|
|
7464
7463
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7465
7464
|
"allOf": [
|
|
7466
7465
|
{
|
|
7467
|
-
"$ref": "#/definitions/documentation"
|
|
7466
|
+
"$ref": "#/definitions/type.documentation"
|
|
7468
7467
|
}
|
|
7469
7468
|
],
|
|
7470
7469
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7471
7470
|
},
|
|
7472
7471
|
"label": {
|
|
7473
|
-
"$ref": "#/definitions/label"
|
|
7472
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7474
7473
|
},
|
|
7475
7474
|
"hidden": {
|
|
7476
|
-
"$ref": "#/definitions/hidden"
|
|
7475
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7477
7476
|
},
|
|
7478
7477
|
"disabled": {
|
|
7479
|
-
"$ref": "#/definitions/disabled"
|
|
7478
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7480
7479
|
},
|
|
7481
7480
|
"instance_value": {
|
|
7482
|
-
"$ref": "#/definitions/instance_value"
|
|
7481
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7483
7482
|
},
|
|
7484
7483
|
"disable_instance_value_rehydration": {
|
|
7485
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7484
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7486
7485
|
},
|
|
7487
7486
|
"cascade": {
|
|
7488
|
-
"$ref": "#/definitions/cascade"
|
|
7487
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7489
7488
|
},
|
|
7490
7489
|
"type": {
|
|
7491
7490
|
"title": "Type",
|
|
@@ -7499,10 +7498,10 @@
|
|
|
7499
7498
|
"type": "object",
|
|
7500
7499
|
"properties": {
|
|
7501
7500
|
"required": {
|
|
7502
|
-
"$ref": "#/definitions/required"
|
|
7501
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7503
7502
|
},
|
|
7504
7503
|
"required_message": {
|
|
7505
|
-
"$ref": "#/definitions/required_message"
|
|
7504
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7506
7505
|
},
|
|
7507
7506
|
"preview": {
|
|
7508
7507
|
"allOf": [
|
|
@@ -7519,48 +7518,48 @@
|
|
|
7519
7518
|
]
|
|
7520
7519
|
},
|
|
7521
7520
|
"allow_create": {
|
|
7522
|
-
"$ref": "#/definitions/allow_create"
|
|
7521
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
7523
7522
|
},
|
|
7524
7523
|
"allow_empty": {
|
|
7525
|
-
"$ref": "#/definitions/allow_empty"
|
|
7524
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7526
7525
|
},
|
|
7527
7526
|
"values": {
|
|
7528
|
-
"$ref": "#/definitions/values"
|
|
7527
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7529
7528
|
},
|
|
7530
7529
|
"value_key": {
|
|
7531
|
-
"$ref": "#/definitions/value_key"
|
|
7530
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7532
7531
|
},
|
|
7533
7532
|
"view": {
|
|
7534
|
-
"$ref": "#/definitions/view"
|
|
7533
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7535
7534
|
},
|
|
7536
7535
|
"picker_view": {
|
|
7537
|
-
"$ref": "#/definitions/picker_view"
|
|
7536
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7538
7537
|
},
|
|
7539
7538
|
"max_length": {
|
|
7540
|
-
"$ref": "#/definitions/max_length"
|
|
7539
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7541
7540
|
},
|
|
7542
7541
|
"max_length_message": {
|
|
7543
|
-
"$ref": "#/definitions/max_length_message"
|
|
7542
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7544
7543
|
},
|
|
7545
7544
|
"min_length": {
|
|
7546
|
-
"$ref": "#/definitions/min_length"
|
|
7545
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7547
7546
|
},
|
|
7548
7547
|
"min_length_message": {
|
|
7549
|
-
"$ref": "#/definitions/min_length_message"
|
|
7548
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7550
7549
|
},
|
|
7551
7550
|
"pattern": {
|
|
7552
|
-
"$ref": "#/definitions/pattern"
|
|
7551
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7553
7552
|
},
|
|
7554
7553
|
"pattern_message": {
|
|
7555
|
-
"$ref": "#/definitions/pattern_message"
|
|
7554
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7556
7555
|
},
|
|
7557
7556
|
"pattern_flags": {
|
|
7558
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7557
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7559
7558
|
},
|
|
7560
7559
|
"empty_type": {
|
|
7561
7560
|
"allOf": [
|
|
7562
7561
|
{
|
|
7563
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7562
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7564
7563
|
}
|
|
7565
7564
|
]
|
|
7566
7565
|
}
|
|
@@ -7575,19 +7574,19 @@
|
|
|
7575
7574
|
"additionalProperties": false,
|
|
7576
7575
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
|
|
7577
7576
|
},
|
|
7578
|
-
"allow_create": {
|
|
7577
|
+
"type._inputs.*.options.allow_create": {
|
|
7579
7578
|
"description": "Allows new text values to be created at edit time.",
|
|
7580
7579
|
"default": false,
|
|
7581
7580
|
"type": "boolean",
|
|
7582
7581
|
"markdownDescription": "Allows new text values to be created at edit time."
|
|
7583
7582
|
},
|
|
7584
|
-
"allow_empty": {
|
|
7583
|
+
"type._inputs.*.options.allow_empty": {
|
|
7585
7584
|
"description": "Provides an empty option alongside the options provided by values.",
|
|
7586
7585
|
"default": true,
|
|
7587
7586
|
"type": "boolean",
|
|
7588
7587
|
"markdownDescription": "Provides an empty option alongside the options provided by values."
|
|
7589
7588
|
},
|
|
7590
|
-
"values": {
|
|
7589
|
+
"type._inputs.*.options.values": {
|
|
7591
7590
|
"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).",
|
|
7592
7591
|
"anyOf": [
|
|
7593
7592
|
{
|
|
@@ -7641,12 +7640,12 @@
|
|
|
7641
7640
|
],
|
|
7642
7641
|
"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)."
|
|
7643
7642
|
},
|
|
7644
|
-
"value_key": {
|
|
7643
|
+
"type._inputs.*.options.value_key": {
|
|
7645
7644
|
"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.",
|
|
7646
7645
|
"type": "string",
|
|
7647
7646
|
"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."
|
|
7648
7647
|
},
|
|
7649
|
-
"view": {
|
|
7648
|
+
"type._inputs.*.options.view": {
|
|
7650
7649
|
"description": "Controls how selected items are rendered.",
|
|
7651
7650
|
"type": "string",
|
|
7652
7651
|
"enum": [
|
|
@@ -7657,7 +7656,7 @@
|
|
|
7657
7656
|
],
|
|
7658
7657
|
"markdownDescription": "Controls how selected items are rendered."
|
|
7659
7658
|
},
|
|
7660
|
-
"picker_view": {
|
|
7659
|
+
"type._inputs.*.options.picker_view": {
|
|
7661
7660
|
"description": "Controls how selectable options are rendered.",
|
|
7662
7661
|
"type": "string",
|
|
7663
7662
|
"enum": [
|
|
@@ -7674,12 +7673,12 @@
|
|
|
7674
7673
|
"type": "object",
|
|
7675
7674
|
"properties": {
|
|
7676
7675
|
"comment": {
|
|
7677
|
-
"$ref": "#/definitions/comment"
|
|
7676
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7678
7677
|
},
|
|
7679
7678
|
"context": {
|
|
7680
7679
|
"allOf": [
|
|
7681
7680
|
{
|
|
7682
|
-
"$ref": "#/definitions/context"
|
|
7681
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7683
7682
|
}
|
|
7684
7683
|
]
|
|
7685
7684
|
},
|
|
@@ -7687,28 +7686,28 @@
|
|
|
7687
7686
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7688
7687
|
"allOf": [
|
|
7689
7688
|
{
|
|
7690
|
-
"$ref": "#/definitions/documentation"
|
|
7689
|
+
"$ref": "#/definitions/type.documentation"
|
|
7691
7690
|
}
|
|
7692
7691
|
],
|
|
7693
7692
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7694
7693
|
},
|
|
7695
7694
|
"label": {
|
|
7696
|
-
"$ref": "#/definitions/label"
|
|
7695
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7697
7696
|
},
|
|
7698
7697
|
"hidden": {
|
|
7699
|
-
"$ref": "#/definitions/hidden"
|
|
7698
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7700
7699
|
},
|
|
7701
7700
|
"disabled": {
|
|
7702
|
-
"$ref": "#/definitions/disabled"
|
|
7701
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7703
7702
|
},
|
|
7704
7703
|
"instance_value": {
|
|
7705
|
-
"$ref": "#/definitions/instance_value"
|
|
7704
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7706
7705
|
},
|
|
7707
7706
|
"disable_instance_value_rehydration": {
|
|
7708
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7707
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7709
7708
|
},
|
|
7710
7709
|
"cascade": {
|
|
7711
|
-
"$ref": "#/definitions/cascade"
|
|
7710
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7712
7711
|
},
|
|
7713
7712
|
"type": {
|
|
7714
7713
|
"title": "Type",
|
|
@@ -7722,10 +7721,10 @@
|
|
|
7722
7721
|
"type": "object",
|
|
7723
7722
|
"properties": {
|
|
7724
7723
|
"required": {
|
|
7725
|
-
"$ref": "#/definitions/required"
|
|
7724
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7726
7725
|
},
|
|
7727
7726
|
"required_message": {
|
|
7728
|
-
"$ref": "#/definitions/required_message"
|
|
7727
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7729
7728
|
},
|
|
7730
7729
|
"preview": {
|
|
7731
7730
|
"allOf": [
|
|
@@ -7742,45 +7741,45 @@
|
|
|
7742
7741
|
]
|
|
7743
7742
|
},
|
|
7744
7743
|
"allow_create": {
|
|
7745
|
-
"$ref": "#/definitions/allow_create"
|
|
7744
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
7746
7745
|
},
|
|
7747
7746
|
"allow_empty": {
|
|
7748
|
-
"$ref": "#/definitions/allow_empty"
|
|
7747
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7749
7748
|
},
|
|
7750
7749
|
"values": {
|
|
7751
|
-
"$ref": "#/definitions/values"
|
|
7750
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7752
7751
|
},
|
|
7753
7752
|
"value_key": {
|
|
7754
|
-
"$ref": "#/definitions/value_key"
|
|
7753
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7755
7754
|
},
|
|
7756
7755
|
"view": {
|
|
7757
|
-
"$ref": "#/definitions/view"
|
|
7756
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7758
7757
|
},
|
|
7759
7758
|
"picker_view": {
|
|
7760
|
-
"$ref": "#/definitions/picker_view"
|
|
7759
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7761
7760
|
},
|
|
7762
7761
|
"max_items": {
|
|
7763
|
-
"$ref": "#/definitions/max_items"
|
|
7762
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
7764
7763
|
},
|
|
7765
7764
|
"max_items_message": {
|
|
7766
|
-
"$ref": "#/definitions/max_items_message"
|
|
7765
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
7767
7766
|
},
|
|
7768
7767
|
"min_items": {
|
|
7769
|
-
"$ref": "#/definitions/min_items"
|
|
7768
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
7770
7769
|
},
|
|
7771
7770
|
"min_items_message": {
|
|
7772
|
-
"$ref": "#/definitions/min_items_message"
|
|
7771
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
7773
7772
|
},
|
|
7774
7773
|
"unique_on": {
|
|
7775
|
-
"$ref": "#/definitions/unique_on"
|
|
7774
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
7776
7775
|
},
|
|
7777
7776
|
"unique_on_message": {
|
|
7778
|
-
"$ref": "#/definitions/unique_on_message"
|
|
7777
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
7779
7778
|
},
|
|
7780
7779
|
"empty_type": {
|
|
7781
7780
|
"allOf": [
|
|
7782
7781
|
{
|
|
7783
|
-
"$ref": "#/definitions/empty_type_array"
|
|
7782
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
7784
7783
|
}
|
|
7785
7784
|
]
|
|
7786
7785
|
}
|
|
@@ -7795,37 +7794,37 @@
|
|
|
7795
7794
|
"additionalProperties": false,
|
|
7796
7795
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
|
|
7797
7796
|
},
|
|
7798
|
-
"max_items": {
|
|
7797
|
+
"type._inputs.*.options.max_items": {
|
|
7799
7798
|
"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.",
|
|
7800
7799
|
"type": "number",
|
|
7801
7800
|
"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."
|
|
7802
7801
|
},
|
|
7803
|
-
"max_items_message": {
|
|
7802
|
+
"type._inputs.*.options.max_items_message": {
|
|
7804
7803
|
"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`.",
|
|
7805
7804
|
"type": "string",
|
|
7806
7805
|
"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`."
|
|
7807
7806
|
},
|
|
7808
|
-
"min_items": {
|
|
7807
|
+
"type._inputs.*.options.min_items": {
|
|
7809
7808
|
"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.",
|
|
7810
7809
|
"type": "number",
|
|
7811
7810
|
"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."
|
|
7812
7811
|
},
|
|
7813
|
-
"min_items_message": {
|
|
7812
|
+
"type._inputs.*.options.min_items_message": {
|
|
7814
7813
|
"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`.",
|
|
7815
7814
|
"type": "string",
|
|
7816
7815
|
"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`."
|
|
7817
7816
|
},
|
|
7818
|
-
"unique_on": {
|
|
7817
|
+
"type._inputs.*.options.unique_on": {
|
|
7819
7818
|
"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.",
|
|
7820
7819
|
"type": "string",
|
|
7821
7820
|
"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."
|
|
7822
7821
|
},
|
|
7823
|
-
"unique_on_message": {
|
|
7822
|
+
"type._inputs.*.options.unique_on_message": {
|
|
7824
7823
|
"description": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`.",
|
|
7825
7824
|
"type": "string",
|
|
7826
7825
|
"markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
|
|
7827
7826
|
},
|
|
7828
|
-
"empty_type_array": {
|
|
7827
|
+
"type._inputs.*.options.empty_type_array": {
|
|
7829
7828
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
7830
7829
|
"default": "null",
|
|
7831
7830
|
"type": "string",
|
|
@@ -7841,12 +7840,12 @@
|
|
|
7841
7840
|
"type": "object",
|
|
7842
7841
|
"properties": {
|
|
7843
7842
|
"comment": {
|
|
7844
|
-
"$ref": "#/definitions/comment"
|
|
7843
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7845
7844
|
},
|
|
7846
7845
|
"context": {
|
|
7847
7846
|
"allOf": [
|
|
7848
7847
|
{
|
|
7849
|
-
"$ref": "#/definitions/context"
|
|
7848
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7850
7849
|
}
|
|
7851
7850
|
]
|
|
7852
7851
|
},
|
|
@@ -7854,28 +7853,28 @@
|
|
|
7854
7853
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7855
7854
|
"allOf": [
|
|
7856
7855
|
{
|
|
7857
|
-
"$ref": "#/definitions/documentation"
|
|
7856
|
+
"$ref": "#/definitions/type.documentation"
|
|
7858
7857
|
}
|
|
7859
7858
|
],
|
|
7860
7859
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7861
7860
|
},
|
|
7862
7861
|
"label": {
|
|
7863
|
-
"$ref": "#/definitions/label"
|
|
7862
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7864
7863
|
},
|
|
7865
7864
|
"hidden": {
|
|
7866
|
-
"$ref": "#/definitions/hidden"
|
|
7865
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7867
7866
|
},
|
|
7868
7867
|
"disabled": {
|
|
7869
|
-
"$ref": "#/definitions/disabled"
|
|
7868
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7870
7869
|
},
|
|
7871
7870
|
"instance_value": {
|
|
7872
|
-
"$ref": "#/definitions/instance_value"
|
|
7871
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7873
7872
|
},
|
|
7874
7873
|
"disable_instance_value_rehydration": {
|
|
7875
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7874
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7876
7875
|
},
|
|
7877
7876
|
"cascade": {
|
|
7878
|
-
"$ref": "#/definitions/cascade"
|
|
7877
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7879
7878
|
},
|
|
7880
7879
|
"type": {
|
|
7881
7880
|
"title": "Type",
|
|
@@ -7889,10 +7888,10 @@
|
|
|
7889
7888
|
"type": "object",
|
|
7890
7889
|
"properties": {
|
|
7891
7890
|
"required": {
|
|
7892
|
-
"$ref": "#/definitions/required"
|
|
7891
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7893
7892
|
},
|
|
7894
7893
|
"required_message": {
|
|
7895
|
-
"$ref": "#/definitions/required_message"
|
|
7894
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7896
7895
|
},
|
|
7897
7896
|
"preview": {
|
|
7898
7897
|
"allOf": [
|
|
@@ -7909,45 +7908,45 @@
|
|
|
7909
7908
|
]
|
|
7910
7909
|
},
|
|
7911
7910
|
"allow_empty": {
|
|
7912
|
-
"$ref": "#/definitions/allow_empty"
|
|
7911
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
7913
7912
|
},
|
|
7914
7913
|
"values": {
|
|
7915
|
-
"$ref": "#/definitions/values"
|
|
7914
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
7916
7915
|
},
|
|
7917
7916
|
"value_key": {
|
|
7918
|
-
"$ref": "#/definitions/value_key"
|
|
7917
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
7919
7918
|
},
|
|
7920
7919
|
"view": {
|
|
7921
|
-
"$ref": "#/definitions/view"
|
|
7920
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
7922
7921
|
},
|
|
7923
7922
|
"picker_view": {
|
|
7924
|
-
"$ref": "#/definitions/picker_view"
|
|
7923
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
7925
7924
|
},
|
|
7926
7925
|
"max_length": {
|
|
7927
|
-
"$ref": "#/definitions/max_length"
|
|
7926
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7928
7927
|
},
|
|
7929
7928
|
"max_length_message": {
|
|
7930
|
-
"$ref": "#/definitions/max_length_message"
|
|
7929
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7931
7930
|
},
|
|
7932
7931
|
"min_length": {
|
|
7933
|
-
"$ref": "#/definitions/min_length"
|
|
7932
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7934
7933
|
},
|
|
7935
7934
|
"min_length_message": {
|
|
7936
|
-
"$ref": "#/definitions/min_length_message"
|
|
7935
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7937
7936
|
},
|
|
7938
7937
|
"pattern": {
|
|
7939
|
-
"$ref": "#/definitions/pattern"
|
|
7938
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7940
7939
|
},
|
|
7941
7940
|
"pattern_message": {
|
|
7942
|
-
"$ref": "#/definitions/pattern_message"
|
|
7941
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7943
7942
|
},
|
|
7944
7943
|
"pattern_flags": {
|
|
7945
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7944
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7946
7945
|
},
|
|
7947
7946
|
"empty_type": {
|
|
7948
7947
|
"allOf": [
|
|
7949
7948
|
{
|
|
7950
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7949
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7951
7950
|
}
|
|
7952
7951
|
]
|
|
7953
7952
|
}
|
|
@@ -7968,12 +7967,12 @@
|
|
|
7968
7967
|
"type": "object",
|
|
7969
7968
|
"properties": {
|
|
7970
7969
|
"comment": {
|
|
7971
|
-
"$ref": "#/definitions/comment"
|
|
7970
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7972
7971
|
},
|
|
7973
7972
|
"context": {
|
|
7974
7973
|
"allOf": [
|
|
7975
7974
|
{
|
|
7976
|
-
"$ref": "#/definitions/context"
|
|
7975
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7977
7976
|
}
|
|
7978
7977
|
]
|
|
7979
7978
|
},
|
|
@@ -7981,28 +7980,28 @@
|
|
|
7981
7980
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7982
7981
|
"allOf": [
|
|
7983
7982
|
{
|
|
7984
|
-
"$ref": "#/definitions/documentation"
|
|
7983
|
+
"$ref": "#/definitions/type.documentation"
|
|
7985
7984
|
}
|
|
7986
7985
|
],
|
|
7987
7986
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7988
7987
|
},
|
|
7989
7988
|
"label": {
|
|
7990
|
-
"$ref": "#/definitions/label"
|
|
7989
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7991
7990
|
},
|
|
7992
7991
|
"hidden": {
|
|
7993
|
-
"$ref": "#/definitions/hidden"
|
|
7992
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7994
7993
|
},
|
|
7995
7994
|
"disabled": {
|
|
7996
|
-
"$ref": "#/definitions/disabled"
|
|
7995
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7997
7996
|
},
|
|
7998
7997
|
"instance_value": {
|
|
7999
|
-
"$ref": "#/definitions/instance_value"
|
|
7998
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8000
7999
|
},
|
|
8001
8000
|
"disable_instance_value_rehydration": {
|
|
8002
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8001
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8003
8002
|
},
|
|
8004
8003
|
"cascade": {
|
|
8005
|
-
"$ref": "#/definitions/cascade"
|
|
8004
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8006
8005
|
},
|
|
8007
8006
|
"type": {
|
|
8008
8007
|
"title": "Type",
|
|
@@ -8016,10 +8015,10 @@
|
|
|
8016
8015
|
"type": "object",
|
|
8017
8016
|
"properties": {
|
|
8018
8017
|
"required": {
|
|
8019
|
-
"$ref": "#/definitions/required"
|
|
8018
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8020
8019
|
},
|
|
8021
8020
|
"required_message": {
|
|
8022
|
-
"$ref": "#/definitions/required_message"
|
|
8021
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8023
8022
|
},
|
|
8024
8023
|
"preview": {
|
|
8025
8024
|
"allOf": [
|
|
@@ -8036,42 +8035,42 @@
|
|
|
8036
8035
|
]
|
|
8037
8036
|
},
|
|
8038
8037
|
"allow_empty": {
|
|
8039
|
-
"$ref": "#/definitions/allow_empty"
|
|
8038
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
8040
8039
|
},
|
|
8041
8040
|
"values": {
|
|
8042
|
-
"$ref": "#/definitions/values"
|
|
8041
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
8043
8042
|
},
|
|
8044
8043
|
"value_key": {
|
|
8045
|
-
"$ref": "#/definitions/value_key"
|
|
8044
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
8046
8045
|
},
|
|
8047
8046
|
"view": {
|
|
8048
|
-
"$ref": "#/definitions/view"
|
|
8047
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
8049
8048
|
},
|
|
8050
8049
|
"picker_view": {
|
|
8051
|
-
"$ref": "#/definitions/picker_view"
|
|
8050
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
8052
8051
|
},
|
|
8053
8052
|
"max_items": {
|
|
8054
|
-
"$ref": "#/definitions/max_items"
|
|
8053
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
8055
8054
|
},
|
|
8056
8055
|
"max_items_message": {
|
|
8057
|
-
"$ref": "#/definitions/max_items_message"
|
|
8056
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
8058
8057
|
},
|
|
8059
8058
|
"min_items": {
|
|
8060
|
-
"$ref": "#/definitions/min_items"
|
|
8059
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
8061
8060
|
},
|
|
8062
8061
|
"min_items_message": {
|
|
8063
|
-
"$ref": "#/definitions/min_items_message"
|
|
8062
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
8064
8063
|
},
|
|
8065
8064
|
"unique_on": {
|
|
8066
|
-
"$ref": "#/definitions/unique_on"
|
|
8065
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
8067
8066
|
},
|
|
8068
8067
|
"unique_on_message": {
|
|
8069
|
-
"$ref": "#/definitions/unique_on_message"
|
|
8068
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
8070
8069
|
},
|
|
8071
8070
|
"empty_type": {
|
|
8072
8071
|
"allOf": [
|
|
8073
8072
|
{
|
|
8074
|
-
"$ref": "#/definitions/empty_type_array"
|
|
8073
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
8075
8074
|
}
|
|
8076
8075
|
]
|
|
8077
8076
|
}
|
|
@@ -8092,12 +8091,12 @@
|
|
|
8092
8091
|
"type": "object",
|
|
8093
8092
|
"properties": {
|
|
8094
8093
|
"comment": {
|
|
8095
|
-
"$ref": "#/definitions/comment"
|
|
8094
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8096
8095
|
},
|
|
8097
8096
|
"context": {
|
|
8098
8097
|
"allOf": [
|
|
8099
8098
|
{
|
|
8100
|
-
"$ref": "#/definitions/context"
|
|
8099
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8101
8100
|
}
|
|
8102
8101
|
]
|
|
8103
8102
|
},
|
|
@@ -8105,28 +8104,28 @@
|
|
|
8105
8104
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8106
8105
|
"allOf": [
|
|
8107
8106
|
{
|
|
8108
|
-
"$ref": "#/definitions/documentation"
|
|
8107
|
+
"$ref": "#/definitions/type.documentation"
|
|
8109
8108
|
}
|
|
8110
8109
|
],
|
|
8111
8110
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8112
8111
|
},
|
|
8113
8112
|
"label": {
|
|
8114
|
-
"$ref": "#/definitions/label"
|
|
8113
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8115
8114
|
},
|
|
8116
8115
|
"hidden": {
|
|
8117
|
-
"$ref": "#/definitions/hidden"
|
|
8116
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8118
8117
|
},
|
|
8119
8118
|
"disabled": {
|
|
8120
|
-
"$ref": "#/definitions/disabled"
|
|
8119
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8121
8120
|
},
|
|
8122
8121
|
"instance_value": {
|
|
8123
|
-
"$ref": "#/definitions/instance_value"
|
|
8122
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8124
8123
|
},
|
|
8125
8124
|
"disable_instance_value_rehydration": {
|
|
8126
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8125
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8127
8126
|
},
|
|
8128
8127
|
"cascade": {
|
|
8129
|
-
"$ref": "#/definitions/cascade"
|
|
8128
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8130
8129
|
},
|
|
8131
8130
|
"type": {
|
|
8132
8131
|
"title": "Type",
|
|
@@ -8140,15 +8139,15 @@
|
|
|
8140
8139
|
"type": "object",
|
|
8141
8140
|
"properties": {
|
|
8142
8141
|
"required": {
|
|
8143
|
-
"$ref": "#/definitions/required"
|
|
8142
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8144
8143
|
},
|
|
8145
8144
|
"required_message": {
|
|
8146
|
-
"$ref": "#/definitions/required_message"
|
|
8145
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8147
8146
|
},
|
|
8148
8147
|
"empty_type": {
|
|
8149
8148
|
"allOf": [
|
|
8150
8149
|
{
|
|
8151
|
-
"$ref": "#/definitions/empty_type_object"
|
|
8150
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_object"
|
|
8152
8151
|
}
|
|
8153
8152
|
]
|
|
8154
8153
|
},
|
|
@@ -8211,7 +8210,13 @@
|
|
|
8211
8210
|
"$ref": "#/definitions/entries_comment"
|
|
8212
8211
|
},
|
|
8213
8212
|
"documentation": {
|
|
8214
|
-
"
|
|
8213
|
+
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
8214
|
+
"allOf": [
|
|
8215
|
+
{
|
|
8216
|
+
"$ref": "#/definitions/type.documentation"
|
|
8217
|
+
}
|
|
8218
|
+
],
|
|
8219
|
+
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
8215
8220
|
}
|
|
8216
8221
|
},
|
|
8217
8222
|
"additionalProperties": false,
|
|
@@ -8251,7 +8256,7 @@
|
|
|
8251
8256
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
8252
8257
|
"allOf": [
|
|
8253
8258
|
{
|
|
8254
|
-
"$ref": "#/definitions/documentation"
|
|
8259
|
+
"$ref": "#/definitions/type.documentation"
|
|
8255
8260
|
}
|
|
8256
8261
|
],
|
|
8257
8262
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -8306,7 +8311,7 @@
|
|
|
8306
8311
|
"additionalProperties": false,
|
|
8307
8312
|
"markdownDescription": "Provides a user interface for a group of inputs."
|
|
8308
8313
|
},
|
|
8309
|
-
"empty_type_object": {
|
|
8314
|
+
"type._inputs.*.options.empty_type_object": {
|
|
8310
8315
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8311
8316
|
"default": "null",
|
|
8312
8317
|
"type": "string",
|
|
@@ -8393,27 +8398,18 @@
|
|
|
8393
8398
|
"type": "string",
|
|
8394
8399
|
"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."
|
|
8395
8400
|
},
|
|
8396
|
-
"entries_documentation": {
|
|
8397
|
-
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
8398
|
-
"allOf": [
|
|
8399
|
-
{
|
|
8400
|
-
"$ref": "#/definitions/documentation"
|
|
8401
|
-
}
|
|
8402
|
-
],
|
|
8403
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
8404
|
-
},
|
|
8405
8401
|
"ArrayInput": {
|
|
8406
8402
|
"title": "Array Input",
|
|
8407
8403
|
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
8408
8404
|
"type": "object",
|
|
8409
8405
|
"properties": {
|
|
8410
8406
|
"comment": {
|
|
8411
|
-
"$ref": "#/definitions/comment"
|
|
8407
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8412
8408
|
},
|
|
8413
8409
|
"context": {
|
|
8414
8410
|
"allOf": [
|
|
8415
8411
|
{
|
|
8416
|
-
"$ref": "#/definitions/context"
|
|
8412
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8417
8413
|
}
|
|
8418
8414
|
]
|
|
8419
8415
|
},
|
|
@@ -8421,28 +8417,28 @@
|
|
|
8421
8417
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8422
8418
|
"allOf": [
|
|
8423
8419
|
{
|
|
8424
|
-
"$ref": "#/definitions/documentation"
|
|
8420
|
+
"$ref": "#/definitions/type.documentation"
|
|
8425
8421
|
}
|
|
8426
8422
|
],
|
|
8427
8423
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8428
8424
|
},
|
|
8429
8425
|
"label": {
|
|
8430
|
-
"$ref": "#/definitions/label"
|
|
8426
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8431
8427
|
},
|
|
8432
8428
|
"hidden": {
|
|
8433
|
-
"$ref": "#/definitions/hidden"
|
|
8429
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8434
8430
|
},
|
|
8435
8431
|
"disabled": {
|
|
8436
|
-
"$ref": "#/definitions/disabled"
|
|
8432
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8437
8433
|
},
|
|
8438
8434
|
"instance_value": {
|
|
8439
|
-
"$ref": "#/definitions/instance_value"
|
|
8435
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8440
8436
|
},
|
|
8441
8437
|
"disable_instance_value_rehydration": {
|
|
8442
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8438
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8443
8439
|
},
|
|
8444
8440
|
"cascade": {
|
|
8445
|
-
"$ref": "#/definitions/cascade"
|
|
8441
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8446
8442
|
},
|
|
8447
8443
|
"type": {
|
|
8448
8444
|
"title": "Type",
|
|
@@ -8456,28 +8452,28 @@
|
|
|
8456
8452
|
"type": "object",
|
|
8457
8453
|
"properties": {
|
|
8458
8454
|
"required": {
|
|
8459
|
-
"$ref": "#/definitions/required"
|
|
8455
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8460
8456
|
},
|
|
8461
8457
|
"required_message": {
|
|
8462
|
-
"$ref": "#/definitions/required_message"
|
|
8458
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8463
8459
|
},
|
|
8464
8460
|
"max_items": {
|
|
8465
|
-
"$ref": "#/definitions/max_items"
|
|
8461
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
8466
8462
|
},
|
|
8467
8463
|
"max_items_message": {
|
|
8468
|
-
"$ref": "#/definitions/max_items_message"
|
|
8464
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
8469
8465
|
},
|
|
8470
8466
|
"min_items": {
|
|
8471
|
-
"$ref": "#/definitions/min_items"
|
|
8467
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
8472
8468
|
},
|
|
8473
8469
|
"min_items_message": {
|
|
8474
|
-
"$ref": "#/definitions/min_items_message"
|
|
8470
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
8475
8471
|
},
|
|
8476
8472
|
"unique_on": {
|
|
8477
|
-
"$ref": "#/definitions/unique_on"
|
|
8473
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
8478
8474
|
},
|
|
8479
8475
|
"unique_on_message": {
|
|
8480
|
-
"$ref": "#/definitions/unique_on_message"
|
|
8476
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
8481
8477
|
},
|
|
8482
8478
|
"disable_add": {
|
|
8483
8479
|
"$ref": "#/definitions/ArrayInput.disable_add"
|
|
@@ -8491,7 +8487,7 @@
|
|
|
8491
8487
|
"empty_type": {
|
|
8492
8488
|
"allOf": [
|
|
8493
8489
|
{
|
|
8494
|
-
"$ref": "#/definitions/empty_type_array"
|
|
8490
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
8495
8491
|
}
|
|
8496
8492
|
]
|
|
8497
8493
|
},
|
|
@@ -8543,12 +8539,12 @@
|
|
|
8543
8539
|
"type": "object",
|
|
8544
8540
|
"properties": {
|
|
8545
8541
|
"comment": {
|
|
8546
|
-
"$ref": "#/definitions/comment"
|
|
8542
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8547
8543
|
},
|
|
8548
8544
|
"context": {
|
|
8549
8545
|
"allOf": [
|
|
8550
8546
|
{
|
|
8551
|
-
"$ref": "#/definitions/context"
|
|
8547
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8552
8548
|
}
|
|
8553
8549
|
]
|
|
8554
8550
|
},
|
|
@@ -8556,28 +8552,28 @@
|
|
|
8556
8552
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8557
8553
|
"allOf": [
|
|
8558
8554
|
{
|
|
8559
|
-
"$ref": "#/definitions/documentation"
|
|
8555
|
+
"$ref": "#/definitions/type.documentation"
|
|
8560
8556
|
}
|
|
8561
8557
|
],
|
|
8562
8558
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8563
8559
|
},
|
|
8564
8560
|
"label": {
|
|
8565
|
-
"$ref": "#/definitions/label"
|
|
8561
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8566
8562
|
},
|
|
8567
8563
|
"hidden": {
|
|
8568
|
-
"$ref": "#/definitions/hidden"
|
|
8564
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8569
8565
|
},
|
|
8570
8566
|
"disabled": {
|
|
8571
|
-
"$ref": "#/definitions/disabled"
|
|
8567
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8572
8568
|
},
|
|
8573
8569
|
"instance_value": {
|
|
8574
|
-
"$ref": "#/definitions/instance_value"
|
|
8570
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8575
8571
|
},
|
|
8576
8572
|
"disable_instance_value_rehydration": {
|
|
8577
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8573
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8578
8574
|
},
|
|
8579
8575
|
"cascade": {
|
|
8580
|
-
"$ref": "#/definitions/cascade"
|
|
8576
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8581
8577
|
},
|
|
8582
8578
|
"type": {
|
|
8583
8579
|
"title": "Type",
|
|
@@ -8604,12 +8600,12 @@
|
|
|
8604
8600
|
"type": "object",
|
|
8605
8601
|
"properties": {
|
|
8606
8602
|
"comment": {
|
|
8607
|
-
"$ref": "#/definitions/comment"
|
|
8603
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8608
8604
|
},
|
|
8609
8605
|
"context": {
|
|
8610
8606
|
"allOf": [
|
|
8611
8607
|
{
|
|
8612
|
-
"$ref": "#/definitions/context"
|
|
8608
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8613
8609
|
}
|
|
8614
8610
|
]
|
|
8615
8611
|
},
|
|
@@ -8617,28 +8613,28 @@
|
|
|
8617
8613
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8618
8614
|
"allOf": [
|
|
8619
8615
|
{
|
|
8620
|
-
"$ref": "#/definitions/documentation"
|
|
8616
|
+
"$ref": "#/definitions/type.documentation"
|
|
8621
8617
|
}
|
|
8622
8618
|
],
|
|
8623
8619
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8624
8620
|
},
|
|
8625
8621
|
"label": {
|
|
8626
|
-
"$ref": "#/definitions/label"
|
|
8622
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8627
8623
|
},
|
|
8628
8624
|
"hidden": {
|
|
8629
|
-
"$ref": "#/definitions/hidden"
|
|
8625
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8630
8626
|
},
|
|
8631
8627
|
"disabled": {
|
|
8632
|
-
"$ref": "#/definitions/disabled"
|
|
8628
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8633
8629
|
},
|
|
8634
8630
|
"instance_value": {
|
|
8635
|
-
"$ref": "#/definitions/instance_value"
|
|
8631
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8636
8632
|
},
|
|
8637
8633
|
"disable_instance_value_rehydration": {
|
|
8638
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8634
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8639
8635
|
},
|
|
8640
8636
|
"cascade": {
|
|
8641
|
-
"$ref": "#/definitions/cascade"
|
|
8637
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8642
8638
|
},
|
|
8643
8639
|
"options": {
|
|
8644
8640
|
"description": "Options that are specific to this `type` of input.",
|
|
@@ -8648,6 +8644,12 @@
|
|
|
8648
8644
|
"additionalProperties": false,
|
|
8649
8645
|
"markdownDescription": "Provides a default user interface based on the data contained."
|
|
8650
8646
|
},
|
|
8647
|
+
"type._inputs_from_glob": {
|
|
8648
|
+
"type": "array",
|
|
8649
|
+
"items": {
|
|
8650
|
+
"type": "string"
|
|
8651
|
+
}
|
|
8652
|
+
},
|
|
8651
8653
|
"type._select_data": {
|
|
8652
8654
|
"title": "Select Data",
|
|
8653
8655
|
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
@@ -8710,6 +8712,12 @@
|
|
|
8710
8712
|
"$ref": "#/definitions/type.structure"
|
|
8711
8713
|
},
|
|
8712
8714
|
"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."
|
|
8715
|
+
},
|
|
8716
|
+
"type._structures_from_glob": {
|
|
8717
|
+
"type": "array",
|
|
8718
|
+
"items": {
|
|
8719
|
+
"type": "string"
|
|
8720
|
+
}
|
|
8713
8721
|
}
|
|
8714
8722
|
}
|
|
8715
8723
|
}
|