@cloudcannon/configuration-types 0.0.46 → 0.0.48

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.
@@ -4168,31 +4168,37 @@
4168
4168
  "properties": {
4169
4169
  "global": {
4170
4170
  "description": "`g` - Search globally.",
4171
+ "default": false,
4171
4172
  "type": "boolean",
4172
4173
  "markdownDescription": "`g` - Search globally."
4173
4174
  },
4174
4175
  "ignore_case": {
4175
4176
  "description": "`i` - Case-insensitive.",
4177
+ "default": false,
4176
4178
  "type": "boolean",
4177
4179
  "markdownDescription": "`i` - Case-insensitive."
4178
4180
  },
4179
4181
  "multiline": {
4180
4182
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
4183
+ "default": false,
4181
4184
  "type": "boolean",
4182
4185
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
4183
4186
  },
4184
4187
  "dot_all": {
4185
4188
  "description": "`s` - `.` matches newline characters.",
4189
+ "default": false,
4186
4190
  "type": "boolean",
4187
4191
  "markdownDescription": "`s` - `.` matches newline characters."
4188
4192
  },
4189
4193
  "unicode": {
4190
4194
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4195
+ "default": false,
4191
4196
  "type": "boolean",
4192
4197
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4193
4198
  },
4194
4199
  "unicode_sets": {
4195
4200
  "description": "`v` - Extended `unicode` mode.",
4201
+ "default": false,
4196
4202
  "type": "boolean",
4197
4203
  "markdownDescription": "`v` - Extended `unicode` mode."
4198
4204
  }
@@ -4766,6 +4772,16 @@
4766
4772
  "description": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\".",
4767
4773
  "type": "boolean",
4768
4774
  "markdownDescription": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\"."
4775
+ },
4776
+ "palette": {
4777
+ "type": "array",
4778
+ "items": {
4779
+ "type": "string"
4780
+ }
4781
+ },
4782
+ "hide_picker": {
4783
+ "default": false,
4784
+ "type": "boolean"
4769
4785
  }
4770
4786
  },
4771
4787
  "additionalProperties": false,
@@ -5455,6 +5471,7 @@
5455
5471
  "type": "string"
5456
5472
  },
5457
5473
  "paths.uploads_use_relative_path": {
5474
+ "default": false,
5458
5475
  "type": "boolean"
5459
5476
  },
5460
5477
  "type._editables.*.bold": {
@@ -7344,7 +7361,7 @@
7344
7361
  "picker_preview": {
7345
7362
  "allOf": [
7346
7363
  {
7347
- "$ref": "#/definitions/type.preview"
7364
+ "$ref": "#/definitions/type.picker_preview"
7348
7365
  }
7349
7366
  ]
7350
7367
  },
@@ -7406,6 +7423,7 @@
7406
7423
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
7407
7424
  },
7408
7425
  "type.preview": {
7426
+ "id": "type.preview",
7409
7427
  "title": "Preview",
7410
7428
  "type": "object",
7411
7429
  "properties": {
@@ -7428,17 +7446,13 @@
7428
7446
  "$ref": "#/definitions/type.preview.icon_background_color"
7429
7447
  },
7430
7448
  "tags": {
7431
- "$ref": "#/definitions/preview.tags"
7449
+ "$ref": "#/definitions/type.preview.tags"
7432
7450
  },
7433
7451
  "metadata": {
7434
- "$ref": "#/definitions/preview.metadata"
7452
+ "$ref": "#/definitions/type.preview.metadata"
7435
7453
  },
7436
7454
  "gallery": {
7437
- "allOf": [
7438
- {
7439
- "$ref": "#/definitions/preview.gallery"
7440
- }
7441
- ]
7455
+ "$ref": "#/definitions/type.preview.gallery"
7442
7456
  }
7443
7457
  },
7444
7458
  "additionalProperties": false
@@ -7485,13 +7499,13 @@
7485
7499
  }
7486
7500
  ]
7487
7501
  },
7488
- "preview.tags": {
7502
+ "type.preview.tags": {
7489
7503
  "type": "array",
7490
7504
  "items": {
7491
7505
  "type": "string"
7492
7506
  }
7493
7507
  },
7494
- "preview.metadata": {
7508
+ "type.preview.metadata": {
7495
7509
  "type": "array",
7496
7510
  "items": {
7497
7511
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -7518,7 +7532,7 @@
7518
7532
  },
7519
7533
  "additionalProperties": false
7520
7534
  },
7521
- "preview.gallery": {
7535
+ "type.preview.gallery": {
7522
7536
  "type": "object",
7523
7537
  "properties": {
7524
7538
  "text": {
@@ -7562,6 +7576,14 @@
7562
7576
  }
7563
7577
  ]
7564
7578
  },
7579
+ "type.picker_preview": {
7580
+ "title": "Picker Preview",
7581
+ "allOf": [
7582
+ {
7583
+ "$ref": "#/definitions/type.preview"
7584
+ }
7585
+ ]
7586
+ },
7565
7587
  "type._inputs.*.options.allow_create": {
7566
7588
  "description": "Allows new text values to be created at edit time.",
7567
7589
  "default": false,
@@ -7724,7 +7746,7 @@
7724
7746
  "picker_preview": {
7725
7747
  "allOf": [
7726
7748
  {
7727
- "$ref": "#/definitions/type.preview"
7749
+ "$ref": "#/definitions/type.picker_preview"
7728
7750
  }
7729
7751
  ]
7730
7752
  },
@@ -7891,7 +7913,7 @@
7891
7913
  "picker_preview": {
7892
7914
  "allOf": [
7893
7915
  {
7894
- "$ref": "#/definitions/type.preview"
7916
+ "$ref": "#/definitions/type.picker_preview"
7895
7917
  }
7896
7918
  ]
7897
7919
  },
@@ -8018,7 +8040,7 @@
8018
8040
  "picker_preview": {
8019
8041
  "allOf": [
8020
8042
  {
8021
- "$ref": "#/definitions/type.preview"
8043
+ "$ref": "#/definitions/type.picker_preview"
8022
8044
  }
8023
8045
  ]
8024
8046
  },
@@ -8386,7 +8408,7 @@
8386
8408
  "picker_preview": {
8387
8409
  "allOf": [
8388
8410
  {
8389
- "$ref": "#/definitions/type.preview"
8411
+ "$ref": "#/definitions/type.picker_preview"
8390
8412
  }
8391
8413
  ]
8392
8414
  },
@@ -8523,7 +8545,7 @@
8523
8545
  "description": "The actual value used when items are added after selection.",
8524
8546
  "markdownDescription": "The actual value used when items are added after selection."
8525
8547
  },
8526
- "comment": {
8548
+ "description": {
8527
8549
  "description": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
8528
8550
  "type": "string",
8529
8551
  "markdownDescription": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed."
@@ -59,7 +59,7 @@
59
59
  "picker_preview": {
60
60
  "allOf": [
61
61
  {
62
- "$ref": "#/definitions/type.preview"
62
+ "$ref": "#/definitions/type.picker_preview"
63
63
  }
64
64
  ]
65
65
  },
@@ -4464,31 +4464,37 @@
4464
4464
  "properties": {
4465
4465
  "global": {
4466
4466
  "description": "`g` - Search globally.",
4467
+ "default": false,
4467
4468
  "type": "boolean",
4468
4469
  "markdownDescription": "`g` - Search globally."
4469
4470
  },
4470
4471
  "ignore_case": {
4471
4472
  "description": "`i` - Case-insensitive.",
4473
+ "default": false,
4472
4474
  "type": "boolean",
4473
4475
  "markdownDescription": "`i` - Case-insensitive."
4474
4476
  },
4475
4477
  "multiline": {
4476
4478
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
4479
+ "default": false,
4477
4480
  "type": "boolean",
4478
4481
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
4479
4482
  },
4480
4483
  "dot_all": {
4481
4484
  "description": "`s` - `.` matches newline characters.",
4485
+ "default": false,
4482
4486
  "type": "boolean",
4483
4487
  "markdownDescription": "`s` - `.` matches newline characters."
4484
4488
  },
4485
4489
  "unicode": {
4486
4490
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4491
+ "default": false,
4487
4492
  "type": "boolean",
4488
4493
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4489
4494
  },
4490
4495
  "unicode_sets": {
4491
4496
  "description": "`v` - Extended `unicode` mode.",
4497
+ "default": false,
4492
4498
  "type": "boolean",
4493
4499
  "markdownDescription": "`v` - Extended `unicode` mode."
4494
4500
  }
@@ -5062,6 +5068,16 @@
5062
5068
  "description": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\".",
5063
5069
  "type": "boolean",
5064
5070
  "markdownDescription": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\"."
5071
+ },
5072
+ "palette": {
5073
+ "type": "array",
5074
+ "items": {
5075
+ "type": "string"
5076
+ }
5077
+ },
5078
+ "hide_picker": {
5079
+ "default": false,
5080
+ "type": "boolean"
5065
5081
  }
5066
5082
  },
5067
5083
  "additionalProperties": false,
@@ -5751,6 +5767,7 @@
5751
5767
  "type": "string"
5752
5768
  },
5753
5769
  "paths.uploads_use_relative_path": {
5770
+ "default": false,
5754
5771
  "type": "boolean"
5755
5772
  },
5756
5773
  "type._editables.*.bold": {
@@ -7640,7 +7657,7 @@
7640
7657
  "picker_preview": {
7641
7658
  "allOf": [
7642
7659
  {
7643
- "$ref": "#/definitions/type.preview"
7660
+ "$ref": "#/definitions/type.picker_preview"
7644
7661
  }
7645
7662
  ]
7646
7663
  },
@@ -7702,6 +7719,7 @@
7702
7719
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
7703
7720
  },
7704
7721
  "type.preview": {
7722
+ "id": "type.preview",
7705
7723
  "title": "Preview",
7706
7724
  "type": "object",
7707
7725
  "properties": {
@@ -7724,17 +7742,13 @@
7724
7742
  "$ref": "#/definitions/type.preview.icon_background_color"
7725
7743
  },
7726
7744
  "tags": {
7727
- "$ref": "#/definitions/preview.tags"
7745
+ "$ref": "#/definitions/type.preview.tags"
7728
7746
  },
7729
7747
  "metadata": {
7730
- "$ref": "#/definitions/preview.metadata"
7748
+ "$ref": "#/definitions/type.preview.metadata"
7731
7749
  },
7732
7750
  "gallery": {
7733
- "allOf": [
7734
- {
7735
- "$ref": "#/definitions/preview.gallery"
7736
- }
7737
- ]
7751
+ "$ref": "#/definitions/type.preview.gallery"
7738
7752
  }
7739
7753
  },
7740
7754
  "additionalProperties": false
@@ -7781,13 +7795,13 @@
7781
7795
  }
7782
7796
  ]
7783
7797
  },
7784
- "preview.tags": {
7798
+ "type.preview.tags": {
7785
7799
  "type": "array",
7786
7800
  "items": {
7787
7801
  "type": "string"
7788
7802
  }
7789
7803
  },
7790
- "preview.metadata": {
7804
+ "type.preview.metadata": {
7791
7805
  "type": "array",
7792
7806
  "items": {
7793
7807
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -7814,7 +7828,7 @@
7814
7828
  },
7815
7829
  "additionalProperties": false
7816
7830
  },
7817
- "preview.gallery": {
7831
+ "type.preview.gallery": {
7818
7832
  "type": "object",
7819
7833
  "properties": {
7820
7834
  "text": {
@@ -7858,6 +7872,14 @@
7858
7872
  }
7859
7873
  ]
7860
7874
  },
7875
+ "type.picker_preview": {
7876
+ "title": "Picker Preview",
7877
+ "allOf": [
7878
+ {
7879
+ "$ref": "#/definitions/type.preview"
7880
+ }
7881
+ ]
7882
+ },
7861
7883
  "type._inputs.*.options.allow_create": {
7862
7884
  "description": "Allows new text values to be created at edit time.",
7863
7885
  "default": false,
@@ -8020,7 +8042,7 @@
8020
8042
  "picker_preview": {
8021
8043
  "allOf": [
8022
8044
  {
8023
- "$ref": "#/definitions/type.preview"
8045
+ "$ref": "#/definitions/type.picker_preview"
8024
8046
  }
8025
8047
  ]
8026
8048
  },
@@ -8187,7 +8209,7 @@
8187
8209
  "picker_preview": {
8188
8210
  "allOf": [
8189
8211
  {
8190
- "$ref": "#/definitions/type.preview"
8212
+ "$ref": "#/definitions/type.picker_preview"
8191
8213
  }
8192
8214
  ]
8193
8215
  },
@@ -8314,7 +8336,7 @@
8314
8336
  "picker_preview": {
8315
8337
  "allOf": [
8316
8338
  {
8317
- "$ref": "#/definitions/type.preview"
8339
+ "$ref": "#/definitions/type.picker_preview"
8318
8340
  }
8319
8341
  ]
8320
8342
  },
@@ -8682,7 +8704,7 @@
8682
8704
  "picker_preview": {
8683
8705
  "allOf": [
8684
8706
  {
8685
- "$ref": "#/definitions/type.preview"
8707
+ "$ref": "#/definitions/type.picker_preview"
8686
8708
  }
8687
8709
  ]
8688
8710
  },
@@ -8819,7 +8841,7 @@
8819
8841
  "description": "The actual value used when items are added after selection.",
8820
8842
  "markdownDescription": "The actual value used when items are added after selection."
8821
8843
  },
8822
- "comment": {
8844
+ "description": {
8823
8845
  "description": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
8824
8846
  "type": "string",
8825
8847
  "markdownDescription": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed."
@@ -49,7 +49,7 @@
49
49
  "picker_preview": {
50
50
  "allOf": [
51
51
  {
52
- "$ref": "#/definitions/type.preview"
52
+ "$ref": "#/definitions/type.picker_preview"
53
53
  }
54
54
  ]
55
55
  },
@@ -186,7 +186,7 @@
186
186
  "description": "The actual value used when items are added after selection.",
187
187
  "markdownDescription": "The actual value used when items are added after selection."
188
188
  },
189
- "comment": {
189
+ "description": {
190
190
  "description": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
191
191
  "type": "string",
192
192
  "markdownDescription": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed."
@@ -207,6 +207,7 @@
207
207
  "additionalProperties": false
208
208
  },
209
209
  "type.preview": {
210
+ "id": "type.preview",
210
211
  "title": "Preview",
211
212
  "type": "object",
212
213
  "properties": {
@@ -229,17 +230,13 @@
229
230
  "$ref": "#/definitions/type.preview.icon_background_color"
230
231
  },
231
232
  "tags": {
232
- "$ref": "#/definitions/preview.tags"
233
+ "$ref": "#/definitions/type.preview.tags"
233
234
  },
234
235
  "metadata": {
235
- "$ref": "#/definitions/preview.metadata"
236
+ "$ref": "#/definitions/type.preview.metadata"
236
237
  },
237
238
  "gallery": {
238
- "allOf": [
239
- {
240
- "$ref": "#/definitions/preview.gallery"
241
- }
242
- ]
239
+ "$ref": "#/definitions/type.preview.gallery"
243
240
  }
244
241
  },
245
242
  "additionalProperties": false
@@ -377,13 +374,13 @@
377
374
  }
378
375
  ]
379
376
  },
380
- "preview.tags": {
377
+ "type.preview.tags": {
381
378
  "type": "array",
382
379
  "items": {
383
380
  "type": "string"
384
381
  }
385
382
  },
386
- "preview.metadata": {
383
+ "type.preview.metadata": {
387
384
  "type": "array",
388
385
  "items": {
389
386
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -410,7 +407,7 @@
410
407
  },
411
408
  "additionalProperties": false
412
409
  },
413
- "preview.gallery": {
410
+ "type.preview.gallery": {
414
411
  "type": "object",
415
412
  "properties": {
416
413
  "text": {
@@ -454,6 +451,14 @@
454
451
  }
455
452
  ]
456
453
  },
454
+ "type.picker_preview": {
455
+ "title": "Picker Preview",
456
+ "allOf": [
457
+ {
458
+ "$ref": "#/definitions/type.preview"
459
+ }
460
+ ]
461
+ },
457
462
  "type._inputs": {
458
463
  "title": "Inputs",
459
464
  "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
@@ -4428,31 +4433,37 @@
4428
4433
  "properties": {
4429
4434
  "global": {
4430
4435
  "description": "`g` - Search globally.",
4436
+ "default": false,
4431
4437
  "type": "boolean",
4432
4438
  "markdownDescription": "`g` - Search globally."
4433
4439
  },
4434
4440
  "ignore_case": {
4435
4441
  "description": "`i` - Case-insensitive.",
4442
+ "default": false,
4436
4443
  "type": "boolean",
4437
4444
  "markdownDescription": "`i` - Case-insensitive."
4438
4445
  },
4439
4446
  "multiline": {
4440
4447
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
4448
+ "default": false,
4441
4449
  "type": "boolean",
4442
4450
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
4443
4451
  },
4444
4452
  "dot_all": {
4445
4453
  "description": "`s` - `.` matches newline characters.",
4454
+ "default": false,
4446
4455
  "type": "boolean",
4447
4456
  "markdownDescription": "`s` - `.` matches newline characters."
4448
4457
  },
4449
4458
  "unicode": {
4450
4459
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4460
+ "default": false,
4451
4461
  "type": "boolean",
4452
4462
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4453
4463
  },
4454
4464
  "unicode_sets": {
4455
4465
  "description": "`v` - Extended `unicode` mode.",
4466
+ "default": false,
4456
4467
  "type": "boolean",
4457
4468
  "markdownDescription": "`v` - Extended `unicode` mode."
4458
4469
  }
@@ -4935,6 +4946,16 @@
4935
4946
  "description": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\".",
4936
4947
  "type": "boolean",
4937
4948
  "markdownDescription": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\"."
4949
+ },
4950
+ "palette": {
4951
+ "type": "array",
4952
+ "items": {
4953
+ "type": "string"
4954
+ }
4955
+ },
4956
+ "hide_picker": {
4957
+ "default": false,
4958
+ "type": "boolean"
4938
4959
  }
4939
4960
  },
4940
4961
  "additionalProperties": false,
@@ -5624,6 +5645,7 @@
5624
5645
  "type": "string"
5625
5646
  },
5626
5647
  "paths.uploads_use_relative_path": {
5648
+ "default": false,
5627
5649
  "type": "boolean"
5628
5650
  },
5629
5651
  "type._editables.*.bold": {
@@ -7513,7 +7535,7 @@
7513
7535
  "picker_preview": {
7514
7536
  "allOf": [
7515
7537
  {
7516
- "$ref": "#/definitions/type.preview"
7538
+ "$ref": "#/definitions/type.picker_preview"
7517
7539
  }
7518
7540
  ]
7519
7541
  },
@@ -7736,7 +7758,7 @@
7736
7758
  "picker_preview": {
7737
7759
  "allOf": [
7738
7760
  {
7739
- "$ref": "#/definitions/type.preview"
7761
+ "$ref": "#/definitions/type.picker_preview"
7740
7762
  }
7741
7763
  ]
7742
7764
  },
@@ -7903,7 +7925,7 @@
7903
7925
  "picker_preview": {
7904
7926
  "allOf": [
7905
7927
  {
7906
- "$ref": "#/definitions/type.preview"
7928
+ "$ref": "#/definitions/type.picker_preview"
7907
7929
  }
7908
7930
  ]
7909
7931
  },
@@ -8030,7 +8052,7 @@
8030
8052
  "picker_preview": {
8031
8053
  "allOf": [
8032
8054
  {
8033
- "$ref": "#/definitions/type.preview"
8055
+ "$ref": "#/definitions/type.picker_preview"
8034
8056
  }
8035
8057
  ]
8036
8058
  },