diff options
author | Giteabot <teabot@gitea.io> | 2023-11-08 08:54:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 08:54:48 +0800 |
commit | cc7b9eb085a58968999b33f4fe60e12de8366fe5 (patch) | |
tree | e71ac5bf8fd1b3c66b947e903852c7ff74c24516 /docs/content | |
parent | 7aafe5e0b4bdd974325c1bc385ddfedae9071d99 (diff) | |
download | gitea-cc7b9eb085a58968999b33f4fe60e12de8366fe5.tar.gz gitea-cc7b9eb085a58968999b33f4fe60e12de8366fe5.zip |
Document REACTION_MAX_USER_NUM setting option (#27954) (#27959)
Backport #27954 by @6543
as title
---
*Sponsored by Kithara Software GmbH*
Co-authored-by: 6543 <m.huber@kithara.com>
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/administration/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/administration/config-cheat-sheet.en-us.md b/docs/content/administration/config-cheat-sheet.en-us.md index f0a61851c2..e373713fff 100644 --- a/docs/content/administration/config-cheat-sheet.en-us.md +++ b/docs/content/administration/config-cheat-sheet.en-us.md @@ -223,6 +223,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a - `REACTIONS`: All available reactions users can choose on issues/prs and comments Values can be emoji alias (:smile:) or a unicode emoji. For custom reactions, add a tightly cropped square image to public/assets/img/emoji/reaction_name.png +- `REACTION_MAX_USER_NUM`: **10**: Change the number of users that are displayed in reactions tooltip (triggered by mouse hover). - `CUSTOM_EMOJIS`: **gitea, codeberg, gitlab, git, github, gogs**: Additional Emojis not defined in the utf8 standard. By default, we support Gitea (:gitea:), to add more copy them to public/assets/img/emoji/emoji_name.png and add it to this config. |