summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-08-18 19:02:33 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-08-18 19:02:33 +0000
commit3d5d8c05c9de9a70a8d49576f125b9987f9d34e8 (patch)
tree44de972a82f2593b9d34378ddecb2acaf229be08 /docs
parentfa8a87eca1892b094e5faafc48404dd1a75e4a57 (diff)
parent52a79506c786a1388eeab24892c7b36ee9682977 (diff)
Merge branch '2064-image-blanking' into 'develop'
Resolve "Make default image description blank" Closes #2064 See merge request pleroma/pleroma!2899
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index e68b6c6dc..4758fca66 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -552,6 +552,7 @@ the source code is here: [kocaptcha](https://github.com/koto-bank/kocaptcha). Th
* `proxy_remote`: If you're using a remote uploader, Pleroma will proxy media requests instead of redirecting to it.
* `proxy_opts`: Proxy options, see `Pleroma.ReverseProxy` documentation.
* `filename_display_max_length`: Set max length of a filename to display. 0 = no limit. Default: 30.
+* `default_description`: Sets which default description an image has if none is set explicitly. Options: nil (default) - Don't set a default, :filename - use the filename of the file, a string (e.g. "attachment") - Use this string
!!! warning
`strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`.