838ef90fe0
Added an old, but not to-outdated required version to keep a minimum requirement Change-Id: I7ffdf9c3246614521853c70fef6a2f0c105d7d3c
38 lines
1 KiB
JSON
38 lines
1 KiB
JSON
{
|
|
"name": "Description2",
|
|
"version": "0.4.1",
|
|
"author": [
|
|
"[http://danf.ca/mw/ Daniel Friesen]"
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Description2",
|
|
"descriptionmsg": "description2-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "other",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.31.0"
|
|
},
|
|
"config": {
|
|
"EnableMetaDescriptionFunctions": false
|
|
},
|
|
"ConfigRegistry": {
|
|
"Description2": "GlobalVarConfig::newInstance"
|
|
},
|
|
"AutoloadClasses": {
|
|
"MediaWiki\\Extension\\Description2\\Description2": "includes/Description2.php"
|
|
},
|
|
"ExtensionMessagesFiles": {
|
|
"Description2Magic": "Description2.i18n.magic.php"
|
|
},
|
|
"MessagesDirs": {
|
|
"Description2": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"OutputPageParserOutput": "MediaWiki\\Extension\\Description2\\Description2::onOutputPageParserOutput",
|
|
"ParserAfterTidy": "MediaWiki\\Extension\\Description2\\Description2::onParserAfterTidy",
|
|
"ParserFirstCallInit": "MediaWiki\\Extension\\Description2\\Description2::onParserFirstCallInit"
|
|
},
|
|
"manifest_version": 1
|
|
}
|