aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 00f32859c..80c4ac96d 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1235,6 +1235,13 @@ config :pleroma, :config_description, [
suggestions: ["/static/img/nsfw.png"]
},
%{
+ key: :postContentType,
+ label: "Post Content Type",
+ type: {:dropdown, :atom},
+ description: "Default post formatting option.",
+ suggestions: [text/plain, text/html, text/markdown, text/bbcode]
+ },
+ %{
key: :redirectRootNoLogin,
label: "Redirect root no login",
type: :string,