[config] Vector should default to language button

This reflects production and avoids confusion during development
e.g. T299581#7660160

We already have overrides in place for all wikis where this should not
apply.

Change-Id: I45ecda031f83fc63c9c878c9caef42d327b2463f
This commit is contained in:
Jon Robson 2022-01-28 11:55:39 -08:00 committed by Clare Ming
parent 6a43f3af49
commit ac084e930a
1 changed files with 2 additions and 2 deletions

View File

@ -428,8 +428,8 @@
},
"VectorLanguageInHeader": {
"value": {
"logged_in": false,
"logged_out": false
"logged_in": true,
"logged_out": true
},
"description": "@var array Moves the language links from the sidebar into a menu beside the page title. Also moves the indicators to the line below, next to the tagline (siteSub)."
},