add postContentType setting

This commit is contained in:
Mark Felder 2020-05-13 16:45:16 -05:00
parent 52a95a0265
commit 5131149056
1 changed files with 7 additions and 0 deletions

View File

@ -1234,6 +1234,13 @@
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",