aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-05-22 18:30:13 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-05-22 18:30:13 +0300
commit8eb1dfadca61c68e3470060481b139969708f0ef (patch)
treeff20832b319201d6ab18abeb45c3e76529416c47 /config
parentcc82229ba70e054acfdea07a195c1b11961ea1bc (diff)
downloadpleroma-8eb1dfadca61c68e3470060481b139969708f0ef.tar.gz
Update CHANGELOG and docs
Diffstat (limited to 'config')
-rw-r--r--config/description.exs5
1 files changed, 5 insertions, 0 deletions
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"
}
]
},