From 6889f54a0001294be5199d0a4f4a94d90934682b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Sat, 1 Jun 2024 23:12:48 +0200 Subject: [PATCH] Add `recursive` setting to JSONSchema --- schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schema.json b/schema.json index 32ba67d..15619e1 100644 --- a/schema.json +++ b/schema.json @@ -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