mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
45a1b3b423
Shortcut for print. Disabled by default and controlled by wgMinervaDownloadIcon Note that with lazy images enabled, images will not appear in the printed article. This can be easily addressed inside the onClick function in a later patchset with a few modifications to the Skin class. Currently the flag when enabled will show on all browsers. There are some open questions on the ticket about how we want to limit the feature. This shouldn't block review or merging. Bug: T177215 Change-Id: I49f1736870c743990b3fb9916247e07a597b2f59
36 lines
674 B
JSON
36 lines
674 B
JSON
{
|
|
"--title": "MinervaNeue - Documentation",
|
|
"--output": "docs",
|
|
"--processes": "0",
|
|
"--warnings-exit-nonzero": true,
|
|
"--builtin-classes": true,
|
|
"--external": [
|
|
"Hogan.Template",
|
|
"HandleBars.Template",
|
|
"jQuery.Deferred",
|
|
"jQuery.Promise",
|
|
"jQuery.Event",
|
|
"jQuery.Object",
|
|
"jqXHR",
|
|
"View",
|
|
"Page",
|
|
"File",
|
|
"Router",
|
|
"Icon",
|
|
"MainMenu",
|
|
"mw.user",
|
|
"mw.Api",
|
|
"mw.ForeignApi",
|
|
"OO.ui.ToolGroup",
|
|
"OO.ui.Tool",
|
|
"OO.ui.mixin.LookupElement",
|
|
"OO.EventEmitter",
|
|
"ve.init.mw.MobileArticleTarget",
|
|
"mw.echo.dm.NotificationItem"
|
|
],
|
|
"--warnings": ["-nodoc(class,public)", "-dup_member", "-link_ambiguous"],
|
|
"--": [
|
|
"resources"
|
|
]
|
|
}
|