@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"
@@ -1778,61 +1784,10 @@
1778
1784
  "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
1779
1785
  "type": "object"
1780
1786
  },
1781
- "generator": {
1782
- "additionalProperties": false,
1787
+ "markdown": {
1788
+ "$ref": "#/definitions/MarkdownSettings",
1783
1789
  "description": "Contains settings for various Markdown engines.",
1784
- "markdownDescription": "Contains settings for various Markdown engines.",
1785
- "properties": {
1786
- "metadata": {
1787
- "additionalProperties": false,
1788
- "description": "Settings for various Markdown engines.",
1789
- "markdownDescription": "Settings for various Markdown engines.",
1790
- "properties": {
1791
- "commonmark": {
1792
- "description": "Markdown options specific used when markdown is set to \"commonmark\".",
1793
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
1794
- "type": "object"
1795
- },
1796
- "commonmarkghpages": {
1797
- "description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
1798
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
1799
- "type": "object"
1800
- },
1801
- "goldmark": {
1802
- "description": "Markdown options specific used when markdown is set to \"goldmark\".",
1803
- "markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
1804
- "type": "object"
1805
- },
1806
- "kramdown": {
1807
- "description": "Markdown options specific used when markdown is set to \"kramdown\".",
1808
- "markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
1809
- "type": "object"
1810
- },
1811
- "markdown": {
1812
- "description": "The Markdown engine used on your site.",
1813
- "enum": [
1814
- "kramdown",
1815
- "commonmark",
1816
- "commonmarkghpages",
1817
- "goldmark",
1818
- "markdown-it"
1819
- ],
1820
- "markdownDescription": "The Markdown engine used on your site.",
1821
- "type": "string"
1822
- },
1823
- "markdown-it": {
1824
- "description": "Markdown options specific used when markdown is set to \"markdown-it\".",
1825
- "markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
1826
- "type": "object"
1827
- }
1828
- },
1829
- "required": [
1830
- "markdown"
1831
- ],
1832
- "type": "object"
1833
- }
1834
- },
1835
- "type": "object"
1790
+ "markdownDescription": "Contains settings for various Markdown engines."
1836
1791
  },
1837
1792
  "paths": {
1838
1793
  "$ref": "#/definitions/Paths",
@@ -3997,12 +3952,6 @@
3997
3952
  "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.",
3998
3953
  "type": "array"
3999
3954
  },
4000
- "correct_orientation": {
4001
- "default": true,
4002
- "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.",
4003
- "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.",
4004
- "type": "boolean"
4005
- },
4006
3955
  "expandable": {
4007
3956
  "default": false,
4008
3957
  "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.",
@@ -4024,7 +3973,8 @@
4024
3973
  "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.",
4025
3974
  "enum": [
4026
3975
  "image/jpeg",
4027
- "image/png"
3976
+ "image/png",
3977
+ "image/webp"
4028
3978
  ],
4029
3979
  "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.",
4030
3980
  "type": "string"
@@ -4192,12 +4142,6 @@
4192
4142
  "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.",
4193
4143
  "type": "array"
4194
4144
  },
4195
- "correct_orientation": {
4196
- "default": true,
4197
- "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.",
4198
- "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.",
4199
- "type": "boolean"
4200
- },
4201
4145
  "empty_type": {
4202
4146
  "$ref": "#/definitions/EmptyTypeText",
4203
4147
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
@@ -4224,7 +4168,8 @@
4224
4168
  "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.",
4225
4169
  "enum": [
4226
4170
  "image/jpeg",
4227
- "image/png"
4171
+ "image/png",
4172
+ "image/webp"
4228
4173
  ],
4229
4174
  "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.",
4230
4175
  "type": "string"
@@ -4395,6 +4340,476 @@
4395
4340
  },
4396
4341
  "type": "object"
4397
4342
  },
4343
+ "MarkdownAttributeElementOptions": {
4344
+ "additionalProperties": false,
4345
+ "properties": {
4346
+ "a": {
4347
+ "$ref": "#/definitions/AttributeListPosition"
4348
+ },
4349
+ "abbr": {
4350
+ "$ref": "#/definitions/AttributeListPosition"
4351
+ },
4352
+ "address": {
4353
+ "$ref": "#/definitions/AttributeListPosition"
4354
+ },
4355
+ "area": {
4356
+ "$ref": "#/definitions/AttributeListPosition"
4357
+ },
4358
+ "article": {
4359
+ "$ref": "#/definitions/AttributeListPosition"
4360
+ },
4361
+ "aside": {
4362
+ "$ref": "#/definitions/AttributeListPosition"
4363
+ },
4364
+ "audio": {
4365
+ "$ref": "#/definitions/AttributeListPosition"
4366
+ },
4367
+ "b": {
4368
+ "$ref": "#/definitions/AttributeListPosition"
4369
+ },
4370
+ "base": {
4371
+ "$ref": "#/definitions/AttributeListPosition"
4372
+ },
4373
+ "bdi": {
4374
+ "$ref": "#/definitions/AttributeListPosition"
4375
+ },
4376
+ "bdo": {
4377
+ "$ref": "#/definitions/AttributeListPosition"
4378
+ },
4379
+ "block": {
4380
+ "$ref": "#/definitions/AttributeListPosition"
4381
+ },
4382
+ "blockquote": {
4383
+ "$ref": "#/definitions/AttributeListPosition"
4384
+ },
4385
+ "body": {
4386
+ "$ref": "#/definitions/AttributeListPosition"
4387
+ },
4388
+ "br": {
4389
+ "$ref": "#/definitions/AttributeListPosition"
4390
+ },
4391
+ "button": {
4392
+ "$ref": "#/definitions/AttributeListPosition"
4393
+ },
4394
+ "canvas": {
4395
+ "$ref": "#/definitions/AttributeListPosition"
4396
+ },
4397
+ "caption": {
4398
+ "$ref": "#/definitions/AttributeListPosition"
4399
+ },
4400
+ "cite": {
4401
+ "$ref": "#/definitions/AttributeListPosition"
4402
+ },
4403
+ "code": {
4404
+ "$ref": "#/definitions/AttributeListPosition"
4405
+ },
4406
+ "col": {
4407
+ "$ref": "#/definitions/AttributeListPosition"
4408
+ },
4409
+ "colgroup": {
4410
+ "$ref": "#/definitions/AttributeListPosition"
4411
+ },
4412
+ "data": {
4413
+ "$ref": "#/definitions/AttributeListPosition"
4414
+ },
4415
+ "datalist": {
4416
+ "$ref": "#/definitions/AttributeListPosition"
4417
+ },
4418
+ "dd": {
4419
+ "$ref": "#/definitions/AttributeListPosition"
4420
+ },
4421
+ "del": {
4422
+ "$ref": "#/definitions/AttributeListPosition"
4423
+ },
4424
+ "details": {
4425
+ "$ref": "#/definitions/AttributeListPosition"
4426
+ },
4427
+ "dfn": {
4428
+ "$ref": "#/definitions/AttributeListPosition"
4429
+ },
4430
+ "dialog": {
4431
+ "$ref": "#/definitions/AttributeListPosition"
4432
+ },
4433
+ "div": {
4434
+ "$ref": "#/definitions/AttributeListPosition"
4435
+ },
4436
+ "dl": {
4437
+ "$ref": "#/definitions/AttributeListPosition"
4438
+ },
4439
+ "dt": {
4440
+ "$ref": "#/definitions/AttributeListPosition"
4441
+ },
4442
+ "em": {
4443
+ "$ref": "#/definitions/AttributeListPosition"
4444
+ },
4445
+ "embed": {
4446
+ "$ref": "#/definitions/AttributeListPosition"
4447
+ },
4448
+ "fieldset": {
4449
+ "$ref": "#/definitions/AttributeListPosition"
4450
+ },
4451
+ "figcaption": {
4452
+ "$ref": "#/definitions/AttributeListPosition"
4453
+ },
4454
+ "figure": {
4455
+ "$ref": "#/definitions/AttributeListPosition"
4456
+ },
4457
+ "footer": {
4458
+ "$ref": "#/definitions/AttributeListPosition"
4459
+ },
4460
+ "form": {
4461
+ "$ref": "#/definitions/AttributeListPosition"
4462
+ },
4463
+ "h1": {
4464
+ "$ref": "#/definitions/AttributeListPosition"
4465
+ },
4466
+ "h2": {
4467
+ "$ref": "#/definitions/AttributeListPosition"
4468
+ },
4469
+ "h3": {
4470
+ "$ref": "#/definitions/AttributeListPosition"
4471
+ },
4472
+ "h4": {
4473
+ "$ref": "#/definitions/AttributeListPosition"
4474
+ },
4475
+ "h5": {
4476
+ "$ref": "#/definitions/AttributeListPosition"
4477
+ },
4478
+ "h6": {
4479
+ "$ref": "#/definitions/AttributeListPosition"
4480
+ },
4481
+ "head": {
4482
+ "$ref": "#/definitions/AttributeListPosition"
4483
+ },
4484
+ "header": {
4485
+ "$ref": "#/definitions/AttributeListPosition"
4486
+ },
4487
+ "hgroup": {
4488
+ "$ref": "#/definitions/AttributeListPosition"
4489
+ },
4490
+ "hr": {
4491
+ "$ref": "#/definitions/AttributeListPosition"
4492
+ },
4493
+ "html": {
4494
+ "$ref": "#/definitions/AttributeListPosition"
4495
+ },
4496
+ "i": {
4497
+ "$ref": "#/definitions/AttributeListPosition"
4498
+ },
4499
+ "iframe": {
4500
+ "$ref": "#/definitions/AttributeListPosition"
4501
+ },
4502
+ "img": {
4503
+ "$ref": "#/definitions/AttributeListPosition"
4504
+ },
4505
+ "inline": {
4506
+ "$ref": "#/definitions/AttributeListPosition"
4507
+ },
4508
+ "input": {
4509
+ "$ref": "#/definitions/AttributeListPosition"
4510
+ },
4511
+ "ins": {
4512
+ "$ref": "#/definitions/AttributeListPosition"
4513
+ },
4514
+ "kbd": {
4515
+ "$ref": "#/definitions/AttributeListPosition"
4516
+ },
4517
+ "label": {
4518
+ "$ref": "#/definitions/AttributeListPosition"
4519
+ },
4520
+ "legend": {
4521
+ "$ref": "#/definitions/AttributeListPosition"
4522
+ },
4523
+ "li": {
4524
+ "$ref": "#/definitions/AttributeListPosition"
4525
+ },
4526
+ "link": {
4527
+ "$ref": "#/definitions/AttributeListPosition"
4528
+ },
4529
+ "main": {
4530
+ "$ref": "#/definitions/AttributeListPosition"
4531
+ },
4532
+ "map": {
4533
+ "$ref": "#/definitions/AttributeListPosition"
4534
+ },
4535
+ "mark": {
4536
+ "$ref": "#/definitions/AttributeListPosition"
4537
+ },
4538
+ "menu": {
4539
+ "$ref": "#/definitions/AttributeListPosition"
4540
+ },
4541
+ "meta": {
4542
+ "$ref": "#/definitions/AttributeListPosition"
4543
+ },
4544
+ "meter": {
4545
+ "$ref": "#/definitions/AttributeListPosition"
4546
+ },
4547
+ "nav": {
4548
+ "$ref": "#/definitions/AttributeListPosition"
4549
+ },
4550
+ "noscript": {
4551
+ "$ref": "#/definitions/AttributeListPosition"
4552
+ },
4553
+ "object": {
4554
+ "$ref": "#/definitions/AttributeListPosition"
4555
+ },
4556
+ "ol": {
4557
+ "$ref": "#/definitions/AttributeListPosition"
4558
+ },
4559
+ "optgroup": {
4560
+ "$ref": "#/definitions/AttributeListPosition"
4561
+ },
4562
+ "option": {
4563
+ "$ref": "#/definitions/AttributeListPosition"
4564
+ },
4565
+ "output": {
4566
+ "$ref": "#/definitions/AttributeListPosition"
4567
+ },
4568
+ "p": {
4569
+ "$ref": "#/definitions/AttributeListPosition"
4570
+ },
4571
+ "picture": {
4572
+ "$ref": "#/definitions/AttributeListPosition"
4573
+ },
4574
+ "pre": {
4575
+ "$ref": "#/definitions/AttributeListPosition"
4576
+ },
4577
+ "progress": {
4578
+ "$ref": "#/definitions/AttributeListPosition"
4579
+ },
4580
+ "q": {
4581
+ "$ref": "#/definitions/AttributeListPosition"
4582
+ },
4583
+ "rp": {
4584
+ "$ref": "#/definitions/AttributeListPosition"
4585
+ },
4586
+ "rt": {
4587
+ "$ref": "#/definitions/AttributeListPosition"
4588
+ },
4589
+ "ruby": {
4590
+ "$ref": "#/definitions/AttributeListPosition"
4591
+ },
4592
+ "s": {
4593
+ "$ref": "#/definitions/AttributeListPosition"
4594
+ },
4595
+ "samp": {
4596
+ "$ref": "#/definitions/AttributeListPosition"
4597
+ },
4598
+ "script": {
4599
+ "$ref": "#/definitions/AttributeListPosition"
4600
+ },
4601
+ "search": {
4602
+ "$ref": "#/definitions/AttributeListPosition"
4603
+ },
4604
+ "section": {
4605
+ "$ref": "#/definitions/AttributeListPosition"
4606
+ },
4607
+ "select": {
4608
+ "$ref": "#/definitions/AttributeListPosition"
4609
+ },
4610
+ "slot": {
4611
+ "$ref": "#/definitions/AttributeListPosition"
4612
+ },
4613
+ "small": {
4614
+ "$ref": "#/definitions/AttributeListPosition"
4615
+ },
4616
+ "source": {
4617
+ "$ref": "#/definitions/AttributeListPosition"
4618
+ },
4619
+ "span": {
4620
+ "$ref": "#/definitions/AttributeListPosition"
4621
+ },
4622
+ "strong": {
4623
+ "$ref": "#/definitions/AttributeListPosition"
4624
+ },
4625
+ "style": {
4626
+ "$ref": "#/definitions/AttributeListPosition"
4627
+ },
4628
+ "sub": {
4629
+ "$ref": "#/definitions/AttributeListPosition"
4630
+ },
4631
+ "summary": {
4632
+ "$ref": "#/definitions/AttributeListPosition"
4633
+ },
4634
+ "sup": {
4635
+ "$ref": "#/definitions/AttributeListPosition"
4636
+ },
4637
+ "table": {
4638
+ "$ref": "#/definitions/AttributeListPosition"
4639
+ },
4640
+ "tbody": {
4641
+ "$ref": "#/definitions/AttributeListPosition"
4642
+ },
4643
+ "td": {
4644
+ "$ref": "#/definitions/AttributeListPosition"
4645
+ },
4646
+ "template": {
4647
+ "$ref": "#/definitions/AttributeListPosition"
4648
+ },
4649
+ "textarea": {
4650
+ "$ref": "#/definitions/AttributeListPosition"
4651
+ },
4652
+ "tfoot": {
4653
+ "$ref": "#/definitions/AttributeListPosition"
4654
+ },
4655
+ "th": {
4656
+ "$ref": "#/definitions/AttributeListPosition"
4657
+ },
4658
+ "thead": {
4659
+ "$ref": "#/definitions/AttributeListPosition"
4660
+ },
4661
+ "time": {
4662
+ "$ref": "#/definitions/AttributeListPosition"
4663
+ },
4664
+ "title": {
4665
+ "$ref": "#/definitions/AttributeListPosition"
4666
+ },
4667
+ "tr": {
4668
+ "$ref": "#/definitions/AttributeListPosition"
4669
+ },
4670
+ "track": {
4671
+ "$ref": "#/definitions/AttributeListPosition"
4672
+ },
4673
+ "u": {
4674
+ "$ref": "#/definitions/AttributeListPosition"
4675
+ },
4676
+ "ul": {
4677
+ "$ref": "#/definitions/AttributeListPosition"
4678
+ },
4679
+ "var": {
4680
+ "$ref": "#/definitions/AttributeListPosition"
4681
+ },
4682
+ "video": {
4683
+ "$ref": "#/definitions/AttributeListPosition"
4684
+ },
4685
+ "wbr": {
4686
+ "$ref": "#/definitions/AttributeListPosition"
4687
+ }
4688
+ },
4689
+ "type": "object"
4690
+ },
4691
+ "MarkdownSettings": {
4692
+ "additionalProperties": false,
4693
+ "properties": {
4694
+ "engine": {
4695
+ "enum": [
4696
+ "commonmark",
4697
+ "kramdown"
4698
+ ],
4699
+ "type": "string"
4700
+ },
4701
+ "options": {
4702
+ "additionalProperties": false,
4703
+ "properties": {
4704
+ "attribute_elements": {
4705
+ "$ref": "#/definitions/MarkdownAttributeElementOptions",
4706
+ "description": "Define positioning behaviour of Markdown attributes for different elements.",
4707
+ "markdownDescription": "Define positioning behaviour of Markdown attributes for different elements."
4708
+ },
4709
+ "attributes": {
4710
+ "description": "Save element attributes in Markdown format instead of converting to HTML.",
4711
+ "markdownDescription": "Save element attributes in Markdown format instead of converting to HTML.",
4712
+ "type": "boolean"
4713
+ },
4714
+ "breaks": {
4715
+ "description": "Convert '\\n' in paragraphs into <br>.",
4716
+ "markdownDescription": "Convert '\\n' in paragraphs into <br>.",
4717
+ "type": "boolean"
4718
+ },
4719
+ "code_block_fences": {
4720
+ "description": "Determines which style of code block fences to use.",
4721
+ "enum": [
4722
+ "```",
4723
+ "~~~"
4724
+ ],
4725
+ "markdownDescription": "Determines which style of code block fences to use.",
4726
+ "type": "string"
4727
+ },
4728
+ "escape_snippets_in_code_blocks": {
4729
+ "description": "Render snippets as plain text within code blocks.",
4730
+ "markdownDescription": "Render snippets as plain text within code blocks.",
4731
+ "type": "boolean"
4732
+ },
4733
+ "gfm": {
4734
+ "description": "Enable GFM mode.",
4735
+ "markdownDescription": "Enable GFM mode.",
4736
+ "type": "boolean"
4737
+ },
4738
+ "heading_ids": {
4739
+ "description": "Generate IDs for headings",
4740
+ "markdownDescription": "Generate IDs for headings",
4741
+ "type": "boolean"
4742
+ },
4743
+ "html": {
4744
+ "description": "Output HTML tags from source.",
4745
+ "markdownDescription": "Output HTML tags from source.",
4746
+ "type": "boolean"
4747
+ },
4748
+ "linkify": {
4749
+ "description": "Autoconvert URL-like text to links.",
4750
+ "markdownDescription": "Autoconvert URL-like text to links.",
4751
+ "type": "boolean"
4752
+ },
4753
+ "quotes": {
4754
+ "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).",
4755
+ "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).",
4756
+ "type": "string"
4757
+ },
4758
+ "sentence_per_line": {
4759
+ "description": "Add linebreaks between sentences in Markdown.",
4760
+ "markdownDescription": "Add linebreaks between sentences in Markdown.",
4761
+ "type": "boolean"
4762
+ },
4763
+ "spaced_lists": {
4764
+ "description": "Output lists with an extra space in Markdown.",
4765
+ "markdownDescription": "Output lists with an extra space in Markdown.",
4766
+ "type": "boolean"
4767
+ },
4768
+ "strikethrough": {
4769
+ "description": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4770
+ "markdownDescription": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4771
+ "type": "boolean"
4772
+ },
4773
+ "subscript": {
4774
+ "description": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4775
+ "markdownDescription": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4776
+ "type": "boolean"
4777
+ },
4778
+ "superscript": {
4779
+ "description": "Output superscript in wrapped in carets (e.g. ^super^)",
4780
+ "markdownDescription": "Output superscript in wrapped in carets (e.g. ^super^)",
4781
+ "type": "boolean"
4782
+ },
4783
+ "table": {
4784
+ "description": "Output tables in Markdown format.",
4785
+ "markdownDescription": "Output tables in Markdown format.",
4786
+ "type": "boolean"
4787
+ },
4788
+ "treat_indentation_as_code": {
4789
+ "description": "Determines whether 4 spaces on indentation should be read as a code block.",
4790
+ "markdownDescription": "Determines whether 4 spaces on indentation should be read as a code block.",
4791
+ "type": "boolean"
4792
+ },
4793
+ "typographer": {
4794
+ "description": "Enable some language-neutral replacement + quotes beautification.",
4795
+ "markdownDescription": "Enable some language-neutral replacement + quotes beautification.",
4796
+ "type": "boolean"
4797
+ },
4798
+ "xhtml": {
4799
+ "description": "Use '/' to close single tags (<br />).",
4800
+ "markdownDescription": "Use '/' to close single tags (<br />).",
4801
+ "type": "boolean"
4802
+ }
4803
+ },
4804
+ "type": "object"
4805
+ }
4806
+ },
4807
+ "required": [
4808
+ "engine",
4809
+ "options"
4810
+ ],
4811
+ "type": "object"
4812
+ },
4398
4813
  "MimeType": {
4399
4814
  "enum": [
4400
4815
  "x-world/x-3dmf",
@@ -5904,12 +6319,6 @@
5904
6319
  "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.",
5905
6320
  "type": "boolean"
5906
6321
  },
5907
- "correct_orientation": {
5908
- "default": true,
5909
- "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.",
5910
- "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.",
5911
- "type": "boolean"
5912
- },
5913
6322
  "embed": {
5914
6323
  "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.",
5915
6324
  "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.",
@@ -5986,7 +6395,8 @@
5986
6395
  "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.",
5987
6396
  "enum": [
5988
6397
  "image/jpeg",
5989
- "image/png"
6398
+ "image/png",
6399
+ "image/webp"
5990
6400
  ],
5991
6401
  "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.",
5992
6402
  "type": "string"