diff options
-rw-r--r-- | config/description.exs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/description.exs b/config/description.exs index 54b5fd5d6..8d3312caa 100644 --- a/config/description.exs +++ b/config/description.exs @@ -215,6 +215,10 @@ config :pleroma, :config_description, [ description: "Mailer-related settings", children: [ %{ + key: :enabled, + type: :boolean, + }, + %{ key: :adapter, type: :module, description: @@ -235,11 +239,6 @@ config :pleroma, :config_description, [ ] }, %{ - key: :enabled, - type: :boolean, - description: "Pleroma Email sending capability" - }, - %{ group: {:subgroup, Swoosh.Adapters.SMTP}, key: :relay, type: :string, |