description.exs: uncomment type for email logo

develop
Haelwenn (lanodan) Monnier 2019-09-17 22:19:30 +02:00
parent c0c5628200
commit 32d64102cb
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 1 deletions

View 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]
},