74dfa5fdd9
Also move class to its own namespace. Bug: T183532 Change-Id: I5a89efd3f162d73e247543c86967562a949a3bf4
35 lines
979 B
JSON
35 lines
979 B
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+",
|
|
"type": "other",
|
|
"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
|
|
}
|