Make free coaching call url configurable and popup translatable (#823)

This commit is contained in:
CamilleLegeron
2024-02-07 17:53:48 +01:00
committed by GitHub
parent 6b0ef41255
commit a0a968a2d8
5 changed files with 35 additions and 10 deletions

View File

@@ -54,6 +54,7 @@ export function makeGristConfig(options: MakeGristConfigOptions): GristLoadConfi
baseDomain,
singleOrg: process.env.GRIST_SINGLE_ORG,
helpCenterUrl: process.env.GRIST_HELP_CENTER || "https://support.getgrist.com",
freeCoachingCallUrl: process.env.FREE_COACHING_CALL_URL || "https://calendly.com/grist-team/grist-free-coaching-call",
pathOnly,
supportAnon: shouldSupportAnon(),
enableAnonPlayground: isAffirmative(process.env.GRIST_ANON_PLAYGROUND ?? true),