X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=33ed8211b483949ec64e0717fa55c10c87fc3f1d;hb=24d2d0481abe57d3180a63cf738501bb8179d2cd;hp=6c9e2dd3ce87c7efc160088923016cb35da797d0;hpb=93fa95792148b33f300fd856c8bcc7f5e1dd6e7a;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 6c9e2dd3ce..33ed8211b4 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -783,7 +783,17 @@ return [ ], 'api' => [ // mastodon_banner (String) - // Banner for Mastodon API + // Default banner image for Mastodon API, must be a relative path from the base Friendica folder + // + // Default picture credits: + // Author: Lostinlight + // License: CC0 https://creativecommons.org/share-your-work/public-domain/cc0/ + // Link to original work: https://gitlab.com/lostinlight/per_aspera_ad_astra/-/blob/master/friendica-404/friendica-promo-bubbles.jpg 'mastodon_banner' => '/images/friendica-banner.jpg', ], + 'blocklist' => [ + // public (Boolean) + // Wether the blocklist is publicly listed under /about (or in any later API) + 'public' => true, + ], ];