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
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9574,6 +9574,11 @@ var require_yaml_intelligence_resources = __commonJS({
9574
9574
schema: "boolean",
9575
9575
description: "Provide button for copying search link"
9576
9576
},
9577
+
"merge-navbar-crumbs": {
9578
+
schema: "boolean",
9579
+
default: true,
9580
+
description: "When false, do not merge navbar crumbs into the crumbs in `search.json`."
9581
+
},
9577
9582
"keyboard-shortcut": {
9578
9583
maybeArrayOf: {
9579
9584
string: {
@@ -22914,8 +22919,6 @@ var require_yaml_intelligence_resources = __commonJS({
22914
22919
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
22915
22920
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
22916
22921
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
22917
-
"The path to a light brand file or an inline light brand\ndefinition.",
22918
-
"The path to a dark brand file or an inline dark brand definition.",
22919
22922
"Theme name, theme scss file, or a mix of both.",
22920
22923
"The light theme name, theme scss file, or a mix of both.",
22921
22924
"The light theme name, theme scss file, or a mix of both.",
@@ -24248,12 +24251,12 @@ var require_yaml_intelligence_resources = __commonJS({
24248
24251
mermaid: "%%"
24249
24252
},
24250
24253
"handlers/mermaid/schema.yml": {
24251
-
_internalId: 196120,
24254
+
_internalId: 194252,
24252
24255
type: "object",
24253
24256
description: "be an object",
24254
24257
properties: {
24255
24258
"mermaid-format": {
24256
-
_internalId: 196112,
24259
+
_internalId: 194244,
24257
24260
type: "enum",
24258
24261
enum: [
24259
24262
"png",
@@ -24269,7 +24272,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2546,6 +2546,11 @@
2546
2546
"schema": "boolean",
2547
2547
"description": "Provide button for copying search link"
2548
2548
},
2549
+
"merge-navbar-crumbs": {
2550
+
"schema": "boolean",
2551
+
"default": true,
2552
+
"description": "When false, do not merge navbar crumbs into the crumbs in `search.json`."
2553
+
},
2549
2554
"keyboard-shortcut": {
2550
2555
"maybeArrayOf": {
2551
2556
"string": {
@@ -15886,8 +15891,6 @@
15886
15891
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
15887
15892
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
15888
15893
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
15889
-
"The path to a light brand file or an inline light brand\ndefinition.",
15890
-
"The path to a dark brand file or an inline dark brand definition.",
15891
15894
"Theme name, theme scss file, or a mix of both.",
15892
15895
"The light theme name, theme scss file, or a mix of both.",
15893
15896
"The light theme name, theme scss file, or a mix of both.",
0 commit comments