We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee73d0 commit 2102d88Copy full SHA for 2102d88
storage/templates/advanced-config-update-1.php
@@ -1,14 +1,16 @@
1
2
3
-/*
+ /*
4
|--------------------------------------------------------------------------
5
| Extra Settings
6
7
|
8
*/
9
10
- 'expand_panel_admin_menu_permanently' => 'false',
+ // Expands admin menu on the Admin Panel Sidebar permanently
11
+ 'expand_panel_admin_menu_permanently' => 'false', // Either "true" or "false".
12
- 'disable_default_password_notice' => 'false',
13
+ // Should only be used in a local testing environment
14
+ 'disable_default_password_notice' => 'false', // Either "true" or "false".
15
16
];
0 commit comments