mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
New option to disallow
This commit is contained in:
parent
c4b85ef25a
commit
d2a74d1936
8 changed files with 35 additions and 10 deletions
|
@ -56,6 +56,10 @@ return [
|
|||
// Automatically detect and set the best feed poll frequency.
|
||||
'adjust_poll_frequency' => false,
|
||||
|
||||
// allow_relay_channels (Boolean)
|
||||
// Allow Users to set remote_self
|
||||
'allow_relay_channels' => true,
|
||||
|
||||
// allowed_themes (Comma-separated list)
|
||||
// Themes users can change to in their settings.
|
||||
'allowed_themes' => 'frio,vier',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue