]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Restore system.show_unsupported_addons default value
[friendica.git] / 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,