From 035dc1bbb1951bfe99740009f8b999c65861d133 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sat, 1 Dec 2018 14:34:39 +0100 Subject: Move default feature config to config.js --- src/config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/config.js') diff --git a/src/config.js b/src/config.js index 20cf8a048..08dbb85f3 100644 --- a/src/config.js +++ b/src/config.js @@ -27,6 +27,17 @@ export const DEFAULT_APP_SETTINGS = { serviceLimit: 5, }; +export const DEFAULT_FEATURES_CONFIG = { + isSpellcheckerPremiumFeature: false, + needToWaitToProceed: false, + needToWaitToProceedConfig: { + delayOffset: 3600000, + wait: 10000, + }, + isServiceProxyEnabled: false, + isServiceProxyPremiumFeature: true, +}; + export const FRANZ_SERVICE_REQUEST = 'hhttp://bit.ly/franz-plugin-docs'; export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; -- cgit v1.2.3-70-g09d2