First draft of working NBN theme for mediawiki
This commit is contained in:
14
skin.json
14
skin.json
@@ -45,6 +45,18 @@
|
||||
"SelfLinkBegin" : "NextBestNetworkHooks::onSelfLinkBegin"
|
||||
},
|
||||
"ResourceModules": {
|
||||
"skins.nextbestnetwork": {
|
||||
"styles": {
|
||||
"default/css/nextbestnetwork.css": {}
|
||||
},
|
||||
"scripts": {
|
||||
"default/js/nextbestnetwork.js": {}
|
||||
},
|
||||
"messages": {},
|
||||
"dependencies": [
|
||||
"mediawiki.skinning.content"
|
||||
]
|
||||
},
|
||||
"skins.nextbestnetwork.messages": {
|
||||
"messages": [
|
||||
"nextbestnetwork-toc-top"
|
||||
@@ -112,7 +124,7 @@
|
||||
]
|
||||
},
|
||||
"skins.nextbestnetwork.custom.scripts": {
|
||||
"position": "bottom",
|
||||
"position": "top",
|
||||
"scripts": [
|
||||
"public/custom/js/custom.js"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user