forked from wikimedia/mediawiki-skins-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskin.json
83 lines (83 loc) · 1.49 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Org",
"version": "0.1",
"author": "[email protected]",
"url": "https://wiki.openrightsgroup.org",
"descriptionmsg": "org-desc",
"namemsg": "skinname-org",
"license-name": "CC0-1.0",
"type": "skin",
"requires": {
"MediaWiki": ">= 1.36.0"
},
"ValidSkinNames": {
"org": {
"class": "SkinMustache",
"args": [ {
"name": "org",
"responsive": true,
"templateDirectory": "skins/Org/templates",
"styles": [
"skins.org"
],
"messages": [
"sitetitle",
"search",
"tagline",
"navigation-heading"
],
"scripts": [
"skins.org.js"
]
} ]
}
},
"MessagesDirs": {
"Org": [
"i18n"
]
},
"ResourceModules": {
"skins.org": {
"class": "ResourceLoaderSkinModule",
"features": {
"normalize": true,
"elements": true,
"content": true,
"content-parser-output": true,
"interface": true,
"interface-category": true,
"logo": true
},
"styles": {
"assets/app.css": {
"media": "screen"
},
"assets/style.css": {
"media": "screen"
},
"resources/screen-common.less": {
"media": "screen"
},
"resources/print.css": {
"media": "print"
}
}
},
"skins.org.js": {
"scripts": [
"resources/main.js"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Org"
},
"ResourceModuleSkinStyles": {
"org": {
"+ext.echo.styles.badge": "resources/extensions/echo.styles.badge.less"
}
},
"manifest_version": 1
}