diff --git a/conf/config.json b/conf/config.json index 8fc3d81..b72664a 100644 --- a/conf/config.json +++ b/conf/config.json @@ -82,6 +82,7 @@ "EnableBotAccountCreation": false, "EnableSVGs": false, "EnableLatex": false, + "EnableInlineLatex": true, "EnableAPIChannelDeletion": false, "EnableLocalMode": true, "LocalModeSocketLocation": "__LOCAL_SOCKET_PATH__", @@ -512,7 +513,8 @@ }, "JobSettings": { "RunJobs": true, - "RunScheduler": true + "RunScheduler": true, + "CleanupJobsThresholdDays": -1 }, "PluginSettings": { "Enable": true, @@ -571,10 +573,15 @@ "PluginPlaybooks": "", "PluginApps": "", "PluginFocalboard": "", - "TimedDND": false, "PermalinkPreviews": true, "GlobalHeader": true, - "AddChannelButton": "by_team_name" + "AddChannelButton": "by_team_name", + "PrewrittenMessages": "tour_point", + "DownloadAppsCTA": "tips_and_next_steps", + "NewAccountNoisy": false, + "BoardsUnfurl": true, + "CallsMobile": false, + "AutoTour": "none" }, "ImportSettings": { "Directory": "./import", @@ -584,4 +591,4 @@ "Directory": "./export", "RetentionDays": 30 } -} \ No newline at end of file +}