diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-26 09:03:07 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-26 09:03:07 +0300 |
commit | 91cd023720dfea24cbb0d5a63db92e9773b59a04 (patch) | |
tree | 06067bf5c2139c15071d4e1b01ccde72999a1e95 | |
parent | 7c7a6509b92e335c42c36f6b4b414305e0c09f4b (diff) | |
download | pleroma-91cd023720dfea24cbb0d5a63db92e9773b59a04.tar.gz |
Pleroma.Upload.Filter.Mogrify args description
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index f54ac2a2a..b13b7c9dd 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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", |