Skip to content

Commit e47b35d

Browse files
committed
Removed sections from Advanced Config
1 parent ce337f5 commit e47b35d

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

storage/templates/advanced-config.php

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -107,29 +107,6 @@
107107
// For example the '@' in 'example.com/@admin'.
108108
// If empty no prefix is required.
109109
'custom_url_prefix' => '+', // The '@' prefix will always work regardless of this setting.
110-
111-
112-
/*
113-
|--------------------------------------------------------------------------
114-
| Footer links
115-
|--------------------------------------------------------------------------
116-
|
117-
| Footer links are the links that are displayed on the bottom of your page, reading: "Home, Terms, Privacy, Contact".
118-
| You can toggle each individual link on or off. 
119-
| You can also set a custom URL for the "Home" link.
120-
|
121-
*/
122-
123-
// Either "true" or "false".
124-
'display_link_home' => 'true',
125-
'display_link_terms' => 'true',
126-
'display_link_privacy' => 'true',
127-
'display_link_contact' => 'true',
128-
129-
// Enter a custom home link (for example, 'https://littlelink-custom.com').
130-
'custom_link_home' => '', // Leave empty to use default value.
131-
// Changes the text on the "Home" link.
132-
'custom_text_home' => 'Home', // Leave empty to use default value.
133110

134111
/*
135112
|--------------------------------------------------------------------------
@@ -284,9 +261,6 @@
284261
|
285262
*/
286263

287-
// Expands admin menu on the Admin Panel Sidebar permanently
288-
'expand_panel_admin_menu_permanently' => 'false', // Either "true" or "false".
289-
290264
// Should only be used in a local testing environment
291265
'disable_default_password_notice' => 'false', // Either "true" or "false".
292266

0 commit comments

Comments
 (0)