projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e395392
)
Fix :args settings description in Upload.Filter.Mogrify group
author
Angelina Filippova
<linakirsanova@gmail.com>
Mon, 3 Aug 2020 22:45:18 +0000
(
01:45
+0300)
committer
Angelina Filippova
<linakirsanova@gmail.com>
Mon, 3 Aug 2020 22:45:18 +0000
(
01:45
+0300)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index ae2f6d23fd68322e9ba69af2eb8fcc692b7b8f37..00bab20ebde269964cc3b4921ca03023d6fbb136 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-194,7
+194,7
@@
config :pleroma, :config_description, [
type: [:string, {:list, :string}, {:list, :tuple}],
description:
"List of actions for the mogrify command. It's possible to add self-written settings as string. " <>
- "For example `
[\"auto-orient\", \"strip\", {\"resize\", \"3840x1080>\"}]` string will be parsed into
list of the settings.",
+ "For example `
auto-orient, strip, {\"resize\", \"3840x1080>\"}` value will be parsed into valid
list of the settings.",
suggestions: [
"strip",
"auto-orient",