This repository has been archived by the owner on Feb 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathskin.json
72 lines (72 loc) · 1.97 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "2018",
"version": "0.1",
"author": "Morag S.",
"url": "https://www.mediawiki.org/wiki/Skin:2018",
"descriptionmsg": "2018-desc",
"namemsg": "skinname-2018",
"license-name": "MIT",
"type": "skin",
"requires": {
"MediaWiki": ">= 1.41.0"
},
"ValidSkinNames": {
"s2018": {
"class": "Skin2018",
"args": [
{
"name": "2018",
"responsive": true,
"bodyOnly": true,
"styles": [
"skins.2018"
],
"scripts": [
"skins.2018.js"
]
}
]
}
},
"MessagesDirs": {
"2018": [
"i18n"
]
},
"ResourceModules": {
"skins.2018": {
"class": "ResourceLoaderSkinModule",
"features": {
"content-links": true,
"content-links-external": true
},
"styles": {
"resources/less/styles.less": {
"media": "screen"
},
"resources/less/print.less": {
"media": "print"
}
}
},
"skins.2018.js": {
"scripts": [
"node_modules/unpoly/unpoly.es5.js",
"node_modules/uikit/dist/js/uikit.js",
"node_modules/uikit/dist/js/uikit-icons.js",
"node_modules/clipboard/dist/clipboard.js",
"node_modules/mermaid/dist/mermaid.js",
"resources/js/dist/contentTransformation.js"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "2018"
},
"AutoloadClasses": {
"Skin2018": "includes/Skin2018.php",
"Skin2018Template": "includes/Skin2018Template.php"
},
"manifest_version": 2
}