From e224b68d316875f9f99d670f45a6508ca6cb27ab Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:39:27 +0100 Subject: [PATCH] Update advanced-config.php --- storage/templates/advanced-config.php | 83 +++++++-------------------- 1 file changed, 21 insertions(+), 62 deletions(-) diff --git a/storage/templates/advanced-config.php b/storage/templates/advanced-config.php index a14b6d8..810e061 100644 --- a/storage/templates/advanced-config.php +++ b/storage/templates/advanced-config.php @@ -1,7 +1,5 @@ '2.0', +'version' => '2.1', /* |-------------------------------------------------------------------------- @@ -49,12 +47,6 @@ return [ 'twitter_creator' => '', // Twitter @username. 'author' => '', // Your name. - - /* - | All settings below are always active - |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - */ - /* |-------------------------------------------------------------------------- | Additional settings @@ -131,16 +123,11 @@ return [ | 'custom_css' => '' | ), | - | In the 'button' field, you have to enter the button name (i.e. 'twitter', 'github', 'custom'...). + | In the 'button' field, you have to enter the button name (i.e. 'mastodon', 'github', 'custom'...). | You can find a list of all available buttons below. | | In the 'link' field, you can enter your desired link you may leave this field empty for a display only, non-functional button. | - | - | - | The input fields below only apply to buttons such as 'custom' and 'custom_website' but must always be included even if only empty. - |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'. | | In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel. @@ -179,53 +166,25 @@ return [ ), /* - |--------------------------------| - | List of Available buttons: | - |--------------------------------| - | 'button' => 'custom' | - | 'button' => 'custom_website' | - | 'button' => 'github' | - | 'button' => 'twitter' | - | 'button' => 'instagram' | - | 'button' => 'facebook' | - | 'button' => 'messenger' | - | 'button' => 'linkedin' | - | 'button' => 'youtube' | - | 'button' => 'discord' | - | 'button' => 'twitch' | - | 'button' => 'snapchat' | - | 'button' => 'spotify' | - | 'button' => 'reddit' | - | 'button' => 'medium' | - | 'button' => 'pinterest' | - | 'button' => 'soundcloud' | - | 'button' => 'figma' | - | 'button' => 'kit' | - | 'button' => 'telegram' | - | 'button' => 'tumblr' | - | 'button' => 'steam' | - | 'button' => 'vimeo' | - | 'button' => 'wordpress' | - | 'button' => 'goodreads' | - | 'button' => 'skoob' | - | 'button' => 'tiktok' | - | 'button' => 'default email' | - | 'button' => 'default email_alt'| - | 'button' => 'bandcamp' | - | 'button' => 'patreon' | - | 'button' => 'signal' | - | 'button' => 'venmo' | - | 'button' => 'cashapp' | - | 'button' => 'gitlab' | - | 'button' => 'mastodon' | - | 'button' => 'paypal' | - | 'button' => 'whatsapp' | - | 'button' => 'xing' | - | 'button' => 'buy me a coffee' | - | 'button' => 'website' | - | 'button' => 'heading' | - | 'button' => 'space' | - |--------------------------------| + |---------------------------------------------------| + | List of Available buttons: | + |---------------------------------------------------| + | https://linkstackorg.github.io/buttons/ | + |---------------------------------------------------| */ +/* +|-------------------------------------------------------------------------- +| Custom Parameters +|-------------------------------------------------------------------------- +| +| Add your own custom settings below here. +|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +*/ + + + + + +/* End of Config! */ ]; \ No newline at end of file