description.exs: uncomment type for email logo
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 17 Sep 2019 20:19:30 +0000 (22:19 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 17 Sep 2019 21:05:27 +0000 (23:05 +0200)
config/description.exs

index 821b769724b225232fc71979943dba8eab3c2dba..65ea6bf01720a213a8155b6782438204116bca9a 100644 (file)
@@ -2133,7 +2133,7 @@ config :pleroma, :config_description, [
     children: [
       %{
         key: :logo,
-        type: [:string, nil],
+        type: [:string, nil],
         description: "a path to a custom logo. Set it to nil to use the default Pleroma logo",
         suggestions: ["some/path/logo.png", nil]
       },