description.exs: uncomment type for email logo
This commit is contained in:
parent
c0c5628200
commit
32d64102cb
@ -2133,7 +2133,7 @@ config :pleroma, :config_description, [
|
|||||||
children: [
|
children: [
|
||||||
%{
|
%{
|
||||||
key: :logo,
|
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",
|
description: "a path to a custom logo. Set it to nil to use the default Pleroma logo",
|
||||||
suggestions: ["some/path/logo.png", nil]
|
suggestions: ["some/path/logo.png", nil]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user