Restore system.show_unsupported_addons default value

- Wrongly removed in https://github.com/friendica/friendica/pull/7877
This commit is contained in:
Hypolite Petovan 2019-11-29 11:44:01 -05:00 committed by GitHub
parent 0191f5242b
commit 22e7cab6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -382,6 +382,10 @@ return [
// Display the received date when the difference between received and created is higher than this.
'show_received_seconds' => 500,
// show_unsupported_addons (Boolean)
// Show all addons including the unsupported ones.
'show_unsupported_addons' => false,
// show_unsupported_themes (Boolean)
// Show all themes including the unsupported ones.
'show_unsupported_themes' => false,