Skip to content

Paid Apps

By default, App has no subscription and is free to use. But you can override this:

index.js
configuration.pricing = {
plantType: 'recurring',
trial: 14,
trialCrowdin: 14,
trialEnterprise: 30,
cachingSeconds: 12 * 60 * 60,
infoDisplayDaysThreshold: 14
};
ParameterDescriptionDefault value
trialAmount of days to use app for free.14
trialCrowdinAmount of days specifically in crowdin workspace.14
trialEnterpriseAmount of days specifically for enterprise.30
cachingSecondsTime in seconds of how long to cache subscription info.0
infoDisplayDaysThresholdNumber of days threshold to check if subscription info should be displayed (if not defined then info will be always visible).0