[config] Change the sidebar's default state to open

The sidebar in Latest mode supports collapsing and expanding (or hidden
and visible). Initially, expanded is wanted.

Bug: T246419
Change-Id: I0777f58fb9441aa834a29afa1b52185ad1b58ca7
This commit is contained in:
Stephen Niedzielski 2020-05-29 12:03:43 -06:00 committed by Jdlrobson
parent 7f981d35e3
commit ca2b1a6972
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class VectorTemplate extends BaseTemplate {
'data-portals-first' => $firstPortal,
'msg-vector-action-toggle-sidebar' => $this->msg( 'vector-action-toggle-sidebar' )->text(),
// [todo] fetch user preference when logged in (T246427).
'sidebar-visible' => false
'sidebar-visible' => true
];
}