@cloudcannon/configuration-types 0.0.8 → 0.0.10

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.
@@ -157,6 +157,17 @@
157
157
  },
158
158
  "type": "object"
159
159
  },
160
+ "AttributeListPosition": {
161
+ "enum": [
162
+ "none",
163
+ "right",
164
+ "space right",
165
+ "below",
166
+ "newline below",
167
+ "right-of-prefix"
168
+ ],
169
+ "type": "string"
170
+ },
160
171
  "BaseInput": {
161
172
  "additionalProperties": false,
162
173
  "properties": {
@@ -308,12 +319,6 @@
308
319
  "markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from\n`bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other\nstyles or formatting.",
309
320
  "type": "boolean"
310
321
  },
311
- "correct_orientation": {
312
- "default": true,
313
- "description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
314
- "markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
315
- "type": "boolean"
316
- },
317
322
  "embed": {
318
323
  "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.",
319
324
  "markdownDescription": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other\nmedia. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags.\nEmbeds containing script tags are not loaded in the editor.",
@@ -380,7 +385,8 @@
380
385
  "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.",
381
386
  "enum": [
382
387
  "image/jpeg",
383
- "image/png"
388
+ "image/png",
389
+ "image/webp"
384
390
  ],
385
391
  "markdownDescription": "Sets the format images are converted to prior to upload. The extension of the file is updated\nto match. Defaults to keeping the mime type of the uploaded file.",
386
392
  "type": "string"
@@ -1256,61 +1262,10 @@
1256
1262
  "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
1257
1263
  "type": "object"
1258
1264
  },
1259
- "generator": {
1260
- "additionalProperties": false,
1265
+ "markdown": {
1266
+ "$ref": "#/definitions/MarkdownSettings",
1261
1267
  "description": "Contains settings for various Markdown engines.",
1262
- "markdownDescription": "Contains settings for various Markdown engines.",
1263
- "properties": {
1264
- "metadata": {
1265
- "additionalProperties": false,
1266
- "description": "Settings for various Markdown engines.",
1267
- "markdownDescription": "Settings for various Markdown engines.",
1268
- "properties": {
1269
- "commonmark": {
1270
- "description": "Markdown options specific used when markdown is set to \"commonmark\".",
1271
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
1272
- "type": "object"
1273
- },
1274
- "commonmarkghpages": {
1275
- "description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
1276
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
1277
- "type": "object"
1278
- },
1279
- "goldmark": {
1280
- "description": "Markdown options specific used when markdown is set to \"goldmark\".",
1281
- "markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
1282
- "type": "object"
1283
- },
1284
- "kramdown": {
1285
- "description": "Markdown options specific used when markdown is set to \"kramdown\".",
1286
- "markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
1287
- "type": "object"
1288
- },
1289
- "markdown": {
1290
- "description": "The Markdown engine used on your site.",
1291
- "enum": [
1292
- "kramdown",
1293
- "commonmark",
1294
- "commonmarkghpages",
1295
- "goldmark",
1296
- "markdown-it"
1297
- ],
1298
- "markdownDescription": "The Markdown engine used on your site.",
1299
- "type": "string"
1300
- },
1301
- "markdown-it": {
1302
- "description": "Markdown options specific used when markdown is set to \"markdown-it\".",
1303
- "markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
1304
- "type": "object"
1305
- }
1306
- },
1307
- "required": [
1308
- "markdown"
1309
- ],
1310
- "type": "object"
1311
- }
1312
- },
1313
- "type": "object"
1268
+ "markdownDescription": "Contains settings for various Markdown engines."
1314
1269
  },
1315
1270
  "paths": {
1316
1271
  "$ref": "#/definitions/Paths",
@@ -3970,12 +3925,6 @@
3970
3925
  "markdownDescription": "If you have one or more DAMs connected to your site, you can use this key to list which asset\nsources can be uploaded to and selected from.",
3971
3926
  "type": "array"
3972
3927
  },
3973
- "correct_orientation": {
3974
- "default": true,
3975
- "description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
3976
- "markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
3977
- "type": "boolean"
3978
- },
3979
3928
  "expandable": {
3980
3929
  "default": false,
3981
3930
  "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.",
@@ -3997,7 +3946,8 @@
3997
3946
  "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.",
3998
3947
  "enum": [
3999
3948
  "image/jpeg",
4000
- "image/png"
3949
+ "image/png",
3950
+ "image/webp"
4001
3951
  ],
4002
3952
  "markdownDescription": "Sets the format images are converted to prior to upload. The extension of the file is updated\nto match. Defaults to keeping the mime type of the uploaded file.",
4003
3953
  "type": "string"
@@ -4165,12 +4115,6 @@
4165
4115
  "markdownDescription": "If you have one or more DAMs connected to your site, you can use this key to list which asset\nsources can be uploaded to and selected from.",
4166
4116
  "type": "array"
4167
4117
  },
4168
- "correct_orientation": {
4169
- "default": true,
4170
- "description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
4171
- "markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
4172
- "type": "boolean"
4173
- },
4174
4118
  "empty_type": {
4175
4119
  "$ref": "#/definitions/EmptyTypeText",
4176
4120
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
@@ -4197,7 +4141,8 @@
4197
4141
  "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.",
4198
4142
  "enum": [
4199
4143
  "image/jpeg",
4200
- "image/png"
4144
+ "image/png",
4145
+ "image/webp"
4201
4146
  ],
4202
4147
  "markdownDescription": "Sets the format images are converted to prior to upload. The extension of the file is updated\nto match. Defaults to keeping the mime type of the uploaded file.",
4203
4148
  "type": "string"
@@ -4368,6 +4313,476 @@
4368
4313
  },
4369
4314
  "type": "object"
4370
4315
  },
4316
+ "MarkdownAttributeElementOptions": {
4317
+ "additionalProperties": false,
4318
+ "properties": {
4319
+ "a": {
4320
+ "$ref": "#/definitions/AttributeListPosition"
4321
+ },
4322
+ "abbr": {
4323
+ "$ref": "#/definitions/AttributeListPosition"
4324
+ },
4325
+ "address": {
4326
+ "$ref": "#/definitions/AttributeListPosition"
4327
+ },
4328
+ "area": {
4329
+ "$ref": "#/definitions/AttributeListPosition"
4330
+ },
4331
+ "article": {
4332
+ "$ref": "#/definitions/AttributeListPosition"
4333
+ },
4334
+ "aside": {
4335
+ "$ref": "#/definitions/AttributeListPosition"
4336
+ },
4337
+ "audio": {
4338
+ "$ref": "#/definitions/AttributeListPosition"
4339
+ },
4340
+ "b": {
4341
+ "$ref": "#/definitions/AttributeListPosition"
4342
+ },
4343
+ "base": {
4344
+ "$ref": "#/definitions/AttributeListPosition"
4345
+ },
4346
+ "bdi": {
4347
+ "$ref": "#/definitions/AttributeListPosition"
4348
+ },
4349
+ "bdo": {
4350
+ "$ref": "#/definitions/AttributeListPosition"
4351
+ },
4352
+ "block": {
4353
+ "$ref": "#/definitions/AttributeListPosition"
4354
+ },
4355
+ "blockquote": {
4356
+ "$ref": "#/definitions/AttributeListPosition"
4357
+ },
4358
+ "body": {
4359
+ "$ref": "#/definitions/AttributeListPosition"
4360
+ },
4361
+ "br": {
4362
+ "$ref": "#/definitions/AttributeListPosition"
4363
+ },
4364
+ "button": {
4365
+ "$ref": "#/definitions/AttributeListPosition"
4366
+ },
4367
+ "canvas": {
4368
+ "$ref": "#/definitions/AttributeListPosition"
4369
+ },
4370
+ "caption": {
4371
+ "$ref": "#/definitions/AttributeListPosition"
4372
+ },
4373
+ "cite": {
4374
+ "$ref": "#/definitions/AttributeListPosition"
4375
+ },
4376
+ "code": {
4377
+ "$ref": "#/definitions/AttributeListPosition"
4378
+ },
4379
+ "col": {
4380
+ "$ref": "#/definitions/AttributeListPosition"
4381
+ },
4382
+ "colgroup": {
4383
+ "$ref": "#/definitions/AttributeListPosition"
4384
+ },
4385
+ "data": {
4386
+ "$ref": "#/definitions/AttributeListPosition"
4387
+ },
4388
+ "datalist": {
4389
+ "$ref": "#/definitions/AttributeListPosition"
4390
+ },
4391
+ "dd": {
4392
+ "$ref": "#/definitions/AttributeListPosition"
4393
+ },
4394
+ "del": {
4395
+ "$ref": "#/definitions/AttributeListPosition"
4396
+ },
4397
+ "details": {
4398
+ "$ref": "#/definitions/AttributeListPosition"
4399
+ },
4400
+ "dfn": {
4401
+ "$ref": "#/definitions/AttributeListPosition"
4402
+ },
4403
+ "dialog": {
4404
+ "$ref": "#/definitions/AttributeListPosition"
4405
+ },
4406
+ "div": {
4407
+ "$ref": "#/definitions/AttributeListPosition"
4408
+ },
4409
+ "dl": {
4410
+ "$ref": "#/definitions/AttributeListPosition"
4411
+ },
4412
+ "dt": {
4413
+ "$ref": "#/definitions/AttributeListPosition"
4414
+ },
4415
+ "em": {
4416
+ "$ref": "#/definitions/AttributeListPosition"
4417
+ },
4418
+ "embed": {
4419
+ "$ref": "#/definitions/AttributeListPosition"
4420
+ },
4421
+ "fieldset": {
4422
+ "$ref": "#/definitions/AttributeListPosition"
4423
+ },
4424
+ "figcaption": {
4425
+ "$ref": "#/definitions/AttributeListPosition"
4426
+ },
4427
+ "figure": {
4428
+ "$ref": "#/definitions/AttributeListPosition"
4429
+ },
4430
+ "footer": {
4431
+ "$ref": "#/definitions/AttributeListPosition"
4432
+ },
4433
+ "form": {
4434
+ "$ref": "#/definitions/AttributeListPosition"
4435
+ },
4436
+ "h1": {
4437
+ "$ref": "#/definitions/AttributeListPosition"
4438
+ },
4439
+ "h2": {
4440
+ "$ref": "#/definitions/AttributeListPosition"
4441
+ },
4442
+ "h3": {
4443
+ "$ref": "#/definitions/AttributeListPosition"
4444
+ },
4445
+ "h4": {
4446
+ "$ref": "#/definitions/AttributeListPosition"
4447
+ },
4448
+ "h5": {
4449
+ "$ref": "#/definitions/AttributeListPosition"
4450
+ },
4451
+ "h6": {
4452
+ "$ref": "#/definitions/AttributeListPosition"
4453
+ },
4454
+ "head": {
4455
+ "$ref": "#/definitions/AttributeListPosition"
4456
+ },
4457
+ "header": {
4458
+ "$ref": "#/definitions/AttributeListPosition"
4459
+ },
4460
+ "hgroup": {
4461
+ "$ref": "#/definitions/AttributeListPosition"
4462
+ },
4463
+ "hr": {
4464
+ "$ref": "#/definitions/AttributeListPosition"
4465
+ },
4466
+ "html": {
4467
+ "$ref": "#/definitions/AttributeListPosition"
4468
+ },
4469
+ "i": {
4470
+ "$ref": "#/definitions/AttributeListPosition"
4471
+ },
4472
+ "iframe": {
4473
+ "$ref": "#/definitions/AttributeListPosition"
4474
+ },
4475
+ "img": {
4476
+ "$ref": "#/definitions/AttributeListPosition"
4477
+ },
4478
+ "inline": {
4479
+ "$ref": "#/definitions/AttributeListPosition"
4480
+ },
4481
+ "input": {
4482
+ "$ref": "#/definitions/AttributeListPosition"
4483
+ },
4484
+ "ins": {
4485
+ "$ref": "#/definitions/AttributeListPosition"
4486
+ },
4487
+ "kbd": {
4488
+ "$ref": "#/definitions/AttributeListPosition"
4489
+ },
4490
+ "label": {
4491
+ "$ref": "#/definitions/AttributeListPosition"
4492
+ },
4493
+ "legend": {
4494
+ "$ref": "#/definitions/AttributeListPosition"
4495
+ },
4496
+ "li": {
4497
+ "$ref": "#/definitions/AttributeListPosition"
4498
+ },
4499
+ "link": {
4500
+ "$ref": "#/definitions/AttributeListPosition"
4501
+ },
4502
+ "main": {
4503
+ "$ref": "#/definitions/AttributeListPosition"
4504
+ },
4505
+ "map": {
4506
+ "$ref": "#/definitions/AttributeListPosition"
4507
+ },
4508
+ "mark": {
4509
+ "$ref": "#/definitions/AttributeListPosition"
4510
+ },
4511
+ "menu": {
4512
+ "$ref": "#/definitions/AttributeListPosition"
4513
+ },
4514
+ "meta": {
4515
+ "$ref": "#/definitions/AttributeListPosition"
4516
+ },
4517
+ "meter": {
4518
+ "$ref": "#/definitions/AttributeListPosition"
4519
+ },
4520
+ "nav": {
4521
+ "$ref": "#/definitions/AttributeListPosition"
4522
+ },
4523
+ "noscript": {
4524
+ "$ref": "#/definitions/AttributeListPosition"
4525
+ },
4526
+ "object": {
4527
+ "$ref": "#/definitions/AttributeListPosition"
4528
+ },
4529
+ "ol": {
4530
+ "$ref": "#/definitions/AttributeListPosition"
4531
+ },
4532
+ "optgroup": {
4533
+ "$ref": "#/definitions/AttributeListPosition"
4534
+ },
4535
+ "option": {
4536
+ "$ref": "#/definitions/AttributeListPosition"
4537
+ },
4538
+ "output": {
4539
+ "$ref": "#/definitions/AttributeListPosition"
4540
+ },
4541
+ "p": {
4542
+ "$ref": "#/definitions/AttributeListPosition"
4543
+ },
4544
+ "picture": {
4545
+ "$ref": "#/definitions/AttributeListPosition"
4546
+ },
4547
+ "pre": {
4548
+ "$ref": "#/definitions/AttributeListPosition"
4549
+ },
4550
+ "progress": {
4551
+ "$ref": "#/definitions/AttributeListPosition"
4552
+ },
4553
+ "q": {
4554
+ "$ref": "#/definitions/AttributeListPosition"
4555
+ },
4556
+ "rp": {
4557
+ "$ref": "#/definitions/AttributeListPosition"
4558
+ },
4559
+ "rt": {
4560
+ "$ref": "#/definitions/AttributeListPosition"
4561
+ },
4562
+ "ruby": {
4563
+ "$ref": "#/definitions/AttributeListPosition"
4564
+ },
4565
+ "s": {
4566
+ "$ref": "#/definitions/AttributeListPosition"
4567
+ },
4568
+ "samp": {
4569
+ "$ref": "#/definitions/AttributeListPosition"
4570
+ },
4571
+ "script": {
4572
+ "$ref": "#/definitions/AttributeListPosition"
4573
+ },
4574
+ "search": {
4575
+ "$ref": "#/definitions/AttributeListPosition"
4576
+ },
4577
+ "section": {
4578
+ "$ref": "#/definitions/AttributeListPosition"
4579
+ },
4580
+ "select": {
4581
+ "$ref": "#/definitions/AttributeListPosition"
4582
+ },
4583
+ "slot": {
4584
+ "$ref": "#/definitions/AttributeListPosition"
4585
+ },
4586
+ "small": {
4587
+ "$ref": "#/definitions/AttributeListPosition"
4588
+ },
4589
+ "source": {
4590
+ "$ref": "#/definitions/AttributeListPosition"
4591
+ },
4592
+ "span": {
4593
+ "$ref": "#/definitions/AttributeListPosition"
4594
+ },
4595
+ "strong": {
4596
+ "$ref": "#/definitions/AttributeListPosition"
4597
+ },
4598
+ "style": {
4599
+ "$ref": "#/definitions/AttributeListPosition"
4600
+ },
4601
+ "sub": {
4602
+ "$ref": "#/definitions/AttributeListPosition"
4603
+ },
4604
+ "summary": {
4605
+ "$ref": "#/definitions/AttributeListPosition"
4606
+ },
4607
+ "sup": {
4608
+ "$ref": "#/definitions/AttributeListPosition"
4609
+ },
4610
+ "table": {
4611
+ "$ref": "#/definitions/AttributeListPosition"
4612
+ },
4613
+ "tbody": {
4614
+ "$ref": "#/definitions/AttributeListPosition"
4615
+ },
4616
+ "td": {
4617
+ "$ref": "#/definitions/AttributeListPosition"
4618
+ },
4619
+ "template": {
4620
+ "$ref": "#/definitions/AttributeListPosition"
4621
+ },
4622
+ "textarea": {
4623
+ "$ref": "#/definitions/AttributeListPosition"
4624
+ },
4625
+ "tfoot": {
4626
+ "$ref": "#/definitions/AttributeListPosition"
4627
+ },
4628
+ "th": {
4629
+ "$ref": "#/definitions/AttributeListPosition"
4630
+ },
4631
+ "thead": {
4632
+ "$ref": "#/definitions/AttributeListPosition"
4633
+ },
4634
+ "time": {
4635
+ "$ref": "#/definitions/AttributeListPosition"
4636
+ },
4637
+ "title": {
4638
+ "$ref": "#/definitions/AttributeListPosition"
4639
+ },
4640
+ "tr": {
4641
+ "$ref": "#/definitions/AttributeListPosition"
4642
+ },
4643
+ "track": {
4644
+ "$ref": "#/definitions/AttributeListPosition"
4645
+ },
4646
+ "u": {
4647
+ "$ref": "#/definitions/AttributeListPosition"
4648
+ },
4649
+ "ul": {
4650
+ "$ref": "#/definitions/AttributeListPosition"
4651
+ },
4652
+ "var": {
4653
+ "$ref": "#/definitions/AttributeListPosition"
4654
+ },
4655
+ "video": {
4656
+ "$ref": "#/definitions/AttributeListPosition"
4657
+ },
4658
+ "wbr": {
4659
+ "$ref": "#/definitions/AttributeListPosition"
4660
+ }
4661
+ },
4662
+ "type": "object"
4663
+ },
4664
+ "MarkdownSettings": {
4665
+ "additionalProperties": false,
4666
+ "properties": {
4667
+ "engine": {
4668
+ "enum": [
4669
+ "commonmark",
4670
+ "kramdown"
4671
+ ],
4672
+ "type": "string"
4673
+ },
4674
+ "options": {
4675
+ "additionalProperties": false,
4676
+ "properties": {
4677
+ "attribute_elements": {
4678
+ "$ref": "#/definitions/MarkdownAttributeElementOptions",
4679
+ "description": "Define positioning behaviour of Markdown attributes for different elements.",
4680
+ "markdownDescription": "Define positioning behaviour of Markdown attributes for different elements."
4681
+ },
4682
+ "attributes": {
4683
+ "description": "Save element attributes in Markdown format instead of converting to HTML.",
4684
+ "markdownDescription": "Save element attributes in Markdown format instead of converting to HTML.",
4685
+ "type": "boolean"
4686
+ },
4687
+ "breaks": {
4688
+ "description": "Convert '\\n' in paragraphs into <br>.",
4689
+ "markdownDescription": "Convert '\\n' in paragraphs into <br>.",
4690
+ "type": "boolean"
4691
+ },
4692
+ "code_block_fences": {
4693
+ "description": "Determines which style of code block fences to use.",
4694
+ "enum": [
4695
+ "```",
4696
+ "~~~"
4697
+ ],
4698
+ "markdownDescription": "Determines which style of code block fences to use.",
4699
+ "type": "string"
4700
+ },
4701
+ "escape_snippets_in_code_blocks": {
4702
+ "description": "Render snippets as plain text within code blocks.",
4703
+ "markdownDescription": "Render snippets as plain text within code blocks.",
4704
+ "type": "boolean"
4705
+ },
4706
+ "gfm": {
4707
+ "description": "Enable GFM mode.",
4708
+ "markdownDescription": "Enable GFM mode.",
4709
+ "type": "boolean"
4710
+ },
4711
+ "heading_ids": {
4712
+ "description": "Generate IDs for headings",
4713
+ "markdownDescription": "Generate IDs for headings",
4714
+ "type": "boolean"
4715
+ },
4716
+ "html": {
4717
+ "description": "Output HTML tags from source.",
4718
+ "markdownDescription": "Output HTML tags from source.",
4719
+ "type": "boolean"
4720
+ },
4721
+ "linkify": {
4722
+ "description": "Autoconvert URL-like text to links.",
4723
+ "markdownDescription": "Autoconvert URL-like text to links.",
4724
+ "type": "boolean"
4725
+ },
4726
+ "quotes": {
4727
+ "description": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).",
4728
+ "markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).",
4729
+ "type": "string"
4730
+ },
4731
+ "sentence_per_line": {
4732
+ "description": "Add linebreaks between sentences in Markdown.",
4733
+ "markdownDescription": "Add linebreaks between sentences in Markdown.",
4734
+ "type": "boolean"
4735
+ },
4736
+ "spaced_lists": {
4737
+ "description": "Output lists with an extra space in Markdown.",
4738
+ "markdownDescription": "Output lists with an extra space in Markdown.",
4739
+ "type": "boolean"
4740
+ },
4741
+ "strikethrough": {
4742
+ "description": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4743
+ "markdownDescription": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4744
+ "type": "boolean"
4745
+ },
4746
+ "subscript": {
4747
+ "description": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4748
+ "markdownDescription": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4749
+ "type": "boolean"
4750
+ },
4751
+ "superscript": {
4752
+ "description": "Output superscript in wrapped in carets (e.g. ^super^)",
4753
+ "markdownDescription": "Output superscript in wrapped in carets (e.g. ^super^)",
4754
+ "type": "boolean"
4755
+ },
4756
+ "table": {
4757
+ "description": "Output tables in Markdown format.",
4758
+ "markdownDescription": "Output tables in Markdown format.",
4759
+ "type": "boolean"
4760
+ },
4761
+ "treat_indentation_as_code": {
4762
+ "description": "Determines whether 4 spaces on indentation should be read as a code block.",
4763
+ "markdownDescription": "Determines whether 4 spaces on indentation should be read as a code block.",
4764
+ "type": "boolean"
4765
+ },
4766
+ "typographer": {
4767
+ "description": "Enable some language-neutral replacement + quotes beautification.",
4768
+ "markdownDescription": "Enable some language-neutral replacement + quotes beautification.",
4769
+ "type": "boolean"
4770
+ },
4771
+ "xhtml": {
4772
+ "description": "Use '/' to close single tags (<br />).",
4773
+ "markdownDescription": "Use '/' to close single tags (<br />).",
4774
+ "type": "boolean"
4775
+ }
4776
+ },
4777
+ "type": "object"
4778
+ }
4779
+ },
4780
+ "required": [
4781
+ "engine",
4782
+ "options"
4783
+ ],
4784
+ "type": "object"
4785
+ },
4371
4786
  "MimeType": {
4372
4787
  "enum": [
4373
4788
  "x-world/x-3dmf",
@@ -5877,12 +6292,6 @@
5877
6292
  "markdownDescription": "Enables a control to copy formatting from text to other text. Only applies to formatting from\n`bold`, `italic`, `underline`, `strike`, `subscript`, and `superscript`. Does not copy other\nstyles or formatting.",
5878
6293
  "type": "boolean"
5879
6294
  },
5880
- "correct_orientation": {
5881
- "default": true,
5882
- "description": "Controls whether or not the JPEG headers defining how an image should be rotated before being displayed is baked into images prior to upload.",
5883
- "markdownDescription": "Controls whether or not the JPEG headers defining how an image should be rotated before being\ndisplayed is baked into images prior to upload.",
5884
- "type": "boolean"
5885
- },
5886
6295
  "embed": {
5887
6296
  "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.",
5888
6297
  "markdownDescription": "Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other\nmedia. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags.\nEmbeds containing script tags are not loaded in the editor.",
@@ -5959,7 +6368,8 @@
5959
6368
  "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.",
5960
6369
  "enum": [
5961
6370
  "image/jpeg",
5962
- "image/png"
6371
+ "image/png",
6372
+ "image/webp"
5963
6373
  ],
5964
6374
  "markdownDescription": "Sets the format images are converted to prior to upload. The extension of the file is updated\nto match. Defaults to keeping the mime type of the uploaded file.",
5965
6375
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcannon/configuration-types",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.",
5
5
  "author": "CloudCannon <support@cloudcannon.com>",
6
6
  "license": "MIT",