diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-03-29 14:01:03 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-03-29 14:04:27 +0200 |
commit | fbf9eced11e57e9b95fec23791efb7666480a6c1 (patch) | |
tree | c9275ba5be522c5e62193ae98eca4242cabce86d /docs | |
parent | d7c53da77adfcfc5cf1fd83dd0671b9de8147e15 (diff) | |
download | pleroma-fbf9eced11e57e9b95fec23791efb7666480a6c1.tar.gz |
Add short_description field
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 4dacdc68c..0ab600b21 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. * `email`: Email used to reach an Administrator/Moderator of the instance. * `notify_email`: Email used for notifications. * `description`: The instance’s description, can be seen in nodeinfo and ``/api/v1/instance``. +* `short_description`: Shorter version of instance description, can be seen on ``/api/v1/instance``. * `limit`: Posts character limit (CW/Subject included in the counter). * `description_limit`: The character limit for image descriptions. * `remote_limit`: Hard character limit beyond which remote posts will be dropped. |