forked from Hutchy68/Jforeground
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathskin.json
91 lines (91 loc) · 2.46 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
{
"name": "Jforeground",
"version": "1.3.0",
"author": [
"Garrick Van Buren",
"Jamie Thingelstad",
"Tom Hutchison",
"Joomla! Project",
"..."
],
"license-name": "BSD-2-Clause",
"url": "http://github.com/joomla/jforeground",
"descriptionmsg": "jforeground-desc",
"type": "skin",
"ValidSkinNames": {
"jforeground": {
"class": "Skinjforeground",
"args": [
{
"scripts": [
"skins.jforeground.js"
],
"styles": [
"skins.jforeground.styles"
],
"name": "jforeground"
}
]
}
},
"requires": {
"MediaWiki": ">= 1.35.0"
},
"MessagesDirs": {
"SkinjForeground": [
"i18n"
]
},
"AutoloadClasses": {
"Skinjforeground": "jForeground.skin.php",
"jforegroundTemplate": "jForeground.skin.php"
},
"ResourceModules": {
"skins.jforeground.styles": {
"position": "top",
"styles": [
"assets/stylesheets/normalize.css",
"assets/stylesheets/font-awesome.css",
"assets/stylesheets/foundation.css",
"assets/stylesheets/jforeground.css",
"assets/stylesheets/jforeground-print.css",
"assets/stylesheets/jquery.autocomplete.css",
"assets/stylesheets/responsive-tables.css",
"assets/stylesheets/icomoon.css",
"assets/stylesheets/joomla.css"
]
},
"skins.jforeground.modernizr": {
"position": "top",
"scripts": [
"assets/scripts/vendor/custom.modernizr.js"
]
},
"skins.jforeground.js": {
"position": "bottom",
"scripts": [
"assets/scripts/vendor/fastclick.js",
"assets/scripts/vendor/responsive-tables.js",
"assets/scripts/foundation/foundation.js",
"assets/scripts/foundation/foundation.topbar.js",
"assets/scripts/foundation/foundation.dropdown.js",
"assets/scripts/foundation/foundation.section.js",
"assets/scripts/foundation/foundation.clearing.js",
"assets/scripts/foundation/foundation.cookie.js",
"assets/scripts/foundation/foundation.placeholder.js",
"assets/scripts/foundation/foundation.forms.js",
"assets/scripts/foundation/foundation.alerts.js",
"assets/scripts/jforeground.js"
],
"dependencies": [
"skins.jforeground.modernizr"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "jforeground"
},
"config": {},
"manifest_version": 1
}