summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2018-01-02 13:36:31 -0800
committerChristopher Speller <crspeller@gmail.com>2018-01-02 13:36:31 -0800
commit15cc4497588537f3f9b81d6f97228fae946fa008 (patch)
treeb15e6105d7df95fb4c3694b2b9eb1c85da64a0dd /config
parentdf09f87defff859215cc54113e8a5286595cbe80 (diff)
downloadchat-15cc4497588537f3f9b81d6f97228fae946fa008.tar.gz
chat-15cc4497588537f3f9b81d6f97228fae946fa008.tar.bz2
chat-15cc4497588537f3f9b81d6f97228fae946fa008.zip
Add color properties to config to white label login buttons (#7826)
Diffstat (limited to 'config')
-rw-r--r--config/default.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/config/default.json b/config/default.json
index e264a7c3d..7b9820aff 100644
--- a/config/default.json
+++ b/config/default.json
@@ -165,7 +165,10 @@
"EmailBatchingBufferSize": 256,
"EmailBatchingInterval": 30,
"SkipServerCertificateVerification": false,
- "EmailNotificationContentsType": "full"
+ "EmailNotificationContentsType": "full",
+ "LoginButtonColor": "",
+ "LoginButtonBorderColor": "",
+ "LoginButtonTextColor": ""
},
"RateLimitSettings": {
"Enable": false,
@@ -248,7 +251,10 @@
"SkipCertificateVerification": false,
"QueryTimeout": 60,
"MaxPageSize": 0,
- "LoginFieldName": ""
+ "LoginFieldName": "",
+ "LoginButtonColor": "",
+ "LoginButtonBorderColor": "",
+ "LoginButtonTextColor": ""
},
"ComplianceSettings": {
"Enable": false,
@@ -278,7 +284,10 @@
"NicknameAttribute": "",
"LocaleAttribute": "",
"PositionAttribute": "",
- "LoginButtonText": "With SAML"
+ "LoginButtonText": "With SAML",
+ "LoginButtonColor": "",
+ "LoginButtonBorderColor": "",
+ "LoginButtonTextColor": ""
},
"NativeAppSettings": {
"AppDownloadLink": "https://about.mattermost.com/downloads/",