@cloudcannon/configuration-types 0.0.44 → 0.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloudcannon-collections.schema.json +837 -815
- package/dist/cloudcannon-config.documentation.schema.json +1156 -1660
- package/dist/cloudcannon-config.latest.schema.json +1164 -1643
- package/dist/cloudcannon-config.legacy-eleventy.schema.json +1165 -1644
- package/dist/cloudcannon-config.legacy-hugo.schema.json +1165 -1644
- package/dist/cloudcannon-config.legacy-jekyll.schema.json +1165 -1644
- package/dist/cloudcannon-config.legacy-reader.schema.json +1165 -1644
- package/dist/cloudcannon-editables.schema.json +151 -151
- package/dist/cloudcannon-inputs.schema.json +671 -663
- package/dist/cloudcannon-schemas.schema.json +820 -801
- package/dist/cloudcannon-snippets-imports.schema.json +12 -16
- package/dist/cloudcannon-snippets.schema.json +956 -1451
- package/dist/cloudcannon-structure-value.schema.json +671 -663
- package/dist/cloudcannon-structures.schema.json +671 -663
- package/dist/documentation.json +20396 -31104
- package/package.json +1 -1
- package/src/cascade.ts +6 -6
- package/src/collections.ts +5 -5
- package/src/documentation.ts +1 -1
- package/src/editables.ts +38 -34
- package/src/image-options.ts +9 -9
- package/src/inputs.ts +48 -45
- package/src/preview.ts +63 -28
- package/src/snippets.ts +69 -56
- package/src/structures.ts +9 -3
|
@@ -22,10 +22,11 @@
|
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
24
|
"_inputs_from_glob": {
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
"allOf": [
|
|
26
|
+
{
|
|
27
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
29
30
|
},
|
|
30
31
|
"_select_data": {
|
|
31
32
|
"allOf": [
|
|
@@ -42,10 +43,11 @@
|
|
|
42
43
|
]
|
|
43
44
|
},
|
|
44
45
|
"_structures_from_glob": {
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
"allOf": [
|
|
47
|
+
{
|
|
48
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
49
51
|
},
|
|
50
52
|
"preview": {
|
|
51
53
|
"allOf": [
|
|
@@ -127,214 +129,11 @@
|
|
|
127
129
|
"models": {
|
|
128
130
|
"type": "array",
|
|
129
131
|
"items": {
|
|
130
|
-
"
|
|
131
|
-
"properties": {
|
|
132
|
-
"source_key": {
|
|
133
|
-
"type": "string"
|
|
134
|
-
},
|
|
135
|
-
"editor_key": {
|
|
136
|
-
"type": "string"
|
|
137
|
-
},
|
|
138
|
-
"remove_empty": {
|
|
139
|
-
"type": "boolean"
|
|
140
|
-
},
|
|
141
|
-
"optional": {
|
|
142
|
-
"type": "boolean"
|
|
143
|
-
},
|
|
144
|
-
"type": {
|
|
145
|
-
"type": "string",
|
|
146
|
-
"enum": [
|
|
147
|
-
"array",
|
|
148
|
-
"object",
|
|
149
|
-
"string",
|
|
150
|
-
"boolean",
|
|
151
|
-
"number"
|
|
152
|
-
]
|
|
153
|
-
},
|
|
154
|
-
"allowed_values": {
|
|
155
|
-
"type": "array",
|
|
156
|
-
"items": {}
|
|
157
|
-
},
|
|
158
|
-
"implied_boolean": {
|
|
159
|
-
"type": "boolean"
|
|
160
|
-
},
|
|
161
|
-
"default": {}
|
|
162
|
-
},
|
|
163
|
-
"required": [
|
|
164
|
-
"remove_empty",
|
|
165
|
-
"optional",
|
|
166
|
-
"implied_boolean"
|
|
167
|
-
],
|
|
168
|
-
"additionalProperties": false
|
|
132
|
+
"$ref": "#/definitions/type.snippet-model"
|
|
169
133
|
}
|
|
170
134
|
},
|
|
171
135
|
"format": {
|
|
172
|
-
"
|
|
173
|
-
"properties": {
|
|
174
|
-
"root_boundary": {
|
|
175
|
-
"type": "object",
|
|
176
|
-
"properties": {
|
|
177
|
-
"start": {
|
|
178
|
-
"type": "string"
|
|
179
|
-
},
|
|
180
|
-
"end": {
|
|
181
|
-
"type": "string"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"required": [
|
|
185
|
-
"start",
|
|
186
|
-
"end"
|
|
187
|
-
],
|
|
188
|
-
"additionalProperties": false
|
|
189
|
-
},
|
|
190
|
-
"root_value_boundary": {
|
|
191
|
-
"type": "object",
|
|
192
|
-
"properties": {
|
|
193
|
-
"start": {
|
|
194
|
-
"type": "string"
|
|
195
|
-
},
|
|
196
|
-
"end": {
|
|
197
|
-
"type": "string"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"required": [
|
|
201
|
-
"start",
|
|
202
|
-
"end"
|
|
203
|
-
],
|
|
204
|
-
"additionalProperties": false
|
|
205
|
-
},
|
|
206
|
-
"root_value_boundary_optional": {
|
|
207
|
-
"type": "object",
|
|
208
|
-
"propertyNames": {
|
|
209
|
-
"type": "string"
|
|
210
|
-
},
|
|
211
|
-
"additionalProperties": {
|
|
212
|
-
"type": "boolean"
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"root_value_delimiter": {
|
|
216
|
-
"type": "string"
|
|
217
|
-
},
|
|
218
|
-
"root_pair_delimiter": {
|
|
219
|
-
"type": "array",
|
|
220
|
-
"items": {
|
|
221
|
-
"type": "string"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"remove_empty_root_boundary": {
|
|
225
|
-
"type": "boolean"
|
|
226
|
-
},
|
|
227
|
-
"object_boundary": {
|
|
228
|
-
"type": "object",
|
|
229
|
-
"properties": {
|
|
230
|
-
"start": {
|
|
231
|
-
"type": "string"
|
|
232
|
-
},
|
|
233
|
-
"end": {
|
|
234
|
-
"type": "string"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
"required": [
|
|
238
|
-
"start",
|
|
239
|
-
"end"
|
|
240
|
-
],
|
|
241
|
-
"additionalProperties": false
|
|
242
|
-
},
|
|
243
|
-
"object_value_delimiter": {
|
|
244
|
-
"type": "string"
|
|
245
|
-
},
|
|
246
|
-
"object_pair_delimiter": {
|
|
247
|
-
"type": "string"
|
|
248
|
-
},
|
|
249
|
-
"array_boundary": {
|
|
250
|
-
"type": "object",
|
|
251
|
-
"properties": {
|
|
252
|
-
"start": {
|
|
253
|
-
"type": "string"
|
|
254
|
-
},
|
|
255
|
-
"end": {
|
|
256
|
-
"type": "string"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"required": [
|
|
260
|
-
"start",
|
|
261
|
-
"end"
|
|
262
|
-
],
|
|
263
|
-
"additionalProperties": false
|
|
264
|
-
},
|
|
265
|
-
"array_delimiter": {
|
|
266
|
-
"type": "string"
|
|
267
|
-
},
|
|
268
|
-
"string_boundary": {
|
|
269
|
-
"type": "array",
|
|
270
|
-
"items": {
|
|
271
|
-
"type": "string"
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
"string_escape_character": {
|
|
275
|
-
"type": "string"
|
|
276
|
-
},
|
|
277
|
-
"allow_booleans": {
|
|
278
|
-
"type": "boolean"
|
|
279
|
-
},
|
|
280
|
-
"allow_numbers": {
|
|
281
|
-
"type": "boolean"
|
|
282
|
-
},
|
|
283
|
-
"allow_implied_values": {
|
|
284
|
-
"type": "boolean"
|
|
285
|
-
},
|
|
286
|
-
"allow_null": {
|
|
287
|
-
"type": "boolean"
|
|
288
|
-
},
|
|
289
|
-
"forbidden_tokens": {
|
|
290
|
-
"type": "array",
|
|
291
|
-
"items": {
|
|
292
|
-
"type": "string"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
"allowed_string_cases": {
|
|
296
|
-
"type": "object",
|
|
297
|
-
"properties": {
|
|
298
|
-
"any": {
|
|
299
|
-
"type": "boolean"
|
|
300
|
-
},
|
|
301
|
-
"leading_upper": {
|
|
302
|
-
"type": "boolean"
|
|
303
|
-
},
|
|
304
|
-
"leading_lower": {
|
|
305
|
-
"type": "boolean"
|
|
306
|
-
},
|
|
307
|
-
"lower": {
|
|
308
|
-
"type": "boolean"
|
|
309
|
-
},
|
|
310
|
-
"upper": {
|
|
311
|
-
"type": "boolean"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
"additionalProperties": false
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
"required": [
|
|
318
|
-
"root_boundary",
|
|
319
|
-
"root_value_boundary",
|
|
320
|
-
"root_value_boundary_optional",
|
|
321
|
-
"root_pair_delimiter",
|
|
322
|
-
"remove_empty_root_boundary",
|
|
323
|
-
"object_boundary",
|
|
324
|
-
"object_value_delimiter",
|
|
325
|
-
"object_pair_delimiter",
|
|
326
|
-
"array_boundary",
|
|
327
|
-
"array_delimiter",
|
|
328
|
-
"string_boundary",
|
|
329
|
-
"string_escape_character",
|
|
330
|
-
"allow_booleans",
|
|
331
|
-
"allow_numbers",
|
|
332
|
-
"allow_implied_values",
|
|
333
|
-
"allow_null",
|
|
334
|
-
"forbidden_tokens",
|
|
335
|
-
"allowed_string_cases"
|
|
336
|
-
],
|
|
337
|
-
"additionalProperties": false
|
|
136
|
+
"$ref": "#/definitions/type.snippet-format"
|
|
338
137
|
}
|
|
339
138
|
},
|
|
340
139
|
"required": [
|
|
@@ -362,213 +161,10 @@
|
|
|
362
161
|
"type": "object",
|
|
363
162
|
"properties": {
|
|
364
163
|
"model": {
|
|
365
|
-
"
|
|
366
|
-
"properties": {
|
|
367
|
-
"source_key": {
|
|
368
|
-
"type": "string"
|
|
369
|
-
},
|
|
370
|
-
"editor_key": {
|
|
371
|
-
"type": "string"
|
|
372
|
-
},
|
|
373
|
-
"remove_empty": {
|
|
374
|
-
"type": "boolean"
|
|
375
|
-
},
|
|
376
|
-
"optional": {
|
|
377
|
-
"type": "boolean"
|
|
378
|
-
},
|
|
379
|
-
"type": {
|
|
380
|
-
"type": "string",
|
|
381
|
-
"enum": [
|
|
382
|
-
"array",
|
|
383
|
-
"object",
|
|
384
|
-
"string",
|
|
385
|
-
"boolean",
|
|
386
|
-
"number"
|
|
387
|
-
]
|
|
388
|
-
},
|
|
389
|
-
"allowed_values": {
|
|
390
|
-
"type": "array",
|
|
391
|
-
"items": {}
|
|
392
|
-
},
|
|
393
|
-
"implied_boolean": {
|
|
394
|
-
"type": "boolean"
|
|
395
|
-
},
|
|
396
|
-
"default": {}
|
|
397
|
-
},
|
|
398
|
-
"required": [
|
|
399
|
-
"remove_empty",
|
|
400
|
-
"optional",
|
|
401
|
-
"implied_boolean"
|
|
402
|
-
],
|
|
403
|
-
"additionalProperties": false
|
|
164
|
+
"$ref": "#/definitions/type.snippet-model"
|
|
404
165
|
},
|
|
405
166
|
"format": {
|
|
406
|
-
"
|
|
407
|
-
"properties": {
|
|
408
|
-
"root_boundary": {
|
|
409
|
-
"type": "object",
|
|
410
|
-
"properties": {
|
|
411
|
-
"start": {
|
|
412
|
-
"type": "string"
|
|
413
|
-
},
|
|
414
|
-
"end": {
|
|
415
|
-
"type": "string"
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
"required": [
|
|
419
|
-
"start",
|
|
420
|
-
"end"
|
|
421
|
-
],
|
|
422
|
-
"additionalProperties": false
|
|
423
|
-
},
|
|
424
|
-
"root_value_boundary": {
|
|
425
|
-
"type": "object",
|
|
426
|
-
"properties": {
|
|
427
|
-
"start": {
|
|
428
|
-
"type": "string"
|
|
429
|
-
},
|
|
430
|
-
"end": {
|
|
431
|
-
"type": "string"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
"required": [
|
|
435
|
-
"start",
|
|
436
|
-
"end"
|
|
437
|
-
],
|
|
438
|
-
"additionalProperties": false
|
|
439
|
-
},
|
|
440
|
-
"root_value_boundary_optional": {
|
|
441
|
-
"type": "object",
|
|
442
|
-
"propertyNames": {
|
|
443
|
-
"type": "string"
|
|
444
|
-
},
|
|
445
|
-
"additionalProperties": {
|
|
446
|
-
"type": "boolean"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"root_value_delimiter": {
|
|
450
|
-
"type": "string"
|
|
451
|
-
},
|
|
452
|
-
"root_pair_delimiter": {
|
|
453
|
-
"type": "array",
|
|
454
|
-
"items": {
|
|
455
|
-
"type": "string"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"remove_empty_root_boundary": {
|
|
459
|
-
"type": "boolean"
|
|
460
|
-
},
|
|
461
|
-
"object_boundary": {
|
|
462
|
-
"type": "object",
|
|
463
|
-
"properties": {
|
|
464
|
-
"start": {
|
|
465
|
-
"type": "string"
|
|
466
|
-
},
|
|
467
|
-
"end": {
|
|
468
|
-
"type": "string"
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
"required": [
|
|
472
|
-
"start",
|
|
473
|
-
"end"
|
|
474
|
-
],
|
|
475
|
-
"additionalProperties": false
|
|
476
|
-
},
|
|
477
|
-
"object_value_delimiter": {
|
|
478
|
-
"type": "string"
|
|
479
|
-
},
|
|
480
|
-
"object_pair_delimiter": {
|
|
481
|
-
"type": "string"
|
|
482
|
-
},
|
|
483
|
-
"array_boundary": {
|
|
484
|
-
"type": "object",
|
|
485
|
-
"properties": {
|
|
486
|
-
"start": {
|
|
487
|
-
"type": "string"
|
|
488
|
-
},
|
|
489
|
-
"end": {
|
|
490
|
-
"type": "string"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
"required": [
|
|
494
|
-
"start",
|
|
495
|
-
"end"
|
|
496
|
-
],
|
|
497
|
-
"additionalProperties": false
|
|
498
|
-
},
|
|
499
|
-
"array_delimiter": {
|
|
500
|
-
"type": "string"
|
|
501
|
-
},
|
|
502
|
-
"string_boundary": {
|
|
503
|
-
"type": "array",
|
|
504
|
-
"items": {
|
|
505
|
-
"type": "string"
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
"string_escape_character": {
|
|
509
|
-
"type": "string"
|
|
510
|
-
},
|
|
511
|
-
"allow_booleans": {
|
|
512
|
-
"type": "boolean"
|
|
513
|
-
},
|
|
514
|
-
"allow_numbers": {
|
|
515
|
-
"type": "boolean"
|
|
516
|
-
},
|
|
517
|
-
"allow_implied_values": {
|
|
518
|
-
"type": "boolean"
|
|
519
|
-
},
|
|
520
|
-
"allow_null": {
|
|
521
|
-
"type": "boolean"
|
|
522
|
-
},
|
|
523
|
-
"forbidden_tokens": {
|
|
524
|
-
"type": "array",
|
|
525
|
-
"items": {
|
|
526
|
-
"type": "string"
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
"allowed_string_cases": {
|
|
530
|
-
"type": "object",
|
|
531
|
-
"properties": {
|
|
532
|
-
"any": {
|
|
533
|
-
"type": "boolean"
|
|
534
|
-
},
|
|
535
|
-
"leading_upper": {
|
|
536
|
-
"type": "boolean"
|
|
537
|
-
},
|
|
538
|
-
"leading_lower": {
|
|
539
|
-
"type": "boolean"
|
|
540
|
-
},
|
|
541
|
-
"lower": {
|
|
542
|
-
"type": "boolean"
|
|
543
|
-
},
|
|
544
|
-
"upper": {
|
|
545
|
-
"type": "boolean"
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
"additionalProperties": false
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
"required": [
|
|
552
|
-
"root_boundary",
|
|
553
|
-
"root_value_boundary",
|
|
554
|
-
"root_value_boundary_optional",
|
|
555
|
-
"root_pair_delimiter",
|
|
556
|
-
"remove_empty_root_boundary",
|
|
557
|
-
"object_boundary",
|
|
558
|
-
"object_value_delimiter",
|
|
559
|
-
"object_pair_delimiter",
|
|
560
|
-
"array_boundary",
|
|
561
|
-
"array_delimiter",
|
|
562
|
-
"string_boundary",
|
|
563
|
-
"string_escape_character",
|
|
564
|
-
"allow_booleans",
|
|
565
|
-
"allow_numbers",
|
|
566
|
-
"allow_implied_values",
|
|
567
|
-
"allow_null",
|
|
568
|
-
"forbidden_tokens",
|
|
569
|
-
"allowed_string_cases"
|
|
570
|
-
],
|
|
571
|
-
"additionalProperties": false
|
|
167
|
+
"$ref": "#/definitions/type.snippet-format"
|
|
572
168
|
}
|
|
573
169
|
},
|
|
574
170
|
"required": [
|
|
@@ -642,48 +238,11 @@
|
|
|
642
238
|
"type": "boolean"
|
|
643
239
|
},
|
|
644
240
|
"style": {
|
|
645
|
-
"
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
"type": "string",
|
|
649
|
-
"enum": [
|
|
650
|
-
"legacy",
|
|
651
|
-
"inline",
|
|
652
|
-
"block"
|
|
653
|
-
]
|
|
654
|
-
},
|
|
655
|
-
"inline": {
|
|
656
|
-
"type": "object",
|
|
657
|
-
"properties": {
|
|
658
|
-
"leading": {
|
|
659
|
-
"type": "string"
|
|
660
|
-
},
|
|
661
|
-
"trailing": {
|
|
662
|
-
"type": "string"
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
"additionalProperties": false
|
|
666
|
-
},
|
|
667
|
-
"block": {
|
|
668
|
-
"type": "object",
|
|
669
|
-
"properties": {
|
|
670
|
-
"leading": {
|
|
671
|
-
"type": "string"
|
|
672
|
-
},
|
|
673
|
-
"trailing": {
|
|
674
|
-
"type": "string"
|
|
675
|
-
},
|
|
676
|
-
"indent": {
|
|
677
|
-
"type": "string"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
"additionalProperties": false
|
|
241
|
+
"allOf": [
|
|
242
|
+
{
|
|
243
|
+
"$ref": "#/definitions/type.snippet-style"
|
|
681
244
|
}
|
|
682
|
-
|
|
683
|
-
"required": [
|
|
684
|
-
"output"
|
|
685
|
-
],
|
|
686
|
-
"additionalProperties": false
|
|
245
|
+
]
|
|
687
246
|
}
|
|
688
247
|
},
|
|
689
248
|
"additionalProperties": false
|
|
@@ -709,258 +268,14 @@
|
|
|
709
268
|
"models": {
|
|
710
269
|
"type": "array",
|
|
711
270
|
"items": {
|
|
712
|
-
"
|
|
713
|
-
"properties": {
|
|
714
|
-
"source_key": {
|
|
715
|
-
"type": "string"
|
|
716
|
-
},
|
|
717
|
-
"editor_key": {
|
|
718
|
-
"type": "string"
|
|
719
|
-
},
|
|
720
|
-
"remove_empty": {
|
|
721
|
-
"type": "boolean"
|
|
722
|
-
},
|
|
723
|
-
"optional": {
|
|
724
|
-
"type": "boolean"
|
|
725
|
-
},
|
|
726
|
-
"type": {
|
|
727
|
-
"type": "string",
|
|
728
|
-
"enum": [
|
|
729
|
-
"array",
|
|
730
|
-
"object",
|
|
731
|
-
"string",
|
|
732
|
-
"boolean",
|
|
733
|
-
"number"
|
|
734
|
-
]
|
|
735
|
-
},
|
|
736
|
-
"allowed_values": {
|
|
737
|
-
"type": "array",
|
|
738
|
-
"items": {}
|
|
739
|
-
},
|
|
740
|
-
"implied_boolean": {
|
|
741
|
-
"type": "boolean"
|
|
742
|
-
},
|
|
743
|
-
"default": {}
|
|
744
|
-
},
|
|
745
|
-
"required": [
|
|
746
|
-
"remove_empty",
|
|
747
|
-
"optional",
|
|
748
|
-
"implied_boolean"
|
|
749
|
-
],
|
|
750
|
-
"additionalProperties": false
|
|
271
|
+
"$ref": "#/definitions/type.snippet-model"
|
|
751
272
|
}
|
|
752
273
|
},
|
|
753
274
|
"format": {
|
|
754
|
-
"
|
|
755
|
-
"properties": {
|
|
756
|
-
"root_boundary": {
|
|
757
|
-
"type": "object",
|
|
758
|
-
"properties": {
|
|
759
|
-
"start": {
|
|
760
|
-
"type": "string"
|
|
761
|
-
},
|
|
762
|
-
"end": {
|
|
763
|
-
"type": "string"
|
|
764
|
-
}
|
|
765
|
-
},
|
|
766
|
-
"required": [
|
|
767
|
-
"start",
|
|
768
|
-
"end"
|
|
769
|
-
],
|
|
770
|
-
"additionalProperties": false
|
|
771
|
-
},
|
|
772
|
-
"root_value_boundary": {
|
|
773
|
-
"type": "object",
|
|
774
|
-
"properties": {
|
|
775
|
-
"start": {
|
|
776
|
-
"type": "string"
|
|
777
|
-
},
|
|
778
|
-
"end": {
|
|
779
|
-
"type": "string"
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
|
-
"required": [
|
|
783
|
-
"start",
|
|
784
|
-
"end"
|
|
785
|
-
],
|
|
786
|
-
"additionalProperties": false
|
|
787
|
-
},
|
|
788
|
-
"root_value_boundary_optional": {
|
|
789
|
-
"type": "object",
|
|
790
|
-
"propertyNames": {
|
|
791
|
-
"type": "string"
|
|
792
|
-
},
|
|
793
|
-
"additionalProperties": {
|
|
794
|
-
"type": "boolean"
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
|
-
"root_value_delimiter": {
|
|
798
|
-
"type": "string"
|
|
799
|
-
},
|
|
800
|
-
"root_pair_delimiter": {
|
|
801
|
-
"type": "array",
|
|
802
|
-
"items": {
|
|
803
|
-
"type": "string"
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
"remove_empty_root_boundary": {
|
|
807
|
-
"type": "boolean"
|
|
808
|
-
},
|
|
809
|
-
"object_boundary": {
|
|
810
|
-
"type": "object",
|
|
811
|
-
"properties": {
|
|
812
|
-
"start": {
|
|
813
|
-
"type": "string"
|
|
814
|
-
},
|
|
815
|
-
"end": {
|
|
816
|
-
"type": "string"
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
"required": [
|
|
820
|
-
"start",
|
|
821
|
-
"end"
|
|
822
|
-
],
|
|
823
|
-
"additionalProperties": false
|
|
824
|
-
},
|
|
825
|
-
"object_value_delimiter": {
|
|
826
|
-
"type": "string"
|
|
827
|
-
},
|
|
828
|
-
"object_pair_delimiter": {
|
|
829
|
-
"type": "string"
|
|
830
|
-
},
|
|
831
|
-
"array_boundary": {
|
|
832
|
-
"type": "object",
|
|
833
|
-
"properties": {
|
|
834
|
-
"start": {
|
|
835
|
-
"type": "string"
|
|
836
|
-
},
|
|
837
|
-
"end": {
|
|
838
|
-
"type": "string"
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
"required": [
|
|
842
|
-
"start",
|
|
843
|
-
"end"
|
|
844
|
-
],
|
|
845
|
-
"additionalProperties": false
|
|
846
|
-
},
|
|
847
|
-
"array_delimiter": {
|
|
848
|
-
"type": "string"
|
|
849
|
-
},
|
|
850
|
-
"string_boundary": {
|
|
851
|
-
"type": "array",
|
|
852
|
-
"items": {
|
|
853
|
-
"type": "string"
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
"string_escape_character": {
|
|
857
|
-
"type": "string"
|
|
858
|
-
},
|
|
859
|
-
"allow_booleans": {
|
|
860
|
-
"type": "boolean"
|
|
861
|
-
},
|
|
862
|
-
"allow_numbers": {
|
|
863
|
-
"type": "boolean"
|
|
864
|
-
},
|
|
865
|
-
"allow_implied_values": {
|
|
866
|
-
"type": "boolean"
|
|
867
|
-
},
|
|
868
|
-
"allow_null": {
|
|
869
|
-
"type": "boolean"
|
|
870
|
-
},
|
|
871
|
-
"forbidden_tokens": {
|
|
872
|
-
"type": "array",
|
|
873
|
-
"items": {
|
|
874
|
-
"type": "string"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
"allowed_string_cases": {
|
|
878
|
-
"type": "object",
|
|
879
|
-
"properties": {
|
|
880
|
-
"any": {
|
|
881
|
-
"type": "boolean"
|
|
882
|
-
},
|
|
883
|
-
"leading_upper": {
|
|
884
|
-
"type": "boolean"
|
|
885
|
-
},
|
|
886
|
-
"leading_lower": {
|
|
887
|
-
"type": "boolean"
|
|
888
|
-
},
|
|
889
|
-
"lower": {
|
|
890
|
-
"type": "boolean"
|
|
891
|
-
},
|
|
892
|
-
"upper": {
|
|
893
|
-
"type": "boolean"
|
|
894
|
-
}
|
|
895
|
-
},
|
|
896
|
-
"additionalProperties": false
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
"required": [
|
|
900
|
-
"root_boundary",
|
|
901
|
-
"root_value_boundary",
|
|
902
|
-
"root_value_boundary_optional",
|
|
903
|
-
"root_pair_delimiter",
|
|
904
|
-
"remove_empty_root_boundary",
|
|
905
|
-
"object_boundary",
|
|
906
|
-
"object_value_delimiter",
|
|
907
|
-
"object_pair_delimiter",
|
|
908
|
-
"array_boundary",
|
|
909
|
-
"array_delimiter",
|
|
910
|
-
"string_boundary",
|
|
911
|
-
"string_escape_character",
|
|
912
|
-
"allow_booleans",
|
|
913
|
-
"allow_numbers",
|
|
914
|
-
"allow_implied_values",
|
|
915
|
-
"allow_null",
|
|
916
|
-
"forbidden_tokens",
|
|
917
|
-
"allowed_string_cases"
|
|
918
|
-
],
|
|
919
|
-
"additionalProperties": false
|
|
275
|
+
"$ref": "#/definitions/type.snippet-format"
|
|
920
276
|
},
|
|
921
277
|
"style": {
|
|
922
|
-
"
|
|
923
|
-
"properties": {
|
|
924
|
-
"output": {
|
|
925
|
-
"type": "string",
|
|
926
|
-
"enum": [
|
|
927
|
-
"legacy",
|
|
928
|
-
"inline",
|
|
929
|
-
"block"
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
|
-
"inline": {
|
|
933
|
-
"type": "object",
|
|
934
|
-
"properties": {
|
|
935
|
-
"leading": {
|
|
936
|
-
"type": "string"
|
|
937
|
-
},
|
|
938
|
-
"trailing": {
|
|
939
|
-
"type": "string"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
"additionalProperties": false
|
|
943
|
-
},
|
|
944
|
-
"block": {
|
|
945
|
-
"type": "object",
|
|
946
|
-
"properties": {
|
|
947
|
-
"leading": {
|
|
948
|
-
"type": "string"
|
|
949
|
-
},
|
|
950
|
-
"trailing": {
|
|
951
|
-
"type": "string"
|
|
952
|
-
},
|
|
953
|
-
"indent": {
|
|
954
|
-
"type": "string"
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
"additionalProperties": false
|
|
958
|
-
}
|
|
959
|
-
},
|
|
960
|
-
"required": [
|
|
961
|
-
"output"
|
|
962
|
-
],
|
|
963
|
-
"additionalProperties": false
|
|
278
|
+
"$ref": "#/definitions/type.snippet-style"
|
|
964
279
|
}
|
|
965
280
|
},
|
|
966
281
|
"required": [
|
|
@@ -1108,48 +423,11 @@
|
|
|
1108
423
|
"type": "number"
|
|
1109
424
|
},
|
|
1110
425
|
"style": {
|
|
1111
|
-
"
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
"type": "string",
|
|
1115
|
-
"enum": [
|
|
1116
|
-
"legacy",
|
|
1117
|
-
"inline",
|
|
1118
|
-
"block"
|
|
1119
|
-
]
|
|
1120
|
-
},
|
|
1121
|
-
"inline": {
|
|
1122
|
-
"type": "object",
|
|
1123
|
-
"properties": {
|
|
1124
|
-
"leading": {
|
|
1125
|
-
"type": "string"
|
|
1126
|
-
},
|
|
1127
|
-
"trailing": {
|
|
1128
|
-
"type": "string"
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
"additionalProperties": false
|
|
1132
|
-
},
|
|
1133
|
-
"block": {
|
|
1134
|
-
"type": "object",
|
|
1135
|
-
"properties": {
|
|
1136
|
-
"leading": {
|
|
1137
|
-
"type": "string"
|
|
1138
|
-
},
|
|
1139
|
-
"trailing": {
|
|
1140
|
-
"type": "string"
|
|
1141
|
-
},
|
|
1142
|
-
"indent": {
|
|
1143
|
-
"type": "string"
|
|
1144
|
-
}
|
|
1145
|
-
},
|
|
1146
|
-
"additionalProperties": false
|
|
426
|
+
"allOf": [
|
|
427
|
+
{
|
|
428
|
+
"$ref": "#/definitions/type.snippet-style"
|
|
1147
429
|
}
|
|
1148
|
-
|
|
1149
|
-
"required": [
|
|
1150
|
-
"output"
|
|
1151
|
-
],
|
|
1152
|
-
"additionalProperties": false
|
|
430
|
+
]
|
|
1153
431
|
},
|
|
1154
432
|
"optional": {
|
|
1155
433
|
"type": "boolean"
|
|
@@ -1185,48 +463,11 @@
|
|
|
1185
463
|
"type": "boolean"
|
|
1186
464
|
},
|
|
1187
465
|
"style": {
|
|
1188
|
-
"
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
"type": "string",
|
|
1192
|
-
"enum": [
|
|
1193
|
-
"legacy",
|
|
1194
|
-
"inline",
|
|
1195
|
-
"block"
|
|
1196
|
-
]
|
|
1197
|
-
},
|
|
1198
|
-
"inline": {
|
|
1199
|
-
"type": "object",
|
|
1200
|
-
"properties": {
|
|
1201
|
-
"leading": {
|
|
1202
|
-
"type": "string"
|
|
1203
|
-
},
|
|
1204
|
-
"trailing": {
|
|
1205
|
-
"type": "string"
|
|
1206
|
-
}
|
|
1207
|
-
},
|
|
1208
|
-
"additionalProperties": false
|
|
1209
|
-
},
|
|
1210
|
-
"block": {
|
|
1211
|
-
"type": "object",
|
|
1212
|
-
"properties": {
|
|
1213
|
-
"leading": {
|
|
1214
|
-
"type": "string"
|
|
1215
|
-
},
|
|
1216
|
-
"trailing": {
|
|
1217
|
-
"type": "string"
|
|
1218
|
-
},
|
|
1219
|
-
"indent": {
|
|
1220
|
-
"type": "string"
|
|
1221
|
-
}
|
|
1222
|
-
},
|
|
1223
|
-
"additionalProperties": false
|
|
466
|
+
"allOf": [
|
|
467
|
+
{
|
|
468
|
+
"$ref": "#/definitions/type.snippet-style"
|
|
1224
469
|
}
|
|
1225
|
-
|
|
1226
|
-
"required": [
|
|
1227
|
-
"output"
|
|
1228
|
-
],
|
|
1229
|
-
"additionalProperties": false
|
|
470
|
+
]
|
|
1230
471
|
}
|
|
1231
472
|
},
|
|
1232
473
|
"required": [
|
|
@@ -1339,12 +580,12 @@
|
|
|
1339
580
|
"type": "object",
|
|
1340
581
|
"properties": {
|
|
1341
582
|
"comment": {
|
|
1342
|
-
"$ref": "#/definitions/comment"
|
|
583
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
1343
584
|
},
|
|
1344
585
|
"context": {
|
|
1345
586
|
"allOf": [
|
|
1346
587
|
{
|
|
1347
|
-
"$ref": "#/definitions/context"
|
|
588
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
1348
589
|
}
|
|
1349
590
|
]
|
|
1350
591
|
},
|
|
@@ -1352,28 +593,28 @@
|
|
|
1352
593
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
1353
594
|
"allOf": [
|
|
1354
595
|
{
|
|
1355
|
-
"$ref": "#/definitions/documentation"
|
|
596
|
+
"$ref": "#/definitions/type.documentation"
|
|
1356
597
|
}
|
|
1357
598
|
],
|
|
1358
599
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
1359
600
|
},
|
|
1360
601
|
"label": {
|
|
1361
|
-
"$ref": "#/definitions/label"
|
|
602
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
1362
603
|
},
|
|
1363
604
|
"hidden": {
|
|
1364
|
-
"$ref": "#/definitions/hidden"
|
|
605
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
1365
606
|
},
|
|
1366
607
|
"disabled": {
|
|
1367
|
-
"$ref": "#/definitions/disabled"
|
|
608
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
1368
609
|
},
|
|
1369
610
|
"instance_value": {
|
|
1370
|
-
"$ref": "#/definitions/instance_value"
|
|
611
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
1371
612
|
},
|
|
1372
613
|
"disable_instance_value_rehydration": {
|
|
1373
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
614
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
1374
615
|
},
|
|
1375
616
|
"cascade": {
|
|
1376
|
-
"$ref": "#/definitions/cascade"
|
|
617
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
1377
618
|
},
|
|
1378
619
|
"type": {
|
|
1379
620
|
"title": "Type",
|
|
@@ -1396,36 +637,36 @@
|
|
|
1396
637
|
"type": "object",
|
|
1397
638
|
"properties": {
|
|
1398
639
|
"max_length": {
|
|
1399
|
-
"$ref": "#/definitions/max_length"
|
|
640
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
1400
641
|
},
|
|
1401
642
|
"max_length_message": {
|
|
1402
|
-
"$ref": "#/definitions/max_length_message"
|
|
643
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
1403
644
|
},
|
|
1404
645
|
"min_length": {
|
|
1405
|
-
"$ref": "#/definitions/min_length"
|
|
646
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
1406
647
|
},
|
|
1407
648
|
"min_length_message": {
|
|
1408
|
-
"$ref": "#/definitions/min_length_message"
|
|
649
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
1409
650
|
},
|
|
1410
651
|
"pattern": {
|
|
1411
|
-
"$ref": "#/definitions/pattern"
|
|
652
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
1412
653
|
},
|
|
1413
654
|
"pattern_message": {
|
|
1414
|
-
"$ref": "#/definitions/pattern_message"
|
|
655
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
1415
656
|
},
|
|
1416
657
|
"pattern_flags": {
|
|
1417
|
-
"$ref": "#/definitions/pattern_flags"
|
|
658
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
1418
659
|
},
|
|
1419
660
|
"required": {
|
|
1420
|
-
"$ref": "#/definitions/required"
|
|
661
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
1421
662
|
},
|
|
1422
663
|
"required_message": {
|
|
1423
|
-
"$ref": "#/definitions/required_message"
|
|
664
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
1424
665
|
},
|
|
1425
666
|
"empty_type": {
|
|
1426
667
|
"allOf": [
|
|
1427
668
|
{
|
|
1428
|
-
"$ref": "#/definitions/empty_type_text"
|
|
669
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
1429
670
|
}
|
|
1430
671
|
]
|
|
1431
672
|
},
|
|
@@ -1468,12 +709,12 @@
|
|
|
1468
709
|
"additionalProperties": false,
|
|
1469
710
|
"markdownDescription": "Provides a simple editing interface for plain text."
|
|
1470
711
|
},
|
|
1471
|
-
"comment": {
|
|
712
|
+
"type._inputs.*.comment": {
|
|
1472
713
|
"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.",
|
|
1473
714
|
"type": "string",
|
|
1474
715
|
"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."
|
|
1475
716
|
},
|
|
1476
|
-
"context": {
|
|
717
|
+
"type._inputs.*.context": {
|
|
1477
718
|
"description": "Adds an expandable section of rich text below the input.",
|
|
1478
719
|
"type": "object",
|
|
1479
720
|
"properties": {
|
|
@@ -5098,7 +4339,7 @@
|
|
|
5098
4339
|
],
|
|
5099
4340
|
"markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
|
|
5100
4341
|
},
|
|
5101
|
-
"documentation": {
|
|
4342
|
+
"type.documentation": {
|
|
5102
4343
|
"title": "Documentation",
|
|
5103
4344
|
"description": "Configuration for documentation links displayed in the CloudCannon interface.",
|
|
5104
4345
|
"type": "object",
|
|
@@ -5130,12 +4371,12 @@
|
|
|
5130
4371
|
"additionalProperties": false,
|
|
5131
4372
|
"markdownDescription": "Configuration for documentation links displayed in the CloudCannon interface."
|
|
5132
4373
|
},
|
|
5133
|
-
"label": {
|
|
4374
|
+
"type._inputs.*.label": {
|
|
5134
4375
|
"description": "Optionally changes the text above this input.",
|
|
5135
4376
|
"type": "string",
|
|
5136
4377
|
"markdownDescription": "Optionally changes the text above this input."
|
|
5137
4378
|
},
|
|
5138
|
-
"hidden": {
|
|
4379
|
+
"type._inputs.*.hidden": {
|
|
5139
4380
|
"description": "Toggles the visibility of this input.",
|
|
5140
4381
|
"default": false,
|
|
5141
4382
|
"anyOf": [
|
|
@@ -5150,7 +4391,7 @@
|
|
|
5150
4391
|
],
|
|
5151
4392
|
"markdownDescription": "Toggles the visibility of this input."
|
|
5152
4393
|
},
|
|
5153
|
-
"disabled": {
|
|
4394
|
+
"type._inputs.*.disabled": {
|
|
5154
4395
|
"description": "Toggles if this input can be edited.",
|
|
5155
4396
|
"default": false,
|
|
5156
4397
|
"anyOf": [
|
|
@@ -5165,7 +4406,7 @@
|
|
|
5165
4406
|
],
|
|
5166
4407
|
"markdownDescription": "Toggles if this input can be edited."
|
|
5167
4408
|
},
|
|
5168
|
-
"instance_value": {
|
|
4409
|
+
"type._inputs.*.instance_value": {
|
|
5169
4410
|
"title": "Instance Value",
|
|
5170
4411
|
"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.",
|
|
5171
4412
|
"type": "string",
|
|
@@ -5175,49 +4416,49 @@
|
|
|
5175
4416
|
],
|
|
5176
4417
|
"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."
|
|
5177
4418
|
},
|
|
5178
|
-
"disable_instance_value_rehydration": {
|
|
4419
|
+
"type._inputs.*.disable_instance_value_rehydration": {
|
|
5179
4420
|
"description": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS.",
|
|
5180
4421
|
"default": false,
|
|
5181
4422
|
"type": "boolean",
|
|
5182
4423
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new value when duplicated in the CMS."
|
|
5183
4424
|
},
|
|
5184
|
-
"cascade": {
|
|
4425
|
+
"type._inputs.*.cascade": {
|
|
5185
4426
|
"description": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration.",
|
|
5186
4427
|
"default": true,
|
|
5187
4428
|
"type": "boolean",
|
|
5188
4429
|
"markdownDescription": "Specifies whether or not this input configuration should be merged with any matching, less specific configuration."
|
|
5189
4430
|
},
|
|
5190
|
-
"max_length": {
|
|
4431
|
+
"type._inputs.*.options.max_length": {
|
|
5191
4432
|
"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.",
|
|
5192
4433
|
"type": "number",
|
|
5193
4434
|
"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."
|
|
5194
4435
|
},
|
|
5195
|
-
"max_length_message": {
|
|
4436
|
+
"type._inputs.*.options.max_length_message": {
|
|
5196
4437
|
"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`.",
|
|
5197
4438
|
"type": "string",
|
|
5198
4439
|
"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`."
|
|
5199
4440
|
},
|
|
5200
|
-
"min_length": {
|
|
4441
|
+
"type._inputs.*.options.min_length": {
|
|
5201
4442
|
"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.",
|
|
5202
4443
|
"type": "number",
|
|
5203
4444
|
"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."
|
|
5204
4445
|
},
|
|
5205
|
-
"min_length_message": {
|
|
4446
|
+
"type._inputs.*.options.min_length_message": {
|
|
5206
4447
|
"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`.",
|
|
5207
4448
|
"type": "string",
|
|
5208
4449
|
"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`."
|
|
5209
4450
|
},
|
|
5210
|
-
"pattern": {
|
|
4451
|
+
"type._inputs.*.options.pattern": {
|
|
5211
4452
|
"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.",
|
|
5212
4453
|
"type": "string",
|
|
5213
4454
|
"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."
|
|
5214
4455
|
},
|
|
5215
|
-
"pattern_message": {
|
|
4456
|
+
"type._inputs.*.options.pattern_message": {
|
|
5216
4457
|
"description": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`.",
|
|
5217
4458
|
"type": "string",
|
|
5218
4459
|
"markdownDescription": "This key defines the message that explains which regular expression an Input will accept. This key requires you to define `options.pattern`."
|
|
5219
4460
|
},
|
|
5220
|
-
"pattern_flags": {
|
|
4461
|
+
"type._inputs.*.options.pattern_flags": {
|
|
5221
4462
|
"description": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`.",
|
|
5222
4463
|
"type": "object",
|
|
5223
4464
|
"properties": {
|
|
@@ -5255,18 +4496,18 @@
|
|
|
5255
4496
|
"additionalProperties": false,
|
|
5256
4497
|
"markdownDescription": "This key defines the flags (e.g. case-insensitive searching) for the regular expression set in `options.pattern`."
|
|
5257
4498
|
},
|
|
5258
|
-
"required": {
|
|
4499
|
+
"type._inputs.*.options.required": {
|
|
5259
4500
|
"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.",
|
|
5260
4501
|
"default": false,
|
|
5261
4502
|
"type": "boolean",
|
|
5262
4503
|
"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."
|
|
5263
4504
|
},
|
|
5264
|
-
"required_message": {
|
|
4505
|
+
"type._inputs.*.options.required_message": {
|
|
5265
4506
|
"description": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`.",
|
|
5266
4507
|
"type": "string",
|
|
5267
4508
|
"markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
|
|
5268
4509
|
},
|
|
5269
|
-
"empty_type_text": {
|
|
4510
|
+
"type._inputs.*.options.empty_type_text": {
|
|
5270
4511
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5271
4512
|
"default": "null",
|
|
5272
4513
|
"type": "string",
|
|
@@ -5279,90 +4520,106 @@
|
|
|
5279
4520
|
"PreviewEntries": {
|
|
5280
4521
|
"anyOf": [
|
|
5281
4522
|
{
|
|
5282
|
-
"
|
|
5283
|
-
"type": "array",
|
|
5284
|
-
"items": {
|
|
5285
|
-
"$ref": "#/definitions/PreviewEntry"
|
|
5286
|
-
}
|
|
4523
|
+
"$ref": "#/definitions/type.preview-entry.(array)"
|
|
5287
4524
|
},
|
|
5288
4525
|
{
|
|
5289
|
-
"
|
|
5290
|
-
"type": "string"
|
|
4526
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
5291
4527
|
},
|
|
5292
4528
|
{
|
|
5293
|
-
"
|
|
5294
|
-
"type": "boolean",
|
|
5295
|
-
"const": false
|
|
4529
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
5296
4530
|
}
|
|
5297
4531
|
]
|
|
5298
4532
|
},
|
|
5299
|
-
"
|
|
4533
|
+
"type.preview-entry.(array)": {
|
|
4534
|
+
"title": "Array",
|
|
4535
|
+
"type": "array",
|
|
4536
|
+
"items": {
|
|
4537
|
+
"$ref": "#/definitions/type.preview-entry"
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4540
|
+
"type.preview-entry": {
|
|
4541
|
+
"title": "Preview Entry",
|
|
5300
4542
|
"anyOf": [
|
|
5301
4543
|
{
|
|
5302
|
-
"
|
|
5303
|
-
"type": "object",
|
|
5304
|
-
"properties": {
|
|
5305
|
-
"key": {
|
|
5306
|
-
"title": "Key Value",
|
|
5307
|
-
"type": "string"
|
|
5308
|
-
}
|
|
5309
|
-
},
|
|
5310
|
-
"required": [
|
|
5311
|
-
"key"
|
|
5312
|
-
],
|
|
5313
|
-
"additionalProperties": false
|
|
4544
|
+
"$ref": "#/definitions/type.preview-entry.(key)"
|
|
5314
4545
|
},
|
|
5315
4546
|
{
|
|
5316
|
-
"
|
|
5317
|
-
"type": "object",
|
|
5318
|
-
"properties": {
|
|
5319
|
-
"template": {
|
|
5320
|
-
"title": "Template Value",
|
|
5321
|
-
"type": "string"
|
|
5322
|
-
}
|
|
5323
|
-
},
|
|
5324
|
-
"required": [
|
|
5325
|
-
"template"
|
|
5326
|
-
],
|
|
5327
|
-
"additionalProperties": false
|
|
4547
|
+
"$ref": "#/definitions/type.preview-entry.(template)"
|
|
5328
4548
|
},
|
|
5329
4549
|
{
|
|
5330
|
-
"
|
|
5331
|
-
"type": "object",
|
|
5332
|
-
"properties": {
|
|
5333
|
-
"text": {
|
|
5334
|
-
"title": "Text Value",
|
|
5335
|
-
"type": "string"
|
|
5336
|
-
}
|
|
5337
|
-
},
|
|
5338
|
-
"required": [
|
|
5339
|
-
"text"
|
|
5340
|
-
],
|
|
5341
|
-
"additionalProperties": false
|
|
4550
|
+
"$ref": "#/definitions/type.preview-entry.(text)"
|
|
5342
4551
|
},
|
|
5343
4552
|
{
|
|
5344
|
-
"
|
|
5345
|
-
"type": "string"
|
|
4553
|
+
"$ref": "#/definitions/type.preview-entry.(raw-text)"
|
|
5346
4554
|
},
|
|
5347
4555
|
{
|
|
5348
|
-
"
|
|
5349
|
-
"type": "boolean",
|
|
5350
|
-
"const": false
|
|
4556
|
+
"$ref": "#/definitions/type.preview-entry.(false)"
|
|
5351
4557
|
}
|
|
5352
4558
|
]
|
|
5353
4559
|
},
|
|
4560
|
+
"type.preview-entry.(key)": {
|
|
4561
|
+
"title": "Key",
|
|
4562
|
+
"type": "object",
|
|
4563
|
+
"properties": {
|
|
4564
|
+
"key": {
|
|
4565
|
+
"title": "Key Value",
|
|
4566
|
+
"type": "string"
|
|
4567
|
+
}
|
|
4568
|
+
},
|
|
4569
|
+
"required": [
|
|
4570
|
+
"key"
|
|
4571
|
+
],
|
|
4572
|
+
"additionalProperties": false
|
|
4573
|
+
},
|
|
4574
|
+
"type.preview-entry.(template)": {
|
|
4575
|
+
"title": "Template",
|
|
4576
|
+
"type": "object",
|
|
4577
|
+
"properties": {
|
|
4578
|
+
"template": {
|
|
4579
|
+
"title": "Template Value",
|
|
4580
|
+
"type": "string"
|
|
4581
|
+
}
|
|
4582
|
+
},
|
|
4583
|
+
"required": [
|
|
4584
|
+
"template"
|
|
4585
|
+
],
|
|
4586
|
+
"additionalProperties": false
|
|
4587
|
+
},
|
|
4588
|
+
"type.preview-entry.(text)": {
|
|
4589
|
+
"title": "Text",
|
|
4590
|
+
"type": "object",
|
|
4591
|
+
"properties": {
|
|
4592
|
+
"text": {
|
|
4593
|
+
"title": "Text Value",
|
|
4594
|
+
"type": "string"
|
|
4595
|
+
}
|
|
4596
|
+
},
|
|
4597
|
+
"required": [
|
|
4598
|
+
"text"
|
|
4599
|
+
],
|
|
4600
|
+
"additionalProperties": false
|
|
4601
|
+
},
|
|
4602
|
+
"type.preview-entry.(raw-text)": {
|
|
4603
|
+
"title": "Raw Text",
|
|
4604
|
+
"type": "string"
|
|
4605
|
+
},
|
|
4606
|
+
"type.preview-entry.(false)": {
|
|
4607
|
+
"title": "False",
|
|
4608
|
+
"type": "boolean",
|
|
4609
|
+
"const": false
|
|
4610
|
+
},
|
|
5354
4611
|
"TextareaInput": {
|
|
5355
4612
|
"title": "Textarea Input",
|
|
5356
4613
|
"description": "Provides an editing interface for plain text.",
|
|
5357
4614
|
"type": "object",
|
|
5358
4615
|
"properties": {
|
|
5359
4616
|
"comment": {
|
|
5360
|
-
"$ref": "#/definitions/comment"
|
|
4617
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5361
4618
|
},
|
|
5362
4619
|
"context": {
|
|
5363
4620
|
"allOf": [
|
|
5364
4621
|
{
|
|
5365
|
-
"$ref": "#/definitions/context"
|
|
4622
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5366
4623
|
}
|
|
5367
4624
|
]
|
|
5368
4625
|
},
|
|
@@ -5370,28 +4627,28 @@
|
|
|
5370
4627
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5371
4628
|
"allOf": [
|
|
5372
4629
|
{
|
|
5373
|
-
"$ref": "#/definitions/documentation"
|
|
4630
|
+
"$ref": "#/definitions/type.documentation"
|
|
5374
4631
|
}
|
|
5375
4632
|
],
|
|
5376
4633
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5377
4634
|
},
|
|
5378
4635
|
"label": {
|
|
5379
|
-
"$ref": "#/definitions/label"
|
|
4636
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5380
4637
|
},
|
|
5381
4638
|
"hidden": {
|
|
5382
|
-
"$ref": "#/definitions/hidden"
|
|
4639
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5383
4640
|
},
|
|
5384
4641
|
"disabled": {
|
|
5385
|
-
"$ref": "#/definitions/disabled"
|
|
4642
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5386
4643
|
},
|
|
5387
4644
|
"instance_value": {
|
|
5388
|
-
"$ref": "#/definitions/instance_value"
|
|
4645
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5389
4646
|
},
|
|
5390
4647
|
"disable_instance_value_rehydration": {
|
|
5391
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4648
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5392
4649
|
},
|
|
5393
4650
|
"cascade": {
|
|
5394
|
-
"$ref": "#/definitions/cascade"
|
|
4651
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5395
4652
|
},
|
|
5396
4653
|
"type": {
|
|
5397
4654
|
"title": "Type",
|
|
@@ -5405,36 +4662,36 @@
|
|
|
5405
4662
|
"type": "object",
|
|
5406
4663
|
"properties": {
|
|
5407
4664
|
"max_length": {
|
|
5408
|
-
"$ref": "#/definitions/max_length"
|
|
4665
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
5409
4666
|
},
|
|
5410
4667
|
"max_length_message": {
|
|
5411
|
-
"$ref": "#/definitions/max_length_message"
|
|
4668
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
5412
4669
|
},
|
|
5413
4670
|
"min_length": {
|
|
5414
|
-
"$ref": "#/definitions/min_length"
|
|
4671
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
5415
4672
|
},
|
|
5416
4673
|
"min_length_message": {
|
|
5417
|
-
"$ref": "#/definitions/min_length_message"
|
|
4674
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5418
4675
|
},
|
|
5419
4676
|
"pattern": {
|
|
5420
|
-
"$ref": "#/definitions/pattern"
|
|
4677
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5421
4678
|
},
|
|
5422
4679
|
"pattern_message": {
|
|
5423
|
-
"$ref": "#/definitions/pattern_message"
|
|
4680
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
5424
4681
|
},
|
|
5425
4682
|
"pattern_flags": {
|
|
5426
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4683
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
5427
4684
|
},
|
|
5428
4685
|
"required": {
|
|
5429
|
-
"$ref": "#/definitions/required"
|
|
4686
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5430
4687
|
},
|
|
5431
4688
|
"required_message": {
|
|
5432
|
-
"$ref": "#/definitions/required_message"
|
|
4689
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5433
4690
|
},
|
|
5434
4691
|
"empty_type": {
|
|
5435
4692
|
"allOf": [
|
|
5436
4693
|
{
|
|
5437
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4694
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5438
4695
|
}
|
|
5439
4696
|
]
|
|
5440
4697
|
},
|
|
@@ -5466,12 +4723,12 @@
|
|
|
5466
4723
|
"type": "object",
|
|
5467
4724
|
"properties": {
|
|
5468
4725
|
"comment": {
|
|
5469
|
-
"$ref": "#/definitions/comment"
|
|
4726
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5470
4727
|
},
|
|
5471
4728
|
"context": {
|
|
5472
4729
|
"allOf": [
|
|
5473
4730
|
{
|
|
5474
|
-
"$ref": "#/definitions/context"
|
|
4731
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5475
4732
|
}
|
|
5476
4733
|
]
|
|
5477
4734
|
},
|
|
@@ -5479,28 +4736,28 @@
|
|
|
5479
4736
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5480
4737
|
"allOf": [
|
|
5481
4738
|
{
|
|
5482
|
-
"$ref": "#/definitions/documentation"
|
|
4739
|
+
"$ref": "#/definitions/type.documentation"
|
|
5483
4740
|
}
|
|
5484
4741
|
],
|
|
5485
4742
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5486
4743
|
},
|
|
5487
4744
|
"label": {
|
|
5488
|
-
"$ref": "#/definitions/label"
|
|
4745
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5489
4746
|
},
|
|
5490
4747
|
"hidden": {
|
|
5491
|
-
"$ref": "#/definitions/hidden"
|
|
4748
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5492
4749
|
},
|
|
5493
4750
|
"disabled": {
|
|
5494
|
-
"$ref": "#/definitions/disabled"
|
|
4751
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5495
4752
|
},
|
|
5496
4753
|
"instance_value": {
|
|
5497
|
-
"$ref": "#/definitions/instance_value"
|
|
4754
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5498
4755
|
},
|
|
5499
4756
|
"disable_instance_value_rehydration": {
|
|
5500
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
4757
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5501
4758
|
},
|
|
5502
4759
|
"cascade": {
|
|
5503
|
-
"$ref": "#/definitions/cascade"
|
|
4760
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5504
4761
|
},
|
|
5505
4762
|
"type": {
|
|
5506
4763
|
"title": "Type",
|
|
@@ -5534,36 +4791,36 @@
|
|
|
5534
4791
|
"type": "boolean"
|
|
5535
4792
|
},
|
|
5536
4793
|
"max_length": {
|
|
5537
|
-
"$ref": "#/definitions/max_length"
|
|
4794
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
5538
4795
|
},
|
|
5539
4796
|
"max_length_message": {
|
|
5540
|
-
"$ref": "#/definitions/max_length_message"
|
|
4797
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
5541
4798
|
},
|
|
5542
4799
|
"min_length": {
|
|
5543
|
-
"$ref": "#/definitions/min_length"
|
|
4800
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
5544
4801
|
},
|
|
5545
4802
|
"min_length_message": {
|
|
5546
|
-
"$ref": "#/definitions/min_length_message"
|
|
4803
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5547
4804
|
},
|
|
5548
4805
|
"pattern": {
|
|
5549
|
-
"$ref": "#/definitions/pattern"
|
|
4806
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5550
4807
|
},
|
|
5551
4808
|
"pattern_message": {
|
|
5552
|
-
"$ref": "#/definitions/pattern_message"
|
|
4809
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
5553
4810
|
},
|
|
5554
4811
|
"pattern_flags": {
|
|
5555
|
-
"$ref": "#/definitions/pattern_flags"
|
|
4812
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
5556
4813
|
},
|
|
5557
4814
|
"required": {
|
|
5558
|
-
"$ref": "#/definitions/required"
|
|
4815
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5559
4816
|
},
|
|
5560
4817
|
"required_message": {
|
|
5561
|
-
"$ref": "#/definitions/required_message"
|
|
4818
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5562
4819
|
},
|
|
5563
4820
|
"empty_type": {
|
|
5564
4821
|
"allOf": [
|
|
5565
4822
|
{
|
|
5566
|
-
"$ref": "#/definitions/empty_type_text"
|
|
4823
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5567
4824
|
}
|
|
5568
4825
|
]
|
|
5569
4826
|
},
|
|
@@ -5709,12 +4966,12 @@
|
|
|
5709
4966
|
"type": "object",
|
|
5710
4967
|
"properties": {
|
|
5711
4968
|
"comment": {
|
|
5712
|
-
"$ref": "#/definitions/comment"
|
|
4969
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5713
4970
|
},
|
|
5714
4971
|
"context": {
|
|
5715
4972
|
"allOf": [
|
|
5716
4973
|
{
|
|
5717
|
-
"$ref": "#/definitions/context"
|
|
4974
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5718
4975
|
}
|
|
5719
4976
|
]
|
|
5720
4977
|
},
|
|
@@ -5722,28 +4979,28 @@
|
|
|
5722
4979
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5723
4980
|
"allOf": [
|
|
5724
4981
|
{
|
|
5725
|
-
"$ref": "#/definitions/documentation"
|
|
4982
|
+
"$ref": "#/definitions/type.documentation"
|
|
5726
4983
|
}
|
|
5727
4984
|
],
|
|
5728
4985
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5729
4986
|
},
|
|
5730
4987
|
"label": {
|
|
5731
|
-
"$ref": "#/definitions/label"
|
|
4988
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5732
4989
|
},
|
|
5733
4990
|
"hidden": {
|
|
5734
|
-
"$ref": "#/definitions/hidden"
|
|
4991
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5735
4992
|
},
|
|
5736
4993
|
"disabled": {
|
|
5737
|
-
"$ref": "#/definitions/disabled"
|
|
4994
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5738
4995
|
},
|
|
5739
4996
|
"instance_value": {
|
|
5740
|
-
"$ref": "#/definitions/instance_value"
|
|
4997
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5741
4998
|
},
|
|
5742
4999
|
"disable_instance_value_rehydration": {
|
|
5743
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5000
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5744
5001
|
},
|
|
5745
5002
|
"cascade": {
|
|
5746
|
-
"$ref": "#/definitions/cascade"
|
|
5003
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5747
5004
|
},
|
|
5748
5005
|
"type": {
|
|
5749
5006
|
"title": "Type",
|
|
@@ -5757,36 +5014,36 @@
|
|
|
5757
5014
|
"type": "object",
|
|
5758
5015
|
"properties": {
|
|
5759
5016
|
"max_length": {
|
|
5760
|
-
"$ref": "#/definitions/max_length"
|
|
5017
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
5761
5018
|
},
|
|
5762
5019
|
"max_length_message": {
|
|
5763
|
-
"$ref": "#/definitions/max_length_message"
|
|
5020
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
5764
5021
|
},
|
|
5765
5022
|
"min_length": {
|
|
5766
|
-
"$ref": "#/definitions/min_length"
|
|
5023
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
5767
5024
|
},
|
|
5768
5025
|
"min_length_message": {
|
|
5769
|
-
"$ref": "#/definitions/min_length_message"
|
|
5026
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
5770
5027
|
},
|
|
5771
5028
|
"pattern": {
|
|
5772
|
-
"$ref": "#/definitions/pattern"
|
|
5029
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
5773
5030
|
},
|
|
5774
5031
|
"pattern_message": {
|
|
5775
|
-
"$ref": "#/definitions/pattern_message"
|
|
5032
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
5776
5033
|
},
|
|
5777
5034
|
"pattern_flags": {
|
|
5778
|
-
"$ref": "#/definitions/pattern_flags"
|
|
5035
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
5779
5036
|
},
|
|
5780
5037
|
"required": {
|
|
5781
|
-
"$ref": "#/definitions/required"
|
|
5038
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5782
5039
|
},
|
|
5783
5040
|
"required_message": {
|
|
5784
|
-
"$ref": "#/definitions/required_message"
|
|
5041
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5785
5042
|
},
|
|
5786
5043
|
"empty_type": {
|
|
5787
5044
|
"allOf": [
|
|
5788
5045
|
{
|
|
5789
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5046
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
5790
5047
|
}
|
|
5791
5048
|
]
|
|
5792
5049
|
},
|
|
@@ -5823,12 +5080,12 @@
|
|
|
5823
5080
|
"type": "object",
|
|
5824
5081
|
"properties": {
|
|
5825
5082
|
"comment": {
|
|
5826
|
-
"$ref": "#/definitions/comment"
|
|
5083
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5827
5084
|
},
|
|
5828
5085
|
"context": {
|
|
5829
5086
|
"allOf": [
|
|
5830
5087
|
{
|
|
5831
|
-
"$ref": "#/definitions/context"
|
|
5088
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5832
5089
|
}
|
|
5833
5090
|
]
|
|
5834
5091
|
},
|
|
@@ -5836,28 +5093,28 @@
|
|
|
5836
5093
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5837
5094
|
"allOf": [
|
|
5838
5095
|
{
|
|
5839
|
-
"$ref": "#/definitions/documentation"
|
|
5096
|
+
"$ref": "#/definitions/type.documentation"
|
|
5840
5097
|
}
|
|
5841
5098
|
],
|
|
5842
5099
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5843
5100
|
},
|
|
5844
5101
|
"label": {
|
|
5845
|
-
"$ref": "#/definitions/label"
|
|
5102
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5846
5103
|
},
|
|
5847
5104
|
"hidden": {
|
|
5848
|
-
"$ref": "#/definitions/hidden"
|
|
5105
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5849
5106
|
},
|
|
5850
5107
|
"disabled": {
|
|
5851
|
-
"$ref": "#/definitions/disabled"
|
|
5108
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5852
5109
|
},
|
|
5853
5110
|
"instance_value": {
|
|
5854
|
-
"$ref": "#/definitions/instance_value"
|
|
5111
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5855
5112
|
},
|
|
5856
5113
|
"disable_instance_value_rehydration": {
|
|
5857
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5114
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5858
5115
|
},
|
|
5859
5116
|
"cascade": {
|
|
5860
|
-
"$ref": "#/definitions/cascade"
|
|
5117
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5861
5118
|
},
|
|
5862
5119
|
"type": {
|
|
5863
5120
|
"title": "Type",
|
|
@@ -5882,12 +5139,12 @@
|
|
|
5882
5139
|
"type": "object",
|
|
5883
5140
|
"properties": {
|
|
5884
5141
|
"comment": {
|
|
5885
|
-
"$ref": "#/definitions/comment"
|
|
5142
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
5886
5143
|
},
|
|
5887
5144
|
"context": {
|
|
5888
5145
|
"allOf": [
|
|
5889
5146
|
{
|
|
5890
|
-
"$ref": "#/definitions/context"
|
|
5147
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
5891
5148
|
}
|
|
5892
5149
|
]
|
|
5893
5150
|
},
|
|
@@ -5895,28 +5152,28 @@
|
|
|
5895
5152
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
5896
5153
|
"allOf": [
|
|
5897
5154
|
{
|
|
5898
|
-
"$ref": "#/definitions/documentation"
|
|
5155
|
+
"$ref": "#/definitions/type.documentation"
|
|
5899
5156
|
}
|
|
5900
5157
|
],
|
|
5901
5158
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
5902
5159
|
},
|
|
5903
5160
|
"label": {
|
|
5904
|
-
"$ref": "#/definitions/label"
|
|
5161
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
5905
5162
|
},
|
|
5906
5163
|
"hidden": {
|
|
5907
|
-
"$ref": "#/definitions/hidden"
|
|
5164
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
5908
5165
|
},
|
|
5909
5166
|
"disabled": {
|
|
5910
|
-
"$ref": "#/definitions/disabled"
|
|
5167
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
5911
5168
|
},
|
|
5912
5169
|
"instance_value": {
|
|
5913
|
-
"$ref": "#/definitions/instance_value"
|
|
5170
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
5914
5171
|
},
|
|
5915
5172
|
"disable_instance_value_rehydration": {
|
|
5916
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5173
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
5917
5174
|
},
|
|
5918
5175
|
"cascade": {
|
|
5919
|
-
"$ref": "#/definitions/cascade"
|
|
5176
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
5920
5177
|
},
|
|
5921
5178
|
"type": {
|
|
5922
5179
|
"title": "Type",
|
|
@@ -5930,40 +5187,40 @@
|
|
|
5930
5187
|
"type": "object",
|
|
5931
5188
|
"properties": {
|
|
5932
5189
|
"required": {
|
|
5933
|
-
"$ref": "#/definitions/required"
|
|
5190
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
5934
5191
|
},
|
|
5935
5192
|
"required_message": {
|
|
5936
|
-
"$ref": "#/definitions/required_message"
|
|
5193
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
5937
5194
|
},
|
|
5938
5195
|
"empty_type": {
|
|
5939
5196
|
"allOf": [
|
|
5940
5197
|
{
|
|
5941
|
-
"$ref": "#/definitions/empty_type_number"
|
|
5198
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
5942
5199
|
}
|
|
5943
5200
|
]
|
|
5944
5201
|
},
|
|
5945
5202
|
"min": {
|
|
5946
5203
|
"allOf": [
|
|
5947
5204
|
{
|
|
5948
|
-
"$ref": "#/definitions/min"
|
|
5205
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
5949
5206
|
}
|
|
5950
5207
|
]
|
|
5951
5208
|
},
|
|
5952
5209
|
"max": {
|
|
5953
5210
|
"allOf": [
|
|
5954
5211
|
{
|
|
5955
|
-
"$ref": "#/definitions/max"
|
|
5212
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
5956
5213
|
}
|
|
5957
5214
|
]
|
|
5958
5215
|
},
|
|
5959
5216
|
"step": {
|
|
5960
|
-
"$ref": "#/definitions/step"
|
|
5217
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
5961
5218
|
},
|
|
5962
5219
|
"min_message": {
|
|
5963
|
-
"$ref": "#/definitions/min_message"
|
|
5220
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
5964
5221
|
},
|
|
5965
5222
|
"max_message": {
|
|
5966
|
-
"$ref": "#/definitions/max_message"
|
|
5223
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
5967
5224
|
}
|
|
5968
5225
|
},
|
|
5969
5226
|
"additionalProperties": false,
|
|
@@ -5976,7 +5233,7 @@
|
|
|
5976
5233
|
"additionalProperties": false,
|
|
5977
5234
|
"markdownDescription": "Provides an editing interface for numeric values."
|
|
5978
5235
|
},
|
|
5979
|
-
"empty_type_number": {
|
|
5236
|
+
"type._inputs.*.options.empty_type_number": {
|
|
5980
5237
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
5981
5238
|
"default": "null",
|
|
5982
5239
|
"type": "string",
|
|
@@ -5986,27 +5243,27 @@
|
|
|
5986
5243
|
],
|
|
5987
5244
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
5988
5245
|
},
|
|
5989
|
-
"min": {
|
|
5246
|
+
"type._inputs.*.options.min": {
|
|
5990
5247
|
"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.",
|
|
5991
5248
|
"type": "number",
|
|
5992
5249
|
"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."
|
|
5993
5250
|
},
|
|
5994
|
-
"max": {
|
|
5251
|
+
"type._inputs.*.options.max": {
|
|
5995
5252
|
"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.",
|
|
5996
5253
|
"type": "number",
|
|
5997
5254
|
"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."
|
|
5998
5255
|
},
|
|
5999
|
-
"step": {
|
|
5256
|
+
"type._inputs.*.options.step": {
|
|
6000
5257
|
"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`.",
|
|
6001
5258
|
"type": "number",
|
|
6002
5259
|
"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`."
|
|
6003
5260
|
},
|
|
6004
|
-
"min_message": {
|
|
5261
|
+
"type._inputs.*.options.min_message": {
|
|
6005
5262
|
"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`.",
|
|
6006
5263
|
"type": "string",
|
|
6007
5264
|
"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`."
|
|
6008
5265
|
},
|
|
6009
|
-
"max_message": {
|
|
5266
|
+
"type._inputs.*.options.max_message": {
|
|
6010
5267
|
"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`.",
|
|
6011
5268
|
"type": "string",
|
|
6012
5269
|
"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`."
|
|
@@ -6017,12 +5274,12 @@
|
|
|
6017
5274
|
"type": "object",
|
|
6018
5275
|
"properties": {
|
|
6019
5276
|
"comment": {
|
|
6020
|
-
"$ref": "#/definitions/comment"
|
|
5277
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6021
5278
|
},
|
|
6022
5279
|
"context": {
|
|
6023
5280
|
"allOf": [
|
|
6024
5281
|
{
|
|
6025
|
-
"$ref": "#/definitions/context"
|
|
5282
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6026
5283
|
}
|
|
6027
5284
|
]
|
|
6028
5285
|
},
|
|
@@ -6030,28 +5287,28 @@
|
|
|
6030
5287
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6031
5288
|
"allOf": [
|
|
6032
5289
|
{
|
|
6033
|
-
"$ref": "#/definitions/documentation"
|
|
5290
|
+
"$ref": "#/definitions/type.documentation"
|
|
6034
5291
|
}
|
|
6035
5292
|
],
|
|
6036
5293
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6037
5294
|
},
|
|
6038
5295
|
"label": {
|
|
6039
|
-
"$ref": "#/definitions/label"
|
|
5296
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6040
5297
|
},
|
|
6041
5298
|
"hidden": {
|
|
6042
|
-
"$ref": "#/definitions/hidden"
|
|
5299
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6043
5300
|
},
|
|
6044
5301
|
"disabled": {
|
|
6045
|
-
"$ref": "#/definitions/disabled"
|
|
5302
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6046
5303
|
},
|
|
6047
5304
|
"instance_value": {
|
|
6048
|
-
"$ref": "#/definitions/instance_value"
|
|
5305
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6049
5306
|
},
|
|
6050
5307
|
"disable_instance_value_rehydration": {
|
|
6051
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5308
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6052
5309
|
},
|
|
6053
5310
|
"cascade": {
|
|
6054
|
-
"$ref": "#/definitions/cascade"
|
|
5311
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6055
5312
|
},
|
|
6056
5313
|
"type": {
|
|
6057
5314
|
"title": "Type",
|
|
@@ -6065,32 +5322,32 @@
|
|
|
6065
5322
|
"type": "object",
|
|
6066
5323
|
"properties": {
|
|
6067
5324
|
"required": {
|
|
6068
|
-
"$ref": "#/definitions/required"
|
|
5325
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6069
5326
|
},
|
|
6070
5327
|
"required_message": {
|
|
6071
|
-
"$ref": "#/definitions/required_message"
|
|
5328
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6072
5329
|
},
|
|
6073
5330
|
"empty_type": {
|
|
6074
5331
|
"allOf": [
|
|
6075
5332
|
{
|
|
6076
|
-
"$ref": "#/definitions/empty_type_number"
|
|
5333
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_number"
|
|
6077
5334
|
}
|
|
6078
5335
|
]
|
|
6079
5336
|
},
|
|
6080
5337
|
"min": {
|
|
6081
|
-
"$ref": "#/definitions/min"
|
|
5338
|
+
"$ref": "#/definitions/type._inputs.*.options.min"
|
|
6082
5339
|
},
|
|
6083
5340
|
"max": {
|
|
6084
|
-
"$ref": "#/definitions/max"
|
|
5341
|
+
"$ref": "#/definitions/type._inputs.*.options.max"
|
|
6085
5342
|
},
|
|
6086
5343
|
"step": {
|
|
6087
|
-
"$ref": "#/definitions/step"
|
|
5344
|
+
"$ref": "#/definitions/type._inputs.*.options.step"
|
|
6088
5345
|
},
|
|
6089
5346
|
"min_message": {
|
|
6090
|
-
"$ref": "#/definitions/min_message"
|
|
5347
|
+
"$ref": "#/definitions/type._inputs.*.options.min_message"
|
|
6091
5348
|
},
|
|
6092
5349
|
"max_message": {
|
|
6093
|
-
"$ref": "#/definitions/max_message"
|
|
5350
|
+
"$ref": "#/definitions/type._inputs.*.options.max_message"
|
|
6094
5351
|
}
|
|
6095
5352
|
},
|
|
6096
5353
|
"required": [
|
|
@@ -6113,12 +5370,12 @@
|
|
|
6113
5370
|
"type": "object",
|
|
6114
5371
|
"properties": {
|
|
6115
5372
|
"comment": {
|
|
6116
|
-
"$ref": "#/definitions/comment"
|
|
5373
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6117
5374
|
},
|
|
6118
5375
|
"context": {
|
|
6119
5376
|
"allOf": [
|
|
6120
5377
|
{
|
|
6121
|
-
"$ref": "#/definitions/context"
|
|
5378
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6122
5379
|
}
|
|
6123
5380
|
]
|
|
6124
5381
|
},
|
|
@@ -6126,28 +5383,28 @@
|
|
|
6126
5383
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6127
5384
|
"allOf": [
|
|
6128
5385
|
{
|
|
6129
|
-
"$ref": "#/definitions/documentation"
|
|
5386
|
+
"$ref": "#/definitions/type.documentation"
|
|
6130
5387
|
}
|
|
6131
5388
|
],
|
|
6132
5389
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6133
5390
|
},
|
|
6134
5391
|
"label": {
|
|
6135
|
-
"$ref": "#/definitions/label"
|
|
5392
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6136
5393
|
},
|
|
6137
5394
|
"hidden": {
|
|
6138
|
-
"$ref": "#/definitions/hidden"
|
|
5395
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6139
5396
|
},
|
|
6140
5397
|
"disabled": {
|
|
6141
|
-
"$ref": "#/definitions/disabled"
|
|
5398
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6142
5399
|
},
|
|
6143
5400
|
"instance_value": {
|
|
6144
|
-
"$ref": "#/definitions/instance_value"
|
|
5401
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6145
5402
|
},
|
|
6146
5403
|
"disable_instance_value_rehydration": {
|
|
6147
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5404
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6148
5405
|
},
|
|
6149
5406
|
"cascade": {
|
|
6150
|
-
"$ref": "#/definitions/cascade"
|
|
5407
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6151
5408
|
},
|
|
6152
5409
|
"type": {
|
|
6153
5410
|
"title": "Type",
|
|
@@ -6164,31 +5421,31 @@
|
|
|
6164
5421
|
"type": "object",
|
|
6165
5422
|
"properties": {
|
|
6166
5423
|
"mime_type": {
|
|
6167
|
-
"$ref": "#/definitions/mime_type"
|
|
5424
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
6168
5425
|
},
|
|
6169
5426
|
"resize_style": {
|
|
6170
|
-
"$ref": "#/definitions/resize_style"
|
|
5427
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
6171
5428
|
},
|
|
6172
5429
|
"width": {
|
|
6173
|
-
"$ref": "#/definitions/width"
|
|
5430
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
6174
5431
|
},
|
|
6175
5432
|
"height": {
|
|
6176
|
-
"$ref": "#/definitions/height"
|
|
5433
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
6177
5434
|
},
|
|
6178
5435
|
"expandable": {
|
|
6179
|
-
"$ref": "#/definitions/expandable"
|
|
5436
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
6180
5437
|
},
|
|
6181
5438
|
"image_size_attributes": {
|
|
6182
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
5439
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
6183
5440
|
},
|
|
6184
5441
|
"allowed_sources": {
|
|
6185
|
-
"$ref": "#/definitions/allowed_sources"
|
|
5442
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
6186
5443
|
},
|
|
6187
5444
|
"prevent_resize_existing_files": {
|
|
6188
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
5445
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
6189
5446
|
},
|
|
6190
5447
|
"sizes": {
|
|
6191
|
-
"$ref": "#/definitions/sizes"
|
|
5448
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
6192
5449
|
},
|
|
6193
5450
|
"paths": {
|
|
6194
5451
|
"allOf": [
|
|
@@ -6198,138 +5455,138 @@
|
|
|
6198
5455
|
]
|
|
6199
5456
|
},
|
|
6200
5457
|
"bold": {
|
|
6201
|
-
"$ref": "#/definitions/bold"
|
|
5458
|
+
"$ref": "#/definitions/type._editables.*.bold"
|
|
6202
5459
|
},
|
|
6203
5460
|
"copyformatting": {
|
|
6204
|
-
"$ref": "#/definitions/copyformatting"
|
|
5461
|
+
"$ref": "#/definitions/type._editables.*.copyformatting"
|
|
6205
5462
|
},
|
|
6206
5463
|
"italic": {
|
|
6207
|
-
"$ref": "#/definitions/italic"
|
|
5464
|
+
"$ref": "#/definitions/type._editables.*.italic"
|
|
6208
5465
|
},
|
|
6209
5466
|
"link": {
|
|
6210
|
-
"$ref": "#/definitions/link"
|
|
5467
|
+
"$ref": "#/definitions/type._editables.*.link"
|
|
6211
5468
|
},
|
|
6212
5469
|
"redo": {
|
|
6213
|
-
"$ref": "#/definitions/redo"
|
|
5470
|
+
"$ref": "#/definitions/type._editables.*.redo"
|
|
6214
5471
|
},
|
|
6215
5472
|
"removeformat": {
|
|
6216
|
-
"$ref": "#/definitions/removeformat"
|
|
5473
|
+
"$ref": "#/definitions/type._editables.*.removeformat"
|
|
6217
5474
|
},
|
|
6218
5475
|
"strike": {
|
|
6219
|
-
"$ref": "#/definitions/strike"
|
|
5476
|
+
"$ref": "#/definitions/type._editables.*.strike"
|
|
6220
5477
|
},
|
|
6221
5478
|
"subscript": {
|
|
6222
|
-
"$ref": "#/definitions/subscript"
|
|
5479
|
+
"$ref": "#/definitions/type._editables.*.subscript"
|
|
6223
5480
|
},
|
|
6224
5481
|
"superscript": {
|
|
6225
|
-
"$ref": "#/definitions/superscript"
|
|
5482
|
+
"$ref": "#/definitions/type._editables.*.superscript"
|
|
6226
5483
|
},
|
|
6227
5484
|
"underline": {
|
|
6228
|
-
"$ref": "#/definitions/underline"
|
|
5485
|
+
"$ref": "#/definitions/type._editables.*.underline"
|
|
6229
5486
|
},
|
|
6230
5487
|
"undo": {
|
|
6231
|
-
"$ref": "#/definitions/undo"
|
|
5488
|
+
"$ref": "#/definitions/type._editables.*.undo"
|
|
6232
5489
|
},
|
|
6233
5490
|
"remove_custom_markup": {
|
|
6234
|
-
"$ref": "#/definitions/remove_custom_markup"
|
|
5491
|
+
"$ref": "#/definitions/type._editables.*.remove_custom_markup"
|
|
6235
5492
|
},
|
|
6236
5493
|
"allow_custom_markup": {
|
|
6237
|
-
"$ref": "#/definitions/allow_custom_markup"
|
|
5494
|
+
"$ref": "#/definitions/type._editables.*.allow_custom_markup"
|
|
6238
5495
|
},
|
|
6239
5496
|
"blockquote": {
|
|
6240
|
-
"$ref": "#/definitions/blockquote"
|
|
5497
|
+
"$ref": "#/definitions/type._editables.*.blockquote"
|
|
6241
5498
|
},
|
|
6242
5499
|
"bulletedlist": {
|
|
6243
|
-
"$ref": "#/definitions/bulletedlist"
|
|
5500
|
+
"$ref": "#/definitions/type._editables.*.bulletedlist"
|
|
6244
5501
|
},
|
|
6245
5502
|
"center": {
|
|
6246
|
-
"$ref": "#/definitions/center"
|
|
5503
|
+
"$ref": "#/definitions/type._editables.*.center"
|
|
6247
5504
|
},
|
|
6248
5505
|
"code_inline": {
|
|
6249
|
-
"$ref": "#/definitions/code_inline"
|
|
5506
|
+
"$ref": "#/definitions/type._editables.*.code_inline"
|
|
6250
5507
|
},
|
|
6251
5508
|
"code_block": {
|
|
6252
|
-
"$ref": "#/definitions/code_block"
|
|
5509
|
+
"$ref": "#/definitions/type._editables.*.code_block"
|
|
6253
5510
|
},
|
|
6254
5511
|
"code": {
|
|
6255
|
-
"$ref": "#/definitions/code"
|
|
5512
|
+
"$ref": "#/definitions/type._editables.*.code"
|
|
6256
5513
|
},
|
|
6257
5514
|
"embed": {
|
|
6258
|
-
"$ref": "#/definitions/embed"
|
|
5515
|
+
"$ref": "#/definitions/type._editables.*.embed"
|
|
6259
5516
|
},
|
|
6260
5517
|
"format": {
|
|
6261
|
-
"$ref": "#/definitions/format"
|
|
5518
|
+
"$ref": "#/definitions/type._editables.*.format"
|
|
6262
5519
|
},
|
|
6263
5520
|
"horizontalrule": {
|
|
6264
|
-
"$ref": "#/definitions/horizontalrule"
|
|
5521
|
+
"$ref": "#/definitions/type._editables.*.horizontalrule"
|
|
6265
5522
|
},
|
|
6266
5523
|
"image": {
|
|
6267
|
-
"$ref": "#/definitions/image"
|
|
5524
|
+
"$ref": "#/definitions/type._editables.*.image"
|
|
6268
5525
|
},
|
|
6269
5526
|
"indent": {
|
|
6270
|
-
"$ref": "#/definitions/indent"
|
|
5527
|
+
"$ref": "#/definitions/type._editables.*.indent"
|
|
6271
5528
|
},
|
|
6272
5529
|
"justify": {
|
|
6273
|
-
"$ref": "#/definitions/justify"
|
|
5530
|
+
"$ref": "#/definitions/type._editables.*.justify"
|
|
6274
5531
|
},
|
|
6275
5532
|
"left": {
|
|
6276
|
-
"$ref": "#/definitions/left"
|
|
5533
|
+
"$ref": "#/definitions/type._editables.*.left"
|
|
6277
5534
|
},
|
|
6278
5535
|
"numberedlist": {
|
|
6279
|
-
"$ref": "#/definitions/numberedlist"
|
|
5536
|
+
"$ref": "#/definitions/type._editables.*.numberedlist"
|
|
6280
5537
|
},
|
|
6281
5538
|
"outdent": {
|
|
6282
|
-
"$ref": "#/definitions/outdent"
|
|
5539
|
+
"$ref": "#/definitions/type._editables.*.outdent"
|
|
6283
5540
|
},
|
|
6284
5541
|
"right": {
|
|
6285
|
-
"$ref": "#/definitions/right"
|
|
5542
|
+
"$ref": "#/definitions/type._editables.*.right"
|
|
6286
5543
|
},
|
|
6287
5544
|
"snippet": {
|
|
6288
|
-
"$ref": "#/definitions/snippet"
|
|
5545
|
+
"$ref": "#/definitions/type._editables.*.snippet"
|
|
6289
5546
|
},
|
|
6290
5547
|
"styles": {
|
|
6291
|
-
"$ref": "#/definitions/styles"
|
|
5548
|
+
"$ref": "#/definitions/type._editables.*.styles"
|
|
6292
5549
|
},
|
|
6293
5550
|
"table": {
|
|
6294
|
-
"$ref": "#/definitions/table"
|
|
5551
|
+
"$ref": "#/definitions/type._editables.*.table"
|
|
6295
5552
|
},
|
|
6296
5553
|
"join_above": {
|
|
6297
|
-
"$ref": "#/definitions/join_above"
|
|
5554
|
+
"$ref": "#/definitions/type._editables.*.join_above"
|
|
6298
5555
|
},
|
|
6299
5556
|
"join_below": {
|
|
6300
|
-
"$ref": "#/definitions/join_below"
|
|
5557
|
+
"$ref": "#/definitions/type._editables.*.join_below"
|
|
6301
5558
|
},
|
|
6302
5559
|
"max_length": {
|
|
6303
|
-
"$ref": "#/definitions/max_length"
|
|
5560
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
6304
5561
|
},
|
|
6305
5562
|
"max_length_message": {
|
|
6306
|
-
"$ref": "#/definitions/max_length_message"
|
|
5563
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
6307
5564
|
},
|
|
6308
5565
|
"min_length": {
|
|
6309
|
-
"$ref": "#/definitions/min_length"
|
|
5566
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
6310
5567
|
},
|
|
6311
5568
|
"min_length_message": {
|
|
6312
|
-
"$ref": "#/definitions/min_length_message"
|
|
5569
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
6313
5570
|
},
|
|
6314
5571
|
"pattern": {
|
|
6315
|
-
"$ref": "#/definitions/pattern"
|
|
5572
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
6316
5573
|
},
|
|
6317
5574
|
"pattern_message": {
|
|
6318
|
-
"$ref": "#/definitions/pattern_message"
|
|
5575
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
6319
5576
|
},
|
|
6320
5577
|
"pattern_flags": {
|
|
6321
|
-
"$ref": "#/definitions/pattern_flags"
|
|
5578
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
6322
5579
|
},
|
|
6323
5580
|
"required": {
|
|
6324
|
-
"$ref": "#/definitions/required"
|
|
5581
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6325
5582
|
},
|
|
6326
5583
|
"required_message": {
|
|
6327
|
-
"$ref": "#/definitions/required_message"
|
|
5584
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6328
5585
|
},
|
|
6329
5586
|
"empty_type": {
|
|
6330
5587
|
"allOf": [
|
|
6331
5588
|
{
|
|
6332
|
-
"$ref": "#/definitions/empty_type_text"
|
|
5589
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6333
5590
|
}
|
|
6334
5591
|
]
|
|
6335
5592
|
},
|
|
@@ -6355,7 +5612,7 @@
|
|
|
6355
5612
|
"additionalProperties": false,
|
|
6356
5613
|
"markdownDescription": "Provides an editing interface for HTML markup content."
|
|
6357
5614
|
},
|
|
6358
|
-
"mime_type": {
|
|
5615
|
+
"type._inputs.*.options.mime_type": {
|
|
6359
5616
|
"title": "Mime Type",
|
|
6360
5617
|
"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.",
|
|
6361
5618
|
"type": "string",
|
|
@@ -6366,7 +5623,7 @@
|
|
|
6366
5623
|
],
|
|
6367
5624
|
"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."
|
|
6368
5625
|
},
|
|
6369
|
-
"resize_style": {
|
|
5626
|
+
"type._inputs.*.options.resize_style": {
|
|
6370
5627
|
"title": "Resize Style",
|
|
6371
5628
|
"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.",
|
|
6372
5629
|
"default": "contain",
|
|
@@ -6379,33 +5636,33 @@
|
|
|
6379
5636
|
],
|
|
6380
5637
|
"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."
|
|
6381
5638
|
},
|
|
6382
|
-
"width": {
|
|
5639
|
+
"type._inputs.*.options.width": {
|
|
6383
5640
|
"title": "Width",
|
|
6384
5641
|
"description": "Defines the width of the bounding box used in the image resizing process defined with resize_style.",
|
|
6385
5642
|
"type": "number",
|
|
6386
5643
|
"markdownDescription": "Defines the width of the bounding box used in the image resizing process defined with resize_style."
|
|
6387
5644
|
},
|
|
6388
|
-
"height": {
|
|
5645
|
+
"type._inputs.*.options.height": {
|
|
6389
5646
|
"title": "Height",
|
|
6390
5647
|
"description": "Defines the height of the bounding box used in the image resizing process defined with resize_style.",
|
|
6391
5648
|
"type": "number",
|
|
6392
5649
|
"markdownDescription": "Defines the height of the bounding box used in the image resizing process defined with resize_style."
|
|
6393
5650
|
},
|
|
6394
|
-
"expandable": {
|
|
5651
|
+
"type._inputs.*.options.expandable": {
|
|
6395
5652
|
"title": "Expandable",
|
|
6396
5653
|
"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.",
|
|
6397
5654
|
"default": false,
|
|
6398
5655
|
"type": "boolean",
|
|
6399
5656
|
"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."
|
|
6400
5657
|
},
|
|
6401
|
-
"image_size_attributes": {
|
|
5658
|
+
"type._inputs.*.options.image_size_attributes": {
|
|
6402
5659
|
"title": "Image Size Attributes",
|
|
6403
5660
|
"description": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads.",
|
|
6404
5661
|
"default": true,
|
|
6405
5662
|
"type": "boolean",
|
|
6406
5663
|
"markdownDescription": "Instructs the editor to save `width` and `height` attributes on the image elements. This can prevent pop-in as a page loads."
|
|
6407
5664
|
},
|
|
6408
|
-
"allowed_sources": {
|
|
5665
|
+
"type._inputs.*.options.allowed_sources": {
|
|
6409
5666
|
"title": "Allowed Sources",
|
|
6410
5667
|
"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.",
|
|
6411
5668
|
"type": "array",
|
|
@@ -6414,14 +5671,14 @@
|
|
|
6414
5671
|
},
|
|
6415
5672
|
"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."
|
|
6416
5673
|
},
|
|
6417
|
-
"prevent_resize_existing_files": {
|
|
5674
|
+
"type._inputs.*.options.prevent_resize_existing_files": {
|
|
6418
5675
|
"title": "Prevent Resize Existing Files",
|
|
6419
5676
|
"description": "Enable to skip the image resizing process configured for this input when selecting existing images.",
|
|
6420
5677
|
"default": false,
|
|
6421
5678
|
"type": "boolean",
|
|
6422
5679
|
"markdownDescription": "Enable to skip the image resizing process configured for this input when selecting existing images."
|
|
6423
5680
|
},
|
|
6424
|
-
"sizes": {
|
|
5681
|
+
"type._inputs.*.options.sizes": {
|
|
6425
5682
|
"title": "Sizes",
|
|
6426
5683
|
"description": "Definitions for creating additional images of different sizes when uploading or selecting existing files.",
|
|
6427
5684
|
"type": "array",
|
|
@@ -6496,198 +5753,198 @@
|
|
|
6496
5753
|
"paths.uploads_use_relative_path": {
|
|
6497
5754
|
"type": "boolean"
|
|
6498
5755
|
},
|
|
6499
|
-
"bold": {
|
|
5756
|
+
"type._editables.*.bold": {
|
|
6500
5757
|
"description": "Enables a control to set selected text to bold.",
|
|
6501
5758
|
"default": true,
|
|
6502
5759
|
"type": "boolean",
|
|
6503
5760
|
"markdownDescription": "Enables a control to set selected text to bold."
|
|
6504
5761
|
},
|
|
6505
|
-
"copyformatting": {
|
|
5762
|
+
"type._editables.*.copyformatting": {
|
|
6506
5763
|
"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.",
|
|
6507
5764
|
"default": false,
|
|
6508
5765
|
"type": "boolean",
|
|
6509
5766
|
"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."
|
|
6510
5767
|
},
|
|
6511
|
-
"italic": {
|
|
5768
|
+
"type._editables.*.italic": {
|
|
6512
5769
|
"description": "Enables a control to italicize selected text.",
|
|
6513
5770
|
"default": true,
|
|
6514
5771
|
"type": "boolean",
|
|
6515
5772
|
"markdownDescription": "Enables a control to italicize selected text."
|
|
6516
5773
|
},
|
|
6517
|
-
"link": {
|
|
5774
|
+
"type._editables.*.link": {
|
|
6518
5775
|
"description": "Enables a control to create hyperlinks around selected text.",
|
|
6519
5776
|
"default": true,
|
|
6520
5777
|
"type": "boolean",
|
|
6521
5778
|
"markdownDescription": "Enables a control to create hyperlinks around selected text."
|
|
6522
5779
|
},
|
|
6523
|
-
"redo": {
|
|
5780
|
+
"type._editables.*.redo": {
|
|
6524
5781
|
"description": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
6525
5782
|
"default": false,
|
|
6526
5783
|
"type": "boolean",
|
|
6527
5784
|
"markdownDescription": "Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts."
|
|
6528
5785
|
},
|
|
6529
|
-
"removeformat": {
|
|
5786
|
+
"type._editables.*.removeformat": {
|
|
6530
5787
|
"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.",
|
|
6531
5788
|
"default": true,
|
|
6532
5789
|
"type": "boolean",
|
|
6533
5790
|
"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."
|
|
6534
5791
|
},
|
|
6535
|
-
"strike": {
|
|
5792
|
+
"type._editables.*.strike": {
|
|
6536
5793
|
"description": "Enables a control to strike selected text.",
|
|
6537
5794
|
"default": false,
|
|
6538
5795
|
"type": "boolean",
|
|
6539
5796
|
"markdownDescription": "Enables a control to strike selected text."
|
|
6540
5797
|
},
|
|
6541
|
-
"subscript": {
|
|
5798
|
+
"type._editables.*.subscript": {
|
|
6542
5799
|
"description": "Enables a control to set selected text to subscript.",
|
|
6543
5800
|
"default": false,
|
|
6544
5801
|
"type": "boolean",
|
|
6545
5802
|
"markdownDescription": "Enables a control to set selected text to subscript."
|
|
6546
5803
|
},
|
|
6547
|
-
"superscript": {
|
|
5804
|
+
"type._editables.*.superscript": {
|
|
6548
5805
|
"description": "Enables a control to set selected text to superscript.",
|
|
6549
5806
|
"default": false,
|
|
6550
5807
|
"type": "boolean",
|
|
6551
5808
|
"markdownDescription": "Enables a control to set selected text to superscript."
|
|
6552
5809
|
},
|
|
6553
|
-
"underline": {
|
|
5810
|
+
"type._editables.*.underline": {
|
|
6554
5811
|
"description": "Enables a control to underline selected text.",
|
|
6555
5812
|
"default": false,
|
|
6556
5813
|
"type": "boolean",
|
|
6557
5814
|
"markdownDescription": "Enables a control to underline selected text."
|
|
6558
5815
|
},
|
|
6559
|
-
"undo": {
|
|
5816
|
+
"type._editables.*.undo": {
|
|
6560
5817
|
"description": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.",
|
|
6561
5818
|
"default": false,
|
|
6562
5819
|
"type": "boolean",
|
|
6563
5820
|
"markdownDescription": "Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts."
|
|
6564
5821
|
},
|
|
6565
|
-
"remove_custom_markup": {
|
|
5822
|
+
"type._editables.*.remove_custom_markup": {
|
|
6566
5823
|
"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.",
|
|
6567
5824
|
"type": "boolean",
|
|
6568
5825
|
"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."
|
|
6569
5826
|
},
|
|
6570
|
-
"allow_custom_markup": {
|
|
5827
|
+
"type._editables.*.allow_custom_markup": {
|
|
6571
5828
|
"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.",
|
|
6572
5829
|
"type": "boolean",
|
|
6573
5830
|
"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."
|
|
6574
5831
|
},
|
|
6575
|
-
"blockquote": {
|
|
5832
|
+
"type._editables.*.blockquote": {
|
|
6576
5833
|
"description": "Enables a control to wrap blocks of text in block quotes.",
|
|
6577
5834
|
"default": true,
|
|
6578
5835
|
"type": "boolean",
|
|
6579
5836
|
"markdownDescription": "Enables a control to wrap blocks of text in block quotes."
|
|
6580
5837
|
},
|
|
6581
|
-
"bulletedlist": {
|
|
5838
|
+
"type._editables.*.bulletedlist": {
|
|
6582
5839
|
"description": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.",
|
|
6583
5840
|
"default": true,
|
|
6584
5841
|
"type": "boolean",
|
|
6585
5842
|
"markdownDescription": "Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list."
|
|
6586
5843
|
},
|
|
6587
|
-
"center": {
|
|
5844
|
+
"type._editables.*.center": {
|
|
6588
5845
|
"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.",
|
|
6589
5846
|
"type": "string",
|
|
6590
5847
|
"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."
|
|
6591
5848
|
},
|
|
6592
|
-
"code_inline": {
|
|
5849
|
+
"type._editables.*.code_inline": {
|
|
6593
5850
|
"description": "Enables a control to create an inline code element, containing any selected text.",
|
|
6594
5851
|
"default": false,
|
|
6595
5852
|
"type": "boolean",
|
|
6596
5853
|
"markdownDescription": "Enables a control to create an inline code element, containing any selected text."
|
|
6597
5854
|
},
|
|
6598
|
-
"code_block": {
|
|
5855
|
+
"type._editables.*.code_block": {
|
|
6599
5856
|
"description": "Enables a control to insert a code block.",
|
|
6600
5857
|
"default": false,
|
|
6601
5858
|
"type": "boolean",
|
|
6602
5859
|
"markdownDescription": "Enables a control to insert a code block."
|
|
6603
5860
|
},
|
|
6604
|
-
"code": {
|
|
5861
|
+
"type._editables.*.code": {
|
|
6605
5862
|
"description": "Enables both block and inline code controls: `code_block` and `code_inline`.",
|
|
6606
5863
|
"default": false,
|
|
6607
5864
|
"type": "boolean",
|
|
6608
5865
|
"markdownDescription": "Enables both block and inline code controls: `code_block` and `code_inline`."
|
|
6609
5866
|
},
|
|
6610
|
-
"embed": {
|
|
5867
|
+
"type._editables.*.embed": {
|
|
6611
5868
|
"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.",
|
|
6612
5869
|
"default": false,
|
|
6613
5870
|
"type": "boolean",
|
|
6614
5871
|
"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."
|
|
6615
5872
|
},
|
|
6616
|
-
"format": {
|
|
5873
|
+
"type._editables.*.format": {
|
|
6617
5874
|
"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\").",
|
|
6618
5875
|
"default": "p h1 h2 h3 h4 h5 h6",
|
|
6619
5876
|
"type": "string",
|
|
6620
5877
|
"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\")."
|
|
6621
5878
|
},
|
|
6622
|
-
"horizontalrule": {
|
|
5879
|
+
"type._editables.*.horizontalrule": {
|
|
6623
5880
|
"description": "Enables a control to insert a horizontal rule.",
|
|
6624
5881
|
"default": false,
|
|
6625
5882
|
"type": "boolean",
|
|
6626
5883
|
"markdownDescription": "Enables a control to insert a horizontal rule."
|
|
6627
5884
|
},
|
|
6628
|
-
"image": {
|
|
5885
|
+
"type._editables.*.image": {
|
|
6629
5886
|
"description": "Enables a control to insert an image. The image can be uploaded, existing or an external link.",
|
|
6630
5887
|
"default": true,
|
|
6631
5888
|
"type": "boolean",
|
|
6632
5889
|
"markdownDescription": "Enables a control to insert an image. The image can be uploaded, existing or an external link."
|
|
6633
5890
|
},
|
|
6634
|
-
"indent": {
|
|
5891
|
+
"type._editables.*.indent": {
|
|
6635
5892
|
"description": "Enables a control to increase indentation for numbered and unordered lists.",
|
|
6636
5893
|
"default": false,
|
|
6637
5894
|
"type": "boolean",
|
|
6638
5895
|
"markdownDescription": "Enables a control to increase indentation for numbered and unordered lists."
|
|
6639
5896
|
},
|
|
6640
|
-
"justify": {
|
|
5897
|
+
"type._editables.*.justify": {
|
|
6641
5898
|
"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.",
|
|
6642
5899
|
"type": "string",
|
|
6643
5900
|
"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."
|
|
6644
5901
|
},
|
|
6645
|
-
"left": {
|
|
5902
|
+
"type._editables.*.left": {
|
|
6646
5903
|
"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.",
|
|
6647
5904
|
"type": "string",
|
|
6648
5905
|
"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."
|
|
6649
5906
|
},
|
|
6650
|
-
"numberedlist": {
|
|
5907
|
+
"type._editables.*.numberedlist": {
|
|
6651
5908
|
"description": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.",
|
|
6652
5909
|
"default": true,
|
|
6653
5910
|
"type": "boolean",
|
|
6654
5911
|
"markdownDescription": "Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list."
|
|
6655
5912
|
},
|
|
6656
|
-
"outdent": {
|
|
5913
|
+
"type._editables.*.outdent": {
|
|
6657
5914
|
"description": "Enables a control to reduce indentation for numbered and unordered lists.",
|
|
6658
5915
|
"default": false,
|
|
6659
5916
|
"type": "boolean",
|
|
6660
5917
|
"markdownDescription": "Enables a control to reduce indentation for numbered and unordered lists."
|
|
6661
5918
|
},
|
|
6662
|
-
"right": {
|
|
5919
|
+
"type._editables.*.right": {
|
|
6663
5920
|
"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.",
|
|
6664
5921
|
"type": "string",
|
|
6665
5922
|
"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."
|
|
6666
5923
|
},
|
|
6667
|
-
"snippet": {
|
|
5924
|
+
"type._editables.*.snippet": {
|
|
6668
5925
|
"description": "Enables a control to insert snippets, if any are available.",
|
|
6669
5926
|
"default": true,
|
|
6670
5927
|
"type": "boolean",
|
|
6671
5928
|
"markdownDescription": "Enables a control to insert snippets, if any are available."
|
|
6672
5929
|
},
|
|
6673
|
-
"styles": {
|
|
5930
|
+
"type._editables.*.styles": {
|
|
6674
5931
|
"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.",
|
|
6675
5932
|
"type": "string",
|
|
6676
5933
|
"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."
|
|
6677
5934
|
},
|
|
6678
|
-
"table": {
|
|
5935
|
+
"type._editables.*.table": {
|
|
6679
5936
|
"description": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.",
|
|
6680
5937
|
"default": false,
|
|
6681
5938
|
"type": "boolean",
|
|
6682
5939
|
"markdownDescription": "Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor."
|
|
6683
5940
|
},
|
|
6684
|
-
"join_above": {
|
|
5941
|
+
"type._editables.*.join_above": {
|
|
6685
5942
|
"description": "Enables a control to join the selected block with the block above it.",
|
|
6686
5943
|
"default": false,
|
|
6687
5944
|
"type": "boolean",
|
|
6688
5945
|
"markdownDescription": "Enables a control to join the selected block with the block above it."
|
|
6689
5946
|
},
|
|
6690
|
-
"join_below": {
|
|
5947
|
+
"type._editables.*.join_below": {
|
|
6691
5948
|
"description": "Enables a control to join the selected block with the block below it.",
|
|
6692
5949
|
"default": false,
|
|
6693
5950
|
"type": "boolean",
|
|
@@ -6699,12 +5956,12 @@
|
|
|
6699
5956
|
"type": "object",
|
|
6700
5957
|
"properties": {
|
|
6701
5958
|
"comment": {
|
|
6702
|
-
"$ref": "#/definitions/comment"
|
|
5959
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
6703
5960
|
},
|
|
6704
5961
|
"context": {
|
|
6705
5962
|
"allOf": [
|
|
6706
5963
|
{
|
|
6707
|
-
"$ref": "#/definitions/context"
|
|
5964
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
6708
5965
|
}
|
|
6709
5966
|
]
|
|
6710
5967
|
},
|
|
@@ -6712,28 +5969,28 @@
|
|
|
6712
5969
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
6713
5970
|
"allOf": [
|
|
6714
5971
|
{
|
|
6715
|
-
"$ref": "#/definitions/documentation"
|
|
5972
|
+
"$ref": "#/definitions/type.documentation"
|
|
6716
5973
|
}
|
|
6717
5974
|
],
|
|
6718
5975
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
6719
5976
|
},
|
|
6720
5977
|
"label": {
|
|
6721
|
-
"$ref": "#/definitions/label"
|
|
5978
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
6722
5979
|
},
|
|
6723
5980
|
"hidden": {
|
|
6724
|
-
"$ref": "#/definitions/hidden"
|
|
5981
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
6725
5982
|
},
|
|
6726
5983
|
"disabled": {
|
|
6727
|
-
"$ref": "#/definitions/disabled"
|
|
5984
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
6728
5985
|
},
|
|
6729
5986
|
"instance_value": {
|
|
6730
|
-
"$ref": "#/definitions/instance_value"
|
|
5987
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
6731
5988
|
},
|
|
6732
5989
|
"disable_instance_value_rehydration": {
|
|
6733
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
5990
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
6734
5991
|
},
|
|
6735
5992
|
"cascade": {
|
|
6736
|
-
"$ref": "#/definitions/cascade"
|
|
5993
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
6737
5994
|
},
|
|
6738
5995
|
"type": {
|
|
6739
5996
|
"title": "Type",
|
|
@@ -6750,15 +6007,15 @@
|
|
|
6750
6007
|
"type": "object",
|
|
6751
6008
|
"properties": {
|
|
6752
6009
|
"required": {
|
|
6753
|
-
"$ref": "#/definitions/required"
|
|
6010
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
6754
6011
|
},
|
|
6755
6012
|
"required_message": {
|
|
6756
|
-
"$ref": "#/definitions/required_message"
|
|
6013
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
6757
6014
|
},
|
|
6758
6015
|
"empty_type": {
|
|
6759
6016
|
"allOf": [
|
|
6760
6017
|
{
|
|
6761
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6018
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
6762
6019
|
}
|
|
6763
6020
|
]
|
|
6764
6021
|
},
|
|
@@ -7429,12 +6686,12 @@
|
|
|
7429
6686
|
"type": "object",
|
|
7430
6687
|
"properties": {
|
|
7431
6688
|
"comment": {
|
|
7432
|
-
"$ref": "#/definitions/comment"
|
|
6689
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7433
6690
|
},
|
|
7434
6691
|
"context": {
|
|
7435
6692
|
"allOf": [
|
|
7436
6693
|
{
|
|
7437
|
-
"$ref": "#/definitions/context"
|
|
6694
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7438
6695
|
}
|
|
7439
6696
|
]
|
|
7440
6697
|
},
|
|
@@ -7442,28 +6699,28 @@
|
|
|
7442
6699
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7443
6700
|
"allOf": [
|
|
7444
6701
|
{
|
|
7445
|
-
"$ref": "#/definitions/documentation"
|
|
6702
|
+
"$ref": "#/definitions/type.documentation"
|
|
7446
6703
|
}
|
|
7447
6704
|
],
|
|
7448
6705
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7449
6706
|
},
|
|
7450
6707
|
"label": {
|
|
7451
|
-
"$ref": "#/definitions/label"
|
|
6708
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7452
6709
|
},
|
|
7453
6710
|
"hidden": {
|
|
7454
|
-
"$ref": "#/definitions/hidden"
|
|
6711
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7455
6712
|
},
|
|
7456
6713
|
"disabled": {
|
|
7457
|
-
"$ref": "#/definitions/disabled"
|
|
6714
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7458
6715
|
},
|
|
7459
6716
|
"instance_value": {
|
|
7460
|
-
"$ref": "#/definitions/instance_value"
|
|
6717
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7461
6718
|
},
|
|
7462
6719
|
"disable_instance_value_rehydration": {
|
|
7463
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6720
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7464
6721
|
},
|
|
7465
6722
|
"cascade": {
|
|
7466
|
-
"$ref": "#/definitions/cascade"
|
|
6723
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7467
6724
|
},
|
|
7468
6725
|
"type": {
|
|
7469
6726
|
"title": "Type",
|
|
@@ -7477,15 +6734,15 @@
|
|
|
7477
6734
|
"type": "object",
|
|
7478
6735
|
"properties": {
|
|
7479
6736
|
"required": {
|
|
7480
|
-
"$ref": "#/definitions/required"
|
|
6737
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7481
6738
|
},
|
|
7482
6739
|
"required_message": {
|
|
7483
|
-
"$ref": "#/definitions/required_message"
|
|
6740
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7484
6741
|
},
|
|
7485
6742
|
"empty_type": {
|
|
7486
6743
|
"allOf": [
|
|
7487
6744
|
{
|
|
7488
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6745
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7489
6746
|
}
|
|
7490
6747
|
]
|
|
7491
6748
|
}
|
|
@@ -7506,12 +6763,12 @@
|
|
|
7506
6763
|
"type": "object",
|
|
7507
6764
|
"properties": {
|
|
7508
6765
|
"comment": {
|
|
7509
|
-
"$ref": "#/definitions/comment"
|
|
6766
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
7510
6767
|
},
|
|
7511
6768
|
"context": {
|
|
7512
6769
|
"allOf": [
|
|
7513
6770
|
{
|
|
7514
|
-
"$ref": "#/definitions/context"
|
|
6771
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
7515
6772
|
}
|
|
7516
6773
|
]
|
|
7517
6774
|
},
|
|
@@ -7519,28 +6776,28 @@
|
|
|
7519
6776
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
7520
6777
|
"allOf": [
|
|
7521
6778
|
{
|
|
7522
|
-
"$ref": "#/definitions/documentation"
|
|
6779
|
+
"$ref": "#/definitions/type.documentation"
|
|
7523
6780
|
}
|
|
7524
6781
|
],
|
|
7525
6782
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
7526
6783
|
},
|
|
7527
6784
|
"label": {
|
|
7528
|
-
"$ref": "#/definitions/label"
|
|
6785
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
7529
6786
|
},
|
|
7530
6787
|
"hidden": {
|
|
7531
|
-
"$ref": "#/definitions/hidden"
|
|
6788
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
7532
6789
|
},
|
|
7533
6790
|
"disabled": {
|
|
7534
|
-
"$ref": "#/definitions/disabled"
|
|
6791
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
7535
6792
|
},
|
|
7536
6793
|
"instance_value": {
|
|
7537
|
-
"$ref": "#/definitions/instance_value"
|
|
6794
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
7538
6795
|
},
|
|
7539
6796
|
"disable_instance_value_rehydration": {
|
|
7540
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
6797
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
7541
6798
|
},
|
|
7542
6799
|
"cascade": {
|
|
7543
|
-
"$ref": "#/definitions/cascade"
|
|
6800
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
7544
6801
|
},
|
|
7545
6802
|
"type": {
|
|
7546
6803
|
"title": "Type",
|
|
@@ -7558,63 +6815,63 @@
|
|
|
7558
6815
|
"type": "object",
|
|
7559
6816
|
"properties": {
|
|
7560
6817
|
"mime_type": {
|
|
7561
|
-
"$ref": "#/definitions/mime_type"
|
|
6818
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
7562
6819
|
},
|
|
7563
6820
|
"resize_style": {
|
|
7564
|
-
"$ref": "#/definitions/resize_style"
|
|
6821
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
7565
6822
|
},
|
|
7566
6823
|
"width": {
|
|
7567
|
-
"$ref": "#/definitions/width"
|
|
6824
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
7568
6825
|
},
|
|
7569
6826
|
"height": {
|
|
7570
|
-
"$ref": "#/definitions/height"
|
|
6827
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
7571
6828
|
},
|
|
7572
6829
|
"expandable": {
|
|
7573
|
-
"$ref": "#/definitions/expandable"
|
|
6830
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
7574
6831
|
},
|
|
7575
6832
|
"image_size_attributes": {
|
|
7576
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
6833
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
7577
6834
|
},
|
|
7578
6835
|
"allowed_sources": {
|
|
7579
|
-
"$ref": "#/definitions/allowed_sources"
|
|
6836
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
7580
6837
|
},
|
|
7581
6838
|
"prevent_resize_existing_files": {
|
|
7582
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
6839
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
7583
6840
|
},
|
|
7584
6841
|
"sizes": {
|
|
7585
|
-
"$ref": "#/definitions/sizes"
|
|
6842
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
7586
6843
|
},
|
|
7587
6844
|
"max_length": {
|
|
7588
|
-
"$ref": "#/definitions/max_length"
|
|
6845
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
7589
6846
|
},
|
|
7590
6847
|
"max_length_message": {
|
|
7591
|
-
"$ref": "#/definitions/max_length_message"
|
|
6848
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
7592
6849
|
},
|
|
7593
6850
|
"min_length": {
|
|
7594
|
-
"$ref": "#/definitions/min_length"
|
|
6851
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
7595
6852
|
},
|
|
7596
6853
|
"min_length_message": {
|
|
7597
|
-
"$ref": "#/definitions/min_length_message"
|
|
6854
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
7598
6855
|
},
|
|
7599
6856
|
"pattern": {
|
|
7600
|
-
"$ref": "#/definitions/pattern"
|
|
6857
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
7601
6858
|
},
|
|
7602
6859
|
"pattern_message": {
|
|
7603
|
-
"$ref": "#/definitions/pattern_message"
|
|
6860
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
7604
6861
|
},
|
|
7605
6862
|
"pattern_flags": {
|
|
7606
|
-
"$ref": "#/definitions/pattern_flags"
|
|
6863
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
7607
6864
|
},
|
|
7608
6865
|
"required": {
|
|
7609
|
-
"$ref": "#/definitions/required"
|
|
6866
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
7610
6867
|
},
|
|
7611
6868
|
"required_message": {
|
|
7612
|
-
"$ref": "#/definitions/required_message"
|
|
6869
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
7613
6870
|
},
|
|
7614
6871
|
"empty_type": {
|
|
7615
6872
|
"allOf": [
|
|
7616
6873
|
{
|
|
7617
|
-
"$ref": "#/definitions/empty_type_text"
|
|
6874
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
7618
6875
|
}
|
|
7619
6876
|
]
|
|
7620
6877
|
},
|
|
@@ -7626,22 +6883,22 @@
|
|
|
7626
6883
|
]
|
|
7627
6884
|
},
|
|
7628
6885
|
"accepts_mime_types": {
|
|
7629
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
6886
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
7630
6887
|
},
|
|
7631
6888
|
"max_file_size": {
|
|
7632
|
-
"$ref": "#/definitions/max_file_size"
|
|
6889
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
7633
6890
|
},
|
|
7634
6891
|
"max_file_size_message": {
|
|
7635
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
6892
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
7636
6893
|
},
|
|
7637
6894
|
"disable_upload_file": {
|
|
7638
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
6895
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
7639
6896
|
},
|
|
7640
6897
|
"disable_direct_input": {
|
|
7641
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
6898
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
7642
6899
|
},
|
|
7643
6900
|
"disable_upload_file_in_file_browser": {
|
|
7644
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
6901
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
7645
6902
|
}
|
|
7646
6903
|
},
|
|
7647
6904
|
"additionalProperties": false,
|
|
@@ -7654,7 +6911,7 @@
|
|
|
7654
6911
|
"additionalProperties": false,
|
|
7655
6912
|
"markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
|
|
7656
6913
|
},
|
|
7657
|
-
"accepts_mime_types": {
|
|
6914
|
+
"type._inputs.*.options.accepts_mime_types": {
|
|
7658
6915
|
"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.",
|
|
7659
6916
|
"anyOf": [
|
|
7660
6917
|
{
|
|
@@ -8112,29 +7369,29 @@
|
|
|
8112
7369
|
],
|
|
8113
7370
|
"markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
|
|
8114
7371
|
},
|
|
8115
|
-
"max_file_size": {
|
|
7372
|
+
"type._inputs.*.options.max_file_size": {
|
|
8116
7373
|
"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.",
|
|
8117
7374
|
"type": "number",
|
|
8118
7375
|
"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."
|
|
8119
7376
|
},
|
|
8120
|
-
"max_file_size_message": {
|
|
7377
|
+
"type._inputs.*.options.max_file_size_message": {
|
|
8121
7378
|
"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.",
|
|
8122
7379
|
"type": "string",
|
|
8123
7380
|
"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."
|
|
8124
7381
|
},
|
|
8125
|
-
"disable_upload_file": {
|
|
7382
|
+
"type._inputs.*.options.disable_upload_file": {
|
|
8126
7383
|
"description": "Disables the context menu option and the drop area for uploading files.",
|
|
8127
7384
|
"default": false,
|
|
8128
7385
|
"type": "boolean",
|
|
8129
7386
|
"markdownDescription": "Disables the context menu option and the drop area for uploading files."
|
|
8130
7387
|
},
|
|
8131
|
-
"disable_direct_input": {
|
|
7388
|
+
"type._inputs.*.options.disable_direct_input": {
|
|
8132
7389
|
"description": "Prevents typing into the text input, while still allowing context menu options to change the value.",
|
|
8133
7390
|
"default": false,
|
|
8134
7391
|
"type": "boolean",
|
|
8135
7392
|
"markdownDescription": "Prevents typing into the text input, while still allowing context menu options to change the value."
|
|
8136
7393
|
},
|
|
8137
|
-
"disable_upload_file_in_file_browser": {
|
|
7394
|
+
"type._inputs.*.options.disable_upload_file_in_file_browser": {
|
|
8138
7395
|
"description": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window.",
|
|
8139
7396
|
"default": false,
|
|
8140
7397
|
"type": "boolean",
|
|
@@ -8146,12 +7403,12 @@
|
|
|
8146
7403
|
"type": "object",
|
|
8147
7404
|
"properties": {
|
|
8148
7405
|
"comment": {
|
|
8149
|
-
"$ref": "#/definitions/comment"
|
|
7406
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8150
7407
|
},
|
|
8151
7408
|
"context": {
|
|
8152
7409
|
"allOf": [
|
|
8153
7410
|
{
|
|
8154
|
-
"$ref": "#/definitions/context"
|
|
7411
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8155
7412
|
}
|
|
8156
7413
|
]
|
|
8157
7414
|
},
|
|
@@ -8159,28 +7416,28 @@
|
|
|
8159
7416
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8160
7417
|
"allOf": [
|
|
8161
7418
|
{
|
|
8162
|
-
"$ref": "#/definitions/documentation"
|
|
7419
|
+
"$ref": "#/definitions/type.documentation"
|
|
8163
7420
|
}
|
|
8164
7421
|
],
|
|
8165
7422
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8166
7423
|
},
|
|
8167
7424
|
"label": {
|
|
8168
|
-
"$ref": "#/definitions/label"
|
|
7425
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8169
7426
|
},
|
|
8170
7427
|
"hidden": {
|
|
8171
|
-
"$ref": "#/definitions/hidden"
|
|
7428
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8172
7429
|
},
|
|
8173
7430
|
"disabled": {
|
|
8174
|
-
"$ref": "#/definitions/disabled"
|
|
7431
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8175
7432
|
},
|
|
8176
7433
|
"instance_value": {
|
|
8177
|
-
"$ref": "#/definitions/instance_value"
|
|
7434
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8178
7435
|
},
|
|
8179
7436
|
"disable_instance_value_rehydration": {
|
|
8180
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7437
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8181
7438
|
},
|
|
8182
7439
|
"cascade": {
|
|
8183
|
-
"$ref": "#/definitions/cascade"
|
|
7440
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8184
7441
|
},
|
|
8185
7442
|
"type": {
|
|
8186
7443
|
"title": "Type",
|
|
@@ -8194,63 +7451,63 @@
|
|
|
8194
7451
|
"type": "object",
|
|
8195
7452
|
"properties": {
|
|
8196
7453
|
"mime_type": {
|
|
8197
|
-
"$ref": "#/definitions/mime_type"
|
|
7454
|
+
"$ref": "#/definitions/type._inputs.*.options.mime_type"
|
|
8198
7455
|
},
|
|
8199
7456
|
"resize_style": {
|
|
8200
|
-
"$ref": "#/definitions/resize_style"
|
|
7457
|
+
"$ref": "#/definitions/type._inputs.*.options.resize_style"
|
|
8201
7458
|
},
|
|
8202
7459
|
"width": {
|
|
8203
|
-
"$ref": "#/definitions/width"
|
|
7460
|
+
"$ref": "#/definitions/type._inputs.*.options.width"
|
|
8204
7461
|
},
|
|
8205
7462
|
"height": {
|
|
8206
|
-
"$ref": "#/definitions/height"
|
|
7463
|
+
"$ref": "#/definitions/type._inputs.*.options.height"
|
|
8207
7464
|
},
|
|
8208
7465
|
"expandable": {
|
|
8209
|
-
"$ref": "#/definitions/expandable"
|
|
7466
|
+
"$ref": "#/definitions/type._inputs.*.options.expandable"
|
|
8210
7467
|
},
|
|
8211
7468
|
"image_size_attributes": {
|
|
8212
|
-
"$ref": "#/definitions/image_size_attributes"
|
|
7469
|
+
"$ref": "#/definitions/type._inputs.*.options.image_size_attributes"
|
|
8213
7470
|
},
|
|
8214
7471
|
"allowed_sources": {
|
|
8215
|
-
"$ref": "#/definitions/allowed_sources"
|
|
7472
|
+
"$ref": "#/definitions/type._inputs.*.options.allowed_sources"
|
|
8216
7473
|
},
|
|
8217
7474
|
"prevent_resize_existing_files": {
|
|
8218
|
-
"$ref": "#/definitions/prevent_resize_existing_files"
|
|
7475
|
+
"$ref": "#/definitions/type._inputs.*.options.prevent_resize_existing_files"
|
|
8219
7476
|
},
|
|
8220
7477
|
"sizes": {
|
|
8221
|
-
"$ref": "#/definitions/sizes"
|
|
7478
|
+
"$ref": "#/definitions/type._inputs.*.options.sizes"
|
|
8222
7479
|
},
|
|
8223
7480
|
"max_length": {
|
|
8224
|
-
"$ref": "#/definitions/max_length"
|
|
7481
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
8225
7482
|
},
|
|
8226
7483
|
"max_length_message": {
|
|
8227
|
-
"$ref": "#/definitions/max_length_message"
|
|
7484
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
8228
7485
|
},
|
|
8229
7486
|
"min_length": {
|
|
8230
|
-
"$ref": "#/definitions/min_length"
|
|
7487
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
8231
7488
|
},
|
|
8232
7489
|
"min_length_message": {
|
|
8233
|
-
"$ref": "#/definitions/min_length_message"
|
|
7490
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8234
7491
|
},
|
|
8235
7492
|
"pattern": {
|
|
8236
|
-
"$ref": "#/definitions/pattern"
|
|
7493
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8237
7494
|
},
|
|
8238
7495
|
"pattern_message": {
|
|
8239
|
-
"$ref": "#/definitions/pattern_message"
|
|
7496
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
8240
7497
|
},
|
|
8241
7498
|
"pattern_flags": {
|
|
8242
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7499
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
8243
7500
|
},
|
|
8244
7501
|
"required": {
|
|
8245
|
-
"$ref": "#/definitions/required"
|
|
7502
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8246
7503
|
},
|
|
8247
7504
|
"required_message": {
|
|
8248
|
-
"$ref": "#/definitions/required_message"
|
|
7505
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8249
7506
|
},
|
|
8250
7507
|
"empty_type": {
|
|
8251
7508
|
"allOf": [
|
|
8252
7509
|
{
|
|
8253
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7510
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
8254
7511
|
}
|
|
8255
7512
|
]
|
|
8256
7513
|
},
|
|
@@ -8262,22 +7519,22 @@
|
|
|
8262
7519
|
]
|
|
8263
7520
|
},
|
|
8264
7521
|
"accepts_mime_types": {
|
|
8265
|
-
"$ref": "#/definitions/accepts_mime_types"
|
|
7522
|
+
"$ref": "#/definitions/type._inputs.*.options.accepts_mime_types"
|
|
8266
7523
|
},
|
|
8267
7524
|
"max_file_size": {
|
|
8268
|
-
"$ref": "#/definitions/max_file_size"
|
|
7525
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size"
|
|
8269
7526
|
},
|
|
8270
7527
|
"max_file_size_message": {
|
|
8271
|
-
"$ref": "#/definitions/max_file_size_message"
|
|
7528
|
+
"$ref": "#/definitions/type._inputs.*.options.max_file_size_message"
|
|
8272
7529
|
},
|
|
8273
7530
|
"disable_upload_file": {
|
|
8274
|
-
"$ref": "#/definitions/disable_upload_file"
|
|
7531
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file"
|
|
8275
7532
|
},
|
|
8276
7533
|
"disable_direct_input": {
|
|
8277
|
-
"$ref": "#/definitions/disable_direct_input"
|
|
7534
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_direct_input"
|
|
8278
7535
|
},
|
|
8279
7536
|
"disable_upload_file_in_file_browser": {
|
|
8280
|
-
"$ref": "#/definitions/disable_upload_file_in_file_browser"
|
|
7537
|
+
"$ref": "#/definitions/type._inputs.*.options.disable_upload_file_in_file_browser"
|
|
8281
7538
|
},
|
|
8282
7539
|
"hide_link_to_file": {
|
|
8283
7540
|
"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.",
|
|
@@ -8320,12 +7577,12 @@
|
|
|
8320
7577
|
"type": "object",
|
|
8321
7578
|
"properties": {
|
|
8322
7579
|
"comment": {
|
|
8323
|
-
"$ref": "#/definitions/comment"
|
|
7580
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8324
7581
|
},
|
|
8325
7582
|
"context": {
|
|
8326
7583
|
"allOf": [
|
|
8327
7584
|
{
|
|
8328
|
-
"$ref": "#/definitions/context"
|
|
7585
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8329
7586
|
}
|
|
8330
7587
|
]
|
|
8331
7588
|
},
|
|
@@ -8333,28 +7590,28 @@
|
|
|
8333
7590
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8334
7591
|
"allOf": [
|
|
8335
7592
|
{
|
|
8336
|
-
"$ref": "#/definitions/documentation"
|
|
7593
|
+
"$ref": "#/definitions/type.documentation"
|
|
8337
7594
|
}
|
|
8338
7595
|
],
|
|
8339
7596
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8340
7597
|
},
|
|
8341
7598
|
"label": {
|
|
8342
|
-
"$ref": "#/definitions/label"
|
|
7599
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8343
7600
|
},
|
|
8344
7601
|
"hidden": {
|
|
8345
|
-
"$ref": "#/definitions/hidden"
|
|
7602
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8346
7603
|
},
|
|
8347
7604
|
"disabled": {
|
|
8348
|
-
"$ref": "#/definitions/disabled"
|
|
7605
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8349
7606
|
},
|
|
8350
7607
|
"instance_value": {
|
|
8351
|
-
"$ref": "#/definitions/instance_value"
|
|
7608
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8352
7609
|
},
|
|
8353
7610
|
"disable_instance_value_rehydration": {
|
|
8354
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7611
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8355
7612
|
},
|
|
8356
7613
|
"cascade": {
|
|
8357
|
-
"$ref": "#/definitions/cascade"
|
|
7614
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8358
7615
|
},
|
|
8359
7616
|
"type": {
|
|
8360
7617
|
"title": "Type",
|
|
@@ -8368,10 +7625,10 @@
|
|
|
8368
7625
|
"type": "object",
|
|
8369
7626
|
"properties": {
|
|
8370
7627
|
"required": {
|
|
8371
|
-
"$ref": "#/definitions/required"
|
|
7628
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8372
7629
|
},
|
|
8373
7630
|
"required_message": {
|
|
8374
|
-
"$ref": "#/definitions/required_message"
|
|
7631
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8375
7632
|
},
|
|
8376
7633
|
"preview": {
|
|
8377
7634
|
"allOf": [
|
|
@@ -8388,48 +7645,48 @@
|
|
|
8388
7645
|
]
|
|
8389
7646
|
},
|
|
8390
7647
|
"allow_create": {
|
|
8391
|
-
"$ref": "#/definitions/allow_create"
|
|
7648
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
8392
7649
|
},
|
|
8393
7650
|
"allow_empty": {
|
|
8394
|
-
"$ref": "#/definitions/allow_empty"
|
|
7651
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
8395
7652
|
},
|
|
8396
7653
|
"values": {
|
|
8397
|
-
"$ref": "#/definitions/values"
|
|
7654
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
8398
7655
|
},
|
|
8399
7656
|
"value_key": {
|
|
8400
|
-
"$ref": "#/definitions/value_key"
|
|
7657
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
8401
7658
|
},
|
|
8402
7659
|
"view": {
|
|
8403
|
-
"$ref": "#/definitions/view"
|
|
7660
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
8404
7661
|
},
|
|
8405
7662
|
"picker_view": {
|
|
8406
|
-
"$ref": "#/definitions/picker_view"
|
|
7663
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
8407
7664
|
},
|
|
8408
7665
|
"max_length": {
|
|
8409
|
-
"$ref": "#/definitions/max_length"
|
|
7666
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
8410
7667
|
},
|
|
8411
7668
|
"max_length_message": {
|
|
8412
|
-
"$ref": "#/definitions/max_length_message"
|
|
7669
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
8413
7670
|
},
|
|
8414
7671
|
"min_length": {
|
|
8415
|
-
"$ref": "#/definitions/min_length"
|
|
7672
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
8416
7673
|
},
|
|
8417
7674
|
"min_length_message": {
|
|
8418
|
-
"$ref": "#/definitions/min_length_message"
|
|
7675
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8419
7676
|
},
|
|
8420
7677
|
"pattern": {
|
|
8421
|
-
"$ref": "#/definitions/pattern"
|
|
7678
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8422
7679
|
},
|
|
8423
7680
|
"pattern_message": {
|
|
8424
|
-
"$ref": "#/definitions/pattern_message"
|
|
7681
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
8425
7682
|
},
|
|
8426
7683
|
"pattern_flags": {
|
|
8427
|
-
"$ref": "#/definitions/pattern_flags"
|
|
7684
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
8428
7685
|
},
|
|
8429
7686
|
"empty_type": {
|
|
8430
7687
|
"allOf": [
|
|
8431
7688
|
{
|
|
8432
|
-
"$ref": "#/definitions/empty_type_text"
|
|
7689
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
8433
7690
|
}
|
|
8434
7691
|
]
|
|
8435
7692
|
}
|
|
@@ -8449,46 +7706,22 @@
|
|
|
8449
7706
|
"type": "object",
|
|
8450
7707
|
"properties": {
|
|
8451
7708
|
"text": {
|
|
8452
|
-
"
|
|
8453
|
-
{
|
|
8454
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8455
|
-
}
|
|
8456
|
-
]
|
|
7709
|
+
"$ref": "#/definitions/type.preview.text"
|
|
8457
7710
|
},
|
|
8458
7711
|
"subtext": {
|
|
8459
|
-
"
|
|
8460
|
-
{
|
|
8461
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8462
|
-
}
|
|
8463
|
-
]
|
|
7712
|
+
"$ref": "#/definitions/type.preview.subtext"
|
|
8464
7713
|
},
|
|
8465
7714
|
"image": {
|
|
8466
|
-
"
|
|
8467
|
-
{
|
|
8468
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8469
|
-
}
|
|
8470
|
-
]
|
|
7715
|
+
"$ref": "#/definitions/type.preview.image"
|
|
8471
7716
|
},
|
|
8472
7717
|
"icon": {
|
|
8473
|
-
"
|
|
8474
|
-
{
|
|
8475
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8476
|
-
}
|
|
8477
|
-
]
|
|
7718
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
8478
7719
|
},
|
|
8479
7720
|
"icon_color": {
|
|
8480
|
-
"
|
|
8481
|
-
{
|
|
8482
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8483
|
-
}
|
|
8484
|
-
]
|
|
7721
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
8485
7722
|
},
|
|
8486
7723
|
"icon_background_color": {
|
|
8487
|
-
"
|
|
8488
|
-
{
|
|
8489
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8490
|
-
}
|
|
8491
|
-
]
|
|
7724
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
8492
7725
|
},
|
|
8493
7726
|
"tags": {
|
|
8494
7727
|
"$ref": "#/definitions/preview.tags"
|
|
@@ -8506,6 +7739,48 @@
|
|
|
8506
7739
|
},
|
|
8507
7740
|
"additionalProperties": false
|
|
8508
7741
|
},
|
|
7742
|
+
"type.preview.text": {
|
|
7743
|
+
"allOf": [
|
|
7744
|
+
{
|
|
7745
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7746
|
+
}
|
|
7747
|
+
]
|
|
7748
|
+
},
|
|
7749
|
+
"type.preview.subtext": {
|
|
7750
|
+
"allOf": [
|
|
7751
|
+
{
|
|
7752
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7753
|
+
}
|
|
7754
|
+
]
|
|
7755
|
+
},
|
|
7756
|
+
"type.preview.image": {
|
|
7757
|
+
"allOf": [
|
|
7758
|
+
{
|
|
7759
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7760
|
+
}
|
|
7761
|
+
]
|
|
7762
|
+
},
|
|
7763
|
+
"type.preview.icon": {
|
|
7764
|
+
"allOf": [
|
|
7765
|
+
{
|
|
7766
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7767
|
+
}
|
|
7768
|
+
]
|
|
7769
|
+
},
|
|
7770
|
+
"type.preview.icon_color": {
|
|
7771
|
+
"allOf": [
|
|
7772
|
+
{
|
|
7773
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7774
|
+
}
|
|
7775
|
+
]
|
|
7776
|
+
},
|
|
7777
|
+
"type.preview.icon_background_color": {
|
|
7778
|
+
"allOf": [
|
|
7779
|
+
{
|
|
7780
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7781
|
+
}
|
|
7782
|
+
]
|
|
7783
|
+
},
|
|
8509
7784
|
"preview.tags": {
|
|
8510
7785
|
"type": "array",
|
|
8511
7786
|
"items": {
|
|
@@ -8522,39 +7797,19 @@
|
|
|
8522
7797
|
"type": "object",
|
|
8523
7798
|
"properties": {
|
|
8524
7799
|
"text": {
|
|
8525
|
-
"
|
|
8526
|
-
{
|
|
8527
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8528
|
-
}
|
|
8529
|
-
]
|
|
7800
|
+
"$ref": "#/definitions/type.preview.text"
|
|
8530
7801
|
},
|
|
8531
7802
|
"image": {
|
|
8532
|
-
"
|
|
8533
|
-
{
|
|
8534
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8535
|
-
}
|
|
8536
|
-
]
|
|
7803
|
+
"$ref": "#/definitions/type.preview.image"
|
|
8537
7804
|
},
|
|
8538
7805
|
"icon": {
|
|
8539
|
-
"
|
|
8540
|
-
{
|
|
8541
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8542
|
-
}
|
|
8543
|
-
]
|
|
7806
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
8544
7807
|
},
|
|
8545
7808
|
"icon_color": {
|
|
8546
|
-
"
|
|
8547
|
-
{
|
|
8548
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8549
|
-
}
|
|
8550
|
-
]
|
|
7809
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
8551
7810
|
},
|
|
8552
7811
|
"icon_background_color": {
|
|
8553
|
-
"
|
|
8554
|
-
{
|
|
8555
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8556
|
-
}
|
|
8557
|
-
]
|
|
7812
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
8558
7813
|
}
|
|
8559
7814
|
},
|
|
8560
7815
|
"additionalProperties": false
|
|
@@ -8563,49 +7818,25 @@
|
|
|
8563
7818
|
"type": "object",
|
|
8564
7819
|
"properties": {
|
|
8565
7820
|
"text": {
|
|
8566
|
-
"
|
|
8567
|
-
{
|
|
8568
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8569
|
-
}
|
|
8570
|
-
]
|
|
7821
|
+
"$ref": "#/definitions/type.preview.text"
|
|
8571
7822
|
},
|
|
8572
7823
|
"image": {
|
|
8573
|
-
"
|
|
8574
|
-
{
|
|
8575
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8576
|
-
}
|
|
8577
|
-
]
|
|
7824
|
+
"$ref": "#/definitions/type.preview.image"
|
|
8578
7825
|
},
|
|
8579
7826
|
"icon": {
|
|
8580
|
-
"
|
|
8581
|
-
{
|
|
8582
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8583
|
-
}
|
|
8584
|
-
]
|
|
7827
|
+
"$ref": "#/definitions/type.preview.icon"
|
|
8585
7828
|
},
|
|
8586
7829
|
"icon_color": {
|
|
8587
|
-
"
|
|
8588
|
-
{
|
|
8589
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8590
|
-
}
|
|
8591
|
-
]
|
|
7830
|
+
"$ref": "#/definitions/type.preview.icon_color"
|
|
8592
7831
|
},
|
|
8593
7832
|
"icon_background_color": {
|
|
8594
|
-
"
|
|
8595
|
-
{
|
|
8596
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8597
|
-
}
|
|
8598
|
-
]
|
|
7833
|
+
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
8599
7834
|
},
|
|
8600
7835
|
"fit": {
|
|
8601
7836
|
"$ref": "#/definitions/preview.gallery.fit"
|
|
8602
7837
|
},
|
|
8603
7838
|
"background_color": {
|
|
8604
|
-
"
|
|
8605
|
-
{
|
|
8606
|
-
"$ref": "#/definitions/PreviewEntries"
|
|
8607
|
-
}
|
|
8608
|
-
]
|
|
7839
|
+
"$ref": "#/definitions/type.preview.gallery.background_color"
|
|
8609
7840
|
}
|
|
8610
7841
|
},
|
|
8611
7842
|
"additionalProperties": false
|
|
@@ -8620,19 +7851,26 @@
|
|
|
8620
7851
|
"cover-top"
|
|
8621
7852
|
]
|
|
8622
7853
|
},
|
|
8623
|
-
"
|
|
7854
|
+
"type.preview.gallery.background_color": {
|
|
7855
|
+
"allOf": [
|
|
7856
|
+
{
|
|
7857
|
+
"$ref": "#/definitions/PreviewEntries"
|
|
7858
|
+
}
|
|
7859
|
+
]
|
|
7860
|
+
},
|
|
7861
|
+
"type._inputs.*.options.allow_create": {
|
|
8624
7862
|
"description": "Allows new text values to be created at edit time.",
|
|
8625
7863
|
"default": false,
|
|
8626
7864
|
"type": "boolean",
|
|
8627
7865
|
"markdownDescription": "Allows new text values to be created at edit time."
|
|
8628
7866
|
},
|
|
8629
|
-
"allow_empty": {
|
|
7867
|
+
"type._inputs.*.options.allow_empty": {
|
|
8630
7868
|
"description": "Provides an empty option alongside the options provided by values.",
|
|
8631
7869
|
"default": true,
|
|
8632
7870
|
"type": "boolean",
|
|
8633
7871
|
"markdownDescription": "Provides an empty option alongside the options provided by values."
|
|
8634
7872
|
},
|
|
8635
|
-
"values": {
|
|
7873
|
+
"type._inputs.*.options.values": {
|
|
8636
7874
|
"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).",
|
|
8637
7875
|
"anyOf": [
|
|
8638
7876
|
{
|
|
@@ -8686,12 +7924,12 @@
|
|
|
8686
7924
|
],
|
|
8687
7925
|
"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)."
|
|
8688
7926
|
},
|
|
8689
|
-
"value_key": {
|
|
7927
|
+
"type._inputs.*.options.value_key": {
|
|
8690
7928
|
"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.",
|
|
8691
7929
|
"type": "string",
|
|
8692
7930
|
"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."
|
|
8693
7931
|
},
|
|
8694
|
-
"view": {
|
|
7932
|
+
"type._inputs.*.options.view": {
|
|
8695
7933
|
"description": "Controls how selected items are rendered.",
|
|
8696
7934
|
"type": "string",
|
|
8697
7935
|
"enum": [
|
|
@@ -8702,7 +7940,7 @@
|
|
|
8702
7940
|
],
|
|
8703
7941
|
"markdownDescription": "Controls how selected items are rendered."
|
|
8704
7942
|
},
|
|
8705
|
-
"picker_view": {
|
|
7943
|
+
"type._inputs.*.options.picker_view": {
|
|
8706
7944
|
"description": "Controls how selectable options are rendered.",
|
|
8707
7945
|
"type": "string",
|
|
8708
7946
|
"enum": [
|
|
@@ -8719,12 +7957,12 @@
|
|
|
8719
7957
|
"type": "object",
|
|
8720
7958
|
"properties": {
|
|
8721
7959
|
"comment": {
|
|
8722
|
-
"$ref": "#/definitions/comment"
|
|
7960
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8723
7961
|
},
|
|
8724
7962
|
"context": {
|
|
8725
7963
|
"allOf": [
|
|
8726
7964
|
{
|
|
8727
|
-
"$ref": "#/definitions/context"
|
|
7965
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8728
7966
|
}
|
|
8729
7967
|
]
|
|
8730
7968
|
},
|
|
@@ -8732,28 +7970,28 @@
|
|
|
8732
7970
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8733
7971
|
"allOf": [
|
|
8734
7972
|
{
|
|
8735
|
-
"$ref": "#/definitions/documentation"
|
|
7973
|
+
"$ref": "#/definitions/type.documentation"
|
|
8736
7974
|
}
|
|
8737
7975
|
],
|
|
8738
7976
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8739
7977
|
},
|
|
8740
7978
|
"label": {
|
|
8741
|
-
"$ref": "#/definitions/label"
|
|
7979
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8742
7980
|
},
|
|
8743
7981
|
"hidden": {
|
|
8744
|
-
"$ref": "#/definitions/hidden"
|
|
7982
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8745
7983
|
},
|
|
8746
7984
|
"disabled": {
|
|
8747
|
-
"$ref": "#/definitions/disabled"
|
|
7985
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8748
7986
|
},
|
|
8749
7987
|
"instance_value": {
|
|
8750
|
-
"$ref": "#/definitions/instance_value"
|
|
7988
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8751
7989
|
},
|
|
8752
7990
|
"disable_instance_value_rehydration": {
|
|
8753
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
7991
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8754
7992
|
},
|
|
8755
7993
|
"cascade": {
|
|
8756
|
-
"$ref": "#/definitions/cascade"
|
|
7994
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8757
7995
|
},
|
|
8758
7996
|
"type": {
|
|
8759
7997
|
"title": "Type",
|
|
@@ -8767,10 +8005,10 @@
|
|
|
8767
8005
|
"type": "object",
|
|
8768
8006
|
"properties": {
|
|
8769
8007
|
"required": {
|
|
8770
|
-
"$ref": "#/definitions/required"
|
|
8008
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8771
8009
|
},
|
|
8772
8010
|
"required_message": {
|
|
8773
|
-
"$ref": "#/definitions/required_message"
|
|
8011
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8774
8012
|
},
|
|
8775
8013
|
"preview": {
|
|
8776
8014
|
"allOf": [
|
|
@@ -8787,45 +8025,45 @@
|
|
|
8787
8025
|
]
|
|
8788
8026
|
},
|
|
8789
8027
|
"allow_create": {
|
|
8790
|
-
"$ref": "#/definitions/allow_create"
|
|
8028
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_create"
|
|
8791
8029
|
},
|
|
8792
8030
|
"allow_empty": {
|
|
8793
|
-
"$ref": "#/definitions/allow_empty"
|
|
8031
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
8794
8032
|
},
|
|
8795
8033
|
"values": {
|
|
8796
|
-
"$ref": "#/definitions/values"
|
|
8034
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
8797
8035
|
},
|
|
8798
8036
|
"value_key": {
|
|
8799
|
-
"$ref": "#/definitions/value_key"
|
|
8037
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
8800
8038
|
},
|
|
8801
8039
|
"view": {
|
|
8802
|
-
"$ref": "#/definitions/view"
|
|
8040
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
8803
8041
|
},
|
|
8804
8042
|
"picker_view": {
|
|
8805
|
-
"$ref": "#/definitions/picker_view"
|
|
8043
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
8806
8044
|
},
|
|
8807
8045
|
"max_items": {
|
|
8808
|
-
"$ref": "#/definitions/max_items"
|
|
8046
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
8809
8047
|
},
|
|
8810
8048
|
"max_items_message": {
|
|
8811
|
-
"$ref": "#/definitions/max_items_message"
|
|
8049
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
8812
8050
|
},
|
|
8813
8051
|
"min_items": {
|
|
8814
|
-
"$ref": "#/definitions/min_items"
|
|
8052
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
8815
8053
|
},
|
|
8816
8054
|
"min_items_message": {
|
|
8817
|
-
"$ref": "#/definitions/min_items_message"
|
|
8055
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
8818
8056
|
},
|
|
8819
8057
|
"unique_on": {
|
|
8820
|
-
"$ref": "#/definitions/unique_on"
|
|
8058
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
8821
8059
|
},
|
|
8822
8060
|
"unique_on_message": {
|
|
8823
|
-
"$ref": "#/definitions/unique_on_message"
|
|
8061
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
8824
8062
|
},
|
|
8825
8063
|
"empty_type": {
|
|
8826
8064
|
"allOf": [
|
|
8827
8065
|
{
|
|
8828
|
-
"$ref": "#/definitions/empty_type_array"
|
|
8066
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
8829
8067
|
}
|
|
8830
8068
|
]
|
|
8831
8069
|
}
|
|
@@ -8840,37 +8078,37 @@
|
|
|
8840
8078
|
"additionalProperties": false,
|
|
8841
8079
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
|
|
8842
8080
|
},
|
|
8843
|
-
"max_items": {
|
|
8081
|
+
"type._inputs.*.options.max_items": {
|
|
8844
8082
|
"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.",
|
|
8845
8083
|
"type": "number",
|
|
8846
8084
|
"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."
|
|
8847
8085
|
},
|
|
8848
|
-
"max_items_message": {
|
|
8086
|
+
"type._inputs.*.options.max_items_message": {
|
|
8849
8087
|
"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`.",
|
|
8850
8088
|
"type": "string",
|
|
8851
8089
|
"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`."
|
|
8852
8090
|
},
|
|
8853
|
-
"min_items": {
|
|
8091
|
+
"type._inputs.*.options.min_items": {
|
|
8854
8092
|
"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.",
|
|
8855
8093
|
"type": "number",
|
|
8856
8094
|
"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."
|
|
8857
8095
|
},
|
|
8858
|
-
"min_items_message": {
|
|
8096
|
+
"type._inputs.*.options.min_items_message": {
|
|
8859
8097
|
"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`.",
|
|
8860
8098
|
"type": "string",
|
|
8861
8099
|
"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`."
|
|
8862
8100
|
},
|
|
8863
|
-
"unique_on": {
|
|
8101
|
+
"type._inputs.*.options.unique_on": {
|
|
8864
8102
|
"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.",
|
|
8865
8103
|
"type": "string",
|
|
8866
8104
|
"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."
|
|
8867
8105
|
},
|
|
8868
|
-
"unique_on_message": {
|
|
8106
|
+
"type._inputs.*.options.unique_on_message": {
|
|
8869
8107
|
"description": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`.",
|
|
8870
8108
|
"type": "string",
|
|
8871
8109
|
"markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
|
|
8872
8110
|
},
|
|
8873
|
-
"empty_type_array": {
|
|
8111
|
+
"type._inputs.*.options.empty_type_array": {
|
|
8874
8112
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
8875
8113
|
"default": "null",
|
|
8876
8114
|
"type": "string",
|
|
@@ -8886,12 +8124,12 @@
|
|
|
8886
8124
|
"type": "object",
|
|
8887
8125
|
"properties": {
|
|
8888
8126
|
"comment": {
|
|
8889
|
-
"$ref": "#/definitions/comment"
|
|
8127
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
8890
8128
|
},
|
|
8891
8129
|
"context": {
|
|
8892
8130
|
"allOf": [
|
|
8893
8131
|
{
|
|
8894
|
-
"$ref": "#/definitions/context"
|
|
8132
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
8895
8133
|
}
|
|
8896
8134
|
]
|
|
8897
8135
|
},
|
|
@@ -8899,28 +8137,28 @@
|
|
|
8899
8137
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
8900
8138
|
"allOf": [
|
|
8901
8139
|
{
|
|
8902
|
-
"$ref": "#/definitions/documentation"
|
|
8140
|
+
"$ref": "#/definitions/type.documentation"
|
|
8903
8141
|
}
|
|
8904
8142
|
],
|
|
8905
8143
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
8906
8144
|
},
|
|
8907
8145
|
"label": {
|
|
8908
|
-
"$ref": "#/definitions/label"
|
|
8146
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
8909
8147
|
},
|
|
8910
8148
|
"hidden": {
|
|
8911
|
-
"$ref": "#/definitions/hidden"
|
|
8149
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
8912
8150
|
},
|
|
8913
8151
|
"disabled": {
|
|
8914
|
-
"$ref": "#/definitions/disabled"
|
|
8152
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
8915
8153
|
},
|
|
8916
8154
|
"instance_value": {
|
|
8917
|
-
"$ref": "#/definitions/instance_value"
|
|
8155
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
8918
8156
|
},
|
|
8919
8157
|
"disable_instance_value_rehydration": {
|
|
8920
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8158
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
8921
8159
|
},
|
|
8922
8160
|
"cascade": {
|
|
8923
|
-
"$ref": "#/definitions/cascade"
|
|
8161
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
8924
8162
|
},
|
|
8925
8163
|
"type": {
|
|
8926
8164
|
"title": "Type",
|
|
@@ -8934,10 +8172,10 @@
|
|
|
8934
8172
|
"type": "object",
|
|
8935
8173
|
"properties": {
|
|
8936
8174
|
"required": {
|
|
8937
|
-
"$ref": "#/definitions/required"
|
|
8175
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
8938
8176
|
},
|
|
8939
8177
|
"required_message": {
|
|
8940
|
-
"$ref": "#/definitions/required_message"
|
|
8178
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
8941
8179
|
},
|
|
8942
8180
|
"preview": {
|
|
8943
8181
|
"allOf": [
|
|
@@ -8954,45 +8192,45 @@
|
|
|
8954
8192
|
]
|
|
8955
8193
|
},
|
|
8956
8194
|
"allow_empty": {
|
|
8957
|
-
"$ref": "#/definitions/allow_empty"
|
|
8195
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
8958
8196
|
},
|
|
8959
8197
|
"values": {
|
|
8960
|
-
"$ref": "#/definitions/values"
|
|
8198
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
8961
8199
|
},
|
|
8962
8200
|
"value_key": {
|
|
8963
|
-
"$ref": "#/definitions/value_key"
|
|
8201
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
8964
8202
|
},
|
|
8965
8203
|
"view": {
|
|
8966
|
-
"$ref": "#/definitions/view"
|
|
8204
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
8967
8205
|
},
|
|
8968
8206
|
"picker_view": {
|
|
8969
|
-
"$ref": "#/definitions/picker_view"
|
|
8207
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
8970
8208
|
},
|
|
8971
8209
|
"max_length": {
|
|
8972
|
-
"$ref": "#/definitions/max_length"
|
|
8210
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length"
|
|
8973
8211
|
},
|
|
8974
8212
|
"max_length_message": {
|
|
8975
|
-
"$ref": "#/definitions/max_length_message"
|
|
8213
|
+
"$ref": "#/definitions/type._inputs.*.options.max_length_message"
|
|
8976
8214
|
},
|
|
8977
8215
|
"min_length": {
|
|
8978
|
-
"$ref": "#/definitions/min_length"
|
|
8216
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length"
|
|
8979
8217
|
},
|
|
8980
8218
|
"min_length_message": {
|
|
8981
|
-
"$ref": "#/definitions/min_length_message"
|
|
8219
|
+
"$ref": "#/definitions/type._inputs.*.options.min_length_message"
|
|
8982
8220
|
},
|
|
8983
8221
|
"pattern": {
|
|
8984
|
-
"$ref": "#/definitions/pattern"
|
|
8222
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern"
|
|
8985
8223
|
},
|
|
8986
8224
|
"pattern_message": {
|
|
8987
|
-
"$ref": "#/definitions/pattern_message"
|
|
8225
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_message"
|
|
8988
8226
|
},
|
|
8989
8227
|
"pattern_flags": {
|
|
8990
|
-
"$ref": "#/definitions/pattern_flags"
|
|
8228
|
+
"$ref": "#/definitions/type._inputs.*.options.pattern_flags"
|
|
8991
8229
|
},
|
|
8992
8230
|
"empty_type": {
|
|
8993
8231
|
"allOf": [
|
|
8994
8232
|
{
|
|
8995
|
-
"$ref": "#/definitions/empty_type_text"
|
|
8233
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_text"
|
|
8996
8234
|
}
|
|
8997
8235
|
]
|
|
8998
8236
|
}
|
|
@@ -9013,12 +8251,12 @@
|
|
|
9013
8251
|
"type": "object",
|
|
9014
8252
|
"properties": {
|
|
9015
8253
|
"comment": {
|
|
9016
|
-
"$ref": "#/definitions/comment"
|
|
8254
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
9017
8255
|
},
|
|
9018
8256
|
"context": {
|
|
9019
8257
|
"allOf": [
|
|
9020
8258
|
{
|
|
9021
|
-
"$ref": "#/definitions/context"
|
|
8259
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9022
8260
|
}
|
|
9023
8261
|
]
|
|
9024
8262
|
},
|
|
@@ -9026,28 +8264,28 @@
|
|
|
9026
8264
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9027
8265
|
"allOf": [
|
|
9028
8266
|
{
|
|
9029
|
-
"$ref": "#/definitions/documentation"
|
|
8267
|
+
"$ref": "#/definitions/type.documentation"
|
|
9030
8268
|
}
|
|
9031
8269
|
],
|
|
9032
8270
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9033
8271
|
},
|
|
9034
8272
|
"label": {
|
|
9035
|
-
"$ref": "#/definitions/label"
|
|
8273
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9036
8274
|
},
|
|
9037
8275
|
"hidden": {
|
|
9038
|
-
"$ref": "#/definitions/hidden"
|
|
8276
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9039
8277
|
},
|
|
9040
8278
|
"disabled": {
|
|
9041
|
-
"$ref": "#/definitions/disabled"
|
|
8279
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9042
8280
|
},
|
|
9043
8281
|
"instance_value": {
|
|
9044
|
-
"$ref": "#/definitions/instance_value"
|
|
8282
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9045
8283
|
},
|
|
9046
8284
|
"disable_instance_value_rehydration": {
|
|
9047
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8285
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9048
8286
|
},
|
|
9049
8287
|
"cascade": {
|
|
9050
|
-
"$ref": "#/definitions/cascade"
|
|
8288
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9051
8289
|
},
|
|
9052
8290
|
"type": {
|
|
9053
8291
|
"title": "Type",
|
|
@@ -9061,10 +8299,10 @@
|
|
|
9061
8299
|
"type": "object",
|
|
9062
8300
|
"properties": {
|
|
9063
8301
|
"required": {
|
|
9064
|
-
"$ref": "#/definitions/required"
|
|
8302
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
9065
8303
|
},
|
|
9066
8304
|
"required_message": {
|
|
9067
|
-
"$ref": "#/definitions/required_message"
|
|
8305
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
9068
8306
|
},
|
|
9069
8307
|
"preview": {
|
|
9070
8308
|
"allOf": [
|
|
@@ -9081,42 +8319,42 @@
|
|
|
9081
8319
|
]
|
|
9082
8320
|
},
|
|
9083
8321
|
"allow_empty": {
|
|
9084
|
-
"$ref": "#/definitions/allow_empty"
|
|
8322
|
+
"$ref": "#/definitions/type._inputs.*.options.allow_empty"
|
|
9085
8323
|
},
|
|
9086
8324
|
"values": {
|
|
9087
|
-
"$ref": "#/definitions/values"
|
|
8325
|
+
"$ref": "#/definitions/type._inputs.*.options.values"
|
|
9088
8326
|
},
|
|
9089
8327
|
"value_key": {
|
|
9090
|
-
"$ref": "#/definitions/value_key"
|
|
8328
|
+
"$ref": "#/definitions/type._inputs.*.options.value_key"
|
|
9091
8329
|
},
|
|
9092
8330
|
"view": {
|
|
9093
|
-
"$ref": "#/definitions/view"
|
|
8331
|
+
"$ref": "#/definitions/type._inputs.*.options.view"
|
|
9094
8332
|
},
|
|
9095
8333
|
"picker_view": {
|
|
9096
|
-
"$ref": "#/definitions/picker_view"
|
|
8334
|
+
"$ref": "#/definitions/type._inputs.*.options.picker_view"
|
|
9097
8335
|
},
|
|
9098
8336
|
"max_items": {
|
|
9099
|
-
"$ref": "#/definitions/max_items"
|
|
8337
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
9100
8338
|
},
|
|
9101
8339
|
"max_items_message": {
|
|
9102
|
-
"$ref": "#/definitions/max_items_message"
|
|
8340
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
9103
8341
|
},
|
|
9104
8342
|
"min_items": {
|
|
9105
|
-
"$ref": "#/definitions/min_items"
|
|
8343
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
9106
8344
|
},
|
|
9107
8345
|
"min_items_message": {
|
|
9108
|
-
"$ref": "#/definitions/min_items_message"
|
|
8346
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
9109
8347
|
},
|
|
9110
8348
|
"unique_on": {
|
|
9111
|
-
"$ref": "#/definitions/unique_on"
|
|
8349
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
9112
8350
|
},
|
|
9113
8351
|
"unique_on_message": {
|
|
9114
|
-
"$ref": "#/definitions/unique_on_message"
|
|
8352
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
9115
8353
|
},
|
|
9116
8354
|
"empty_type": {
|
|
9117
8355
|
"allOf": [
|
|
9118
8356
|
{
|
|
9119
|
-
"$ref": "#/definitions/empty_type_array"
|
|
8357
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
9120
8358
|
}
|
|
9121
8359
|
]
|
|
9122
8360
|
}
|
|
@@ -9137,12 +8375,12 @@
|
|
|
9137
8375
|
"type": "object",
|
|
9138
8376
|
"properties": {
|
|
9139
8377
|
"comment": {
|
|
9140
|
-
"$ref": "#/definitions/comment"
|
|
8378
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
9141
8379
|
},
|
|
9142
8380
|
"context": {
|
|
9143
8381
|
"allOf": [
|
|
9144
8382
|
{
|
|
9145
|
-
"$ref": "#/definitions/context"
|
|
8383
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9146
8384
|
}
|
|
9147
8385
|
]
|
|
9148
8386
|
},
|
|
@@ -9150,28 +8388,28 @@
|
|
|
9150
8388
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9151
8389
|
"allOf": [
|
|
9152
8390
|
{
|
|
9153
|
-
"$ref": "#/definitions/documentation"
|
|
8391
|
+
"$ref": "#/definitions/type.documentation"
|
|
9154
8392
|
}
|
|
9155
8393
|
],
|
|
9156
8394
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9157
8395
|
},
|
|
9158
8396
|
"label": {
|
|
9159
|
-
"$ref": "#/definitions/label"
|
|
8397
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9160
8398
|
},
|
|
9161
8399
|
"hidden": {
|
|
9162
|
-
"$ref": "#/definitions/hidden"
|
|
8400
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9163
8401
|
},
|
|
9164
8402
|
"disabled": {
|
|
9165
|
-
"$ref": "#/definitions/disabled"
|
|
8403
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9166
8404
|
},
|
|
9167
8405
|
"instance_value": {
|
|
9168
|
-
"$ref": "#/definitions/instance_value"
|
|
8406
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9169
8407
|
},
|
|
9170
8408
|
"disable_instance_value_rehydration": {
|
|
9171
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8409
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9172
8410
|
},
|
|
9173
8411
|
"cascade": {
|
|
9174
|
-
"$ref": "#/definitions/cascade"
|
|
8412
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9175
8413
|
},
|
|
9176
8414
|
"type": {
|
|
9177
8415
|
"title": "Type",
|
|
@@ -9185,15 +8423,15 @@
|
|
|
9185
8423
|
"type": "object",
|
|
9186
8424
|
"properties": {
|
|
9187
8425
|
"required": {
|
|
9188
|
-
"$ref": "#/definitions/required"
|
|
8426
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
9189
8427
|
},
|
|
9190
8428
|
"required_message": {
|
|
9191
|
-
"$ref": "#/definitions/required_message"
|
|
8429
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
9192
8430
|
},
|
|
9193
8431
|
"empty_type": {
|
|
9194
8432
|
"allOf": [
|
|
9195
8433
|
{
|
|
9196
|
-
"$ref": "#/definitions/empty_type_object"
|
|
8434
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_object"
|
|
9197
8435
|
}
|
|
9198
8436
|
]
|
|
9199
8437
|
},
|
|
@@ -9256,7 +8494,13 @@
|
|
|
9256
8494
|
"$ref": "#/definitions/entries_comment"
|
|
9257
8495
|
},
|
|
9258
8496
|
"documentation": {
|
|
9259
|
-
"
|
|
8497
|
+
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
8498
|
+
"allOf": [
|
|
8499
|
+
{
|
|
8500
|
+
"$ref": "#/definitions/type.documentation"
|
|
8501
|
+
}
|
|
8502
|
+
],
|
|
8503
|
+
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
9260
8504
|
}
|
|
9261
8505
|
},
|
|
9262
8506
|
"additionalProperties": false,
|
|
@@ -9296,7 +8540,7 @@
|
|
|
9296
8540
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
9297
8541
|
"allOf": [
|
|
9298
8542
|
{
|
|
9299
|
-
"$ref": "#/definitions/documentation"
|
|
8543
|
+
"$ref": "#/definitions/type.documentation"
|
|
9300
8544
|
}
|
|
9301
8545
|
],
|
|
9302
8546
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -9351,7 +8595,7 @@
|
|
|
9351
8595
|
"additionalProperties": false,
|
|
9352
8596
|
"markdownDescription": "Provides a user interface for a group of inputs."
|
|
9353
8597
|
},
|
|
9354
|
-
"empty_type_object": {
|
|
8598
|
+
"type._inputs.*.options.empty_type_object": {
|
|
9355
8599
|
"description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
|
|
9356
8600
|
"default": "null",
|
|
9357
8601
|
"type": "string",
|
|
@@ -9450,10 +8694,11 @@
|
|
|
9450
8694
|
]
|
|
9451
8695
|
},
|
|
9452
8696
|
"_inputs_from_glob": {
|
|
9453
|
-
"
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
8697
|
+
"allOf": [
|
|
8698
|
+
{
|
|
8699
|
+
"$ref": "#/definitions/type._inputs_from_glob"
|
|
8700
|
+
}
|
|
8701
|
+
]
|
|
9457
8702
|
},
|
|
9458
8703
|
"_select_data": {
|
|
9459
8704
|
"allOf": [
|
|
@@ -9470,10 +8715,11 @@
|
|
|
9470
8715
|
]
|
|
9471
8716
|
},
|
|
9472
8717
|
"_structures_from_glob": {
|
|
9473
|
-
"
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
8718
|
+
"allOf": [
|
|
8719
|
+
{
|
|
8720
|
+
"$ref": "#/definitions/type._structures_from_glob"
|
|
8721
|
+
}
|
|
8722
|
+
]
|
|
9477
8723
|
},
|
|
9478
8724
|
"id": {
|
|
9479
8725
|
"description": "A unique reference value used when referring to this structure value from the Object input's assigned_structures option.",
|
|
@@ -9547,7 +8793,7 @@
|
|
|
9547
8793
|
"description": "Provides a custom link for documentation for editors shown above the collection file list.",
|
|
9548
8794
|
"allOf": [
|
|
9549
8795
|
{
|
|
9550
|
-
"$ref": "#/definitions/documentation"
|
|
8796
|
+
"$ref": "#/definitions/type.documentation"
|
|
9551
8797
|
}
|
|
9552
8798
|
],
|
|
9553
8799
|
"markdownDescription": "Provides a custom link for documentation for editors shown above the collection file list."
|
|
@@ -9582,7 +8828,7 @@
|
|
|
9582
8828
|
"description": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default.",
|
|
9583
8829
|
"allOf": [
|
|
9584
8830
|
{
|
|
9585
|
-
"$ref": "#/definitions/documentation"
|
|
8831
|
+
"$ref": "#/definitions/type.documentation"
|
|
9586
8832
|
}
|
|
9587
8833
|
],
|
|
9588
8834
|
"markdownDescription": "Provides a custom link for documentation for editors shown in the Data Editor for expanded values matching this Structure value. Has no default."
|
|
@@ -9625,6 +8871,12 @@
|
|
|
9625
8871
|
"additionalProperties": false,
|
|
9626
8872
|
"markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
|
|
9627
8873
|
},
|
|
8874
|
+
"type._inputs_from_glob": {
|
|
8875
|
+
"type": "array",
|
|
8876
|
+
"items": {
|
|
8877
|
+
"type": "string"
|
|
8878
|
+
}
|
|
8879
|
+
},
|
|
9628
8880
|
"type._select_data": {
|
|
9629
8881
|
"title": "Select Data",
|
|
9630
8882
|
"description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
|
|
@@ -9688,32 +8940,29 @@
|
|
|
9688
8940
|
},
|
|
9689
8941
|
"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."
|
|
9690
8942
|
},
|
|
8943
|
+
"type._structures_from_glob": {
|
|
8944
|
+
"type": "array",
|
|
8945
|
+
"items": {
|
|
8946
|
+
"type": "string"
|
|
8947
|
+
}
|
|
8948
|
+
},
|
|
9691
8949
|
"entries_comment": {
|
|
9692
8950
|
"description": "Used to supply help text above the key input when adding/renaming within a mutable object input. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript and inline code elements are allowed.",
|
|
9693
8951
|
"type": "string",
|
|
9694
8952
|
"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."
|
|
9695
8953
|
},
|
|
9696
|
-
"entries_documentation": {
|
|
9697
|
-
"description": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input.",
|
|
9698
|
-
"allOf": [
|
|
9699
|
-
{
|
|
9700
|
-
"$ref": "#/definitions/documentation"
|
|
9701
|
-
}
|
|
9702
|
-
],
|
|
9703
|
-
"markdownDescription": "Provides a custom link for documentation for editors shown above the key input when adding/renaming within a mutable object input."
|
|
9704
|
-
},
|
|
9705
8954
|
"ArrayInput": {
|
|
9706
8955
|
"title": "Array Input",
|
|
9707
8956
|
"description": "Provides a user interface for lists of inputs or input groups.",
|
|
9708
8957
|
"type": "object",
|
|
9709
8958
|
"properties": {
|
|
9710
8959
|
"comment": {
|
|
9711
|
-
"$ref": "#/definitions/comment"
|
|
8960
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
9712
8961
|
},
|
|
9713
8962
|
"context": {
|
|
9714
8963
|
"allOf": [
|
|
9715
8964
|
{
|
|
9716
|
-
"$ref": "#/definitions/context"
|
|
8965
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9717
8966
|
}
|
|
9718
8967
|
]
|
|
9719
8968
|
},
|
|
@@ -9721,28 +8970,28 @@
|
|
|
9721
8970
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9722
8971
|
"allOf": [
|
|
9723
8972
|
{
|
|
9724
|
-
"$ref": "#/definitions/documentation"
|
|
8973
|
+
"$ref": "#/definitions/type.documentation"
|
|
9725
8974
|
}
|
|
9726
8975
|
],
|
|
9727
8976
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9728
8977
|
},
|
|
9729
8978
|
"label": {
|
|
9730
|
-
"$ref": "#/definitions/label"
|
|
8979
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9731
8980
|
},
|
|
9732
8981
|
"hidden": {
|
|
9733
|
-
"$ref": "#/definitions/hidden"
|
|
8982
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9734
8983
|
},
|
|
9735
8984
|
"disabled": {
|
|
9736
|
-
"$ref": "#/definitions/disabled"
|
|
8985
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9737
8986
|
},
|
|
9738
8987
|
"instance_value": {
|
|
9739
|
-
"$ref": "#/definitions/instance_value"
|
|
8988
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9740
8989
|
},
|
|
9741
8990
|
"disable_instance_value_rehydration": {
|
|
9742
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
8991
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9743
8992
|
},
|
|
9744
8993
|
"cascade": {
|
|
9745
|
-
"$ref": "#/definitions/cascade"
|
|
8994
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9746
8995
|
},
|
|
9747
8996
|
"type": {
|
|
9748
8997
|
"title": "Type",
|
|
@@ -9756,28 +9005,28 @@
|
|
|
9756
9005
|
"type": "object",
|
|
9757
9006
|
"properties": {
|
|
9758
9007
|
"required": {
|
|
9759
|
-
"$ref": "#/definitions/required"
|
|
9008
|
+
"$ref": "#/definitions/type._inputs.*.options.required"
|
|
9760
9009
|
},
|
|
9761
9010
|
"required_message": {
|
|
9762
|
-
"$ref": "#/definitions/required_message"
|
|
9011
|
+
"$ref": "#/definitions/type._inputs.*.options.required_message"
|
|
9763
9012
|
},
|
|
9764
9013
|
"max_items": {
|
|
9765
|
-
"$ref": "#/definitions/max_items"
|
|
9014
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items"
|
|
9766
9015
|
},
|
|
9767
9016
|
"max_items_message": {
|
|
9768
|
-
"$ref": "#/definitions/max_items_message"
|
|
9017
|
+
"$ref": "#/definitions/type._inputs.*.options.max_items_message"
|
|
9769
9018
|
},
|
|
9770
9019
|
"min_items": {
|
|
9771
|
-
"$ref": "#/definitions/min_items"
|
|
9020
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items"
|
|
9772
9021
|
},
|
|
9773
9022
|
"min_items_message": {
|
|
9774
|
-
"$ref": "#/definitions/min_items_message"
|
|
9023
|
+
"$ref": "#/definitions/type._inputs.*.options.min_items_message"
|
|
9775
9024
|
},
|
|
9776
9025
|
"unique_on": {
|
|
9777
|
-
"$ref": "#/definitions/unique_on"
|
|
9026
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on"
|
|
9778
9027
|
},
|
|
9779
9028
|
"unique_on_message": {
|
|
9780
|
-
"$ref": "#/definitions/unique_on_message"
|
|
9029
|
+
"$ref": "#/definitions/type._inputs.*.options.unique_on_message"
|
|
9781
9030
|
},
|
|
9782
9031
|
"disable_add": {
|
|
9783
9032
|
"$ref": "#/definitions/ArrayInput.disable_add"
|
|
@@ -9791,7 +9040,7 @@
|
|
|
9791
9040
|
"empty_type": {
|
|
9792
9041
|
"allOf": [
|
|
9793
9042
|
{
|
|
9794
|
-
"$ref": "#/definitions/empty_type_array"
|
|
9043
|
+
"$ref": "#/definitions/type._inputs.*.options.empty_type_array"
|
|
9795
9044
|
}
|
|
9796
9045
|
]
|
|
9797
9046
|
},
|
|
@@ -9843,12 +9092,12 @@
|
|
|
9843
9092
|
"type": "object",
|
|
9844
9093
|
"properties": {
|
|
9845
9094
|
"comment": {
|
|
9846
|
-
"$ref": "#/definitions/comment"
|
|
9095
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
9847
9096
|
},
|
|
9848
9097
|
"context": {
|
|
9849
9098
|
"allOf": [
|
|
9850
9099
|
{
|
|
9851
|
-
"$ref": "#/definitions/context"
|
|
9100
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9852
9101
|
}
|
|
9853
9102
|
]
|
|
9854
9103
|
},
|
|
@@ -9856,28 +9105,28 @@
|
|
|
9856
9105
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9857
9106
|
"allOf": [
|
|
9858
9107
|
{
|
|
9859
|
-
"$ref": "#/definitions/documentation"
|
|
9108
|
+
"$ref": "#/definitions/type.documentation"
|
|
9860
9109
|
}
|
|
9861
9110
|
],
|
|
9862
9111
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9863
9112
|
},
|
|
9864
9113
|
"label": {
|
|
9865
|
-
"$ref": "#/definitions/label"
|
|
9114
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9866
9115
|
},
|
|
9867
9116
|
"hidden": {
|
|
9868
|
-
"$ref": "#/definitions/hidden"
|
|
9117
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9869
9118
|
},
|
|
9870
9119
|
"disabled": {
|
|
9871
|
-
"$ref": "#/definitions/disabled"
|
|
9120
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9872
9121
|
},
|
|
9873
9122
|
"instance_value": {
|
|
9874
|
-
"$ref": "#/definitions/instance_value"
|
|
9123
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9875
9124
|
},
|
|
9876
9125
|
"disable_instance_value_rehydration": {
|
|
9877
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
9126
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9878
9127
|
},
|
|
9879
9128
|
"cascade": {
|
|
9880
|
-
"$ref": "#/definitions/cascade"
|
|
9129
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9881
9130
|
},
|
|
9882
9131
|
"type": {
|
|
9883
9132
|
"title": "Type",
|
|
@@ -9904,12 +9153,12 @@
|
|
|
9904
9153
|
"type": "object",
|
|
9905
9154
|
"properties": {
|
|
9906
9155
|
"comment": {
|
|
9907
|
-
"$ref": "#/definitions/comment"
|
|
9156
|
+
"$ref": "#/definitions/type._inputs.*.comment"
|
|
9908
9157
|
},
|
|
9909
9158
|
"context": {
|
|
9910
9159
|
"allOf": [
|
|
9911
9160
|
{
|
|
9912
|
-
"$ref": "#/definitions/context"
|
|
9161
|
+
"$ref": "#/definitions/type._inputs.*.context"
|
|
9913
9162
|
}
|
|
9914
9163
|
]
|
|
9915
9164
|
},
|
|
@@ -9917,28 +9166,28 @@
|
|
|
9917
9166
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
9918
9167
|
"allOf": [
|
|
9919
9168
|
{
|
|
9920
|
-
"$ref": "#/definitions/documentation"
|
|
9169
|
+
"$ref": "#/definitions/type.documentation"
|
|
9921
9170
|
}
|
|
9922
9171
|
],
|
|
9923
9172
|
"markdownDescription": "Provides a custom link for documentation for editors shown above input."
|
|
9924
9173
|
},
|
|
9925
9174
|
"label": {
|
|
9926
|
-
"$ref": "#/definitions/label"
|
|
9175
|
+
"$ref": "#/definitions/type._inputs.*.label"
|
|
9927
9176
|
},
|
|
9928
9177
|
"hidden": {
|
|
9929
|
-
"$ref": "#/definitions/hidden"
|
|
9178
|
+
"$ref": "#/definitions/type._inputs.*.hidden"
|
|
9930
9179
|
},
|
|
9931
9180
|
"disabled": {
|
|
9932
|
-
"$ref": "#/definitions/disabled"
|
|
9181
|
+
"$ref": "#/definitions/type._inputs.*.disabled"
|
|
9933
9182
|
},
|
|
9934
9183
|
"instance_value": {
|
|
9935
|
-
"$ref": "#/definitions/instance_value"
|
|
9184
|
+
"$ref": "#/definitions/type._inputs.*.instance_value"
|
|
9936
9185
|
},
|
|
9937
9186
|
"disable_instance_value_rehydration": {
|
|
9938
|
-
"$ref": "#/definitions/disable_instance_value_rehydration"
|
|
9187
|
+
"$ref": "#/definitions/type._inputs.*.disable_instance_value_rehydration"
|
|
9939
9188
|
},
|
|
9940
9189
|
"cascade": {
|
|
9941
|
-
"$ref": "#/definitions/cascade"
|
|
9190
|
+
"$ref": "#/definitions/type._inputs.*.cascade"
|
|
9942
9191
|
},
|
|
9943
9192
|
"options": {
|
|
9944
9193
|
"description": "Options that are specific to this `type` of input.",
|
|
@@ -9955,6 +9204,262 @@
|
|
|
9955
9204
|
"$ref": "#/definitions/type.snippet"
|
|
9956
9205
|
},
|
|
9957
9206
|
"markdownDescription": "Alternate configurations for this snippet."
|
|
9207
|
+
},
|
|
9208
|
+
"type.snippet-model": {
|
|
9209
|
+
"title": "Snippet Model",
|
|
9210
|
+
"type": "object",
|
|
9211
|
+
"properties": {
|
|
9212
|
+
"source_key": {
|
|
9213
|
+
"type": "string"
|
|
9214
|
+
},
|
|
9215
|
+
"editor_key": {
|
|
9216
|
+
"type": "string"
|
|
9217
|
+
},
|
|
9218
|
+
"remove_empty": {
|
|
9219
|
+
"type": "boolean"
|
|
9220
|
+
},
|
|
9221
|
+
"optional": {
|
|
9222
|
+
"type": "boolean"
|
|
9223
|
+
},
|
|
9224
|
+
"type": {
|
|
9225
|
+
"type": "string",
|
|
9226
|
+
"enum": [
|
|
9227
|
+
"array",
|
|
9228
|
+
"object",
|
|
9229
|
+
"string",
|
|
9230
|
+
"boolean",
|
|
9231
|
+
"number"
|
|
9232
|
+
]
|
|
9233
|
+
},
|
|
9234
|
+
"allowed_values": {
|
|
9235
|
+
"type": "array",
|
|
9236
|
+
"items": {}
|
|
9237
|
+
},
|
|
9238
|
+
"implied_boolean": {
|
|
9239
|
+
"type": "boolean"
|
|
9240
|
+
},
|
|
9241
|
+
"default": {}
|
|
9242
|
+
},
|
|
9243
|
+
"required": [
|
|
9244
|
+
"remove_empty",
|
|
9245
|
+
"optional",
|
|
9246
|
+
"implied_boolean"
|
|
9247
|
+
],
|
|
9248
|
+
"additionalProperties": false
|
|
9249
|
+
},
|
|
9250
|
+
"type.snippet-format": {
|
|
9251
|
+
"title": "Snippet Format",
|
|
9252
|
+
"type": "object",
|
|
9253
|
+
"properties": {
|
|
9254
|
+
"root_boundary": {
|
|
9255
|
+
"type": "object",
|
|
9256
|
+
"properties": {
|
|
9257
|
+
"start": {
|
|
9258
|
+
"type": "string"
|
|
9259
|
+
},
|
|
9260
|
+
"end": {
|
|
9261
|
+
"type": "string"
|
|
9262
|
+
}
|
|
9263
|
+
},
|
|
9264
|
+
"required": [
|
|
9265
|
+
"start",
|
|
9266
|
+
"end"
|
|
9267
|
+
],
|
|
9268
|
+
"additionalProperties": false
|
|
9269
|
+
},
|
|
9270
|
+
"root_value_boundary": {
|
|
9271
|
+
"type": "object",
|
|
9272
|
+
"properties": {
|
|
9273
|
+
"start": {
|
|
9274
|
+
"type": "string"
|
|
9275
|
+
},
|
|
9276
|
+
"end": {
|
|
9277
|
+
"type": "string"
|
|
9278
|
+
}
|
|
9279
|
+
},
|
|
9280
|
+
"required": [
|
|
9281
|
+
"start",
|
|
9282
|
+
"end"
|
|
9283
|
+
],
|
|
9284
|
+
"additionalProperties": false
|
|
9285
|
+
},
|
|
9286
|
+
"root_value_boundary_optional": {
|
|
9287
|
+
"type": "object",
|
|
9288
|
+
"propertyNames": {
|
|
9289
|
+
"type": "string"
|
|
9290
|
+
},
|
|
9291
|
+
"additionalProperties": {
|
|
9292
|
+
"type": "boolean"
|
|
9293
|
+
}
|
|
9294
|
+
},
|
|
9295
|
+
"root_value_delimiter": {
|
|
9296
|
+
"type": "string"
|
|
9297
|
+
},
|
|
9298
|
+
"root_pair_delimiter": {
|
|
9299
|
+
"type": "array",
|
|
9300
|
+
"items": {
|
|
9301
|
+
"type": "string"
|
|
9302
|
+
}
|
|
9303
|
+
},
|
|
9304
|
+
"remove_empty_root_boundary": {
|
|
9305
|
+
"type": "boolean"
|
|
9306
|
+
},
|
|
9307
|
+
"object_boundary": {
|
|
9308
|
+
"type": "object",
|
|
9309
|
+
"properties": {
|
|
9310
|
+
"start": {
|
|
9311
|
+
"type": "string"
|
|
9312
|
+
},
|
|
9313
|
+
"end": {
|
|
9314
|
+
"type": "string"
|
|
9315
|
+
}
|
|
9316
|
+
},
|
|
9317
|
+
"required": [
|
|
9318
|
+
"start",
|
|
9319
|
+
"end"
|
|
9320
|
+
],
|
|
9321
|
+
"additionalProperties": false
|
|
9322
|
+
},
|
|
9323
|
+
"object_value_delimiter": {
|
|
9324
|
+
"type": "string"
|
|
9325
|
+
},
|
|
9326
|
+
"object_pair_delimiter": {
|
|
9327
|
+
"type": "string"
|
|
9328
|
+
},
|
|
9329
|
+
"array_boundary": {
|
|
9330
|
+
"type": "object",
|
|
9331
|
+
"properties": {
|
|
9332
|
+
"start": {
|
|
9333
|
+
"type": "string"
|
|
9334
|
+
},
|
|
9335
|
+
"end": {
|
|
9336
|
+
"type": "string"
|
|
9337
|
+
}
|
|
9338
|
+
},
|
|
9339
|
+
"required": [
|
|
9340
|
+
"start",
|
|
9341
|
+
"end"
|
|
9342
|
+
],
|
|
9343
|
+
"additionalProperties": false
|
|
9344
|
+
},
|
|
9345
|
+
"array_delimiter": {
|
|
9346
|
+
"type": "string"
|
|
9347
|
+
},
|
|
9348
|
+
"string_boundary": {
|
|
9349
|
+
"type": "array",
|
|
9350
|
+
"items": {
|
|
9351
|
+
"type": "string"
|
|
9352
|
+
}
|
|
9353
|
+
},
|
|
9354
|
+
"string_escape_character": {
|
|
9355
|
+
"type": "string"
|
|
9356
|
+
},
|
|
9357
|
+
"allow_booleans": {
|
|
9358
|
+
"type": "boolean"
|
|
9359
|
+
},
|
|
9360
|
+
"allow_numbers": {
|
|
9361
|
+
"type": "boolean"
|
|
9362
|
+
},
|
|
9363
|
+
"allow_implied_values": {
|
|
9364
|
+
"type": "boolean"
|
|
9365
|
+
},
|
|
9366
|
+
"allow_null": {
|
|
9367
|
+
"type": "boolean"
|
|
9368
|
+
},
|
|
9369
|
+
"forbidden_tokens": {
|
|
9370
|
+
"type": "array",
|
|
9371
|
+
"items": {
|
|
9372
|
+
"type": "string"
|
|
9373
|
+
}
|
|
9374
|
+
},
|
|
9375
|
+
"allowed_string_cases": {
|
|
9376
|
+
"type": "object",
|
|
9377
|
+
"properties": {
|
|
9378
|
+
"any": {
|
|
9379
|
+
"type": "boolean"
|
|
9380
|
+
},
|
|
9381
|
+
"leading_upper": {
|
|
9382
|
+
"type": "boolean"
|
|
9383
|
+
},
|
|
9384
|
+
"leading_lower": {
|
|
9385
|
+
"type": "boolean"
|
|
9386
|
+
},
|
|
9387
|
+
"lower": {
|
|
9388
|
+
"type": "boolean"
|
|
9389
|
+
},
|
|
9390
|
+
"upper": {
|
|
9391
|
+
"type": "boolean"
|
|
9392
|
+
}
|
|
9393
|
+
},
|
|
9394
|
+
"additionalProperties": false
|
|
9395
|
+
}
|
|
9396
|
+
},
|
|
9397
|
+
"required": [
|
|
9398
|
+
"root_boundary",
|
|
9399
|
+
"root_value_boundary",
|
|
9400
|
+
"root_value_boundary_optional",
|
|
9401
|
+
"root_pair_delimiter",
|
|
9402
|
+
"remove_empty_root_boundary",
|
|
9403
|
+
"object_boundary",
|
|
9404
|
+
"object_value_delimiter",
|
|
9405
|
+
"object_pair_delimiter",
|
|
9406
|
+
"array_boundary",
|
|
9407
|
+
"array_delimiter",
|
|
9408
|
+
"string_boundary",
|
|
9409
|
+
"string_escape_character",
|
|
9410
|
+
"allow_booleans",
|
|
9411
|
+
"allow_numbers",
|
|
9412
|
+
"allow_implied_values",
|
|
9413
|
+
"allow_null",
|
|
9414
|
+
"forbidden_tokens",
|
|
9415
|
+
"allowed_string_cases"
|
|
9416
|
+
],
|
|
9417
|
+
"additionalProperties": false
|
|
9418
|
+
},
|
|
9419
|
+
"type.snippet-style": {
|
|
9420
|
+
"title": "Snippet Style",
|
|
9421
|
+
"type": "object",
|
|
9422
|
+
"properties": {
|
|
9423
|
+
"output": {
|
|
9424
|
+
"type": "string",
|
|
9425
|
+
"enum": [
|
|
9426
|
+
"legacy",
|
|
9427
|
+
"inline",
|
|
9428
|
+
"block"
|
|
9429
|
+
]
|
|
9430
|
+
},
|
|
9431
|
+
"inline": {
|
|
9432
|
+
"type": "object",
|
|
9433
|
+
"properties": {
|
|
9434
|
+
"leading": {
|
|
9435
|
+
"type": "string"
|
|
9436
|
+
},
|
|
9437
|
+
"trailing": {
|
|
9438
|
+
"type": "string"
|
|
9439
|
+
}
|
|
9440
|
+
},
|
|
9441
|
+
"additionalProperties": false
|
|
9442
|
+
},
|
|
9443
|
+
"block": {
|
|
9444
|
+
"type": "object",
|
|
9445
|
+
"properties": {
|
|
9446
|
+
"leading": {
|
|
9447
|
+
"type": "string"
|
|
9448
|
+
},
|
|
9449
|
+
"trailing": {
|
|
9450
|
+
"type": "string"
|
|
9451
|
+
},
|
|
9452
|
+
"indent": {
|
|
9453
|
+
"type": "string"
|
|
9454
|
+
}
|
|
9455
|
+
},
|
|
9456
|
+
"additionalProperties": false
|
|
9457
|
+
}
|
|
9458
|
+
},
|
|
9459
|
+
"required": [
|
|
9460
|
+
"output"
|
|
9461
|
+
],
|
|
9462
|
+
"additionalProperties": false
|
|
9958
9463
|
}
|
|
9959
9464
|
}
|
|
9960
9465
|
}
|