mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #356 from YunoHost-Apps/update-conf-to-upstream
Update config.json
This commit is contained in:
commit
31924116e9
1 changed files with 10 additions and 11 deletions
|
@ -254,11 +254,11 @@
|
|||
"ShowFullName": true
|
||||
},
|
||||
"SupportSettings": {
|
||||
"TermsOfServiceLink": "https://mattermost.com/terms-of-service/",
|
||||
"TermsOfServiceLink": "https://mattermost.com/terms-of-use/",
|
||||
"PrivacyPolicyLink": "https://mattermost.com/privacy-policy/",
|
||||
"AboutLink": "https://about.mattermost.com/default-about/",
|
||||
"HelpLink": "https://about.mattermost.com/default-help/",
|
||||
"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/",
|
||||
"AboutLink": "https://docs.mattermost.com/about/product.html/",
|
||||
"HelpLink": "https://mattermost.com/default-help/",
|
||||
"ReportAProblemLink": "https://mattermost.com/default-report-a-problem/",
|
||||
"SupportEmail": "",
|
||||
"CustomTermsOfServiceEnabled": false,
|
||||
"CustomTermsOfServiceReAcceptancePeriod": 365,
|
||||
|
@ -419,8 +419,8 @@
|
|||
"mmauthbeta://"
|
||||
],
|
||||
"AppDownloadLink": "https://mattermost.com/download/#mattermostApps",
|
||||
"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/",
|
||||
"IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/"
|
||||
"AndroidAppDownloadLink": "https://mattermost.com/mattermost-android-app/",
|
||||
"IosAppDownloadLink": "https://mattermost.com/mattermost-ios-app/"
|
||||
},
|
||||
"ClusterSettings": {
|
||||
"Enable": false,
|
||||
|
@ -528,6 +528,9 @@
|
|||
"ClientDirectory": "./client/plugins",
|
||||
"Plugins": {},
|
||||
"PluginStates": {
|
||||
"com.mattermost.apps": {
|
||||
"Enable": true
|
||||
},
|
||||
"com.mattermost.nps": {
|
||||
"Enable": true
|
||||
},
|
||||
|
@ -572,27 +575,23 @@
|
|||
"CloudDelinquentEmailJobsEnabled": false,
|
||||
"CollapsedThreads": true,
|
||||
"EnableRemoteClusterService": false,
|
||||
"AppsEnabled": false,
|
||||
"AppsEnabled": true,
|
||||
"AppBarEnabled": false,
|
||||
"PluginPlaybooks": "",
|
||||
"PluginApps": "",
|
||||
"PluginFocalboard": "",
|
||||
"PermalinkPreviews": true,
|
||||
"GlobalHeader": true,
|
||||
"NewAccountNoisy": false,
|
||||
"CallsMobile": false,
|
||||
"BoardsFeatureFlags": "",
|
||||
"AddMembersToChannel": "top",
|
||||
"GuidedChannelCreation": false,
|
||||
"ResendInviteEmailInterval": "",
|
||||
"InviteToTeam": "none",
|
||||
"CustomGroups": true,
|
||||
"InlinePostEditing": false,
|
||||
"BoardsDataRetention": false,
|
||||
"NormalizeLdapDNs": false,
|
||||
"EnableInactivityCheckJob": true,
|
||||
"UseCaseOnboarding": true,
|
||||
"WorkspaceOptimizationDashboard": true,
|
||||
"GraphQL": false
|
||||
},
|
||||
"ImportSettings": {
|
||||
|
|
Loading…
Add table
Reference in a new issue