Skip to content

Commit 90ca617

Browse files
authored
fix: transition should be optional in schema (#2244)
1 parent 7ccf5ef commit 90ca617

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/vscode/schema/headmatter.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,7 @@
498498
"description": "Default frontmatter options applied to all slides",
499499
"markdownDescription": "Default frontmatter options applied to all slides"
500500
}
501-
},
502-
"required": [
503-
"transition"
504-
]
501+
}
505502
},
506503
"BuiltinLayouts": {
507504
"type": "string",

0 commit comments

Comments
 (0)