Formatting

This commit is contained in:
Mark Felder 2020-05-13 16:51:23 -05:00
parent 0c82a967ec
commit 2560a4aa56
1 changed files with 5 additions and 3 deletions

View File

@ -1224,14 +1224,16 @@ config :pleroma, :config_description, [
key: :minimalScopesMode, key: :minimalScopesMode,
label: "Minimal scopes mode", label: "Minimal scopes mode",
type: :boolean, type: :boolean,
description: "Limit scope selection to Direct, User default, and Scope of post replying to. " <> description:
"Limit scope selection to Direct, User default, and Scope of post replying to. " <>
"Also prevents replying to a DM with a public post from PleromaFE." "Also prevents replying to a DM with a public post from PleromaFE."
}, },
%{ %{
key: :nsfwCensorImage, key: :nsfwCensorImage,
label: "NSFW Censor Image", label: "NSFW Censor Image",
type: :string, type: :string,
description: "URL of the image to use for hiding NSFW media attachments in the timeline.", description:
"URL of the image to use for hiding NSFW media attachments in the timeline.",
suggestions: ["/static/img/nsfw.png"] suggestions: ["/static/img/nsfw.png"]
}, },
%{ %{
@ -1239,7 +1241,7 @@ config :pleroma, :config_description, [
label: "Post Content Type", label: "Post Content Type",
type: {:dropdown, :atom}, type: {:dropdown, :atom},
description: "Default post formatting option.", description: "Default post formatting option.",
suggestions: [text/plain, text/html, text/markdown, text/bbcode] suggestions: ["text/plain", "text/html", "text/markdown", "text/bbcode"]
}, },
%{ %{
key: :redirectRootNoLogin, key: :redirectRootNoLogin,