Backport #27954 by @6543 as title --- *Sponsored by Kithara Software GmbH* Co-authored-by: 6543 <m.huber@kithara.com>
This commit is contained in:
		
							parent
							
								
									7aafe5e0b4
								
							
						
					
					
						commit
						cc7b9eb085
					
				|  | @ -1219,6 +1219,9 @@ LEVEL = Info | ||||||
| ;; For custom reactions, add a tightly cropped square image to public/assets/img/emoji/reaction_name.png | ;; 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 | ;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 | ;; 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. | ;; 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. | ;; Dont mistake it for Reactions. | ||||||
|  |  | ||||||
|  | @ -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 | - `REACTIONS`: All available reactions users can choose on issues/prs and comments | ||||||
|     Values can be emoji alias (:smile:) or a unicode emoji. |     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 |     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. | - `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 |     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. |     add it to this config. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue