From 15cc4497588537f3f9b81d6f97228fae946fa008 Mon Sep 17 00:00:00 2001 From: Chris Duarte Date: Tue, 2 Jan 2018 13:36:31 -0800 Subject: Add color properties to config to white label login buttons (#7826) --- config/default.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'config') 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/", -- cgit v1.2.3-1-g7c22