Update advanced-config.php

This commit is contained in:
Julian Prieber 2023-12-14 14:39:27 +01:00
parent 39c406a627
commit e224b68d31
1 changed files with 21 additions and 62 deletions

View File

@ -1,7 +1,5 @@
<?php <?php
$analytics = $analytics =
/* /*
@ -26,7 +24,7 @@ EOD;;
return [ return [
// Do not change! // Do not change!
'version' => '2.0', 'version' => '2.1',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -49,12 +47,6 @@ return [
'twitter_creator' => '', // Twitter @username. 'twitter_creator' => '', // Twitter @username.
'author' => '', // Your name. 'author' => '', // Your name.
/*
| All settings below are always active
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Additional settings | Additional settings
@ -131,16 +123,11 @@ return [
| 'custom_css' => '' | '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. | 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. | 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 '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. | 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: | | List of Available buttons: |
|--------------------------------| |---------------------------------------------------|
| 'button' => 'custom' | | https://linkstackorg.github.io/buttons/ |
| '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' |
|--------------------------------|
*/ */
/*
|--------------------------------------------------------------------------
| Custom Parameters
|--------------------------------------------------------------------------
|
| Add your own custom settings below here.
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* End of Config! */
]; ];