mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
synchronize config file to upstream
This commit is contained in:
parent
054e107945
commit
58fa4dfc3d
1 changed files with 7 additions and 5 deletions
|
@ -32,6 +32,7 @@
|
||||||
"RestrictLinkPreviews": "",
|
"RestrictLinkPreviews": "",
|
||||||
"EnableTesting": false,
|
"EnableTesting": false,
|
||||||
"EnableDeveloper": false,
|
"EnableDeveloper": false,
|
||||||
|
"DeveloperFlags": "",
|
||||||
"EnableOpenTracing": false,
|
"EnableOpenTracing": false,
|
||||||
"EnableSecurityFixAlert": true,
|
"EnableSecurityFixAlert": true,
|
||||||
"EnableInsecureOutgoingConnections": false,
|
"EnableInsecureOutgoingConnections": false,
|
||||||
|
@ -121,8 +122,6 @@
|
||||||
"ClientRequirements": {
|
"ClientRequirements": {
|
||||||
"AndroidLatestVersion": "",
|
"AndroidLatestVersion": "",
|
||||||
"AndroidMinVersion": "",
|
"AndroidMinVersion": "",
|
||||||
"DesktopLatestVersion": "",
|
|
||||||
"DesktopMinVersion": "",
|
|
||||||
"IosLatestVersion": "",
|
"IosLatestVersion": "",
|
||||||
"IosMinVersion": ""
|
"IosMinVersion": ""
|
||||||
},
|
},
|
||||||
|
@ -570,18 +569,21 @@
|
||||||
"CollapsedThreads": true,
|
"CollapsedThreads": true,
|
||||||
"EnableRemoteClusterService": false,
|
"EnableRemoteClusterService": false,
|
||||||
"AppsEnabled": false,
|
"AppsEnabled": false,
|
||||||
|
"AppBarEnabled": false,
|
||||||
"PluginPlaybooks": "",
|
"PluginPlaybooks": "",
|
||||||
"PluginApps": "",
|
"PluginApps": "",
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"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,
|
"NewAccountNoisy": false,
|
||||||
"BoardsUnfurl": true,
|
"BoardsUnfurl": true,
|
||||||
"CallsMobile": false,
|
"CallsMobile": false,
|
||||||
"AutoTour": "none"
|
"AutoTour": "none",
|
||||||
|
"BoardsFeatureFlags": "",
|
||||||
|
"AddMembersToChannel": "top",
|
||||||
|
"ResendInviteEmailInterval": "",
|
||||||
|
"InviteToTeam": "none"
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
Loading…
Add table
Reference in a new issue