aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-09-17 22:19:30 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-09-17 23:05:27 +0200
commit32d64102cb2f8cf3b0f825f2ac0770563cfb457f (patch)
tree43ec06d8336b1f4e8fbe4d40d20fb1b20eedf7b3
parentc0c56282007aff88a923bba4769af894cb6235af (diff)
downloadpleroma-32d64102cb2f8cf3b0f825f2ac0770563cfb457f.tar.gz
description.exs: uncomment type for email logo
-rw-r--r--config/description.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index 821b76972..65ea6bf01 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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]
},