Apply suggestion to lib/pleroma/web/controller_helper.ex
[akkoma] / config / description.exs
index cf7cc297a4d7ac4630dcc7a908a42064e6e77858..807c945e00ca990b3f44bdecf0e77b6f2f40f154 100644 (file)
@@ -119,6 +119,11 @@ config :pleroma, :config_description, [
             ]
           }
         ]
+      },
+      %{
+        key: :filename_display_max_length,
+        type: :integer,
+        description: "Set max length of a filename to display. 0 = no limit. Default: 30"
       }
     ]
   },