Default alert to on

This is the case for all production wikis, so let's mimic production

Change-Id: I749675b759d43375bf7b4cc6a2d18e640ebd1a6f
This commit is contained in:
Jon Robson 2022-09-26 10:57:22 -07:00
parent 5336638945
commit 048d25eb93
1 changed files with 2 additions and 2 deletions

View File

@ -536,8 +536,8 @@
}, },
"VectorLanguageAlertInSidebar": { "VectorLanguageAlertInSidebar": {
"value": { "value": {
"logged_in": false, "logged_in": true,
"logged_out": false "logged_out": true
}, },
"description": "@var When `VectorLanguageAlertInSidebar` is enabled, the language switch alert box is shown in the sidebar." "description": "@var When `VectorLanguageAlertInSidebar` is enabled, the language switch alert box is shown in the sidebar."
}, },