MDL-57585 dashboard: remove side block region
Made the central block region the default region and removed the side block region on the dashboard to allow the middle block region more space. Part of MDL-55611 epic.
This commit is contained in:
committed by
Damyon Wiese
parent
e798fa76f5
commit
4cc0d2d91f
@@ -79,8 +79,8 @@ $THEME->layouts = [
|
||||
// My dashboard page.
|
||||
'mydashboard' => array(
|
||||
'file' => 'columns2.php',
|
||||
'regions' => array('side-pre'),
|
||||
'defaultregion' => 'side-pre',
|
||||
'regions' => array('content'),
|
||||
'defaultregion' => 'content',
|
||||
'options' => array('nonavbar' => true, 'langmenu' => true),
|
||||
),
|
||||
// My public page.
|
||||
|
||||
Reference in New Issue
Block a user