diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:40:04 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:40:04 -0500 |
commit | 52a95a0265eae8c20f284690cdc97c5a6699b1d8 (patch) | |
tree | 54f80b32ccd155003bbdd36d33a524627ed05680 | |
parent | 923ab78807d16595e4dfc4f2a4a18f249ab88cd0 (diff) | |
download | pleroma-52a95a0265eae8c20f284690cdc97c5a6699b1d8.tar.gz |
Add missing nsfwCensorImage option
-rw-r--r-- | config/description.exs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index f353378ac..00f32859c 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1228,6 +1228,13 @@ config :pleroma, :config_description, [ "Also prevents replying to a DM with a public post from PleromaFE." }, %{ + key: :nsfwCensorImage, + label: "NSFW Censor Image", + type: :string, + description: "URL of the image to use for hiding NSFW media attachments in the timeline.", + suggestions: ["/static/img/nsfw.png"] + }, + %{ key: :redirectRootNoLogin, label: "Redirect root no login", type: :string, |