From 016db1141ce69567b8e9a7f3894ebfb678d669cf Mon Sep 17 00:00:00 2001 From: vantezzen Date: Tue, 29 Oct 2019 21:17:22 +0100 Subject: Update feature list for Ferdi 5.4.0 --- app/Controllers/Http/StaticController.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'app/Controllers') diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js index 7041e83..2e424e1 100644 --- a/app/Controllers/Http/StaticController.js +++ b/app/Controllers/Http/StaticController.js @@ -13,16 +13,24 @@ class StaticController { }) { return response.send({ needToWaitToProceed: false, - isSpellcheckerPremiumFeature: true, + isSpellcheckerPremiumFeature: false, + isSpellcheckerIncludedInCurrentPlan: true, isServiceProxyEnabled: true, + isServiceProxyIncludedInCurrentPlan: true, isServiceProxyPremiumFeature: true, - isWorkspacePremiumFeature: true, + isWorkspacePremiumFeature: false, isWorkspaceEnabled: true, isAnnouncementsEnabled: true, isSettingsWSEnabled: false, isServiceLimitEnabled: false, serviceLimitCount: 0, isCommunityRecipesPremiumFeature: false, + isCommunityRecipesIncludedInCurrentPlan: true, + isCustomUrlIncludedInCurrentPlan: true, + isMagicBarEnabled: true, + isTeamManagementIncludedInCurrentPlan: true, + isTodosEnabled: true, + isTodosIncludedInCurrentPlan: true, }); } -- cgit v1.2.3-54-g00ecf