diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:45:16 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:45:16 -0500 |
commit | 5131149056de4501f717084275f4be667f7a463a (patch) | |
tree | 5604da293853a9c8ef70928077b887c1c8f625fa | |
parent | 52a95a0265eae8c20f284690cdc97c5a6699b1d8 (diff) | |
download | pleroma-5131149056de4501f717084275f4be667f7a463a.tar.gz |
add postContentType setting
-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 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, |