From 7d32418513e5a5f0042fa965ea5ac3ea1607219d Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Mon, 21 Jun 2021 13:26:55 -0700 Subject: [PATCH] VectorUseWvuiSearch should reflect production config At this point most wikis enable this config flag. Explicit overrides exist for wikis where it is not available (commons and wikidata). The config on master should always reflect production config so it's time to change the default. Change-Id: I8835e070d2636f600f733645119b0f8497eda3e8 --- skin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.json b/skin.json index bcaac2243..88e7f6f5c 100644 --- a/skin.json +++ b/skin.json @@ -268,7 +268,7 @@ "description": "@var string:['2'|'1'] The version ('2' for latest, '1' for legacy) of the Vector skin to **set** for newly created user accounts. **The value is persisted as a user preference.** This configuration is not used for preexisting accounts (see VectorDefaultSkinVersionForExistingAccounts) and only ever executed once at new account creation time." }, "VectorUseWvuiSearch": { - "value": false + "value": true }, "VectorSearchTreatmentABTest": { "value": false,