aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/description.exs7
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,