diff options
| author | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-17 16:58:08 +0700 | 
|---|---|---|
| committer | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-17 16:58:08 +0700 | 
| commit | 87013f843853250e8b15696900e09afb92d22aac (patch) | |
| tree | 72491ebe110dbd191485a5f7aa1b80e6359e848b /docs/config | |
| parent | dc21181f6504b55afa68de63f170fcb0f1084a6b (diff) | |
| parent | 8de17c480e4267a46ae8d862a3c8918aa6734c39 (diff) | |
| download | pleroma-87013f843853250e8b15696900e09afb92d22aac.tar.gz pleroma-87013f843853250e8b15696900e09afb92d22aac.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/digest-email
Diffstat (limited to 'docs/config')
| -rw-r--r-- | docs/config/custom_emoji.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/config/custom_emoji.md b/docs/config/custom_emoji.md index 419a7d0e2..5ce9865a2 100644 --- a/docs/config/custom_emoji.md +++ b/docs/config/custom_emoji.md @@ -20,7 +20,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`. +Default tags are set in `config.exs`. To set your own tags, copy the structure to your secrets file (`prod.secret.exs` or `dev.secret.exs`) and edit it.  ```elixir  config :pleroma, :emoji,    shortcode_globs: ["/emoji/custom/**/*.png"], | 
