summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-06 11:08:53 +0200
committerlain <lain@soykaf.club>2020-07-06 11:08:53 +0200
commit2e21ae1b6df807d6937d9d2c49f15242ef268903 (patch)
tree979fa98230b570ed8350240439a71f15637c2a05
parentaf7720237b448341932a4a0b53d94b006114e915 (diff)
downloadpleroma-2e21ae1b6df807d6937d9d2c49f15242ef268903.tar.gz
pleroma-2e21ae1b6df807d6937d9d2c49f15242ef268903.zip
Docs: Add description limits to cheat sheet
-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).