Pleroma.Upload.Filter.Mogrify args description

This commit is contained in:
Alexander Strizhakov 2020-06-26 09:03:07 +03:00
parent 7c7a6509b9
commit 91cd023720
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 3 additions and 1 deletions

View File

@ -193,7 +193,9 @@ config :pleroma, :config_description, [
%{
key: :args,
type: [:string, {:list, :string}, {:list, :tuple}],
description: "List of actions for the mogrify command",
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.",
suggestions: [
"strip",
"auto-orient",