From 1786fce2c618830cdc123c8510425cb6b7b34824 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Fri, 14 May 2021 07:49:34 -0700 Subject: [PATCH] Default state of ULSCompactLanguageLinksBetaFeature should be false extension.json configuration should reflect recommended production configuration whenever possible. This particular configuration flag is only ever true on Russian Wikivoyage or Wikisource, so is more often false than true. Having this default would have saved me ten minutes trying to work out how to make the preference available, so I am keen to save someone else that time in future. Bug: T282149 Change-Id: Ieef58631c7ef5c42ffc05f13d0ed8a4f02c48de1 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 34c80fd2..daee60d6 100644 --- a/extension.json +++ b/extension.json @@ -124,7 +124,7 @@ }, "ULSCompactLanguageLinksBetaFeature": { "description": "Set compact interlanguage links as beta feature or not. If set false, compact interlanguage links will be available by default to all users.", - "value": true + "value": false } }, "callback": "UniversalLanguageSelectorHooks::setVersionConstant",