diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:51:23 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:51:23 -0500 |
commit | 2560a4aa560ce9179baa25f22a94ba9755d09bd5 (patch) | |
tree | f41a99a3b37cb920dd479431810916eecd8e9de8 | |
parent | 0c82a967ec6c67a32328dba1a4d47e6092137fc7 (diff) | |
download | pleroma-2560a4aa560ce9179baa25f22a94ba9755d09bd5.tar.gz |
Formatting
-rw-r--r-- | config/description.exs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/description.exs b/config/description.exs index ca02d2261..8ba1cf369 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1224,14 +1224,16 @@ config :pleroma, :config_description, [ key: :minimalScopesMode, label: "Minimal scopes mode", 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." }, %{ key: :nsfwCensorImage, label: "NSFW Censor Image", 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"] }, %{ @@ -1239,7 +1241,7 @@ config :pleroma, :config_description, [ label: "Post Content Type", type: {:dropdown, :atom}, 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, |