File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 45
45
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory" ,
46
46
"type" : " string" ,
47
47
"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
48
60
}
49
61
},
50
62
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments