aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-19 23:17:30 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-19 23:17:30 +0700
commitf3ce479e0da8531d5c118e888a1e8bbb45f088d5 (patch)
tree41b9fdabcc2db6a128ca6ff1b8094d9189d4e147 /src
parentAdd serverless usage to feature list (diff)
downloadferdium-app-f3ce479e0da8531d5c118e888a1e8bbb45f088d5.tar.gz
ferdium-app-f3ce479e0da8531d5c118e888a1e8bbb45f088d5.tar.zst
ferdium-app-f3ce479e0da8531d5c118e888a1e8bbb45f088d5.zip
Reset isAnnouncementsEnabled to true by default
Diffstat (limited to 'src')
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index e30a6d4b2..b1dbab1ff 100644
--- a/src/config.js
+++ b/src/config.js
@@ -89,7 +89,7 @@ export const DEFAULT_FEATURES_CONFIG = {
89 }, 89 },
90 isServiceProxyEnabled: false, 90 isServiceProxyEnabled: false,
91 isServiceProxyIncludedInCurrentPlan: true, 91 isServiceProxyIncludedInCurrentPlan: true,
92 isAnnouncementsEnabled: false, 92 isAnnouncementsEnabled: true,
93 isWorkspaceIncludedInCurrentPlan: true, 93 isWorkspaceIncludedInCurrentPlan: true,
94 isWorkspaceEnabled: false, 94 isWorkspaceEnabled: false,
95 isCommunityRecipesIncludedInCurrentPlan: true, 95 isCommunityRecipesIncludedInCurrentPlan: true,