@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.
@@ -228,16 +228,19 @@
228
228
  },
229
229
  "disable_add": {
230
230
  "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.",
231
+ "default": false,
231
232
  "type": "boolean",
232
233
  "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."
233
234
  },
234
235
  "disable_add_folder": {
235
236
  "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.",
237
+ "default": false,
236
238
  "type": "boolean",
237
239
  "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."
238
240
  },
239
241
  "disable_file_actions": {
240
242
  "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.",
243
+ "default": false,
241
244
  "type": "boolean",
242
245
  "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."
243
246
  },
@@ -466,6 +469,7 @@
466
469
  },
467
470
  "parse_branch_index": {
468
471
  "description": "Controls whether branch index files (e.g. `_index.md`) are assigned to this collection or not. The \"pages\" collection defaults this to true, and false otherwise.",
472
+ "default": false,
469
473
  "type": "boolean",
470
474
  "markdownDescription": "Controls whether branch index files (e.g. `_index.md`) are assigned to this collection or not. The \"pages\" collection defaults this to true, and false otherwise."
471
475
  }
@@ -733,6 +737,7 @@
733
737
  "type": "string"
734
738
  },
735
739
  "paths.uploads_use_relative_path": {
740
+ "default": false,
736
741
  "type": "boolean"
737
742
  },
738
743
  "source": {
@@ -4810,31 +4815,37 @@
4810
4815
  "properties": {
4811
4816
  "global": {
4812
4817
  "description": "`g` - Search globally.",
4818
+ "default": false,
4813
4819
  "type": "boolean",
4814
4820
  "markdownDescription": "`g` - Search globally."
4815
4821
  },
4816
4822
  "ignore_case": {
4817
4823
  "description": "`i` - Case-insensitive.",
4824
+ "default": false,
4818
4825
  "type": "boolean",
4819
4826
  "markdownDescription": "`i` - Case-insensitive."
4820
4827
  },
4821
4828
  "multiline": {
4822
4829
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
4830
+ "default": false,
4823
4831
  "type": "boolean",
4824
4832
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
4825
4833
  },
4826
4834
  "dot_all": {
4827
4835
  "description": "`s` - `.` matches newline characters.",
4836
+ "default": false,
4828
4837
  "type": "boolean",
4829
4838
  "markdownDescription": "`s` - `.` matches newline characters."
4830
4839
  },
4831
4840
  "unicode": {
4832
4841
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4842
+ "default": false,
4833
4843
  "type": "boolean",
4834
4844
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4835
4845
  },
4836
4846
  "unicode_sets": {
4837
4847
  "description": "`v` - Extended `unicode` mode.",
4848
+ "default": false,
4838
4849
  "type": "boolean",
4839
4850
  "markdownDescription": "`v` - Extended `unicode` mode."
4840
4851
  }
@@ -5408,6 +5419,16 @@
5408
5419
  "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\".",
5409
5420
  "type": "boolean",
5410
5421
  "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\"."
5422
+ },
5423
+ "palette": {
5424
+ "type": "array",
5425
+ "items": {
5426
+ "type": "string"
5427
+ }
5428
+ },
5429
+ "hide_picker": {
5430
+ "default": false,
5431
+ "type": "boolean"
5411
5432
  }
5412
5433
  },
5413
5434
  "additionalProperties": false,
@@ -7964,7 +7985,7 @@
7964
7985
  "picker_preview": {
7965
7986
  "allOf": [
7966
7987
  {
7967
- "$ref": "#/definitions/type.preview"
7988
+ "$ref": "#/definitions/type.picker_preview"
7968
7989
  }
7969
7990
  ]
7970
7991
  },
@@ -8026,6 +8047,7 @@
8026
8047
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
8027
8048
  },
8028
8049
  "type.preview": {
8050
+ "id": "type.preview",
8029
8051
  "title": "Preview",
8030
8052
  "type": "object",
8031
8053
  "properties": {
@@ -8048,17 +8070,13 @@
8048
8070
  "$ref": "#/definitions/type.preview.icon_background_color"
8049
8071
  },
8050
8072
  "tags": {
8051
- "$ref": "#/definitions/preview.tags"
8073
+ "$ref": "#/definitions/type.preview.tags"
8052
8074
  },
8053
8075
  "metadata": {
8054
- "$ref": "#/definitions/preview.metadata"
8076
+ "$ref": "#/definitions/type.preview.metadata"
8055
8077
  },
8056
8078
  "gallery": {
8057
- "allOf": [
8058
- {
8059
- "$ref": "#/definitions/preview.gallery"
8060
- }
8061
- ]
8079
+ "$ref": "#/definitions/type.preview.gallery"
8062
8080
  }
8063
8081
  },
8064
8082
  "additionalProperties": false
@@ -8105,13 +8123,13 @@
8105
8123
  }
8106
8124
  ]
8107
8125
  },
8108
- "preview.tags": {
8126
+ "type.preview.tags": {
8109
8127
  "type": "array",
8110
8128
  "items": {
8111
8129
  "type": "string"
8112
8130
  }
8113
8131
  },
8114
- "preview.metadata": {
8132
+ "type.preview.metadata": {
8115
8133
  "type": "array",
8116
8134
  "items": {
8117
8135
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -8138,7 +8156,7 @@
8138
8156
  },
8139
8157
  "additionalProperties": false
8140
8158
  },
8141
- "preview.gallery": {
8159
+ "type.preview.gallery": {
8142
8160
  "type": "object",
8143
8161
  "properties": {
8144
8162
  "text": {
@@ -8182,6 +8200,14 @@
8182
8200
  }
8183
8201
  ]
8184
8202
  },
8203
+ "type.picker_preview": {
8204
+ "title": "Picker Preview",
8205
+ "allOf": [
8206
+ {
8207
+ "$ref": "#/definitions/type.preview"
8208
+ }
8209
+ ]
8210
+ },
8185
8211
  "type._inputs.*.options.allow_create": {
8186
8212
  "description": "Allows new text values to be created at edit time.",
8187
8213
  "default": false,
@@ -8344,7 +8370,7 @@
8344
8370
  "picker_preview": {
8345
8371
  "allOf": [
8346
8372
  {
8347
- "$ref": "#/definitions/type.preview"
8373
+ "$ref": "#/definitions/type.picker_preview"
8348
8374
  }
8349
8375
  ]
8350
8376
  },
@@ -8511,7 +8537,7 @@
8511
8537
  "picker_preview": {
8512
8538
  "allOf": [
8513
8539
  {
8514
- "$ref": "#/definitions/type.preview"
8540
+ "$ref": "#/definitions/type.picker_preview"
8515
8541
  }
8516
8542
  ]
8517
8543
  },
@@ -8638,7 +8664,7 @@
8638
8664
  "picker_preview": {
8639
8665
  "allOf": [
8640
8666
  {
8641
- "$ref": "#/definitions/type.preview"
8667
+ "$ref": "#/definitions/type.picker_preview"
8642
8668
  }
8643
8669
  ]
8644
8670
  },
@@ -9006,7 +9032,7 @@
9006
9032
  "picker_preview": {
9007
9033
  "allOf": [
9008
9034
  {
9009
- "$ref": "#/definitions/type.preview"
9035
+ "$ref": "#/definitions/type.picker_preview"
9010
9036
  }
9011
9037
  ]
9012
9038
  },
@@ -9143,7 +9169,7 @@
9143
9169
  "description": "The actual value used when items are added after selection.",
9144
9170
  "markdownDescription": "The actual value used when items are added after selection."
9145
9171
  },
9146
- "comment": {
9172
+ "description": {
9147
9173
  "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.",
9148
9174
  "type": "string",
9149
9175
  "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."
@@ -10250,26 +10276,31 @@
10250
10276
  "properties": {
10251
10277
  "html": {
10252
10278
  "description": "Output HTML tags from source.",
10279
+ "default": false,
10253
10280
  "type": "boolean",
10254
10281
  "markdownDescription": "Output HTML tags from source."
10255
10282
  },
10256
10283
  "xhtml": {
10257
10284
  "description": "Use `/` to close single tags (e.g. `<br />`).",
10285
+ "default": false,
10258
10286
  "type": "boolean",
10259
10287
  "markdownDescription": "Use `/` to close single tags (e.g. `<br />`)."
10260
10288
  },
10261
10289
  "breaks": {
10262
10290
  "description": "Convert `\\n` in paragraphs into `<br>`.",
10291
+ "default": false,
10263
10292
  "type": "boolean",
10264
10293
  "markdownDescription": "Convert `\\n` in paragraphs into `<br>`."
10265
10294
  },
10266
10295
  "linkify": {
10267
10296
  "description": "Autoconvert URL-like text to links.",
10297
+ "default": false,
10268
10298
  "type": "boolean",
10269
10299
  "markdownDescription": "Autoconvert URL-like text to links."
10270
10300
  },
10271
10301
  "typographer": {
10272
10302
  "description": "Enable some language-neutral replacement, as well as quotes beautification.",
10303
+ "default": false,
10273
10304
  "type": "boolean",
10274
10305
  "markdownDescription": "Enable some language-neutral replacement, as well as quotes beautification."
10275
10306
  },
@@ -10280,11 +10311,13 @@
10280
10311
  },
10281
10312
  "spaced_lists": {
10282
10313
  "description": "Output lists with an extra space in Markdown.",
10314
+ "default": false,
10283
10315
  "type": "boolean",
10284
10316
  "markdownDescription": "Output lists with an extra space in Markdown."
10285
10317
  },
10286
10318
  "sentence_per_line": {
10287
10319
  "description": "Add linebreaks between sentences in Markdown.",
10320
+ "default": false,
10288
10321
  "type": "boolean",
10289
10322
  "markdownDescription": "Add linebreaks between sentences in Markdown."
10290
10323
  },
@@ -10304,41 +10337,49 @@
10304
10337
  },
10305
10338
  "treat_indentation_as_code": {
10306
10339
  "description": "Determines whether 4 spaces on indentation should be read as a code block.",
10340
+ "default": false,
10307
10341
  "type": "boolean",
10308
10342
  "markdownDescription": "Determines whether 4 spaces on indentation should be read as a code block."
10309
10343
  },
10310
10344
  "escape_snippets_in_code_blocks": {
10311
10345
  "description": "Render snippets as plain text within code blocks.",
10346
+ "default": false,
10312
10347
  "type": "boolean",
10313
10348
  "markdownDescription": "Render snippets as plain text within code blocks."
10314
10349
  },
10315
10350
  "table": {
10316
10351
  "description": "Output tables in Markdown format.",
10352
+ "default": false,
10317
10353
  "type": "boolean",
10318
10354
  "markdownDescription": "Output tables in Markdown format."
10319
10355
  },
10320
10356
  "strikethrough": {
10321
10357
  "description": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`).",
10358
+ "default": false,
10322
10359
  "type": "boolean",
10323
10360
  "markdownDescription": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`)."
10324
10361
  },
10325
10362
  "subscript": {
10326
10363
  "description": "Output subscript in wrapped in tildes (e.g. `~sub~`).",
10364
+ "default": false,
10327
10365
  "type": "boolean",
10328
10366
  "markdownDescription": "Output subscript in wrapped in tildes (e.g. `~sub~`)."
10329
10367
  },
10330
10368
  "superscript": {
10331
10369
  "description": "Output superscript in wrapped in carets (e.g. `^super^`).",
10370
+ "default": false,
10332
10371
  "type": "boolean",
10333
10372
  "markdownDescription": "Output superscript in wrapped in carets (e.g. `^super^`)."
10334
10373
  },
10335
10374
  "heading_ids": {
10336
10375
  "description": "Generate IDs for headings.",
10376
+ "default": false,
10337
10377
  "type": "boolean",
10338
10378
  "markdownDescription": "Generate IDs for headings."
10339
10379
  },
10340
10380
  "attributes": {
10341
10381
  "description": "Save element attributes in Markdown format instead of converting to HTML.",
10382
+ "default": false,
10342
10383
  "type": "boolean",
10343
10384
  "markdownDescription": "Save element attributes in Markdown format instead of converting to HTML."
10344
10385
  },
@@ -10450,7 +10491,7 @@
10450
10491
  "picker_preview": {
10451
10492
  "allOf": [
10452
10493
  {
10453
- "$ref": "#/definitions/type.preview"
10494
+ "$ref": "#/definitions/type.picker_preview"
10454
10495
  }
10455
10496
  ]
10456
10497
  },
@@ -11492,6 +11533,7 @@
11492
11533
  },
11493
11534
  "collections_config_override": {
11494
11535
  "description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
11536
+ "default": false,
11495
11537
  "type": "boolean",
11496
11538
  "markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false."
11497
11539
  }
@@ -275,6 +275,7 @@
275
275
  "type": "string"
276
276
  },
277
277
  "paths.uploads_use_relative_path": {
278
+ "default": false,
278
279
  "type": "boolean"
279
280
  },
280
281
  "source": {
@@ -495,16 +496,19 @@
495
496
  },
496
497
  "disable_add": {
497
498
  "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.",
499
+ "default": false,
498
500
  "type": "boolean",
499
501
  "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."
500
502
  },
501
503
  "disable_add_folder": {
502
504
  "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.",
505
+ "default": false,
503
506
  "type": "boolean",
504
507
  "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."
505
508
  },
506
509
  "disable_file_actions": {
507
510
  "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.",
511
+ "default": false,
508
512
  "type": "boolean",
509
513
  "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."
510
514
  },
@@ -4808,31 +4812,37 @@
4808
4812
  "properties": {
4809
4813
  "global": {
4810
4814
  "description": "`g` - Search globally.",
4815
+ "default": false,
4811
4816
  "type": "boolean",
4812
4817
  "markdownDescription": "`g` - Search globally."
4813
4818
  },
4814
4819
  "ignore_case": {
4815
4820
  "description": "`i` - Case-insensitive.",
4821
+ "default": false,
4816
4822
  "type": "boolean",
4817
4823
  "markdownDescription": "`i` - Case-insensitive."
4818
4824
  },
4819
4825
  "multiline": {
4820
4826
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
4827
+ "default": false,
4821
4828
  "type": "boolean",
4822
4829
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
4823
4830
  },
4824
4831
  "dot_all": {
4825
4832
  "description": "`s` - `.` matches newline characters.",
4833
+ "default": false,
4826
4834
  "type": "boolean",
4827
4835
  "markdownDescription": "`s` - `.` matches newline characters."
4828
4836
  },
4829
4837
  "unicode": {
4830
4838
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4839
+ "default": false,
4831
4840
  "type": "boolean",
4832
4841
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4833
4842
  },
4834
4843
  "unicode_sets": {
4835
4844
  "description": "`v` - Extended `unicode` mode.",
4845
+ "default": false,
4836
4846
  "type": "boolean",
4837
4847
  "markdownDescription": "`v` - Extended `unicode` mode."
4838
4848
  }
@@ -5406,6 +5416,16 @@
5406
5416
  "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\".",
5407
5417
  "type": "boolean",
5408
5418
  "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\"."
5419
+ },
5420
+ "palette": {
5421
+ "type": "array",
5422
+ "items": {
5423
+ "type": "string"
5424
+ }
5425
+ },
5426
+ "hide_picker": {
5427
+ "default": false,
5428
+ "type": "boolean"
5409
5429
  }
5410
5430
  },
5411
5431
  "additionalProperties": false,
@@ -7962,7 +7982,7 @@
7962
7982
  "picker_preview": {
7963
7983
  "allOf": [
7964
7984
  {
7965
- "$ref": "#/definitions/type.preview"
7985
+ "$ref": "#/definitions/type.picker_preview"
7966
7986
  }
7967
7987
  ]
7968
7988
  },
@@ -8024,6 +8044,7 @@
8024
8044
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
8025
8045
  },
8026
8046
  "type.preview": {
8047
+ "id": "type.preview",
8027
8048
  "title": "Preview",
8028
8049
  "type": "object",
8029
8050
  "properties": {
@@ -8046,17 +8067,13 @@
8046
8067
  "$ref": "#/definitions/type.preview.icon_background_color"
8047
8068
  },
8048
8069
  "tags": {
8049
- "$ref": "#/definitions/preview.tags"
8070
+ "$ref": "#/definitions/type.preview.tags"
8050
8071
  },
8051
8072
  "metadata": {
8052
- "$ref": "#/definitions/preview.metadata"
8073
+ "$ref": "#/definitions/type.preview.metadata"
8053
8074
  },
8054
8075
  "gallery": {
8055
- "allOf": [
8056
- {
8057
- "$ref": "#/definitions/preview.gallery"
8058
- }
8059
- ]
8076
+ "$ref": "#/definitions/type.preview.gallery"
8060
8077
  }
8061
8078
  },
8062
8079
  "additionalProperties": false
@@ -8103,13 +8120,13 @@
8103
8120
  }
8104
8121
  ]
8105
8122
  },
8106
- "preview.tags": {
8123
+ "type.preview.tags": {
8107
8124
  "type": "array",
8108
8125
  "items": {
8109
8126
  "type": "string"
8110
8127
  }
8111
8128
  },
8112
- "preview.metadata": {
8129
+ "type.preview.metadata": {
8113
8130
  "type": "array",
8114
8131
  "items": {
8115
8132
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -8136,7 +8153,7 @@
8136
8153
  },
8137
8154
  "additionalProperties": false
8138
8155
  },
8139
- "preview.gallery": {
8156
+ "type.preview.gallery": {
8140
8157
  "type": "object",
8141
8158
  "properties": {
8142
8159
  "text": {
@@ -8180,6 +8197,14 @@
8180
8197
  }
8181
8198
  ]
8182
8199
  },
8200
+ "type.picker_preview": {
8201
+ "title": "Picker Preview",
8202
+ "allOf": [
8203
+ {
8204
+ "$ref": "#/definitions/type.preview"
8205
+ }
8206
+ ]
8207
+ },
8183
8208
  "type._inputs.*.options.allow_create": {
8184
8209
  "description": "Allows new text values to be created at edit time.",
8185
8210
  "default": false,
@@ -8342,7 +8367,7 @@
8342
8367
  "picker_preview": {
8343
8368
  "allOf": [
8344
8369
  {
8345
- "$ref": "#/definitions/type.preview"
8370
+ "$ref": "#/definitions/type.picker_preview"
8346
8371
  }
8347
8372
  ]
8348
8373
  },
@@ -8509,7 +8534,7 @@
8509
8534
  "picker_preview": {
8510
8535
  "allOf": [
8511
8536
  {
8512
- "$ref": "#/definitions/type.preview"
8537
+ "$ref": "#/definitions/type.picker_preview"
8513
8538
  }
8514
8539
  ]
8515
8540
  },
@@ -8636,7 +8661,7 @@
8636
8661
  "picker_preview": {
8637
8662
  "allOf": [
8638
8663
  {
8639
- "$ref": "#/definitions/type.preview"
8664
+ "$ref": "#/definitions/type.picker_preview"
8640
8665
  }
8641
8666
  ]
8642
8667
  },
@@ -9004,7 +9029,7 @@
9004
9029
  "picker_preview": {
9005
9030
  "allOf": [
9006
9031
  {
9007
- "$ref": "#/definitions/type.preview"
9032
+ "$ref": "#/definitions/type.picker_preview"
9008
9033
  }
9009
9034
  ]
9010
9035
  },
@@ -9141,7 +9166,7 @@
9141
9166
  "description": "The actual value used when items are added after selection.",
9142
9167
  "markdownDescription": "The actual value used when items are added after selection."
9143
9168
  },
9144
- "comment": {
9169
+ "description": {
9145
9170
  "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.",
9146
9171
  "type": "string",
9147
9172
  "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."
@@ -10248,26 +10273,31 @@
10248
10273
  "properties": {
10249
10274
  "html": {
10250
10275
  "description": "Output HTML tags from source.",
10276
+ "default": false,
10251
10277
  "type": "boolean",
10252
10278
  "markdownDescription": "Output HTML tags from source."
10253
10279
  },
10254
10280
  "xhtml": {
10255
10281
  "description": "Use `/` to close single tags (e.g. `<br />`).",
10282
+ "default": false,
10256
10283
  "type": "boolean",
10257
10284
  "markdownDescription": "Use `/` to close single tags (e.g. `<br />`)."
10258
10285
  },
10259
10286
  "breaks": {
10260
10287
  "description": "Convert `\\n` in paragraphs into `<br>`.",
10288
+ "default": false,
10261
10289
  "type": "boolean",
10262
10290
  "markdownDescription": "Convert `\\n` in paragraphs into `<br>`."
10263
10291
  },
10264
10292
  "linkify": {
10265
10293
  "description": "Autoconvert URL-like text to links.",
10294
+ "default": false,
10266
10295
  "type": "boolean",
10267
10296
  "markdownDescription": "Autoconvert URL-like text to links."
10268
10297
  },
10269
10298
  "typographer": {
10270
10299
  "description": "Enable some language-neutral replacement, as well as quotes beautification.",
10300
+ "default": false,
10271
10301
  "type": "boolean",
10272
10302
  "markdownDescription": "Enable some language-neutral replacement, as well as quotes beautification."
10273
10303
  },
@@ -10278,11 +10308,13 @@
10278
10308
  },
10279
10309
  "spaced_lists": {
10280
10310
  "description": "Output lists with an extra space in Markdown.",
10311
+ "default": false,
10281
10312
  "type": "boolean",
10282
10313
  "markdownDescription": "Output lists with an extra space in Markdown."
10283
10314
  },
10284
10315
  "sentence_per_line": {
10285
10316
  "description": "Add linebreaks between sentences in Markdown.",
10317
+ "default": false,
10286
10318
  "type": "boolean",
10287
10319
  "markdownDescription": "Add linebreaks between sentences in Markdown."
10288
10320
  },
@@ -10302,41 +10334,49 @@
10302
10334
  },
10303
10335
  "treat_indentation_as_code": {
10304
10336
  "description": "Determines whether 4 spaces on indentation should be read as a code block.",
10337
+ "default": false,
10305
10338
  "type": "boolean",
10306
10339
  "markdownDescription": "Determines whether 4 spaces on indentation should be read as a code block."
10307
10340
  },
10308
10341
  "escape_snippets_in_code_blocks": {
10309
10342
  "description": "Render snippets as plain text within code blocks.",
10343
+ "default": false,
10310
10344
  "type": "boolean",
10311
10345
  "markdownDescription": "Render snippets as plain text within code blocks."
10312
10346
  },
10313
10347
  "table": {
10314
10348
  "description": "Output tables in Markdown format.",
10349
+ "default": false,
10315
10350
  "type": "boolean",
10316
10351
  "markdownDescription": "Output tables in Markdown format."
10317
10352
  },
10318
10353
  "strikethrough": {
10319
10354
  "description": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`).",
10355
+ "default": false,
10320
10356
  "type": "boolean",
10321
10357
  "markdownDescription": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`)."
10322
10358
  },
10323
10359
  "subscript": {
10324
10360
  "description": "Output subscript in wrapped in tildes (e.g. `~sub~`).",
10361
+ "default": false,
10325
10362
  "type": "boolean",
10326
10363
  "markdownDescription": "Output subscript in wrapped in tildes (e.g. `~sub~`)."
10327
10364
  },
10328
10365
  "superscript": {
10329
10366
  "description": "Output superscript in wrapped in carets (e.g. `^super^`).",
10367
+ "default": false,
10330
10368
  "type": "boolean",
10331
10369
  "markdownDescription": "Output superscript in wrapped in carets (e.g. `^super^`)."
10332
10370
  },
10333
10371
  "heading_ids": {
10334
10372
  "description": "Generate IDs for headings.",
10373
+ "default": false,
10335
10374
  "type": "boolean",
10336
10375
  "markdownDescription": "Generate IDs for headings."
10337
10376
  },
10338
10377
  "attributes": {
10339
10378
  "description": "Save element attributes in Markdown format instead of converting to HTML.",
10379
+ "default": false,
10340
10380
  "type": "boolean",
10341
10381
  "markdownDescription": "Save element attributes in Markdown format instead of converting to HTML."
10342
10382
  },
@@ -10448,7 +10488,7 @@
10448
10488
  "picker_preview": {
10449
10489
  "allOf": [
10450
10490
  {
10451
- "$ref": "#/definitions/type.preview"
10491
+ "$ref": "#/definitions/type.picker_preview"
10452
10492
  }
10453
10493
  ]
10454
10494
  },
@@ -11490,6 +11530,7 @@
11490
11530
  },
11491
11531
  "collections_config_override": {
11492
11532
  "description": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false.",
11533
+ "default": false,
11493
11534
  "type": "boolean",
11494
11535
  "markdownDescription": "Prevents CloudCannon from automatically discovering collections for supported SSGs if true. Defaults to false."
11495
11536
  }