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
This commit is contained in:
jdlrobson 2021-06-21 13:26:55 -07:00
parent 8389de9cb9
commit 7d32418513
1 changed files with 1 additions and 1 deletions

View File

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