Renamed to 'public' after feedback
This commit is contained in:
parent
bcd2b1c523
commit
3111c2fd5c
2 changed files with 4 additions and 4 deletions
|
@ -787,8 +787,8 @@ return [
|
|||
'mastodon_banner' => '/images/friendica-banner.jpg',
|
||||
],
|
||||
'blocklist' => [
|
||||
// published (Boolean)
|
||||
// Wether the blocklist is published under /about (or any later API)
|
||||
'published' => true,
|
||||
// public (Boolean)
|
||||
// Wether the blocklist is publicly listed under /about (or in any later API)
|
||||
'public' => true,
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue