Skip to content

Commit

Permalink
Update JSONSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 11, 2023
1 parent ac4f418 commit 6c10d00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@
},
"exclude": {
"markdownDescription": "https://github.com/mondeja/mkdocs-include-markdown-plugin#include-markdown_exclude",
"type": "string"
"type": "array",
"items": {
"type": "string"
}
},
"cache": {
"markdownDescription": "https://github.com/mondeja/mkdocs-include-markdown-plugin#configuration",
Expand Down

0 comments on commit 6c10d00

Please sign in to comment.