]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #13272 from annando/last-editor-uid
[friendica.git] / static / defaults.config.php
index 273095315789606f13c5fc7f83ec9f0c542baab7..e8f44613ce2d0034f0df335f5338d440ba7e8daa 100644 (file)
@@ -781,4 +781,9 @@ return [
                // By default the template cache is stored in several subdirectories.
                'use_sub_dirs' => true,
        ],
+       'api' => [
+               // mastodon_banner (String)
+               // Banner for Mastodon API
+               'mastodon_banner' => '/images/friendica-banner.jpg',
+       ],
 ];