From 1cbb7ee653de6e131a7e8ea17456211b50a7bb41 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 18 Feb 2020 13:22:35 -0800 Subject: [PATCH] Follow-up 2dbe4d7: Stop documenting wgVectorPrintLogo, never read Change-Id: Ia968e72e1672e9afb4a11ddbfc89ef7e891dc0d3 --- README.md | 25 ------------------------- skin.json | 3 --- 2 files changed, 28 deletions(-) diff --git a/README.md b/README.md index 20982f33..652f05c0 100644 --- a/README.md +++ b/README.md @@ -19,28 +19,3 @@ Additions and deviations from those conventions that are more tailored to this project are noted at: - -### 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` diff --git a/skin.json b/skin.json index b38b2518..2b1de0bf 100644 --- a/skin.json +++ b/skin.json @@ -106,9 +106,6 @@ }, "VectorResponsive": { "value": false - }, - "VectorPrintLogo": { - "value": false } }, "manifest_version": 2