logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 0b582d415ba5215495047ddae1cb4e4fc1e016e6
parent: 36838b516fc795720c33deb348113777a3c5212d
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Mon, 27 Jan 2020 11:45:26 +0000

Merge branch 'descriptions-fixes' into 'develop'

Little fixes for descriptions.exs

See merge request pleroma/pleroma!2147

Diffstat:

Mconfig/description.exs4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -1167,7 +1167,7 @@ config :pleroma, :config_description, [ label: "Logo margin", type: :string, description: - "allows you to adjust vertical margins between logo boundary and navbar borders. " <> + "Allows you to adjust vertical margins between logo boundary and navbar borders. " <> "The idea is that to have logo's image without any extra margins and instead adjust them to your need in layout.", suggestions: [".1em"] }, @@ -1960,7 +1960,7 @@ config :pleroma, :config_description, [ }, %{ key: :verbose, - type: :atom, + type: [:atom, false], description: "Logs verbose mode", suggestions: [false, :error, :warn, :info, :debug] },