-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.json
37 lines (37 loc) · 1.01 KB
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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
}