-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
46 lines (46 loc) · 1008 Bytes
/
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
38
39
40
41
42
43
44
45
46
{
"manifest_version": 2,
"name": "MsWikiEditor",
"version": "4.0",
"author": [
"[mailto:[email protected] Martin Schwindl]",
"[mailto:[email protected] Martin Keyler]",
"[https://www.mediawiki.org/wiki/User:Sophivorus Felipe Schenone]"
],
"url": "https://www.mediawiki.org/wiki/Extension:MsWikiEditor",
"descriptionmsg": "mswe-desc",
"license-name": "GPL-2.0-or-later",
"type": "other",
"requires": {
"MediaWiki": ">= 1.31.0"
},
"MessagesDirs": {
"MsWikiEditor": [
"i18n"
]
},
"AutoloadClasses": {
"MsWikiEditor": "MsWikiEditor.php"
},
"ResourceModules": {
"ext.MsWikiEditor": {
"scripts": "MsWikiEditor.js"
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "MsWikiEditor"
},
"Hooks": {
"ResourceLoaderGetConfigVars": "MsWikiEditor::onResourceLoaderGetConfigVars",
"EditPage::showEditForm:initial": "MsWikiEditor::onShowEditFormInitial"
},
"config": {
"MSWE_add": {
"value": []
},
"MSWE_remove": {
"value": []
}
}
}