1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-04-22 19:04:27 +00:00

Merge branch 'descriptions-fixes' into 'develop'

Little fixes for descriptions.exs

See merge request 
This commit is contained in:
Haelwenn 2020-01-27 11:45:26 +00:00
commit 0b582d415b

View file

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