mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-27 17:50:38 +00:00
manifest_version 2 (#19)
This commit is contained in:
parent
4443277664
commit
f354bff398
|
@ -17,11 +17,21 @@
|
|||
}
|
||||
},
|
||||
"config": {
|
||||
"AllInfoboxesSubpagesBlacklist": [ "doc", "draft", "test" ],
|
||||
"PortableInfoboxCacheRenderers": false,
|
||||
"PortableInfoboxCustomImageWidth": 300,
|
||||
"PortableInfoboxUseHeadings": true,
|
||||
"PortableInfoboxUseTidy": true
|
||||
"AllInfoboxesSubpagesBlacklist": {
|
||||
"value": [ "doc", "draft", "test" ]
|
||||
},
|
||||
"PortableInfoboxCacheRenderers": {
|
||||
"value": false
|
||||
},
|
||||
"PortableInfoboxCustomImageWidth": {
|
||||
"value": 300
|
||||
},
|
||||
"PortableInfoboxUseHeadings": {
|
||||
"value": true
|
||||
},
|
||||
"PortableInfoboxUseTidy": {
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"PortableInfobox": "i18n"
|
||||
|
@ -86,5 +96,5 @@
|
|||
"APIListModules": {
|
||||
"allinfoboxes": "ApiQueryAllInfoboxes"
|
||||
},
|
||||
"manifest_version": 1
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue