aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-18 10:58:07 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-18 10:58:07 +0200
commit0faea6ebfe7d7b69436f073e31c45114dc3f3cbd (patch)
tree3744511115542d08d16e425657555e2dbe74db85 /src/config.js
parentImplement #129 (diff)
parentMerge pull request #130 from getferdi/l10n_develop (diff)
downloadferdium-app-0faea6ebfe7d7b69436f073e31c45114dc3f3cbd.tar.gz
ferdium-app-0faea6ebfe7d7b69436f073e31c45114dc3f3cbd.tar.zst
ferdium-app-0faea6ebfe7d7b69436f073e31c45114dc3f3cbd.zip
Merge branch 'develop' of https://github.com/getferdi/ferdi into develop
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index ae07ab0de..0673e994a 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: true, 92 isAnnouncementsEnabled: false,
93 isWorkspaceIncludedInCurrentPlan: true, 93 isWorkspaceIncludedInCurrentPlan: true,
94 isWorkspaceEnabled: false, 94 isWorkspaceEnabled: false,
95 isCommunityRecipesIncludedInCurrentPlan: true, 95 isCommunityRecipesIncludedInCurrentPlan: true,