Skip to content

Commit dd883b7

Browse files
[autofix.ci] apply automated fixes
1 parent 9c77c78 commit dd883b7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/vscode/schema/headmatter.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,9 @@
242242
"default": "history"
243243
},
244244
"aspectRatio": {
245-
"anyOf": [
246-
{
247-
"type": "number"
248-
},
249-
{
250-
"type": "string"
251-
}
245+
"type": [
246+
"number",
247+
"string"
252248
],
253249
"description": "Aspect ratio for slides should be like `16/9` or `1:1`",
254250
"markdownDescription": "Aspect ratio for slides\nshould be like `16/9` or `1:1`",

0 commit comments

Comments
 (0)