mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #318 from YunoHost-Apps/Config.json
This commit is contained in:
commit
702a6da453
1 changed files with 11 additions and 4 deletions
|
@ -82,6 +82,7 @@
|
||||||
"EnableBotAccountCreation": false,
|
"EnableBotAccountCreation": false,
|
||||||
"EnableSVGs": false,
|
"EnableSVGs": false,
|
||||||
"EnableLatex": false,
|
"EnableLatex": false,
|
||||||
|
"EnableInlineLatex": true,
|
||||||
"EnableAPIChannelDeletion": false,
|
"EnableAPIChannelDeletion": false,
|
||||||
"EnableLocalMode": true,
|
"EnableLocalMode": true,
|
||||||
"LocalModeSocketLocation": "__LOCAL_SOCKET_PATH__",
|
"LocalModeSocketLocation": "__LOCAL_SOCKET_PATH__",
|
||||||
|
@ -512,7 +513,8 @@
|
||||||
},
|
},
|
||||||
"JobSettings": {
|
"JobSettings": {
|
||||||
"RunJobs": true,
|
"RunJobs": true,
|
||||||
"RunScheduler": true
|
"RunScheduler": true,
|
||||||
|
"CleanupJobsThresholdDays": -1
|
||||||
},
|
},
|
||||||
"PluginSettings": {
|
"PluginSettings": {
|
||||||
"Enable": true,
|
"Enable": true,
|
||||||
|
@ -571,10 +573,15 @@
|
||||||
"PluginPlaybooks": "",
|
"PluginPlaybooks": "",
|
||||||
"PluginApps": "",
|
"PluginApps": "",
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"TimedDND": false,
|
|
||||||
"PermalinkPreviews": true,
|
"PermalinkPreviews": true,
|
||||||
"GlobalHeader": 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": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
Loading…
Add table
Reference in a new issue