You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+41-42Lines changed: 41 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -12221,8 +12221,13 @@ var require_yaml_intelligence_resources = __commonJS({
12221
12221
},
12222
12222
{
12223
12223
id: "logo-light-dark-specifier-path-optional",
12224
-
description: "Any of the ways a logo can be specified: string, object, or light/dark object of string or object\n",
12224
+
description: "Any of the ways a logo can be specified: string, object, or light/dark object of string or object. Use `false` to explicitly disable the logo.\n",
12225
12225
anyOf: [
12226
+
{
12227
+
enum: [
12228
+
false
12229
+
]
12230
+
},
12226
12231
{
12227
12232
ref: "logo-specifier-path-optional"
12228
12233
},
@@ -14590,42 +14595,6 @@ var require_yaml_intelligence_resources = __commonJS({
14590
14595
},
14591
14596
description: "Contributors to this publication."
14592
14597
},
14593
-
{
14594
-
name: "subject",
14595
-
tags: {
14596
-
formats: [
14597
-
"$epub-all"
14598
-
]
14599
-
},
14600
-
schema: {
14601
-
anyOf: [
14602
-
"string",
14603
-
{
14604
-
object: {
14605
-
closed: true,
14606
-
properties: {
14607
-
text: {
14608
-
string: {
14609
-
description: "The subject text."
14610
-
}
14611
-
},
14612
-
authority: {
14613
-
string: {
14614
-
description: "An EPUB reserved authority value."
14615
-
}
14616
-
},
14617
-
term: {
14618
-
string: {
14619
-
description: "The subject term (defined by the schema)."
14620
-
}
14621
-
}
14622
-
}
14623
-
}
14624
-
}
14625
-
]
14626
-
},
14627
-
description: "The subject of the publication."
14628
-
},
14629
14598
{
14630
14599
name: "type",
14631
14600
tags: {
@@ -17269,12 +17238,39 @@ var require_yaml_intelligence_resources = __commonJS({
17269
17238
},
17270
17239
{
17271
17240
name: "subject",
17272
-
schema: "string",
17241
+
schema: {
17242
+
anyOf: [
17243
+
"string",
17244
+
{
17245
+
object: {
17246
+
closed: true,
17247
+
properties: {
17248
+
text: {
17249
+
string: {
17250
+
description: "The subject text."
17251
+
}
17252
+
},
17253
+
authority: {
17254
+
string: {
17255
+
description: "An EPUB reserved authority value."
17256
+
}
17257
+
},
17258
+
term: {
17259
+
string: {
17260
+
description: "The subject term (defined by the schema)."
17261
+
}
17262
+
}
17263
+
}
17264
+
}
17265
+
}
17266
+
]
17267
+
},
17273
17268
tags: {
17274
17269
formats: [
17275
17270
"$pdf-all",
17276
17271
"$office-all",
17277
-
"odt"
17272
+
"odt",
17273
+
"$epub-all"
17278
17274
]
17279
17275
},
17280
17276
description: "The document subject"
@@ -20738,6 +20734,9 @@ var require_yaml_intelligence_resources = __commonJS({
20738
20734
comments: {
20739
20735
title: "Comments"
20740
20736
},
20737
+
a11y: {
20738
+
title: "Accessibility"
20739
+
},
20741
20740
includes: {
20742
20741
title: "Includes"
20743
20742
},
@@ -25375,12 +25374,12 @@ var require_yaml_intelligence_resources = __commonJS({
25375
25374
mermaid: "%%"
25376
25375
},
25377
25376
"handlers/mermaid/schema.yml": {
25378
-
_internalId: 222774,
25377
+
_internalId: 222775,
25379
25378
type: "object",
25380
25379
description: "be an object",
25381
25380
properties: {
25382
25381
"mermaid-format": {
25383
-
_internalId: 222766,
25382
+
_internalId: 222767,
25384
25383
type: "enum",
25385
25384
enum: [
25386
25385
"png",
@@ -25396,7 +25395,7 @@ var require_yaml_intelligence_resources = __commonJS({
0 commit comments