-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathskin.json
81 lines (81 loc) · 1.67 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
{
"name": "Fluent",
"version": "0.70",
"author": "immewnity",
"url": "https://www.mediawiki.org/wiki/Skin:Fluent",
"descriptionmsg": "fluent-desc",
"namemsg": "fluent",
"license-name": "CC0-1.0",
"type": "skin",
"ConfigRegistry": {
"Fluent": "GlobalVarConfig::newInstance"
},
"requires": {
"MediaWiki": ">= 1.35.0"
},
"ValidSkinNames": {
"fluent": "Fluent"
},
"MessagesDirs": {
"Fluent": [
"i18n"
]
},
"ResourceModules": {
"skins.fluent": {
"class": "ResourceLoaderSkinModule",
"features": [
"normalize",
"elements",
"content",
"interface",
"logo"
],
"styles": {
"resources/fabric.min.css": {
"media": "screen"
},
"resources/screen-common.less": {
"media": "screen"
},
"resources/screen-desktop.less": {
"media": "screen and (min-width: 751px)"
},
"resources/screen-mobile.less": {
"media": "screen and (max-width: 750px)"
},
"resources/print.css": {
"media": "print"
}
}
},
"skins.fluent.js": {
"scripts": [
"resources/main.js"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Fluent"
},
"ResourceModuleSkinStyles": {
"example": {
"+ext.echo.styles.badge": "resources/extensions/echo.styles.badge.less"
}
},
"AutoloadClasses": {
"SkinFluent": "includes/SkinFluent.php",
"FluentTemplate": "includes/FluentTemplate.php"
},
"ConfigRegistry":{
"Fluent":"GlobalVarConfig::newInstance"
},
"config": {
"FluentDisableGravatar": {
"value": false,
"help": "Control whether or not we should use Gravatar. You should set this to true for wikis not available over the internet"
}
},
"manifest_version": 1
}