-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathextension.json
More file actions
29 lines (29 loc) · 662 Bytes
/
extension.json
File metadata and controls
29 lines (29 loc) · 662 Bytes
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
{
"name": "SemanticApprovedRevs",
"version": "0.10-alpha",
"author": [
"James Hong Kong",
"..."
],
"url": "https://github.com/SemanticMediaWiki/SemanticApprovedRevs/",
"descriptionmsg": "semantic-approvedrevs-desc",
"namemsg": "semantic-approvedrevs-name",
"license-name": "GPL-2.0-or-later",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.39"
},
"MessagesDirs": {
"SemanticApprovedRevs": [
"i18n"
]
},
"callback": "SMW\\ApprovedRevs\\Hooks::initExtension",
"ExtensionFunctions": [
"SMW\\ApprovedRevs\\Hooks::onExtensionFunction"
],
"AutoloadNamespaces": {
"SMW\\ApprovedRevs\\": "src/"
},
"manifest_version": 2
}