-
Notifications
You must be signed in to change notification settings - Fork 0
/
skin.json
46 lines (43 loc) · 959 Bytes
/
skin.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
{
"name": "Kendall", // name as shown under [[Special:Version]]
"author": "KylieStarzz",
"url": "https://www.mediawiki.org/wiki/Skin:Kendall",
"descriptionmsg": "kendall-desc",
"namemsg": "skinname-kendall",
"license-name": "GPL-3.0",
"type": "skin",
// continued below
}
// Continued from above
"ValidSkinNames": {
"kendall": "Kendall"
},
"AutoloadClasses": {
"SkinKendall": "Kendall.skin.php"
},
"MessagesDirs": {
"Kendall": "i18n"
},
// Continued from above
"ResourceModules": {
"skins.kendall": {
"styles": {
"resources/screen.css": { "media": "screen" },
"resources/print.css": { "media": "print" }
}
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Kendall"
},
// Continued from above
// Add this to the ResourceModules array
"skins.kendall.js": {
"scripts": [
"cool.js",
"awesome.js"
],
"position": "top",
"dependencies": "jquery.ui.dialog"
}