Update advanced-config.php
This commit is contained in:
parent
2102d88373
commit
4b74298bf2
|
@ -224,7 +224,7 @@ return [
|
|||
'icon' => 'fa-hand-holding-heart',
|
||||
'custom_css' => 'color:#ffffff; background-image:radial-gradient(circle, #00d2ff 0%, #3a7bd5 95%);'
|
||||
),
|
||||
)
|
||||
),
|
||||
|
||||
/*
|
||||
|--------------------------------|
|
||||
|
@ -276,4 +276,18 @@ return [
|
|||
|--------------------------------|
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Extra Settings
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
|
||||
// Expands admin menu on the Admin Panel Sidebar permanently
|
||||
'expand_panel_admin_menu_permanently' => 'false', // Either "true" or "false".
|
||||
|
||||
// Should only be used in a local testing environment
|
||||
'disable_default_password_notice' => 'false', // Either "true" or "false".
|
||||
|
||||
];
|
Loading…
Reference in New Issue