mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
e3badef708
MMV options dialog only allows to disable/enable MVV. Rely on Special:Preferences instead. Strips more than 2kB off the bundlesize. Bug: T77349 Change-Id: I707ef2c0b6b8d4d13c05182078b82ddc99e32d12
33 lines
502 B
JSON
33 lines
502 B
JSON
{
|
|
"modules": [
|
|
{
|
|
"resourceModule": "mmv",
|
|
"maxSize": "24.7 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.ui.restriction",
|
|
"maxSize": "9.1 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.codex",
|
|
"maxSize": "5.2 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.ui.reuse",
|
|
"maxSize": "5.7 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.bootstrap",
|
|
"maxSize": "5.9 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.bootstrap.autostart",
|
|
"maxSize": "1 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.head",
|
|
"maxSize": "1 kB"
|
|
}
|
|
]
|
|
}
|