mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added legal and support settings to sys console and implemented support for options in app
This commit is contained in:
@@ -82,6 +82,14 @@
|
||||
"ShowEmailAddress": true,
|
||||
"ShowFullName": true
|
||||
},
|
||||
"SupportSettings": {
|
||||
"TermsOfServiceLink": "/static/help/terms.html",
|
||||
"PrivacyPolicyLink": "/static/help/privacy.html",
|
||||
"AboutLink": "/static/help/about.html",
|
||||
"HelpLink": "/static/help/help.html",
|
||||
"ReportAProblemLink": "/static/help/report_problem.html",
|
||||
"SupportEmail": "feedback@mattermost.com"
|
||||
},
|
||||
"GitLabSettings": {
|
||||
"Enable": false,
|
||||
"Secret": "",
|
||||
|
||||
@@ -82,6 +82,14 @@
|
||||
"ShowEmailAddress": true,
|
||||
"ShowFullName": true
|
||||
},
|
||||
"SupportSettings": {
|
||||
"TermsOfServiceLink": "/static/help/terms.html",
|
||||
"PrivacyPolicyLink": "/static/help/privacy.html",
|
||||
"AboutLink": "/static/help/about.html",
|
||||
"HelpLink": "/static/help/help.html",
|
||||
"ReportAProblemLink": "/static/help/report_problem.html",
|
||||
"SupportEmail": "feedback@mattermost.com"
|
||||
},
|
||||
"GitLabSettings": {
|
||||
"Enable": false,
|
||||
"Secret": "",
|
||||
|
||||
Reference in New Issue
Block a user