diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-27 12:18:34 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-27 12:18:34 +0300 |
commit | f89390110b6b601fc505e63c3e36516d7ca96f5c (patch) | |
tree | 0f7f7a0c2b9875c4ea027ee237e59403f3173145 | |
parent | e7bc0273e5bb7fd8f9bafae453a574b1e579dc9c (diff) | |
download | pleroma-f89390110b6b601fc505e63c3e36516d7ca96f5c.tar.gz |
added tab & labels for mrf policies
-rw-r--r-- | config/description.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 1fb0c3c41..e0c07bf78 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1565,6 +1565,7 @@ config :pleroma, :config_description, [ %{ group: :pleroma, key: :mrf_mention, + tab: :mrf, label: "MRF mention", type: :group, description: "Block messages which mention a user", @@ -3032,6 +3033,7 @@ config :pleroma, :config_description, [ %{ group: :pleroma, key: :mrf_object_age, + label: "MRF object age", tab: :mrf, type: :group, description: "Rejects or delists posts based on their age when received.", @@ -3377,6 +3379,7 @@ config :pleroma, :config_description, [ group: :pleroma, key: :mrf, tab: :mrf, + label: "MRF", type: :group, description: "General MRF settings", children: [ |