diff options
author | lain <lain@soykaf.club> | 2020-05-05 10:19:01 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-05 10:19:01 +0200 |
commit | 2cb3f8a8cf4e34f2667d7b505b7fae7c9cb194dd (patch) | |
tree | f5846e26dca69d92cee8a4393f9888b0a250bd53 /config | |
parent | 1974d0cc423efefcbdadd68442d0fbed8f3ee4ab (diff) | |
parent | b1c29e2de8a02ef3093387c1454d290a92fbdef8 (diff) | |
download | pleroma-2cb3f8a8cf4e34f2667d7b505b7fae7c9cb194dd.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/delete-validator
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 9d8e3b93c..d7788a63d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2247,6 +2247,7 @@ config :pleroma, :config_description, [ children: [ %{ key: :active, + label: "Enabled", type: :boolean, description: "Globally enable or disable digest emails" }, |