X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=807c945e00ca990b3f44bdecf0e77b6f2f40f154;hb=7bc2ec0aa26037337b6d562a36f24aa131d025d6;hp=cf7cc297a4d7ac4630dcc7a908a42064e6e77858;hpb=a57e7f3503c485de64c4e001529a6e06a1a35b25;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" } ] },