Skip to content

Commit a2f8456

Browse files
committed
Updated JSON schema
1 parent cfa6474 commit a2f8456

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/schema/plugins/privacy.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory",
4646
"type": "string",
4747
"default": "assets/externals"
48+
},
49+
"externals_exclude": {
50+
"title": "External assets to be excluded",
51+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-exclude",
52+
"type": "array",
53+
"items": {
54+
"title": "External assets matching this pattern will not be bundled",
55+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-exclude",
56+
"pattern": ".*"
57+
},
58+
"uniqueItems": true,
59+
"minItems": 1
4860
}
4961
},
5062
"additionalProperties": false

0 commit comments

Comments
 (0)