projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
52a95a0
)
add postContentType setting
author
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:45:16 +0000
(16:45 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:45:16 +0000
(16:45 -0500)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 00f32859cd1bad51fa3bff14423f97353806b13d..80c4ac96dfd7bfb83756e7e5cfbc9fc375b467eb 100644
(file)
--- 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"]
},
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",
%{
key: :redirectRootNoLogin,
label: "Redirect root no login",