aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-07-07 03:00:52 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-07-07 03:00:52 +0000
commitd81acb5f6250766eef1dc8c51ed0c79e819ae2af (patch)
treed54e27b8306f5323d434d54639ca38a5f9c874d5 /docs/configuration
parent2a323d37971d364fefd46e840424c631cc4a7d2b (diff)
parent58da575935f19b86c614717f4fe0d4b8508f395d (diff)
downloadpleroma-d81acb5f6250766eef1dc8c51ed0c79e819ae2af.tar.gz
Merge branch 'description-limits' into 'develop'
Add limits to image descriptions See merge request pleroma/pleroma!2724
Diffstat (limited to 'docs/configuration')
-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 6759d5e93..6b640cebc 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -18,6 +18,7 @@ To add configuration to your config file, you can copy it from the base config.
* `notify_email`: Email used for notifications.
* `description`: The instance’s description, can be seen in nodeinfo and ``/api/v1/instance``.
* `limit`: Posts character limit (CW/Subject included in the counter).
+* `discription_limit`: The character limit for image descriptions.
* `chat_limit`: Character limit of the instance chat messages.
* `remote_limit`: Hard character limit beyond which remote posts will be dropped.
* `upload_limit`: File size limit of uploads (except for avatar, background, banner).