Skip to content

Commit 5dbd335

Browse files
committed
Update advanced-config.php.example
1 parent 2fe9519 commit 5dbd335

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

config/advanced-config.php.example

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ return [
7171
*/
7272

7373

74-
// Overwrites default theme regardless of preference defined by the operating system, unless manually overwritten by user.
74+
// Overwrites default theme regardless of preference defined by the operating system.
7575
'theme' => 'light', // Either "dark" or "light".
7676

7777

@@ -285,4 +285,19 @@ return [
285285
|--------------------------------|
286286
*/
287287

288+
289+
/*
290+
|--------------------------------------------------------------------------
291+
| Extra Settings
292+
|--------------------------------------------------------------------------
293+
|
294+
*/
295+
296+
// Expands admin menu on the Admin Panel Sidebar permanently
297+
'expand_panel_admin_menu_permanently' => 'true', // Either "true" or "false".
298+
299+
// Should only be used in a local testing environment
300+
'disable_default_password_notice' => 'false', // Either "true" or "false".
301+
302+
288303
];

0 commit comments

Comments
 (0)