From 5aff6ab34a2f0d60d8cccdfe244e62e3256dbc15 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 2 Jan 2020 14:33:57 +0100 Subject: Update feautre list for 5.4.0 --- app/Controllers/Http/StaticController.js | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'app') diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js index 2e424e1..cd3b752 100644 --- a/app/Controllers/Http/StaticController.js +++ b/app/Controllers/Http/StaticController.js @@ -31,6 +31,44 @@ class StaticController { isTeamManagementIncludedInCurrentPlan: true, isTodosEnabled: true, isTodosIncludedInCurrentPlan: true, + defaultTrialPlan: "franz-pro-yearly", + subscribeURL: "https://getferdi.com", + planSelectionURL: "https://getferdi.com", + isMagicBarEnabled: true, + hasInlineCheckout: true, + isPlanSelectionEnabled: false, + isTrialStatusBarEnabled: false, + canSkipTrial: true, + pricingConfig: { + currency: "$", + currencyID: "USD", + plans: { + personal: { + monthly: { + id: "ferdi-free", + price: 0, + billed: 0 + }, + yearly: { + id: "ferdi-completely-free", + price: 0, + billed: 0 + } + }, + pro: { + monthly: { + id: "ferdi-still-free", + price: 0, + billed: 0 + }, + yearly: { + id: "ferdi-forever-free", + price: 0, + billed: 0 + } + } + } + } }); } -- cgit v1.2.3-54-g00ecf