mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
[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:
parent
7f981d35e3
commit
ca2b1a6972
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue