Removed the color property from config.php.example

This commit is contained in:
nikurasu 2022-07-24 17:01:53 +02:00
parent dc9ebdba91
commit 9479ced3f8

View file

@ -11,7 +11,6 @@ return [
'imageName' => 'example.jpg', 'imageName' => 'example.jpg',
'links' => [ 'links' => [
[ [
'color' => 'youtube',
'link' => 'https://youtube.com', 'link' => 'https://youtube.com',
'text' => 'YouTube', 'text' => 'YouTube',
'platform' => 'youtube' 'platform' => 'youtube'
@ -26,7 +25,6 @@ return [
'text' => 'Reddit' 'text' => 'Reddit'
], ],
[ [
'color' => 'mastodon',
'link' => 'https://catcatnya.com', 'link' => 'https://catcatnya.com',
'platform' => 'mastodon' 'platform' => 'mastodon'
] ]