forked from AkkomaGang/akkoma
syntax highlighting
This commit is contained in:
parent
9e0567ec52
commit
3465b7ba9a
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ The files should be PNG (APNG is okay with `.png` for `image/png` Content-type)
|
|||
# Emoji tags (groups)
|
||||
|
||||
Default tags are set in `config.exs`.
|
||||
```
|
||||
```elixir
|
||||
config :pleroma, :emoji,
|
||||
shortcode_globs: ["/emoji/custom/**/*.png"],
|
||||
groups: [
|
||||
|
@ -31,7 +31,7 @@ config :pleroma, :emoji,
|
|||
```
|
||||
|
||||
Order of the `groups` matters, so to override default tags just put your group on top of the list. E.g:
|
||||
```
|
||||
```elixir
|
||||
config :pleroma, :emoji,
|
||||
shortcode_globs: ["/emoji/custom/**/*.png"],
|
||||
groups: [
|
||||
|
|
Loading…
Reference in a new issue