aboutsummaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.default.php b/config.default.php
index 71f8d477c..49869f7ac 100644
--- a/config.default.php
+++ b/config.default.php
@@ -175,9 +175,10 @@ return array(
),
# List of enabled FreshRSS extensions.
- 'extensions_enabled' => array(
+ 'extensions_enabled' => [
+ 'Google-Groups' => true,
'Tumblr-GDPR' => true,
- ),
+ ],
# Disable self-update,
'disable_update' => false,