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
This commit is contained in:
jdlrobson
2021-05-14 07:49:34 -07:00
committed by jenkins-bot
parent 64b3fb0334
commit 1786fce2c6

View File

@@ -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",