diff options
author | 6543 <m.huber@kithara.com> | 2023-11-08 01:50:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 01:50:31 +0100 |
commit | 8ef169a173c24e5ab57de8d6638bb6786e378a3d (patch) | |
tree | 521e9283c0f706eda39778413caca84a0bad27bc /custom/conf | |
parent | 4a0103fa293cc42075d4a9c10ca4dffa9c2d3a40 (diff) | |
download | gitea-8ef169a173c24e5ab57de8d6638bb6786e378a3d.tar.gz gitea-8ef169a173c24e5ab57de8d6638bb6786e378a3d.zip |
Document REACTION_MAX_USER_NUM setting option (#27954)
https://github.com/go-gitea/gitea/blob/4a0103fa293cc42075d4a9c10ca4dffa9c2d3a40/modules/setting/ui.go#L24
https://github.com/go-gitea/gitea/blob/4a0103fa293cc42075d4a9c10ca4dffa9c2d3a40/modules/setting/ui.go#L77
---
*Sponsored by Kithara Software GmbH*
Diffstat (limited to 'custom/conf')
-rw-r--r-- | custom/conf/app.example.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 2209822ff0..a4e777fa12 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1221,6 +1221,9 @@ LEVEL = Info ;; For custom reactions, add a tightly cropped square image to public/assets/img/emoji/reaction_name.png ;REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes ;; +;; Change the number of users that are displayed in reactions tooltip (triggered by mouse hover). +;REACTION_MAX_USER_NUM = 10 +;; ;; 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. ;; Dont mistake it for Reactions. |