Pleroma.Upload.Filter.Mogrify args description
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 26 Jun 2020 06:03:07 +0000 (09:03 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 26 Jun 2020 06:03:07 +0000 (09:03 +0300)
config/description.exs

index f54ac2a2a94d4e4b3350a7866b9708dc275ef268..b13b7c9dd484f6a215bc0c3f157180efcb9fc0dc 100644 (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",