|
107 | 107 | // For example the '@' in 'example.com/@admin'. |
108 | 108 | // If empty no prefix is required. |
109 | 109 | '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. |
133 | 110 |
|
134 | 111 | /* |
135 | 112 | |-------------------------------------------------------------------------- |
|
284 | 261 | | |
285 | 262 | */ |
286 | 263 |
|
287 | | - // Expands admin menu on the Admin Panel Sidebar permanently |
288 | | - 'expand_panel_admin_menu_permanently' => 'false', // Either "true" or "false". |
289 | | - |
290 | 264 | // Should only be used in a local testing environment |
291 | 265 | 'disable_default_password_notice' => 'false', // Either "true" or "false". |
292 | 266 |
|
|
0 commit comments