Skip to content

Commit

Permalink
JSON schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Aug 7, 2024
1 parent 27a4d9b commit 06ff07b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1229,9 +1229,15 @@
"fileType": {
"type": "string",
"default": "",
"enum": [
"md",
"mdx"
"oneOf": [{
"enum": [
"md",
"mdx"
]
},
{
"type": "string"
}
],
"description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fileType.description%"
},
Expand Down

0 comments on commit 06ff07b

Please sign in to comment.