Formatting
authorMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:51:23 +0000 (16:51 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:51:23 +0000 (16:51 -0500)
config/description.exs

index ca02d22612b11f5ad4c67fc03e608c847957648b..8ba1cf3691814d685d5c6baccf9b7e9472f83f7f 100644 (file)
@@ -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,