mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
5170e69d3c
When $wgReadOnly = true; in LocalSettings.php the edit icons appear locked and when clicked should show a warning. This also addresses deprecation warnings in the code and tidies up the ES6 code. Note to reviewer: Please use git diff HEAD^ -w when reviewing this diff. Mostly whitespace changes. Change-Id: I3fa83cc1dc4da62260fd0ef50ac14805c3e1282b
34 lines
921 B
JSON
34 lines
921 B
JSON
{
|
|
"opts": {
|
|
"destination": "docs/js",
|
|
"package": "package.json",
|
|
"pedantic": true,
|
|
"readme": "README.md",
|
|
"recurse": true,
|
|
"template": "node_modules/jsdoc-wmf-theme"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"source": {
|
|
"include": [ "resources" ]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
},
|
|
"wmf": {
|
|
"linkMap": {
|
|
"Window": "https://developer.mozilla.org/en-US/docs/Web/API/Window",
|
|
"Element": "https://developer.mozilla.org/en-US/docs/Web/API/Element",
|
|
"HTMLElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement",
|
|
"jQuery": "https://api.jquery.com/Types/#jQuery",
|
|
"Drawer": "https://doc.wikimedia.org/MobileFrontend/master/js/js/Drawer.html",
|
|
"Icon": "https://doc.wikimedia.org/MobileFrontend/master/js/js/Icon.html",
|
|
"View": "https://doc.wikimedia.org/MobileFrontend/master/js/js/View.html"
|
|
}
|
|
}
|
|
}
|
|
}
|