Skip to content

Commit 6ee03e2

Browse files
committed
add docs entry
1 parent 629e0c7 commit 6ee03e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/content/doc/advanced/customizing-gitea.en-us.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,15 @@ Locales may change between versions, so keeping track of your customized locales
161161

162162
To add a custom Readme, add a markdown formatted file (without an `.md` extension) to `custom/options/readme`
163163

164+
### Reactions
165+
166+
To change reaction emoji's you can set allowed reactions at app.ini
167+
```
168+
[ui]
169+
REACTIONS = +1, -1, laugh, confused, heart, hooray, eyes
170+
```
171+
A full list of supported emoji's is at [emoji list](https://gitea.com/gitea/gitea.com/issues/8)
172+
164173
## Customizing the look of Gitea
165174

166175
As of version 1.6.0 Gitea has built-in themes. The two built-in themes are, the default theme `gitea`, and a dark theme `arc-green`. To change the look of your Gitea install change the value of `DEFAULT_THEME` in the [ui](https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui) section of `app.ini` to another one of the available options.

0 commit comments

Comments
 (0)