Skip to content

Commit

Permalink
Update default values for the email template branding
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena committed Oct 16, 2023
1 parent 766cf20 commit 6f8d386
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 269 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1161,5 +1161,16 @@
"extension_mgt.extension_types": "applications,identity-providers,connections,identity-verification-providers",

"identity_datastore.datastore_type": "org.wso2.carbon.identity.governance.store.JDBCIdentityDataStore",
"input_validation.default_validator": "alphaNumeric"
"input_validation.default_validator": "alphaNumeric",

"email_templates.branding.fallbacks.copyright_text": "WSO2 Identity Server",
"email_templates.branding.fallbacks.primary_color": "#FF7300",
"email_templates.branding.fallbacks.background_color": "#F8F9FA",
"email_templates.branding.fallbacks.light_background_color": "#FFFFFF",
"email_templates.branding.fallbacks.dark_background_color": "#111111",
"email_templates.branding.fallbacks.font_style": "Gilmer",
"email_templates.branding.fallbacks.font_color": "#231F20",
"email_templates.branding.fallbacks.button_font_color": "#FFFFFF",
"email_templates.branding.fallbacks.light_border_color": "transparent",
"email_templates.branding.fallbacks.dark_border_color": "#333333"
}

This file was deleted.

0 comments on commit 6f8d386

Please sign in to comment.