From: Mark Felder Date: Wed, 13 May 2020 21:45:16 +0000 (-0500) Subject: add postContentType setting X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=5131149056de4501f717084275f4be667f7a463a;p=akkoma add postContentType setting --- diff --git a/config/description.exs b/config/description.exs index 00f32859c..80c4ac96d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1234,6 +1234,13 @@ config :pleroma, :config_description, [ description: "URL of the image to use for hiding NSFW media attachments in the timeline.", 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",