diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-16 18:32:25 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-16 18:32:25 +0700 |
commit | 158231cd20ceabf805ce49ae2b4d465e09e34d69 (patch) | |
tree | ced08b982864b2593455e825c78e24d682890146 /docs/config.md | |
parent | c9970feee20f25375223e5f4a32bdbcff7b98607 (diff) | |
download | pleroma-158231cd20ceabf805ce49ae2b4d465e09e34d69.tar.gz pleroma-158231cd20ceabf805ce49ae2b4d465e09e34d69.zip |
Add configurable colors and logo for the digest template
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 703ef67dd..8360e640e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -548,6 +548,11 @@ Email notifications settings. - interval: Minimum interval between digest emails to one user - inactivity_threshold: Minimum user inactivity threshold +## Pleroma.Emails.UserEmail + +- `:logo` - a path to a custom logo. Set it to `nil` to use the default Pleroma logo. +- `:styling` - a map with color settings for email templates. + ## OAuth consumer mode OAuth consumer mode allows sign in / sign up via external OAuth providers (e.g. Twitter, Facebook, Google, Microsoft, etc.). |