mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-15 03:35:20 +00:00
Convert to manifest_version 2
Bug: T252470 Change-Id: I514df27723fddc635968dc1ee38db38bd1ab1fa8
This commit is contained in:
parent
69c6da905e
commit
9a2aacde39
|
@ -34,23 +34,27 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"ExtractsRemoveClasses": [
|
"ExtractsRemoveClasses": {
|
||||||
"table",
|
"value": [
|
||||||
"div",
|
"table",
|
||||||
"script",
|
"div",
|
||||||
"input",
|
"script",
|
||||||
"style",
|
"input",
|
||||||
"ul.gallery",
|
"style",
|
||||||
".mw-editsection",
|
"ul.gallery",
|
||||||
"sup.reference",
|
".mw-editsection",
|
||||||
"ol.references",
|
"sup.reference",
|
||||||
".error",
|
"ol.references",
|
||||||
".nomobile",
|
".error",
|
||||||
".noprint",
|
".nomobile",
|
||||||
".noexcerpt",
|
".noprint",
|
||||||
".sortkey"
|
".noexcerpt",
|
||||||
],
|
".sortkey"
|
||||||
"ExtractsExtendOpenSearchXml": false
|
]
|
||||||
|
},
|
||||||
|
"ExtractsExtendOpenSearchXml": {
|
||||||
|
"value": false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"manifest_version": 1
|
"manifest_version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue