forked from gesinn-it-pub/ConfIDentSkin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
47 lines (47 loc) · 1.04 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
38
39
40
41
42
43
44
45
46
47
{
"name": "ConfIDentSkin",
"version": "1.0.13",
"author": [
"gesinn-it-wam (gesinn.it GmbH & Co. KG)"
],
"url": "https://github.com/gesinn-it-pub/ConfIDentSkin",
"type": "other",
"requires": {
"MediaWiki": ">= 1.35"
},
"AutoloadNamespaces": {
"ConfIDentSkin\\": "src/",
"Skins\\Chameleon\\Components\\": "src/Components"
},
"Hooks": {
"MediaWikiServices": "handleHooks",
"BeforePageDisplay": "handleHooks"
},
"HookHandlers": {
"handleHooks": {
"class": "ConfIDentSkin\\Hooks"
}
},
"MessagesDirs": {
"ConfIDentSkin": [ "i18n" ]
},
"ResourceFileModulePaths": {
"localBasePath": "resources"
},
"ResourceModules": {
"ext.ConfIDentSkin": {
"packageFiles": [
"js/init.js",
"js/enableShowAllFieldsToggle.js"
],
"dependencies": [
"oojs-ui-core",
"oojs-ui-widgets"
],
"messages": [
"scs-hide-show-empty-input-fields"
]
}
},
"manifest_version": 2
}