-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskin.json
101 lines (101 loc) · 2.77 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "Snap! Wiki Skin",
"namemsg": "snapwikiskin",
"author": ["R4356th", "GrahamSH"],
"descriptionmsg": "snapwikiskin-desc",
"license-name": "GPL-3.0-or-later",
"type": "skin",
"version": "4.0.0",
"url": "https://www.mediawiki.org/wiki/Skin:Snap!_Wiki_Skin",
"requires": {
"MediaWiki": ">= 1.42.0"
},
"AutoloadNamespaces": {
"Snapwikiskin\\": "includes/"
},
"config": {
"SnapwikiskinSearchHost": {
"value": "",
"description": "Override default search API. Can be used with $wgDisableTextSearch and $wgSearchForwardUrl to mimic user experience on production."
},
"SnapwikiskinUseWvuiSearch": {
"value": true
},
"SnapwikiskinWvuiSearchOptions": {
"value": {
"showThumbnail": false,
"showDescription": false
}
}
},
"ValidSkinNames": {
"snapwikiskin": {
"class": "SkinMustache",
"args": [
{
"name": "snapwikiskin",
"templateDirectory": "templates/minified/",
"scripts": ["skins.snapwikiskin.search"],
"styles": ["skins.snapwikiskin"],
"messages": [
"navigation-heading",
"comma-separator",
"personaltools",
"powersearch-legend",
"tagline",
"views",
"snapwikiskin-nav-items"
],
"responsive": true
}
]
}
},
"MessagesDirs": {
"snapwikiskin": ["i18n"]
},
"ResourceModules": {
"skins.snapwikiskin.search": {
"dependencies": ["mediawiki.Uri", "@wikimedia/codex-search"],
"es6": true,
"packageFiles": [
"resources/skins.snapwikiskin.search/skins.snapwikiskin.search.js",
"resources/skins.snapwikiskin.search/App.vue",
{
"name": "resources/skins.snapwikiskin.search/config.json",
"callback": "Snapwikiskin\\Hooks::getSnapwikiskinWvuiSearchResourceLoaderConfig"
}
],
"messages": ["searchbutton", "searchresults", "searchsuggest-containing"]
},
"skins.snapwikiskin": {
"class": "MediaWiki\\ResourceLoader\\SkinModule",
"features": {
"content-media": true,
"content-parser-output": true,
"content-tables": true,
"content-links": true,
"i18n-ordered-lists": true,
"i18n-all-lists-margins": true,
"i18n-headings": true,
"interface-category": true,
"interface-message-box": true,
"normalize": false
},
"styles": {
"resources/screen.css": {
"media": "screen"
}
}
}
},
"RawHtmlMessages": ["snapwikiskin-nav-items"],
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "snapwikiskin"
},
"ResourceModuleSkinStyles": {
"snapwikiskin": {}
},
"manifest_version": 2
}