2525
2626return [
2727
28+ // Do not change!
29+ 'version ' => '2.0 ' ,
30+
2831 /*
2932 |--------------------------------------------------------------------------
3033 | Default source repository type
3134 |--------------------------------------------------------------------------
3235 |
3336 | Will only be active if "CUSTOM_META_TAGS" is set to "true" in the config.
34- | These tags will only be applied to the home page or if a LittleLink page
37+ | These tags will only be applied to the home page or if a LinkStack page
3538 | is set as the homepage in the config (for example: HOME_URL="admin").
3639 |
3740 | Empty entries will be ignored.
3841 |
3942 */
4043
4144 'lang ' => 'en ' , // Sets <html lang="en">
42- 'title ' => '' , // Overrides the default meta page title. Leave empty to use your LittleLink page title as the title.
43- 'description ' => '' , // Overrides the default meta page description. Leave empty to use your LittleLink page description as the description.
45+ 'title ' => '' , // Overrides the default meta page title. Leave empty to use your LinkStack page title as the title.
46+ 'description ' => '' , // Overrides the default meta page description. Leave empty to use your LinkStack page description as the description.
4447 'robots ' => 'index,follow ' ,
4548 'viewport ' => 'width=device-width, initial-scale=1 ' ,
4649 'canonical_url ' => '' , // Tells search engines to index "https://example.com/" instead of "https://example.com/@admin", for example.
6265 |
6366 */
6467
65-
66- // Overwrites default theme regardless of preference defined by the operating system.
67- 'theme ' => '' , // Either "dark" or "light".
68-
69-
70- // Overwrites default page title after the LittleLink name on LittleLink pages.
68+ // Overwrites default page title after the LinkStack name on LinkStack pages.
7169 // Example: "admin 🔗 LinkStack"
72- // ⤌------------------ ⤍
70+ // ⤌----------⤍
7371 // ⬑ What you can change with this setting.
74- 'littlelink_title ' => '' ,
72+ 'linkstack_title ' => '' ,
7573
7674
7775 // Either "true", "false" or "auth".
103101 'disable_home_page ' => 'false ' , // Either 'true', 'false' or 'redirect'.
104102 'redirect_home_page ' => 'https://linkstack.org ' , // Only active if value above is set to 'redirect'.
105103
106- // The URL prefix is the symbol that comes before a LittleLink URL.
104+ // The URL prefix is the symbol that comes before a LinkStack URL.
107105 // For example the '@' in 'example.com/@admin'.
108106 // If empty no prefix is required.
109- 'custom_url_prefix ' => '+ ' , // The '@' prefix will always work regardless of this setting.
107+ 'custom_url_prefix ' => '+ ' ,
110108
111109 /*
112110 |--------------------------------------------------------------------------
135133
136134
137135 // Apply a theme to your Home Page.
138- // Some themes are not compatible with the Home Page. Use at your own discretion.
139136 // Enter the name of a theme located in your "themes" folder (for example, 'galaxy').
140137 'home_theme ' => 'default ' , // Leave empty or enter 'default' to use the default theme.
141138
178175 |
179176 */
180177
181- 'use_custom_buttons ' => 'true ' , // Set this to false if you wish to display the old buttons.
178+ 'use_custom_buttons ' => 'true ' , // Set this to false if you wish to display the default dummy buttons.
182179
183180 'buttons ' => array (
184181 array (
254251 |--------------------------------|
255252 */
256253
257-
258- /*
259- |--------------------------------------------------------------------------
260- | Extra Settings
261- |--------------------------------------------------------------------------
262- |
263- */
264-
265- // Should only be used in a local testing environment
266- 'disable_default_password_notice ' => 'false ' , // Either "true" or "false".
267-
268254];
0 commit comments