Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/313906

Change subject: Enable RelatedArticles on Minerva skin for all but top 6 wikis
......................................................................

Enable RelatedArticles on Minerva skin for all but top 6 wikis

Note that even though 'vector' and the other desktop skins are
not included in the blacklist this will not push RelatedArticles
to those skins. To add them to the blacklist there would lead to related 
articles
disappearing from beta. Confusingly it will promote Minerva to stable for 
everything
except the top 6 wikis.

Bug: T144812
Change-Id: Ie7689477c163384eb27776f194f3ccc77a5abd8f
---
M wmf-config/InitialiseSettings.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/06/313906/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3503fcd..77f1074 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -16130,6 +16130,12 @@
        'frwikinews' => true, // T143480
 ],
 
+'wgRelatedArticlesFooterBlacklistedSkins' => [
+       // T144812
+       'default' => [],
+       'top6-wikipedia' => [ 'minerva' ],
+],
+
 'wmgRelatedArticlesShowInSidebar' => [
        'default' => false,
        'wikivoyage' => true,

-- 
To view, visit https://gerrit.wikimedia.org/r/313906
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie7689477c163384eb27776f194f3ccc77a5abd8f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to