Add NewUsersDigestEmail to config/description.exs

This commit is contained in:
Egor Kislitsyn 2020-01-23 18:53:11 +04:00
parent 4c59e9477a
commit 3c4a30c6db
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805
1 changed files with 14 additions and 0 deletions

View File

@ -2456,6 +2456,20 @@ config :pleroma, :config_description, [
}
]
},
%{
group: :pleroma,
key: Pleroma.Emails.NewUsersDigestEmail,
type: :group,
description: "New users admin email digest",
children: [
%{
key: :enabled,
type: :boolean,
description: "enables new users admin digest email when `true`",
suggestions: [false]
}
]
},
%{
group: :pleroma,
key: :oauth2,