@cloudcannon/configuration-types 0.0.47 → 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.
- package/dist/cloudcannon-collections.schema.json +41 -16
- package/dist/cloudcannon-config.documentation.schema.json +56 -16
- package/dist/cloudcannon-config.latest.schema.json +57 -17
- package/dist/cloudcannon-config.legacy-eleventy.schema.json +58 -17
- package/dist/cloudcannon-config.legacy-hugo.schema.json +59 -17
- package/dist/cloudcannon-config.legacy-jekyll.schema.json +58 -17
- package/dist/cloudcannon-config.legacy-reader.schema.json +57 -17
- package/dist/cloudcannon-editables.schema.json +1 -0
- package/dist/cloudcannon-inputs.schema.json +38 -16
- package/dist/cloudcannon-schemas.schema.json +38 -16
- package/dist/cloudcannon-snippets.schema.json +39 -17
- package/dist/cloudcannon-structure-value.schema.json +38 -16
- package/dist/cloudcannon-structures.schema.json +38 -16
- package/dist/documentation.json +7995 -1942
- package/package.json +1 -1
- package/src/build-coupled.ts +2 -2
- package/src/collections.ts +3 -3
- package/src/inputs.ts +10 -8
- package/src/markdown.ts +15 -15
- package/src/paths.ts +1 -0
- package/src/preview.ts +40 -28
- package/src/snippets.ts +2 -2
- package/src/structures.ts +3 -3
|
@@ -225,16 +225,19 @@
|
|
|
225
225
|
},
|
|
226
226
|
"disable_add": {
|
|
227
227
|
"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.",
|
|
228
|
+
"default": false,
|
|
228
229
|
"type": "boolean",
|
|
229
230
|
"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."
|
|
230
231
|
},
|
|
231
232
|
"disable_add_folder": {
|
|
232
233
|
"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.",
|
|
234
|
+
"default": false,
|
|
233
235
|
"type": "boolean",
|
|
234
236
|
"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."
|
|
235
237
|
},
|
|
236
238
|
"disable_file_actions": {
|
|
237
239
|
"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.",
|
|
240
|
+
"default": false,
|
|
238
241
|
"type": "boolean",
|
|
239
242
|
"markdownDescription": "This key toggles whether team members can use the _+ Add_ button in the top right of the _Collection browser_ to add files to a Collection."
|
|
240
243
|
},
|
|
@@ -4518,31 +4521,37 @@
|
|
|
4518
4521
|
"properties": {
|
|
4519
4522
|
"global": {
|
|
4520
4523
|
"description": "`g` - Search globally.",
|
|
4524
|
+
"default": false,
|
|
4521
4525
|
"type": "boolean",
|
|
4522
4526
|
"markdownDescription": "`g` - Search globally."
|
|
4523
4527
|
},
|
|
4524
4528
|
"ignore_case": {
|
|
4525
4529
|
"description": "`i` - Case-insensitive.",
|
|
4530
|
+
"default": false,
|
|
4526
4531
|
"type": "boolean",
|
|
4527
4532
|
"markdownDescription": "`i` - Case-insensitive."
|
|
4528
4533
|
},
|
|
4529
4534
|
"multiline": {
|
|
4530
4535
|
"description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
|
|
4536
|
+
"default": false,
|
|
4531
4537
|
"type": "boolean",
|
|
4532
4538
|
"markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
|
|
4533
4539
|
},
|
|
4534
4540
|
"dot_all": {
|
|
4535
4541
|
"description": "`s` - `.` matches newline characters.",
|
|
4542
|
+
"default": false,
|
|
4536
4543
|
"type": "boolean",
|
|
4537
4544
|
"markdownDescription": "`s` - `.` matches newline characters."
|
|
4538
4545
|
},
|
|
4539
4546
|
"unicode": {
|
|
4540
4547
|
"description": "`u` - Pattern is treated as a sequence of Unicode code points.",
|
|
4548
|
+
"default": false,
|
|
4541
4549
|
"type": "boolean",
|
|
4542
4550
|
"markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
|
|
4543
4551
|
},
|
|
4544
4552
|
"unicode_sets": {
|
|
4545
4553
|
"description": "`v` - Extended `unicode` mode.",
|
|
4554
|
+
"default": false,
|
|
4546
4555
|
"type": "boolean",
|
|
4547
4556
|
"markdownDescription": "`v` - Extended `unicode` mode."
|
|
4548
4557
|
}
|
|
@@ -5116,6 +5125,16 @@
|
|
|
5116
5125
|
"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\".",
|
|
5117
5126
|
"type": "boolean",
|
|
5118
5127
|
"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\"."
|
|
5128
|
+
},
|
|
5129
|
+
"palette": {
|
|
5130
|
+
"type": "array",
|
|
5131
|
+
"items": {
|
|
5132
|
+
"type": "string"
|
|
5133
|
+
}
|
|
5134
|
+
},
|
|
5135
|
+
"hide_picker": {
|
|
5136
|
+
"default": false,
|
|
5137
|
+
"type": "boolean"
|
|
5119
5138
|
}
|
|
5120
5139
|
},
|
|
5121
5140
|
"additionalProperties": false,
|
|
@@ -5805,6 +5824,7 @@
|
|
|
5805
5824
|
"type": "string"
|
|
5806
5825
|
},
|
|
5807
5826
|
"paths.uploads_use_relative_path": {
|
|
5827
|
+
"default": false,
|
|
5808
5828
|
"type": "boolean"
|
|
5809
5829
|
},
|
|
5810
5830
|
"type._editables.*.bold": {
|
|
@@ -7694,7 +7714,7 @@
|
|
|
7694
7714
|
"picker_preview": {
|
|
7695
7715
|
"allOf": [
|
|
7696
7716
|
{
|
|
7697
|
-
"$ref": "#/definitions/type.
|
|
7717
|
+
"$ref": "#/definitions/type.picker_preview"
|
|
7698
7718
|
}
|
|
7699
7719
|
]
|
|
7700
7720
|
},
|
|
@@ -7756,6 +7776,7 @@
|
|
|
7756
7776
|
"markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
|
|
7757
7777
|
},
|
|
7758
7778
|
"type.preview": {
|
|
7779
|
+
"id": "type.preview",
|
|
7759
7780
|
"title": "Preview",
|
|
7760
7781
|
"type": "object",
|
|
7761
7782
|
"properties": {
|
|
@@ -7778,17 +7799,13 @@
|
|
|
7778
7799
|
"$ref": "#/definitions/type.preview.icon_background_color"
|
|
7779
7800
|
},
|
|
7780
7801
|
"tags": {
|
|
7781
|
-
"$ref": "#/definitions/preview.tags"
|
|
7802
|
+
"$ref": "#/definitions/type.preview.tags"
|
|
7782
7803
|
},
|
|
7783
7804
|
"metadata": {
|
|
7784
|
-
"$ref": "#/definitions/preview.metadata"
|
|
7805
|
+
"$ref": "#/definitions/type.preview.metadata"
|
|
7785
7806
|
},
|
|
7786
7807
|
"gallery": {
|
|
7787
|
-
"
|
|
7788
|
-
{
|
|
7789
|
-
"$ref": "#/definitions/preview.gallery"
|
|
7790
|
-
}
|
|
7791
|
-
]
|
|
7808
|
+
"$ref": "#/definitions/type.preview.gallery"
|
|
7792
7809
|
}
|
|
7793
7810
|
},
|
|
7794
7811
|
"additionalProperties": false
|
|
@@ -7835,13 +7852,13 @@
|
|
|
7835
7852
|
}
|
|
7836
7853
|
]
|
|
7837
7854
|
},
|
|
7838
|
-
"preview.tags": {
|
|
7855
|
+
"type.preview.tags": {
|
|
7839
7856
|
"type": "array",
|
|
7840
7857
|
"items": {
|
|
7841
7858
|
"type": "string"
|
|
7842
7859
|
}
|
|
7843
7860
|
},
|
|
7844
|
-
"preview.metadata": {
|
|
7861
|
+
"type.preview.metadata": {
|
|
7845
7862
|
"type": "array",
|
|
7846
7863
|
"items": {
|
|
7847
7864
|
"$ref": "#/definitions/PreviewMetadataEntry"
|
|
@@ -7868,7 +7885,7 @@
|
|
|
7868
7885
|
},
|
|
7869
7886
|
"additionalProperties": false
|
|
7870
7887
|
},
|
|
7871
|
-
"preview.gallery": {
|
|
7888
|
+
"type.preview.gallery": {
|
|
7872
7889
|
"type": "object",
|
|
7873
7890
|
"properties": {
|
|
7874
7891
|
"text": {
|
|
@@ -7912,6 +7929,14 @@
|
|
|
7912
7929
|
}
|
|
7913
7930
|
]
|
|
7914
7931
|
},
|
|
7932
|
+
"type.picker_preview": {
|
|
7933
|
+
"title": "Picker Preview",
|
|
7934
|
+
"allOf": [
|
|
7935
|
+
{
|
|
7936
|
+
"$ref": "#/definitions/type.preview"
|
|
7937
|
+
}
|
|
7938
|
+
]
|
|
7939
|
+
},
|
|
7915
7940
|
"type._inputs.*.options.allow_create": {
|
|
7916
7941
|
"description": "Allows new text values to be created at edit time.",
|
|
7917
7942
|
"default": false,
|
|
@@ -8074,7 +8099,7 @@
|
|
|
8074
8099
|
"picker_preview": {
|
|
8075
8100
|
"allOf": [
|
|
8076
8101
|
{
|
|
8077
|
-
"$ref": "#/definitions/type.
|
|
8102
|
+
"$ref": "#/definitions/type.picker_preview"
|
|
8078
8103
|
}
|
|
8079
8104
|
]
|
|
8080
8105
|
},
|
|
@@ -8241,7 +8266,7 @@
|
|
|
8241
8266
|
"picker_preview": {
|
|
8242
8267
|
"allOf": [
|
|
8243
8268
|
{
|
|
8244
|
-
"$ref": "#/definitions/type.
|
|
8269
|
+
"$ref": "#/definitions/type.picker_preview"
|
|
8245
8270
|
}
|
|
8246
8271
|
]
|
|
8247
8272
|
},
|
|
@@ -8368,7 +8393,7 @@
|
|
|
8368
8393
|
"picker_preview": {
|
|
8369
8394
|
"allOf": [
|
|
8370
8395
|
{
|
|
8371
|
-
"$ref": "#/definitions/type.
|
|
8396
|
+
"$ref": "#/definitions/type.picker_preview"
|
|
8372
8397
|
}
|
|
8373
8398
|
]
|
|
8374
8399
|
},
|
|
@@ -8736,7 +8761,7 @@
|
|
|
8736
8761
|
"picker_preview": {
|
|
8737
8762
|
"allOf": [
|
|
8738
8763
|
{
|
|
8739
|
-
"$ref": "#/definitions/type.
|
|
8764
|
+
"$ref": "#/definitions/type.picker_preview"
|
|
8740
8765
|
}
|
|
8741
8766
|
]
|
|
8742
8767
|
},
|
|
@@ -8873,7 +8898,7 @@
|
|
|
8873
8898
|
"description": "The actual value used when items are added after selection.",
|
|
8874
8899
|
"markdownDescription": "The actual value used when items are added after selection."
|
|
8875
8900
|
},
|
|
8876
|
-
"
|
|
8901
|
+
"description": {
|
|
8877
8902
|
"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.",
|
|
8878
8903
|
"type": "string",
|
|
8879
8904
|
"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."
|
|
@@ -202,6 +202,7 @@
|
|
|
202
202
|
},
|
|
203
203
|
"paths.uploads_use_relative_path": {
|
|
204
204
|
"id": "paths.uploads_use_relative_path",
|
|
205
|
+
"default": false,
|
|
205
206
|
"type": "boolean"
|
|
206
207
|
},
|
|
207
208
|
"version": {
|
|
@@ -390,14 +391,17 @@
|
|
|
390
391
|
},
|
|
391
392
|
"disable_add": {
|
|
392
393
|
"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.",
|
|
394
|
+
"default": false,
|
|
393
395
|
"type": "boolean"
|
|
394
396
|
},
|
|
395
397
|
"disable_add_folder": {
|
|
396
398
|
"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.",
|
|
399
|
+
"default": false,
|
|
397
400
|
"type": "boolean"
|
|
398
401
|
},
|
|
399
402
|
"disable_file_actions": {
|
|
400
403
|
"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.",
|
|
404
|
+
"default": false,
|
|
401
405
|
"type": "boolean"
|
|
402
406
|
},
|
|
403
407
|
"new_preview_url": {
|
|
@@ -4538,26 +4542,32 @@
|
|
|
4538
4542
|
"properties": {
|
|
4539
4543
|
"global": {
|
|
4540
4544
|
"description": "`g` - Search globally.",
|
|
4545
|
+
"default": false,
|
|
4541
4546
|
"type": "boolean"
|
|
4542
4547
|
},
|
|
4543
4548
|
"ignore_case": {
|
|
4544
4549
|
"description": "`i` - Case-insensitive.",
|
|
4550
|
+
"default": false,
|
|
4545
4551
|
"type": "boolean"
|
|
4546
4552
|
},
|
|
4547
4553
|
"multiline": {
|
|
4548
4554
|
"description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
|
|
4555
|
+
"default": false,
|
|
4549
4556
|
"type": "boolean"
|
|
4550
4557
|
},
|
|
4551
4558
|
"dot_all": {
|
|
4552
4559
|
"description": "`s` - `.` matches newline characters.",
|
|
4560
|
+
"default": false,
|
|
4553
4561
|
"type": "boolean"
|
|
4554
4562
|
},
|
|
4555
4563
|
"unicode": {
|
|
4556
4564
|
"description": "`u` - Pattern is treated as a sequence of Unicode code points.",
|
|
4565
|
+
"default": false,
|
|
4557
4566
|
"type": "boolean"
|
|
4558
4567
|
},
|
|
4559
4568
|
"unicode_sets": {
|
|
4560
4569
|
"description": "`v` - Extended `unicode` mode.",
|
|
4570
|
+
"default": false,
|
|
4561
4571
|
"type": "boolean"
|
|
4562
4572
|
}
|
|
4563
4573
|
},
|
|
@@ -5080,6 +5090,16 @@
|
|
|
5080
5090
|
"alpha": {
|
|
5081
5091
|
"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\".",
|
|
5082
5092
|
"type": "boolean"
|
|
5093
|
+
},
|
|
5094
|
+
"palette": {
|
|
5095
|
+
"type": "array",
|
|
5096
|
+
"items": {
|
|
5097
|
+
"type": "string"
|
|
5098
|
+
}
|
|
5099
|
+
},
|
|
5100
|
+
"hide_picker": {
|
|
5101
|
+
"default": false,
|
|
5102
|
+
"type": "boolean"
|
|
5083
5103
|
}
|
|
5084
5104
|
},
|
|
5085
5105
|
"additionalProperties": false
|
|
@@ -7444,7 +7464,7 @@
|
|
|
7444
7464
|
"$ref": "#/$defs/type.preview"
|
|
7445
7465
|
},
|
|
7446
7466
|
"picker_preview": {
|
|
7447
|
-
"$ref": "#/$defs/type.
|
|
7467
|
+
"$ref": "#/$defs/type.picker_preview"
|
|
7448
7468
|
},
|
|
7449
7469
|
"allow_create": {
|
|
7450
7470
|
"$ref": "#/$defs/type._inputs.*.options.allow_create"
|
|
@@ -7521,13 +7541,13 @@
|
|
|
7521
7541
|
"$ref": "#/$defs/type.preview.icon_background_color"
|
|
7522
7542
|
},
|
|
7523
7543
|
"tags": {
|
|
7524
|
-
"$ref": "#/$defs/preview.tags"
|
|
7544
|
+
"$ref": "#/$defs/type.preview.tags"
|
|
7525
7545
|
},
|
|
7526
7546
|
"metadata": {
|
|
7527
|
-
"$ref": "#/$defs/preview.metadata"
|
|
7547
|
+
"$ref": "#/$defs/type.preview.metadata"
|
|
7528
7548
|
},
|
|
7529
7549
|
"gallery": {
|
|
7530
|
-
"$ref": "#/$defs/preview.gallery"
|
|
7550
|
+
"$ref": "#/$defs/type.preview.gallery"
|
|
7531
7551
|
}
|
|
7532
7552
|
},
|
|
7533
7553
|
"additionalProperties": false
|
|
@@ -7556,15 +7576,15 @@
|
|
|
7556
7576
|
"id": "type.preview.icon_background_color",
|
|
7557
7577
|
"$ref": "#/$defs/PreviewEntries"
|
|
7558
7578
|
},
|
|
7559
|
-
"preview.tags": {
|
|
7560
|
-
"id": "preview.tags",
|
|
7579
|
+
"type.preview.tags": {
|
|
7580
|
+
"id": "type.preview.tags",
|
|
7561
7581
|
"type": "array",
|
|
7562
7582
|
"items": {
|
|
7563
7583
|
"type": "string"
|
|
7564
7584
|
}
|
|
7565
7585
|
},
|
|
7566
|
-
"preview.metadata": {
|
|
7567
|
-
"id": "preview.metadata",
|
|
7586
|
+
"type.preview.metadata": {
|
|
7587
|
+
"id": "type.preview.metadata",
|
|
7568
7588
|
"type": "array",
|
|
7569
7589
|
"items": {
|
|
7570
7590
|
"$ref": "#/$defs/PreviewMetadataEntry"
|
|
@@ -7592,8 +7612,8 @@
|
|
|
7592
7612
|
},
|
|
7593
7613
|
"additionalProperties": false
|
|
7594
7614
|
},
|
|
7595
|
-
"preview.gallery": {
|
|
7596
|
-
"id": "preview.gallery",
|
|
7615
|
+
"type.preview.gallery": {
|
|
7616
|
+
"id": "type.preview.gallery",
|
|
7597
7617
|
"type": "object",
|
|
7598
7618
|
"properties": {
|
|
7599
7619
|
"text": {
|
|
@@ -7635,6 +7655,11 @@
|
|
|
7635
7655
|
"id": "type.preview.gallery.background_color",
|
|
7636
7656
|
"$ref": "#/$defs/PreviewEntries"
|
|
7637
7657
|
},
|
|
7658
|
+
"type.picker_preview": {
|
|
7659
|
+
"title": "Picker Preview",
|
|
7660
|
+
"id": "type.picker_preview",
|
|
7661
|
+
"$ref": "#/$defs/type.preview"
|
|
7662
|
+
},
|
|
7638
7663
|
"type._inputs.*.options.allow_create": {
|
|
7639
7664
|
"id": "type._inputs.*.options.allow_create",
|
|
7640
7665
|
"description": "Allows new text values to be created at edit time.",
|
|
@@ -7780,7 +7805,7 @@
|
|
|
7780
7805
|
"$ref": "#/$defs/type.preview"
|
|
7781
7806
|
},
|
|
7782
7807
|
"picker_preview": {
|
|
7783
|
-
"$ref": "#/$defs/type.
|
|
7808
|
+
"$ref": "#/$defs/type.picker_preview"
|
|
7784
7809
|
},
|
|
7785
7810
|
"allow_create": {
|
|
7786
7811
|
"$ref": "#/$defs/type._inputs.*.options.allow_create"
|
|
@@ -7924,7 +7949,7 @@
|
|
|
7924
7949
|
"$ref": "#/$defs/type.preview"
|
|
7925
7950
|
},
|
|
7926
7951
|
"picker_preview": {
|
|
7927
|
-
"$ref": "#/$defs/type.
|
|
7952
|
+
"$ref": "#/$defs/type.picker_preview"
|
|
7928
7953
|
},
|
|
7929
7954
|
"allow_empty": {
|
|
7930
7955
|
"$ref": "#/$defs/type._inputs.*.options.allow_empty"
|
|
@@ -8028,7 +8053,7 @@
|
|
|
8028
8053
|
"$ref": "#/$defs/type.preview"
|
|
8029
8054
|
},
|
|
8030
8055
|
"picker_preview": {
|
|
8031
|
-
"$ref": "#/$defs/type.
|
|
8056
|
+
"$ref": "#/$defs/type.picker_preview"
|
|
8032
8057
|
},
|
|
8033
8058
|
"allow_empty": {
|
|
8034
8059
|
"$ref": "#/$defs/type._inputs.*.options.allow_empty"
|
|
@@ -8332,7 +8357,7 @@
|
|
|
8332
8357
|
"$ref": "#/$defs/type.preview"
|
|
8333
8358
|
},
|
|
8334
8359
|
"picker_preview": {
|
|
8335
|
-
"$ref": "#/$defs/type.
|
|
8360
|
+
"$ref": "#/$defs/type.picker_preview"
|
|
8336
8361
|
},
|
|
8337
8362
|
"_inputs": {
|
|
8338
8363
|
"$ref": "#/$defs/type._inputs"
|
|
@@ -8424,7 +8449,7 @@
|
|
|
8424
8449
|
"value": {
|
|
8425
8450
|
"description": "The actual value used when items are added after selection."
|
|
8426
8451
|
},
|
|
8427
|
-
"
|
|
8452
|
+
"description": {
|
|
8428
8453
|
"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.",
|
|
8429
8454
|
"type": "string"
|
|
8430
8455
|
},
|
|
@@ -9401,22 +9426,27 @@
|
|
|
9401
9426
|
"properties": {
|
|
9402
9427
|
"html": {
|
|
9403
9428
|
"description": "Output HTML tags from source.",
|
|
9429
|
+
"default": false,
|
|
9404
9430
|
"type": "boolean"
|
|
9405
9431
|
},
|
|
9406
9432
|
"xhtml": {
|
|
9407
9433
|
"description": "Use `/` to close single tags (e.g. `<br />`).",
|
|
9434
|
+
"default": false,
|
|
9408
9435
|
"type": "boolean"
|
|
9409
9436
|
},
|
|
9410
9437
|
"breaks": {
|
|
9411
9438
|
"description": "Convert `\\n` in paragraphs into `<br>`.",
|
|
9439
|
+
"default": false,
|
|
9412
9440
|
"type": "boolean"
|
|
9413
9441
|
},
|
|
9414
9442
|
"linkify": {
|
|
9415
9443
|
"description": "Autoconvert URL-like text to links.",
|
|
9444
|
+
"default": false,
|
|
9416
9445
|
"type": "boolean"
|
|
9417
9446
|
},
|
|
9418
9447
|
"typographer": {
|
|
9419
9448
|
"description": "Enable some language-neutral replacement, as well as quotes beautification.",
|
|
9449
|
+
"default": false,
|
|
9420
9450
|
"type": "boolean"
|
|
9421
9451
|
},
|
|
9422
9452
|
"quotes": {
|
|
@@ -9425,10 +9455,12 @@
|
|
|
9425
9455
|
},
|
|
9426
9456
|
"spaced_lists": {
|
|
9427
9457
|
"description": "Output lists with an extra space in Markdown.",
|
|
9458
|
+
"default": false,
|
|
9428
9459
|
"type": "boolean"
|
|
9429
9460
|
},
|
|
9430
9461
|
"sentence_per_line": {
|
|
9431
9462
|
"description": "Add linebreaks between sentences in Markdown.",
|
|
9463
|
+
"default": false,
|
|
9432
9464
|
"type": "boolean"
|
|
9433
9465
|
},
|
|
9434
9466
|
"gfm": {
|
|
@@ -9445,34 +9477,42 @@
|
|
|
9445
9477
|
},
|
|
9446
9478
|
"treat_indentation_as_code": {
|
|
9447
9479
|
"description": "Determines whether 4 spaces on indentation should be read as a code block.",
|
|
9480
|
+
"default": false,
|
|
9448
9481
|
"type": "boolean"
|
|
9449
9482
|
},
|
|
9450
9483
|
"escape_snippets_in_code_blocks": {
|
|
9451
9484
|
"description": "Render snippets as plain text within code blocks.",
|
|
9485
|
+
"default": false,
|
|
9452
9486
|
"type": "boolean"
|
|
9453
9487
|
},
|
|
9454
9488
|
"table": {
|
|
9455
9489
|
"description": "Output tables in Markdown format.",
|
|
9490
|
+
"default": false,
|
|
9456
9491
|
"type": "boolean"
|
|
9457
9492
|
},
|
|
9458
9493
|
"strikethrough": {
|
|
9459
9494
|
"description": "Output strikes in wrapped in double tildes (e.g. `~~strike~~`).",
|
|
9495
|
+
"default": false,
|
|
9460
9496
|
"type": "boolean"
|
|
9461
9497
|
},
|
|
9462
9498
|
"subscript": {
|
|
9463
9499
|
"description": "Output subscript in wrapped in tildes (e.g. `~sub~`).",
|
|
9500
|
+
"default": false,
|
|
9464
9501
|
"type": "boolean"
|
|
9465
9502
|
},
|
|
9466
9503
|
"superscript": {
|
|
9467
9504
|
"description": "Output superscript in wrapped in carets (e.g. `^super^`).",
|
|
9505
|
+
"default": false,
|
|
9468
9506
|
"type": "boolean"
|
|
9469
9507
|
},
|
|
9470
9508
|
"heading_ids": {
|
|
9471
9509
|
"description": "Generate IDs for headings.",
|
|
9510
|
+
"default": false,
|
|
9472
9511
|
"type": "boolean"
|
|
9473
9512
|
},
|
|
9474
9513
|
"attributes": {
|
|
9475
9514
|
"description": "Save element attributes in Markdown format instead of converting to HTML.",
|
|
9515
|
+
"default": false,
|
|
9476
9516
|
"type": "boolean"
|
|
9477
9517
|
},
|
|
9478
9518
|
"attribute_elements": {
|
|
@@ -9548,7 +9588,7 @@
|
|
|
9548
9588
|
"$ref": "#/$defs/type.preview"
|
|
9549
9589
|
},
|
|
9550
9590
|
"picker_preview": {
|
|
9551
|
-
"$ref": "#/$defs/type.
|
|
9591
|
+
"$ref": "#/$defs/type.picker_preview"
|
|
9552
9592
|
},
|
|
9553
9593
|
"snippet": {
|
|
9554
9594
|
"description": "The snippet string contains the text to match for your snippet, with any dynamic sections represented using a placeholder in double square brackets.",
|