N°8361 - Make vertical the default value for portal's menu

This commit is contained in:
Stephen Abello
2025-05-06 10:43:34 +02:00
parent 624573d088
commit 6bd11fb9bf

View File

@@ -77,7 +77,7 @@ class Basic extends AbstractConfiguration
'id' => $_ENV['PORTAL_ID'],
'ui_version' => '2025',
'ui_settings' => [
'navigation_menu' => 'horizontal',
'navigation_menu' => 'vertical',
],
'name' => 'Page:DefaultTitle',
'logo' => Branding::GetPortalLogoAbsoluteUrl(),