You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+3
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,9 @@ The following configuration set `Content-Type: application/vnd.android.package-a
181
181
-`REACTIONS`: All available reactions users can choose on issues/prs and comments
182
182
Values can be emoji alias (:smile:) or a unicode emoji.
183
183
For custom reactions, add a tightly cropped square image to public/emoji/img/reaction_name.png
184
+
-`CUSTOM_EMOJIS`: **gitea**: Additional Emojis not defined in the utf8 standard.
185
+
By default we support gitea (:gitea:), to add more copy them to public/emoji/img/emoji_name.png and
186
+
add it to this config.
184
187
-`DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
185
188
-`SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
186
189
-`USE_SERVICE_WORKER`: **true**: Whether to enable a Service Worker to cache frontend assets.
0 commit comments