Add configurable colors and logo for the digest template

This commit is contained in:
Egor Kislitsyn 2019-08-16 18:32:25 +07:00
commit 158231cd20
4 changed files with 143 additions and 124 deletions

View file

@ -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.).