forked from AkkomaGang/akkoma
Add NewUsersDigestEmail to config/description.exs
This commit is contained in:
parent
4c59e9477a
commit
3c4a30c6db
1 changed files with 14 additions and 0 deletions
|
@ -2456,6 +2456,20 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
%{
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue