Follow-up 2dbe4d7: Stop documenting wgVectorPrintLogo, never read

Change-Id: Ia968e72e1672e9afb4a11ddbfc89ef7e891dc0d3
This commit is contained in:
James D. Forrester 2020-02-18 13:22:35 -08:00
parent 2d914d04ea
commit 1cbb7ee653
2 changed files with 0 additions and 28 deletions

View File

@ -19,28 +19,3 @@ Additions and deviations from those conventions that are more tailored to this
project are noted at:
<https://www.mediawiki.org/wiki/Reading/Web/Coding_conventions>
### Configuration options
#### $wgVectorPrintLogo
Logo used in print styles. Keys are `url`, `width`, and `height` (in
pixels). Note that this solution only works correctly if the image
pointed to by `url` is an SVG that does not specify width and height
attributes, or its width and height match the corresponding variables
below. Alternatively, a PNG or other type of image can be used, but
its dimensions also need to match the corresponding variable below.
That in turn may result in blurry images, though.
The URL can be absolute or relative.
Example configuration:
$wgVectorPrintLogo = [
'url' => 'https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg',
'width' => 174,
'height' => 27
];
* Type: `Array`
* Default: `false`

View File

@ -106,9 +106,6 @@
},
"VectorResponsive": {
"value": false
},
"VectorPrintLogo": {
"value": false
}
},
"manifest_version": 2