Skip to content

Commit

Permalink
Update advanced-config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed May 6, 2023
1 parent 0107378 commit fa9bf7c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions storage/templates/advanced-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,10 @@
| Home Page settings
|--------------------------------------------------------------------------
|
| To change footer text on the Home Page, set the setting 'footer' to your preference.
|
| The footer text is the towards the bottom of the Home Page that reads: "and X other buttons ..."
|
| Depending on the amount of buttons on your Home Page, you might want to change this text.
|
| 'default' -> Uses default text.
| 'alt' -> Displays an alternative version based on the Button Editor.
| 'custom' -> Displays your custom text defined with 'custom_footer_text'.
| 'false' -> Removes the footer.
| Empty entries will be ignored.
|
*/

'home_footer' => 'default', // Either 'default', 'alt', 'custom' or 'false'.

// You can enter plain text or HTML into this field.
// You can use "{year}" as a placeholder for the current year.
// So "©{year}" would output "©2033" (or whatever the current year is).
'custom_home_footer_text' => '© Copyright {year} - All Rights Reserved',


// Apply a theme to your Home Page.
// Enter the name of a theme located in your "themes" folder (for example, 'galaxy').
'home_theme' => 'default', // Leave empty or enter 'default' to use the default theme.
Expand Down

0 comments on commit fa9bf7c

Please sign in to comment.