@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"
@@ -3587,12 +3593,6 @@
3587
3593
  "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.",
3588
3594
  "type": "array"
3589
3595
  },
3590
- "correct_orientation": {
3591
- "default": true,
3592
- "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.",
3593
- "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.",
3594
- "type": "boolean"
3595
- },
3596
3596
  "expandable": {
3597
3597
  "default": false,
3598
3598
  "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.",
@@ -3614,7 +3614,8 @@
3614
3614
  "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.",
3615
3615
  "enum": [
3616
3616
  "image/jpeg",
3617
- "image/png"
3617
+ "image/png",
3618
+ "image/webp"
3618
3619
  ],
3619
3620
  "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.",
3620
3621
  "type": "string"
@@ -3782,12 +3783,6 @@
3782
3783
  "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.",
3783
3784
  "type": "array"
3784
3785
  },
3785
- "correct_orientation": {
3786
- "default": true,
3787
- "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.",
3788
- "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.",
3789
- "type": "boolean"
3790
- },
3791
3786
  "empty_type": {
3792
3787
  "$ref": "#/definitions/EmptyTypeText",
3793
3788
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
@@ -3814,7 +3809,8 @@
3814
3809
  "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.",
3815
3810
  "enum": [
3816
3811
  "image/jpeg",
3817
- "image/png"
3812
+ "image/png",
3813
+ "image/webp"
3818
3814
  ],
3819
3815
  "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.",
3820
3816
  "type": "string"
@@ -3985,6 +3981,476 @@
3985
3981
  },
3986
3982
  "type": "object"
3987
3983
  },
3984
+ "MarkdownAttributeElementOptions": {
3985
+ "additionalProperties": false,
3986
+ "properties": {
3987
+ "a": {
3988
+ "$ref": "#/definitions/AttributeListPosition"
3989
+ },
3990
+ "abbr": {
3991
+ "$ref": "#/definitions/AttributeListPosition"
3992
+ },
3993
+ "address": {
3994
+ "$ref": "#/definitions/AttributeListPosition"
3995
+ },
3996
+ "area": {
3997
+ "$ref": "#/definitions/AttributeListPosition"
3998
+ },
3999
+ "article": {
4000
+ "$ref": "#/definitions/AttributeListPosition"
4001
+ },
4002
+ "aside": {
4003
+ "$ref": "#/definitions/AttributeListPosition"
4004
+ },
4005
+ "audio": {
4006
+ "$ref": "#/definitions/AttributeListPosition"
4007
+ },
4008
+ "b": {
4009
+ "$ref": "#/definitions/AttributeListPosition"
4010
+ },
4011
+ "base": {
4012
+ "$ref": "#/definitions/AttributeListPosition"
4013
+ },
4014
+ "bdi": {
4015
+ "$ref": "#/definitions/AttributeListPosition"
4016
+ },
4017
+ "bdo": {
4018
+ "$ref": "#/definitions/AttributeListPosition"
4019
+ },
4020
+ "block": {
4021
+ "$ref": "#/definitions/AttributeListPosition"
4022
+ },
4023
+ "blockquote": {
4024
+ "$ref": "#/definitions/AttributeListPosition"
4025
+ },
4026
+ "body": {
4027
+ "$ref": "#/definitions/AttributeListPosition"
4028
+ },
4029
+ "br": {
4030
+ "$ref": "#/definitions/AttributeListPosition"
4031
+ },
4032
+ "button": {
4033
+ "$ref": "#/definitions/AttributeListPosition"
4034
+ },
4035
+ "canvas": {
4036
+ "$ref": "#/definitions/AttributeListPosition"
4037
+ },
4038
+ "caption": {
4039
+ "$ref": "#/definitions/AttributeListPosition"
4040
+ },
4041
+ "cite": {
4042
+ "$ref": "#/definitions/AttributeListPosition"
4043
+ },
4044
+ "code": {
4045
+ "$ref": "#/definitions/AttributeListPosition"
4046
+ },
4047
+ "col": {
4048
+ "$ref": "#/definitions/AttributeListPosition"
4049
+ },
4050
+ "colgroup": {
4051
+ "$ref": "#/definitions/AttributeListPosition"
4052
+ },
4053
+ "data": {
4054
+ "$ref": "#/definitions/AttributeListPosition"
4055
+ },
4056
+ "datalist": {
4057
+ "$ref": "#/definitions/AttributeListPosition"
4058
+ },
4059
+ "dd": {
4060
+ "$ref": "#/definitions/AttributeListPosition"
4061
+ },
4062
+ "del": {
4063
+ "$ref": "#/definitions/AttributeListPosition"
4064
+ },
4065
+ "details": {
4066
+ "$ref": "#/definitions/AttributeListPosition"
4067
+ },
4068
+ "dfn": {
4069
+ "$ref": "#/definitions/AttributeListPosition"
4070
+ },
4071
+ "dialog": {
4072
+ "$ref": "#/definitions/AttributeListPosition"
4073
+ },
4074
+ "div": {
4075
+ "$ref": "#/definitions/AttributeListPosition"
4076
+ },
4077
+ "dl": {
4078
+ "$ref": "#/definitions/AttributeListPosition"
4079
+ },
4080
+ "dt": {
4081
+ "$ref": "#/definitions/AttributeListPosition"
4082
+ },
4083
+ "em": {
4084
+ "$ref": "#/definitions/AttributeListPosition"
4085
+ },
4086
+ "embed": {
4087
+ "$ref": "#/definitions/AttributeListPosition"
4088
+ },
4089
+ "fieldset": {
4090
+ "$ref": "#/definitions/AttributeListPosition"
4091
+ },
4092
+ "figcaption": {
4093
+ "$ref": "#/definitions/AttributeListPosition"
4094
+ },
4095
+ "figure": {
4096
+ "$ref": "#/definitions/AttributeListPosition"
4097
+ },
4098
+ "footer": {
4099
+ "$ref": "#/definitions/AttributeListPosition"
4100
+ },
4101
+ "form": {
4102
+ "$ref": "#/definitions/AttributeListPosition"
4103
+ },
4104
+ "h1": {
4105
+ "$ref": "#/definitions/AttributeListPosition"
4106
+ },
4107
+ "h2": {
4108
+ "$ref": "#/definitions/AttributeListPosition"
4109
+ },
4110
+ "h3": {
4111
+ "$ref": "#/definitions/AttributeListPosition"
4112
+ },
4113
+ "h4": {
4114
+ "$ref": "#/definitions/AttributeListPosition"
4115
+ },
4116
+ "h5": {
4117
+ "$ref": "#/definitions/AttributeListPosition"
4118
+ },
4119
+ "h6": {
4120
+ "$ref": "#/definitions/AttributeListPosition"
4121
+ },
4122
+ "head": {
4123
+ "$ref": "#/definitions/AttributeListPosition"
4124
+ },
4125
+ "header": {
4126
+ "$ref": "#/definitions/AttributeListPosition"
4127
+ },
4128
+ "hgroup": {
4129
+ "$ref": "#/definitions/AttributeListPosition"
4130
+ },
4131
+ "hr": {
4132
+ "$ref": "#/definitions/AttributeListPosition"
4133
+ },
4134
+ "html": {
4135
+ "$ref": "#/definitions/AttributeListPosition"
4136
+ },
4137
+ "i": {
4138
+ "$ref": "#/definitions/AttributeListPosition"
4139
+ },
4140
+ "iframe": {
4141
+ "$ref": "#/definitions/AttributeListPosition"
4142
+ },
4143
+ "img": {
4144
+ "$ref": "#/definitions/AttributeListPosition"
4145
+ },
4146
+ "inline": {
4147
+ "$ref": "#/definitions/AttributeListPosition"
4148
+ },
4149
+ "input": {
4150
+ "$ref": "#/definitions/AttributeListPosition"
4151
+ },
4152
+ "ins": {
4153
+ "$ref": "#/definitions/AttributeListPosition"
4154
+ },
4155
+ "kbd": {
4156
+ "$ref": "#/definitions/AttributeListPosition"
4157
+ },
4158
+ "label": {
4159
+ "$ref": "#/definitions/AttributeListPosition"
4160
+ },
4161
+ "legend": {
4162
+ "$ref": "#/definitions/AttributeListPosition"
4163
+ },
4164
+ "li": {
4165
+ "$ref": "#/definitions/AttributeListPosition"
4166
+ },
4167
+ "link": {
4168
+ "$ref": "#/definitions/AttributeListPosition"
4169
+ },
4170
+ "main": {
4171
+ "$ref": "#/definitions/AttributeListPosition"
4172
+ },
4173
+ "map": {
4174
+ "$ref": "#/definitions/AttributeListPosition"
4175
+ },
4176
+ "mark": {
4177
+ "$ref": "#/definitions/AttributeListPosition"
4178
+ },
4179
+ "menu": {
4180
+ "$ref": "#/definitions/AttributeListPosition"
4181
+ },
4182
+ "meta": {
4183
+ "$ref": "#/definitions/AttributeListPosition"
4184
+ },
4185
+ "meter": {
4186
+ "$ref": "#/definitions/AttributeListPosition"
4187
+ },
4188
+ "nav": {
4189
+ "$ref": "#/definitions/AttributeListPosition"
4190
+ },
4191
+ "noscript": {
4192
+ "$ref": "#/definitions/AttributeListPosition"
4193
+ },
4194
+ "object": {
4195
+ "$ref": "#/definitions/AttributeListPosition"
4196
+ },
4197
+ "ol": {
4198
+ "$ref": "#/definitions/AttributeListPosition"
4199
+ },
4200
+ "optgroup": {
4201
+ "$ref": "#/definitions/AttributeListPosition"
4202
+ },
4203
+ "option": {
4204
+ "$ref": "#/definitions/AttributeListPosition"
4205
+ },
4206
+ "output": {
4207
+ "$ref": "#/definitions/AttributeListPosition"
4208
+ },
4209
+ "p": {
4210
+ "$ref": "#/definitions/AttributeListPosition"
4211
+ },
4212
+ "picture": {
4213
+ "$ref": "#/definitions/AttributeListPosition"
4214
+ },
4215
+ "pre": {
4216
+ "$ref": "#/definitions/AttributeListPosition"
4217
+ },
4218
+ "progress": {
4219
+ "$ref": "#/definitions/AttributeListPosition"
4220
+ },
4221
+ "q": {
4222
+ "$ref": "#/definitions/AttributeListPosition"
4223
+ },
4224
+ "rp": {
4225
+ "$ref": "#/definitions/AttributeListPosition"
4226
+ },
4227
+ "rt": {
4228
+ "$ref": "#/definitions/AttributeListPosition"
4229
+ },
4230
+ "ruby": {
4231
+ "$ref": "#/definitions/AttributeListPosition"
4232
+ },
4233
+ "s": {
4234
+ "$ref": "#/definitions/AttributeListPosition"
4235
+ },
4236
+ "samp": {
4237
+ "$ref": "#/definitions/AttributeListPosition"
4238
+ },
4239
+ "script": {
4240
+ "$ref": "#/definitions/AttributeListPosition"
4241
+ },
4242
+ "search": {
4243
+ "$ref": "#/definitions/AttributeListPosition"
4244
+ },
4245
+ "section": {
4246
+ "$ref": "#/definitions/AttributeListPosition"
4247
+ },
4248
+ "select": {
4249
+ "$ref": "#/definitions/AttributeListPosition"
4250
+ },
4251
+ "slot": {
4252
+ "$ref": "#/definitions/AttributeListPosition"
4253
+ },
4254
+ "small": {
4255
+ "$ref": "#/definitions/AttributeListPosition"
4256
+ },
4257
+ "source": {
4258
+ "$ref": "#/definitions/AttributeListPosition"
4259
+ },
4260
+ "span": {
4261
+ "$ref": "#/definitions/AttributeListPosition"
4262
+ },
4263
+ "strong": {
4264
+ "$ref": "#/definitions/AttributeListPosition"
4265
+ },
4266
+ "style": {
4267
+ "$ref": "#/definitions/AttributeListPosition"
4268
+ },
4269
+ "sub": {
4270
+ "$ref": "#/definitions/AttributeListPosition"
4271
+ },
4272
+ "summary": {
4273
+ "$ref": "#/definitions/AttributeListPosition"
4274
+ },
4275
+ "sup": {
4276
+ "$ref": "#/definitions/AttributeListPosition"
4277
+ },
4278
+ "table": {
4279
+ "$ref": "#/definitions/AttributeListPosition"
4280
+ },
4281
+ "tbody": {
4282
+ "$ref": "#/definitions/AttributeListPosition"
4283
+ },
4284
+ "td": {
4285
+ "$ref": "#/definitions/AttributeListPosition"
4286
+ },
4287
+ "template": {
4288
+ "$ref": "#/definitions/AttributeListPosition"
4289
+ },
4290
+ "textarea": {
4291
+ "$ref": "#/definitions/AttributeListPosition"
4292
+ },
4293
+ "tfoot": {
4294
+ "$ref": "#/definitions/AttributeListPosition"
4295
+ },
4296
+ "th": {
4297
+ "$ref": "#/definitions/AttributeListPosition"
4298
+ },
4299
+ "thead": {
4300
+ "$ref": "#/definitions/AttributeListPosition"
4301
+ },
4302
+ "time": {
4303
+ "$ref": "#/definitions/AttributeListPosition"
4304
+ },
4305
+ "title": {
4306
+ "$ref": "#/definitions/AttributeListPosition"
4307
+ },
4308
+ "tr": {
4309
+ "$ref": "#/definitions/AttributeListPosition"
4310
+ },
4311
+ "track": {
4312
+ "$ref": "#/definitions/AttributeListPosition"
4313
+ },
4314
+ "u": {
4315
+ "$ref": "#/definitions/AttributeListPosition"
4316
+ },
4317
+ "ul": {
4318
+ "$ref": "#/definitions/AttributeListPosition"
4319
+ },
4320
+ "var": {
4321
+ "$ref": "#/definitions/AttributeListPosition"
4322
+ },
4323
+ "video": {
4324
+ "$ref": "#/definitions/AttributeListPosition"
4325
+ },
4326
+ "wbr": {
4327
+ "$ref": "#/definitions/AttributeListPosition"
4328
+ }
4329
+ },
4330
+ "type": "object"
4331
+ },
4332
+ "MarkdownSettings": {
4333
+ "additionalProperties": false,
4334
+ "properties": {
4335
+ "engine": {
4336
+ "enum": [
4337
+ "commonmark",
4338
+ "kramdown"
4339
+ ],
4340
+ "type": "string"
4341
+ },
4342
+ "options": {
4343
+ "additionalProperties": false,
4344
+ "properties": {
4345
+ "attribute_elements": {
4346
+ "$ref": "#/definitions/MarkdownAttributeElementOptions",
4347
+ "description": "Define positioning behaviour of Markdown attributes for different elements.",
4348
+ "markdownDescription": "Define positioning behaviour of Markdown attributes for different elements."
4349
+ },
4350
+ "attributes": {
4351
+ "description": "Save element attributes in Markdown format instead of converting to HTML.",
4352
+ "markdownDescription": "Save element attributes in Markdown format instead of converting to HTML.",
4353
+ "type": "boolean"
4354
+ },
4355
+ "breaks": {
4356
+ "description": "Convert '\\n' in paragraphs into <br>.",
4357
+ "markdownDescription": "Convert '\\n' in paragraphs into <br>.",
4358
+ "type": "boolean"
4359
+ },
4360
+ "code_block_fences": {
4361
+ "description": "Determines which style of code block fences to use.",
4362
+ "enum": [
4363
+ "```",
4364
+ "~~~"
4365
+ ],
4366
+ "markdownDescription": "Determines which style of code block fences to use.",
4367
+ "type": "string"
4368
+ },
4369
+ "escape_snippets_in_code_blocks": {
4370
+ "description": "Render snippets as plain text within code blocks.",
4371
+ "markdownDescription": "Render snippets as plain text within code blocks.",
4372
+ "type": "boolean"
4373
+ },
4374
+ "gfm": {
4375
+ "description": "Enable GFM mode.",
4376
+ "markdownDescription": "Enable GFM mode.",
4377
+ "type": "boolean"
4378
+ },
4379
+ "heading_ids": {
4380
+ "description": "Generate IDs for headings",
4381
+ "markdownDescription": "Generate IDs for headings",
4382
+ "type": "boolean"
4383
+ },
4384
+ "html": {
4385
+ "description": "Output HTML tags from source.",
4386
+ "markdownDescription": "Output HTML tags from source.",
4387
+ "type": "boolean"
4388
+ },
4389
+ "linkify": {
4390
+ "description": "Autoconvert URL-like text to links.",
4391
+ "markdownDescription": "Autoconvert URL-like text to links.",
4392
+ "type": "boolean"
4393
+ },
4394
+ "quotes": {
4395
+ "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).",
4396
+ "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).",
4397
+ "type": "string"
4398
+ },
4399
+ "sentence_per_line": {
4400
+ "description": "Add linebreaks between sentences in Markdown.",
4401
+ "markdownDescription": "Add linebreaks between sentences in Markdown.",
4402
+ "type": "boolean"
4403
+ },
4404
+ "spaced_lists": {
4405
+ "description": "Output lists with an extra space in Markdown.",
4406
+ "markdownDescription": "Output lists with an extra space in Markdown.",
4407
+ "type": "boolean"
4408
+ },
4409
+ "strikethrough": {
4410
+ "description": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4411
+ "markdownDescription": "Output strikes in wrapped in double tildes (e.g. ~~strike~~)",
4412
+ "type": "boolean"
4413
+ },
4414
+ "subscript": {
4415
+ "description": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4416
+ "markdownDescription": "Output subscript in wrapped in tildes (e.g. ~sub~)",
4417
+ "type": "boolean"
4418
+ },
4419
+ "superscript": {
4420
+ "description": "Output superscript in wrapped in carets (e.g. ^super^)",
4421
+ "markdownDescription": "Output superscript in wrapped in carets (e.g. ^super^)",
4422
+ "type": "boolean"
4423
+ },
4424
+ "table": {
4425
+ "description": "Output tables in Markdown format.",
4426
+ "markdownDescription": "Output tables in Markdown format.",
4427
+ "type": "boolean"
4428
+ },
4429
+ "treat_indentation_as_code": {
4430
+ "description": "Determines whether 4 spaces on indentation should be read as a code block.",
4431
+ "markdownDescription": "Determines whether 4 spaces on indentation should be read as a code block.",
4432
+ "type": "boolean"
4433
+ },
4434
+ "typographer": {
4435
+ "description": "Enable some language-neutral replacement + quotes beautification.",
4436
+ "markdownDescription": "Enable some language-neutral replacement + quotes beautification.",
4437
+ "type": "boolean"
4438
+ },
4439
+ "xhtml": {
4440
+ "description": "Use '/' to close single tags (<br />).",
4441
+ "markdownDescription": "Use '/' to close single tags (<br />).",
4442
+ "type": "boolean"
4443
+ }
4444
+ },
4445
+ "type": "object"
4446
+ }
4447
+ },
4448
+ "required": [
4449
+ "engine",
4450
+ "options"
4451
+ ],
4452
+ "type": "object"
4453
+ },
3988
4454
  "MimeType": {
3989
4455
  "enum": [
3990
4456
  "x-world/x-3dmf",
@@ -5672,61 +6138,10 @@
5672
6138
  "markdownDescription": "Provides scope to configure at a file level, without adding configuration to files.",
5673
6139
  "type": "object"
5674
6140
  },
5675
- "generator": {
5676
- "additionalProperties": false,
6141
+ "markdown": {
6142
+ "$ref": "#/definitions/MarkdownSettings",
5677
6143
  "description": "Contains settings for various Markdown engines.",
5678
- "markdownDescription": "Contains settings for various Markdown engines.",
5679
- "properties": {
5680
- "metadata": {
5681
- "additionalProperties": false,
5682
- "description": "Settings for various Markdown engines.",
5683
- "markdownDescription": "Settings for various Markdown engines.",
5684
- "properties": {
5685
- "commonmark": {
5686
- "description": "Markdown options specific used when markdown is set to \"commonmark\".",
5687
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmark\".",
5688
- "type": "object"
5689
- },
5690
- "commonmarkghpages": {
5691
- "description": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
5692
- "markdownDescription": "Markdown options specific used when markdown is set to \"commonmarkghpages\".",
5693
- "type": "object"
5694
- },
5695
- "goldmark": {
5696
- "description": "Markdown options specific used when markdown is set to \"goldmark\".",
5697
- "markdownDescription": "Markdown options specific used when markdown is set to \"goldmark\".",
5698
- "type": "object"
5699
- },
5700
- "kramdown": {
5701
- "description": "Markdown options specific used when markdown is set to \"kramdown\".",
5702
- "markdownDescription": "Markdown options specific used when markdown is set to \"kramdown\".",
5703
- "type": "object"
5704
- },
5705
- "markdown": {
5706
- "description": "The Markdown engine used on your site.",
5707
- "enum": [
5708
- "kramdown",
5709
- "commonmark",
5710
- "commonmarkghpages",
5711
- "goldmark",
5712
- "markdown-it"
5713
- ],
5714
- "markdownDescription": "The Markdown engine used on your site.",
5715
- "type": "string"
5716
- },
5717
- "markdown-it": {
5718
- "description": "Markdown options specific used when markdown is set to \"markdown-it\".",
5719
- "markdownDescription": "Markdown options specific used when markdown is set to \"markdown-it\".",
5720
- "type": "object"
5721
- }
5722
- },
5723
- "required": [
5724
- "markdown"
5725
- ],
5726
- "type": "object"
5727
- }
5728
- },
5729
- "type": "object"
6144
+ "markdownDescription": "Contains settings for various Markdown engines."
5730
6145
  },
5731
6146
  "output": {
5732
6147
  "description": "Generates the integration file in another folder. Not applicable to Jekyll, Hugo, and Eleventy. Defaults to the root folder.",
@@ -5946,12 +6361,6 @@
5946
6361
  "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.",
5947
6362
  "type": "boolean"
5948
6363
  },
5949
- "correct_orientation": {
5950
- "default": true,
5951
- "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.",
5952
- "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.",
5953
- "type": "boolean"
5954
- },
5955
6364
  "embed": {
5956
6365
  "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.",
5957
6366
  "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.",
@@ -6028,7 +6437,8 @@
6028
6437
  "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.",
6029
6438
  "enum": [
6030
6439
  "image/jpeg",
6031
- "image/png"
6440
+ "image/png",
6441
+ "image/webp"
6032
6442
  ],
6033
6443
  "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.",
6034
6444
  "type": "string"