From 048d25eb933b60c340dd4d8a7087ea16b8ed9b29 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Mon, 26 Sep 2022 10:57:22 -0700 Subject: [PATCH] Default alert to on This is the case for all production wikis, so let's mimic production Change-Id: I749675b759d43375bf7b4cc6a2d18e640ebd1a6f --- skin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin.json b/skin.json index 8a2b5988..21a6b999 100644 --- a/skin.json +++ b/skin.json @@ -536,8 +536,8 @@ }, "VectorLanguageAlertInSidebar": { "value": { - "logged_in": false, - "logged_out": false + "logged_in": true, + "logged_out": true }, "description": "@var When `VectorLanguageAlertInSidebar` is enabled, the language switch alert box is shown in the sidebar." },