@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.
@@ -235,16 +235,19 @@
235
235
  },
236
236
  "disable_add": {
237
237
  "description": "This key toggles whether team members can use the _+ Add_ button in the top right of the _Collection browser_ to add files to a Collection.",
238
+ "default": false,
238
239
  "type": "boolean",
239
240
  "markdownDescription": "This key toggles whether team members can use the _+ Add_ button in the top right of the _Collection browser_ to add files to a Collection."
240
241
  },
241
242
  "disable_add_folder": {
242
243
  "description": "This key toggles whether team members can use the _+ Add_ button in the top right of the _Collection browser_ to add subfolders to a Collection.",
244
+ "default": false,
243
245
  "type": "boolean",
244
246
  "markdownDescription": "This key toggles whether team members can use the _+ Add_ button in the top right of the _Collection browser_ to add subfolders to a Collection."
245
247
  },
246
248
  "disable_file_actions": {
247
249
  "description": "This key toggles whether team members can use the _+ Add_ button in the top right of the _Collection browser_ to add files to a Collection.",
250
+ "default": false,
248
251
  "type": "boolean",
249
252
  "markdownDescription": "This key toggles whether team members can use the _+ Add_ button in the top right of the _Collection browser_ to add files to a Collection."
250
253
  },
@@ -763,6 +766,7 @@
763
766
  "type": "string"
764
767
  },
765
768
  "paths.uploads_use_relative_path": {
769
+ "default": false,
766
770
  "type": "boolean"
767
771
  },
768
772
  "source": {
@@ -4840,31 +4844,37 @@
4840
4844
  "properties": {
4841
4845
  "global": {
4842
4846
  "description": "`g` - Search globally.",
4847
+ "default": false,
4843
4848
  "type": "boolean",
4844
4849
  "markdownDescription": "`g` - Search globally."
4845
4850
  },
4846
4851
  "ignore_case": {
4847
4852
  "description": "`i` - Case-insensitive.",
4853
+ "default": false,
4848
4854
  "type": "boolean",
4849
4855
  "markdownDescription": "`i` - Case-insensitive."
4850
4856
  },
4851
4857
  "multiline": {
4852
4858
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
4859
+ "default": false,
4853
4860
  "type": "boolean",
4854
4861
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
4855
4862
  },
4856
4863
  "dot_all": {
4857
4864
  "description": "`s` - `.` matches newline characters.",
4865
+ "default": false,
4858
4866
  "type": "boolean",
4859
4867
  "markdownDescription": "`s` - `.` matches newline characters."
4860
4868
  },
4861
4869
  "unicode": {
4862
4870
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4871
+ "default": false,
4863
4872
  "type": "boolean",
4864
4873
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4865
4874
  },
4866
4875
  "unicode_sets": {
4867
4876
  "description": "`v` - Extended `unicode` mode.",
4877
+ "default": false,
4868
4878
  "type": "boolean",
4869
4879
  "markdownDescription": "`v` - Extended `unicode` mode."
4870
4880
  }
@@ -5438,6 +5448,16 @@
5438
5448
  "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\".",
5439
5449
  "type": "boolean",
5440
5450
  "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\"."
5451
+ },
5452
+ "palette": {
5453
+ "type": "array",
5454
+ "items": {
5455
+ "type": "string"
5456
+ }
5457
+ },
5458
+ "hide_picker": {
5459
+ "default": false,
5460
+ "type": "boolean"
5441
5461
  }
5442
5462
  },
5443
5463
  "additionalProperties": false,
@@ -7994,7 +8014,7 @@
7994
8014
  "picker_preview": {
7995
8015
  "allOf": [
7996
8016
  {
7997
- "$ref": "#/definitions/type.preview"
8017
+ "$ref": "#/definitions/type.picker_preview"
7998
8018
  }
7999
8019
  ]
8000
8020
  },
@@ -8056,6 +8076,7 @@
8056
8076
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
8057
8077
  },
8058
8078
  "type.preview": {
8079
+ "id": "type.preview",
8059
8080
  "title": "Preview",
8060
8081
  "type": "object",
8061
8082
  "properties": {
@@ -8078,17 +8099,13 @@
8078
8099
  "$ref": "#/definitions/type.preview.icon_background_color"
8079
8100
  },
8080
8101
  "tags": {
8081
- "$ref": "#/definitions/preview.tags"
8102
+ "$ref": "#/definitions/type.preview.tags"
8082
8103
  },
8083
8104
  "metadata": {
8084
- "$ref": "#/definitions/preview.metadata"
8105
+ "$ref": "#/definitions/type.preview.metadata"
8085
8106
  },
8086
8107
  "gallery": {
8087
- "allOf": [
8088
- {
8089
- "$ref": "#/definitions/preview.gallery"
8090
- }
8091
- ]
8108
+ "$ref": "#/definitions/type.preview.gallery"
8092
8109
  }
8093
8110
  },
8094
8111
  "additionalProperties": false
@@ -8135,13 +8152,13 @@
8135
8152
  }
8136
8153
  ]
8137
8154
  },
8138
- "preview.tags": {
8155
+ "type.preview.tags": {
8139
8156
  "type": "array",
8140
8157
  "items": {
8141
8158
  "type": "string"
8142
8159
  }
8143
8160
  },
8144
- "preview.metadata": {
8161
+ "type.preview.metadata": {
8145
8162
  "type": "array",
8146
8163
  "items": {
8147
8164
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -8168,7 +8185,7 @@
8168
8185
  },
8169
8186
  "additionalProperties": false
8170
8187
  },
8171
- "preview.gallery": {
8188
+ "type.preview.gallery": {
8172
8189
  "type": "object",
8173
8190
  "properties": {
8174
8191
  "text": {
@@ -8212,6 +8229,14 @@
8212
8229
  }
8213
8230
  ]
8214
8231
  },
8232
+ "type.picker_preview": {
8233
+ "title": "Picker Preview",
8234
+ "allOf": [
8235
+ {
8236
+ "$ref": "#/definitions/type.preview"
8237
+ }
8238
+ ]
8239
+ },
8215
8240
  "type._inputs.*.options.allow_create": {
8216
8241
  "description": "Allows new text values to be created at edit time.",
8217
8242
  "default": false,
@@ -8374,7 +8399,7 @@
8374
8399
  "picker_preview": {
8375
8400
  "allOf": [
8376
8401
  {
8377
- "$ref": "#/definitions/type.preview"
8402
+ "$ref": "#/definitions/type.picker_preview"
8378
8403
  }
8379
8404
  ]
8380
8405
  },
@@ -8541,7 +8566,7 @@
8541
8566
  "picker_preview": {
8542
8567
  "allOf": [
8543
8568
  {
8544
- "$ref": "#/definitions/type.preview"
8569
+ "$ref": "#/definitions/type.picker_preview"
8545
8570
  }
8546
8571
  ]
8547
8572
  },
@@ -8668,7 +8693,7 @@
8668
8693
  "picker_preview": {
8669
8694
  "allOf": [
8670
8695
  {
8671
- "$ref": "#/definitions/type.preview"
8696
+ "$ref": "#/definitions/type.picker_preview"
8672
8697
  }
8673
8698
  ]
8674
8699
  },
@@ -9036,7 +9061,7 @@
9036
9061
  "picker_preview": {
9037
9062
  "allOf": [
9038
9063
  {
9039
- "$ref": "#/definitions/type.preview"
9064
+ "$ref": "#/definitions/type.picker_preview"
9040
9065
  }
9041
9066
  ]
9042
9067
  },
@@ -9173,7 +9198,7 @@
9173
9198
  "description": "The actual value used when items are added after selection.",
9174
9199
  "markdownDescription": "The actual value used when items are added after selection."
9175
9200
  },
9176
- "comment": {
9201
+ "description": {
9177
9202
  "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.",
9178
9203
  "type": "string",
9179
9204
  "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."
@@ -10293,26 +10318,31 @@
10293
10318
  "properties": {
10294
10319
  "html": {
10295
10320
  "description": "Output HTML tags from source.",
10321
+ "default": false,
10296
10322
  "type": "boolean",
10297
10323
  "markdownDescription": "Output HTML tags from source."
10298
10324
  },
10299
10325
  "xhtml": {
10300
10326
  "description": "Use `/` to close single tags (e.g. `<br />`).",
10327
+ "default": false,
10301
10328
  "type": "boolean",
10302
10329
  "markdownDescription": "Use `/` to close single tags (e.g. `<br />`)."
10303
10330
  },
10304
10331
  "breaks": {
10305
10332
  "description": "Convert `\\n` in paragraphs into `<br>`.",
10333
+ "default": false,
10306
10334
  "type": "boolean",
10307
10335
  "markdownDescription": "Convert `\\n` in paragraphs into `<br>`."
10308
10336
  },
10309
10337
  "linkify": {
10310
10338
  "description": "Autoconvert URL-like text to links.",
10339
+ "default": false,
10311
10340
  "type": "boolean",
10312
10341
  "markdownDescription": "Autoconvert URL-like text to links."
10313
10342
  },
10314
10343
  "typographer": {
10315
10344
  "description": "Enable some language-neutral replacement, as well as quotes beautification.",
10345
+ "default": false,
10316
10346
  "type": "boolean",
10317
10347
  "markdownDescription": "Enable some language-neutral replacement, as well as quotes beautification."
10318
10348
  },
@@ -10323,11 +10353,13 @@
10323
10353
  },
10324
10354
  "spaced_lists": {
10325
10355
  "description": "Output lists with an extra space in Markdown.",
10356
+ "default": false,
10326
10357
  "type": "boolean",
10327
10358
  "markdownDescription": "Output lists with an extra space in Markdown."
10328
10359
  },
10329
10360
  "sentence_per_line": {
10330
10361
  "description": "Add linebreaks between sentences in Markdown.",
10362
+ "default": false,
10331
10363
  "type": "boolean",
10332
10364
  "markdownDescription": "Add linebreaks between sentences in Markdown."
10333
10365
  },
@@ -10347,41 +10379,49 @@
10347
10379
  },
10348
10380
  "treat_indentation_as_code": {
10349
10381
  "description": "Determines whether 4 spaces on indentation should be read as a code block.",
10382
+ "default": false,
10350
10383
  "type": "boolean",
10351
10384
  "markdownDescription": "Determines whether 4 spaces on indentation should be read as a code block."
10352
10385
  },
10353
10386
  "escape_snippets_in_code_blocks": {
10354
10387
  "description": "Render snippets as plain text within code blocks.",
10388
+ "default": false,
10355
10389
  "type": "boolean",
10356
10390
  "markdownDescription": "Render snippets as plain text within code blocks."
10357
10391
  },
10358
10392
  "table": {
10359
10393
  "description": "Output tables in Markdown format.",
10394
+ "default": false,
10360
10395
  "type": "boolean",
10361
10396
  "markdownDescription": "Output tables in Markdown format."
10362
10397
  },
10363
10398
  "strikethrough": {
10364
10399
  "description": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`).",
10400
+ "default": false,
10365
10401
  "type": "boolean",
10366
10402
  "markdownDescription": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`)."
10367
10403
  },
10368
10404
  "subscript": {
10369
10405
  "description": "Output subscript in wrapped in tildes (e.g. `~sub~`).",
10406
+ "default": false,
10370
10407
  "type": "boolean",
10371
10408
  "markdownDescription": "Output subscript in wrapped in tildes (e.g. `~sub~`)."
10372
10409
  },
10373
10410
  "superscript": {
10374
10411
  "description": "Output superscript in wrapped in carets (e.g. `^super^`).",
10412
+ "default": false,
10375
10413
  "type": "boolean",
10376
10414
  "markdownDescription": "Output superscript in wrapped in carets (e.g. `^super^`)."
10377
10415
  },
10378
10416
  "heading_ids": {
10379
10417
  "description": "Generate IDs for headings.",
10418
+ "default": false,
10380
10419
  "type": "boolean",
10381
10420
  "markdownDescription": "Generate IDs for headings."
10382
10421
  },
10383
10422
  "attributes": {
10384
10423
  "description": "Save element attributes in Markdown format instead of converting to HTML.",
10424
+ "default": false,
10385
10425
  "type": "boolean",
10386
10426
  "markdownDescription": "Save element attributes in Markdown format instead of converting to HTML."
10387
10427
  },
@@ -10493,7 +10533,7 @@
10493
10533
  "picker_preview": {
10494
10534
  "allOf": [
10495
10535
  {
10496
- "$ref": "#/definitions/type.preview"
10536
+ "$ref": "#/definitions/type.picker_preview"
10497
10537
  }
10498
10538
  ]
10499
10539
  },
@@ -305,6 +305,7 @@
305
305
  "type": "string"
306
306
  },
307
307
  "paths.uploads_use_relative_path": {
308
+ "default": false,
308
309
  "type": "boolean"
309
310
  },
310
311
  "type._editables.*.bold": {
@@ -3984,31 +3984,37 @@
3984
3984
  "properties": {
3985
3985
  "global": {
3986
3986
  "description": "`g` - Search globally.",
3987
+ "default": false,
3987
3988
  "type": "boolean",
3988
3989
  "markdownDescription": "`g` - Search globally."
3989
3990
  },
3990
3991
  "ignore_case": {
3991
3992
  "description": "`i` - Case-insensitive.",
3993
+ "default": false,
3992
3994
  "type": "boolean",
3993
3995
  "markdownDescription": "`i` - Case-insensitive."
3994
3996
  },
3995
3997
  "multiline": {
3996
3998
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
3999
+ "default": false,
3997
4000
  "type": "boolean",
3998
4001
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
3999
4002
  },
4000
4003
  "dot_all": {
4001
4004
  "description": "`s` - `.` matches newline characters.",
4005
+ "default": false,
4002
4006
  "type": "boolean",
4003
4007
  "markdownDescription": "`s` - `.` matches newline characters."
4004
4008
  },
4005
4009
  "unicode": {
4006
4010
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4011
+ "default": false,
4007
4012
  "type": "boolean",
4008
4013
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4009
4014
  },
4010
4015
  "unicode_sets": {
4011
4016
  "description": "`v` - Extended `unicode` mode.",
4017
+ "default": false,
4012
4018
  "type": "boolean",
4013
4019
  "markdownDescription": "`v` - Extended `unicode` mode."
4014
4020
  }
@@ -4582,6 +4588,16 @@
4582
4588
  "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\".",
4583
4589
  "type": "boolean",
4584
4590
  "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\"."
4591
+ },
4592
+ "palette": {
4593
+ "type": "array",
4594
+ "items": {
4595
+ "type": "string"
4596
+ }
4597
+ },
4598
+ "hide_picker": {
4599
+ "default": false,
4600
+ "type": "boolean"
4585
4601
  }
4586
4602
  },
4587
4603
  "additionalProperties": false,
@@ -5271,6 +5287,7 @@
5271
5287
  "type": "string"
5272
5288
  },
5273
5289
  "paths.uploads_use_relative_path": {
5290
+ "default": false,
5274
5291
  "type": "boolean"
5275
5292
  },
5276
5293
  "type._editables.*.bold": {
@@ -7160,7 +7177,7 @@
7160
7177
  "picker_preview": {
7161
7178
  "allOf": [
7162
7179
  {
7163
- "$ref": "#/definitions/type.preview"
7180
+ "$ref": "#/definitions/type.picker_preview"
7164
7181
  }
7165
7182
  ]
7166
7183
  },
@@ -7222,6 +7239,7 @@
7222
7239
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
7223
7240
  },
7224
7241
  "type.preview": {
7242
+ "id": "type.preview",
7225
7243
  "title": "Preview",
7226
7244
  "type": "object",
7227
7245
  "properties": {
@@ -7244,17 +7262,13 @@
7244
7262
  "$ref": "#/definitions/type.preview.icon_background_color"
7245
7263
  },
7246
7264
  "tags": {
7247
- "$ref": "#/definitions/preview.tags"
7265
+ "$ref": "#/definitions/type.preview.tags"
7248
7266
  },
7249
7267
  "metadata": {
7250
- "$ref": "#/definitions/preview.metadata"
7268
+ "$ref": "#/definitions/type.preview.metadata"
7251
7269
  },
7252
7270
  "gallery": {
7253
- "allOf": [
7254
- {
7255
- "$ref": "#/definitions/preview.gallery"
7256
- }
7257
- ]
7271
+ "$ref": "#/definitions/type.preview.gallery"
7258
7272
  }
7259
7273
  },
7260
7274
  "additionalProperties": false
@@ -7301,13 +7315,13 @@
7301
7315
  }
7302
7316
  ]
7303
7317
  },
7304
- "preview.tags": {
7318
+ "type.preview.tags": {
7305
7319
  "type": "array",
7306
7320
  "items": {
7307
7321
  "type": "string"
7308
7322
  }
7309
7323
  },
7310
- "preview.metadata": {
7324
+ "type.preview.metadata": {
7311
7325
  "type": "array",
7312
7326
  "items": {
7313
7327
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -7334,7 +7348,7 @@
7334
7348
  },
7335
7349
  "additionalProperties": false
7336
7350
  },
7337
- "preview.gallery": {
7351
+ "type.preview.gallery": {
7338
7352
  "type": "object",
7339
7353
  "properties": {
7340
7354
  "text": {
@@ -7378,6 +7392,14 @@
7378
7392
  }
7379
7393
  ]
7380
7394
  },
7395
+ "type.picker_preview": {
7396
+ "title": "Picker Preview",
7397
+ "allOf": [
7398
+ {
7399
+ "$ref": "#/definitions/type.preview"
7400
+ }
7401
+ ]
7402
+ },
7381
7403
  "type._inputs.*.options.allow_create": {
7382
7404
  "description": "Allows new text values to be created at edit time.",
7383
7405
  "default": false,
@@ -7540,7 +7562,7 @@
7540
7562
  "picker_preview": {
7541
7563
  "allOf": [
7542
7564
  {
7543
- "$ref": "#/definitions/type.preview"
7565
+ "$ref": "#/definitions/type.picker_preview"
7544
7566
  }
7545
7567
  ]
7546
7568
  },
@@ -7707,7 +7729,7 @@
7707
7729
  "picker_preview": {
7708
7730
  "allOf": [
7709
7731
  {
7710
- "$ref": "#/definitions/type.preview"
7732
+ "$ref": "#/definitions/type.picker_preview"
7711
7733
  }
7712
7734
  ]
7713
7735
  },
@@ -7834,7 +7856,7 @@
7834
7856
  "picker_preview": {
7835
7857
  "allOf": [
7836
7858
  {
7837
- "$ref": "#/definitions/type.preview"
7859
+ "$ref": "#/definitions/type.picker_preview"
7838
7860
  }
7839
7861
  ]
7840
7862
  },
@@ -8202,7 +8224,7 @@
8202
8224
  "picker_preview": {
8203
8225
  "allOf": [
8204
8226
  {
8205
- "$ref": "#/definitions/type.preview"
8227
+ "$ref": "#/definitions/type.picker_preview"
8206
8228
  }
8207
8229
  ]
8208
8230
  },
@@ -8339,7 +8361,7 @@
8339
8361
  "description": "The actual value used when items are added after selection.",
8340
8362
  "markdownDescription": "The actual value used when items are added after selection."
8341
8363
  },
8342
- "comment": {
8364
+ "description": {
8343
8365
  "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.",
8344
8366
  "type": "string",
8345
8367
  "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."