Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 5, 2024
1 parent cb2ac30 commit 17ccd42
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/vscode/schema/headmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,24 @@
"markdownDescription": "Enable presenter mode",
"default": true
},
"exportingUI": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "string",
"const": "dev"
},
{
"type": "string",
"const": "build"
}
],
"description": "Enable exporting user interface",
"markdownDescription": "Enable exporting user interface",
"default": "dev"
},
"htmlAttrs": {
"type": "object",
"additionalProperties": {
Expand Down

0 comments on commit 17ccd42

Please sign in to comment.