From ac084e930a8102cbe78489cc722a4fa56ea46cda Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Fri, 28 Jan 2022 11:55:39 -0800 Subject: [PATCH] [config] Vector should default to language button This reflects production and avoids confusion during development e.g. T299581#7660160 We already have overrides in place for all wikis where this should not apply. Change-Id: I45ecda031f83fc63c9c878c9caef42d327b2463f --- skin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin.json b/skin.json index 0d631bb8..3176dedd 100644 --- a/skin.json +++ b/skin.json @@ -428,8 +428,8 @@ }, "VectorLanguageInHeader": { "value": { - "logged_in": false, - "logged_out": false + "logged_in": true, + "logged_out": true }, "description": "@var array Moves the language links from the sidebar into a menu beside the page title. Also moves the indicators to the line below, next to the tagline (siteSub)." },