]> git.mxchange.org Git - friendica.git/commitdiff
Restore system.show_unsupported_addons default value
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 29 Nov 2019 16:44:01 +0000 (11:44 -0500)
committerGitHub <noreply@github.com>
Fri, 29 Nov 2019 16:44:01 +0000 (11:44 -0500)
- Wrongly removed in https://github.com/friendica/friendica/pull/7877

static/defaults.config.php

index d97e8694d242119fb4a25003fc2e5b33f6cc47b5..67fe10391043e71bc4e3a3327f9e9ea39845fe88 100644 (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,