diff --git a/docs/schema/plugins/privacy.json b/docs/schema/plugins/privacy.json index 048bf37e6..62c0e851d 100644 --- a/docs/schema/plugins/privacy.json +++ b/docs/schema/plugins/privacy.json @@ -45,6 +45,18 @@ "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory", "type": "string", "default": "assets/externals" + }, + "externals_exclude": { + "title": "External assets to be excluded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-exclude", + "type": "array", + "items": { + "title": "External assets matching this pattern will not be bundled", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-exclude", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 } }, "additionalProperties": false