Skip to content

Commit

Permalink
Add recursive setting to JSONSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jun 1, 2024
1 parent 0abce62 commit 6889f54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
"markdownDescription": "https://github.com/mondeja/mkdocs-include-markdown-plugin#configuration",
"type": "integer",
"default": 0
},
"recursive": {
"markdownDescription": "https://github.com/mondeja/mkdocs-include-markdown-plugin#include_recursive",
"type": "boolean",
"default": true
}
},
"additionalProperties": false
Expand Down

0 comments on commit 6889f54

Please sign in to comment.