Skip to content

Commit 5b6baf9

Browse files
committed
Add lightbox to groups schema so it generates properly in ref
1 parent 7642ec8 commit 5b6baf9

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

src/resources/editor/tools/vs-code.mjs

+6-3
Original file line numberDiff line numberDiff line change
@@ -18554,6 +18554,9 @@ var require_yaml_intelligence_resources = __commonJS({
1855418554
figures: {
1855518555
title: "Figures"
1855618556
},
18557+
lightbox: {
18558+
title: "Lightbox Figures"
18559+
},
1855718560
tables: {
1855818561
title: "Tables"
1855918562
},
@@ -22687,12 +22690,12 @@ var require_yaml_intelligence_resources = __commonJS({
2268722690
mermaid: "%%"
2268822691
},
2268922692
"handlers/mermaid/schema.yml": {
22690-
_internalId: 180846,
22693+
_internalId: 180861,
2269122694
type: "object",
2269222695
description: "be an object",
2269322696
properties: {
2269422697
"mermaid-format": {
22695-
_internalId: 180838,
22698+
_internalId: 180853,
2269622699
type: "enum",
2269722700
enum: [
2269822701
"png",
@@ -22708,7 +22711,7 @@ var require_yaml_intelligence_resources = __commonJS({
2270822711
exhaustiveCompletions: true
2270922712
},
2271022713
theme: {
22711-
_internalId: 180845,
22714+
_internalId: 180860,
2271222715
type: "anyOf",
2271322716
anyOf: [
2271422717
{

src/resources/editor/tools/yaml/web-worker.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -18555,6 +18555,9 @@ try {
1855518555
figures: {
1855618556
title: "Figures"
1855718557
},
18558+
lightbox: {
18559+
title: "Lightbox Figures"
18560+
},
1855818561
tables: {
1855918562
title: "Tables"
1856018563
},
@@ -22688,12 +22691,12 @@ try {
2268822691
mermaid: "%%"
2268922692
},
2269022693
"handlers/mermaid/schema.yml": {
22691-
_internalId: 180846,
22694+
_internalId: 180861,
2269222695
type: "object",
2269322696
description: "be an object",
2269422697
properties: {
2269522698
"mermaid-format": {
22696-
_internalId: 180838,
22699+
_internalId: 180853,
2269722700
type: "enum",
2269822701
enum: [
2269922702
"png",
@@ -22709,7 +22712,7 @@ try {
2270922712
exhaustiveCompletions: true
2271022713
},
2271122714
theme: {
22712-
_internalId: 180845,
22715+
_internalId: 180860,
2271322716
type: "anyOf",
2271422717
anyOf: [
2271522718
{

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -11526,6 +11526,9 @@
1152611526
"figures": {
1152711527
"title": "Figures"
1152811528
},
11529+
"lightbox": {
11530+
"title": "Lightbox Figures"
11531+
},
1152911532
"tables": {
1153011533
"title": "Tables"
1153111534
},
@@ -15659,12 +15662,12 @@
1565915662
"mermaid": "%%"
1566015663
},
1566115664
"handlers/mermaid/schema.yml": {
15662-
"_internalId": 180846,
15665+
"_internalId": 180861,
1566315666
"type": "object",
1566415667
"description": "be an object",
1566515668
"properties": {
1566615669
"mermaid-format": {
15667-
"_internalId": 180838,
15670+
"_internalId": 180853,
1566815671
"type": "enum",
1566915672
"enum": [
1567015673
"png",
@@ -15680,7 +15683,7 @@
1568015683
"exhaustiveCompletions": true
1568115684
},
1568215685
"theme": {
15683-
"_internalId": 180845,
15686+
"_internalId": 180860,
1568415687
"type": "anyOf",
1568515688
"anyOf": [
1568615689
{

src/resources/schema/groups.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ document:
7474
7575
figures:
7676
title: "Figures"
77+
lightbox:
78+
title: "Lightbox Figures"
7779
tables:
7880
title: "Tables"
7981
links:

0 commit comments

Comments
 (0)