diff options
author | Mark Felder <feld@feld.me> | 2021-02-06 12:34:32 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-06 12:34:32 -0600 |
commit | 0fcf16dcb858cdd464fbd614aaba54fb81264199 (patch) | |
tree | cf5d8bdf05f5b20e0f4ef38358abc5c1a13d6ab3 /config | |
parent | bd828e5c9c2c1a373b13cf80b185d11b1fcd1bc3 (diff) | |
download | pleroma-0fcf16dcb858cdd464fbd614aaba54fb81264199.tar.gz |
Move Enabled to top as it's the master control of all email. Description not really needed.
Diffstat (limited to 'config')
-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, |