manifest_version 2 (#19)

This commit is contained in:
Universal Omega 2021-09-12 18:37:45 -06:00 committed by GitHub
parent 4443277664
commit f354bff398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}