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:
@@ -124,7 +124,7 @@
|
|||||||
},
|
},
|
||||||
"ULSCompactLanguageLinksBetaFeature": {
|
"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.",
|
"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",
|
"callback": "UniversalLanguageSelectorHooks::setVersionConstant",
|
||||||
|
|||||||
Reference in New Issue
Block a user