File tree 1 file changed +25
-6
lines changed
1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 15
15
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/" ,
16
16
"type" : " object" ,
17
17
"properties" : {
18
- "download " : {
19
- "title" : " Download of external assets " ,
20
- "markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#download " ,
18
+ "enabled " : {
19
+ "title" : " Enable plugin " ,
20
+ "markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#enabled " ,
21
21
"type" : " boolean" ,
22
22
"default" : true
23
23
},
24
- "download_directory" : {
25
- "title" : " Download directory for external assets" ,
26
- "markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#download_directory" ,
24
+ "externals" : {
25
+ "title" : " External assets" ,
26
+ "markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals" ,
27
+ "oneOf" : [
28
+ {
29
+ "title" : " Bundle external assets" ,
30
+ "enum" : [
31
+ " bundle"
32
+ ]
33
+ },
34
+ {
35
+ "title" : " Report external assets as warnings" ,
36
+ "enum" : [
37
+ " report"
38
+ ]
39
+ }
40
+ ],
41
+ "default" : " bundle"
42
+ },
43
+ "externals_directory" : {
44
+ "title" : " External assets download directory" ,
45
+ "markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory" ,
27
46
"type" : " string" ,
28
47
"default" : " assets/externals"
29
48
}
You can’t perform that action at this time.
0 commit comments