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
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -11911,6 +11911,7 @@ var require_yaml_intelligence_resources = __commonJS({
11911
11911
closed: true,
11912
11912
properties: {
11913
11913
images: {
11914
+
description: "A dictionary of named logo resources.",
11914
11915
schema: {
11915
11916
object: {
11916
11917
additionalProperties: {
@@ -12095,31 +12096,31 @@ var require_yaml_intelligence_resources = __commonJS({
12095
12096
ref: "brand-typography-options-base"
12096
12097
},
12097
12098
headings: {
12098
-
description: "Settings for headings\n",
12099
+
description: "Settings for headings, or a string specifying the font family only.",
12099
12100
ref: "brand-typography-options-headings"
12100
12101
},
12101
12102
monospace: {
12102
-
description: "Settings for monospace text\n",
12103
+
description: "Settings for monospace text, or a string specifying the font family only.",
12103
12104
ref: "brand-typography-options-monospace"
12104
12105
},
12105
12106
"monospace-inline": {
12106
-
description: "Settings for inline code",
12107
+
description: "Settings for inline code, or a string specifying the font family only.",
12107
12108
ref: "brand-typography-options-monospace-inline"
12108
12109
},
12109
12110
"monospace-block": {
12110
-
description: "Settings for code blocks",
12111
+
description: "Settings for code blocks, or a string specifying the font family only.",
12111
12112
ref: "brand-typography-options-monospace-block"
12112
12113
},
12113
12114
link: {
12114
-
description: "Settings for links",
12115
+
description: "Settings for links.",
12115
12116
ref: "brand-typography-options-link"
12116
12117
}
12117
12118
}
12118
12119
}
12119
12120
},
12120
12121
{
12121
12122
id: "brand-typography-options-base",
12122
-
description: "Typographic options.",
12123
+
description: "Base typographic options.",
12123
12124
anyOf: [
12124
12125
"string",
12125
12126
{
@@ -12131,9 +12132,6 @@ var require_yaml_intelligence_resources = __commonJS({
12131
12132
weight: {
12132
12133
ref: "brand-font-weight"
12133
12134
},
12134
-
color: {
12135
-
ref: "brand-maybe-named-color"
12136
-
},
12137
12135
"line-height": {
12138
12136
ref: "line-height-number-string"
12139
12137
}
@@ -12144,7 +12142,7 @@ var require_yaml_intelligence_resources = __commonJS({
12144
12142
},
12145
12143
{
12146
12144
id: "brand-typography-options-headings",
12147
-
description: "Typographic options without a font size.",
12145
+
description: "Typographic options for headings.",
12148
12146
anyOf: [
12149
12147
"string",
12150
12148
{
@@ -22809,6 +22807,7 @@ var require_yaml_intelligence_resources = __commonJS({
22809
22807
},
22810
22808
"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.",
22811
22809
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
22810
+
"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.",
22812
22811
"Theme name, theme scss file, or a mix of both.",
22813
22812
"The light theme name, theme scss file, or a mix of both.",
22814
22813
"The light theme name, theme scss file, or a mix of both.",
@@ -24131,12 +24130,12 @@ var require_yaml_intelligence_resources = __commonJS({
24131
24130
mermaid: "%%"
24132
24131
},
24133
24132
"handlers/mermaid/schema.yml": {
24134
-
_internalId: 193258,
24133
+
_internalId: 193399,
24135
24134
type: "object",
24136
24135
description: "be an object",
24137
24136
properties: {
24138
24137
"mermaid-format": {
24139
-
_internalId: 193250,
24138
+
_internalId: 193391,
24140
24139
type: "enum",
24141
24140
enum: [
24142
24141
"png",
@@ -24152,7 +24151,7 @@ var require_yaml_intelligence_resources = __commonJS({
"description": "Settings for code blocks, or a string specifying the font family only.",
5083
5084
"ref": "brand-typography-options-monospace-block"
5084
5085
},
5085
5086
"link": {
5086
-
"description": "Settings for links",
5087
+
"description": "Settings for links.",
5087
5088
"ref": "brand-typography-options-link"
5088
5089
}
5089
5090
}
5090
5091
}
5091
5092
},
5092
5093
{
5093
5094
"id": "brand-typography-options-base",
5094
-
"description": "Typographic options.",
5095
+
"description": "Base typographic options.",
5095
5096
"anyOf": [
5096
5097
"string",
5097
5098
{
@@ -5103,9 +5104,6 @@
5103
5104
"weight": {
5104
5105
"ref": "brand-font-weight"
5105
5106
},
5106
-
"color": {
5107
-
"ref": "brand-maybe-named-color"
5108
-
},
5109
5107
"line-height": {
5110
5108
"ref": "line-height-number-string"
5111
5109
}
@@ -5116,7 +5114,7 @@
5116
5114
},
5117
5115
{
5118
5116
"id": "brand-typography-options-headings",
5119
-
"description": "Typographic options without a font size.",
5117
+
"description": "Typographic options for headings.",
5120
5118
"anyOf": [
5121
5119
"string",
5122
5120
{
@@ -15781,6 +15779,7 @@
15781
15779
},
15782
15780
"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.",
15783
15781
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
15782
+
"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.",
15784
15783
"Theme name, theme scss file, or a mix of both.",
15785
15784
"The light theme name, theme scss file, or a mix of both.",
15786
15785
"The light theme name, theme scss file, or a mix of both.",
0 commit comments