X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=807c945e00ca990b3f44bdecf0e77b6f2f40f154;hb=fc04a138d46c43860a2838d60fc8668112fdc1ec;hp=cf7cc297a4d7ac4630dcc7a908a42064e6e77858;hpb=b7fc61e17b995e3aa4e52f85b91d320a1cd1e106;p=akkoma diff --git a/config/description.exs b/config/description.exs index cf7cc297a..807c945e0 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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" } ] },