little fixes

This commit is contained in:
Alexander Strizhakov 2020-01-27 12:53:21 +03:00
parent 36838b516f
commit f72727a409
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 2 additions and 2 deletions

View File

@ -1167,7 +1167,7 @@
label: "Logo margin", label: "Logo margin",
type: :string, type: :string,
description: 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.", "The idea is that to have logo's image without any extra margins and instead adjust them to your need in layout.",
suggestions: [".1em"] suggestions: [".1em"]
}, },
@ -1960,7 +1960,7 @@
}, },
%{ %{
key: :verbose, key: :verbose,
type: :atom, type: [:atom, false],
description: "Logs verbose mode", description: "Logs verbose mode",
suggestions: [false, :error, :warn, :info, :debug] suggestions: [false, :error, :warn, :info, :debug]
}, },