forked from istic/carcosa-wiki-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
60 lines (60 loc) · 1.19 KB
/
extension.json
File metadata and controls
60 lines (60 loc) · 1.19 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "DUDCustomStuff",
"author": [
"Nicholas Avenell"
],
"url": "https://www.mediawiki.org/wiki/Extension:DUDCustomStuff",
"descriptionmsg": "DUDCustomStuff-desc",
"license-name": "GPL-2.0-or-later",
"type": "other",
"requires": {
"MediaWiki": ">= 1.30.0"
},
"AutoloadClasses": {
"MediaWiki\\Extension\\DUDCustomStuff\\Hooks": "includes/Hooks.php"
},
"AutoloadNamespaces": {
"MediaWiki\\Extension\\DUDCustomStuff\\": "includes/"
},
"config": {
"DUDCustomStuffEnableFoo": {
"description": "Enable the Foo feature.",
"value": true
}
},
"Hooks": {
"BeforePageDisplay": "MediaWiki\\Extension\\DUDCustomStuff\\Hooks::onBeforePageDisplay"
},
"MessagesDirs": {
"DUDCustomStuff": [
"i18n"
]
},
"ResourceFileModulePaths": {
"localBasePath": "resources",
"remoteExtPath": "DUDCustomStuff/resources"
},
"ResourceModules": {
"x.DUDCustomStuff.styles": {
"styles": [
"x.dud.css"
]
},
"x.ForsakenCustomStuff.styles": {
"styles": [
"x.forsaken.css"
]
},
"x.T67CustomStuff.styles": {
"styles": [
"x.t67.css"
]
},
"z.AlbaInternalCustomStuff.styles": {
"styles": [
"x.albainternal.css"
]
}
},
"manifest_version": 2
}