From: Hypolite Petovan Date: Fri, 29 Nov 2019 16:44:01 +0000 (-0500) Subject: Restore system.show_unsupported_addons default value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=22e7cab6d49f5916db5313066167a7a58f30e949;p=friendica.git Restore system.show_unsupported_addons default value - Wrongly removed in https://github.com/friendica/friendica/pull/7877 --- diff --git a/static/defaults.config.php b/static/defaults.config.php index d97e8694d2..67fe103910 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -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,