diff options
author | Sadposter <hannah+pleroma@coffee-and-dreams.uk> | 2019-05-20 16:12:55 +0100 |
---|---|---|
committer | Sadposter <hannah+pleroma@coffee-and-dreams.uk> | 2019-05-20 16:12:55 +0100 |
commit | daeae8e2e7c506b72c66dea6ac790408f948ec16 (patch) | |
tree | 866e49c75e2da559cd2e7f314f8138d9c522d2aa /docs | |
parent | d835810610e5e7660a56d305bc8509e38c642942 (diff) | |
download | pleroma-daeae8e2e7c506b72c66dea6ac790408f948ec16.tar.gz |
Move default mascot configuration to `config/`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 450d73fda..197326bbd 100644 --- a/docs/config.md +++ b/docs/config.md @@ -203,6 +203,16 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i * `hide_post_stats`: Hide notices statistics(repeats, favorites, …) * `hide_user_stats`: Hide profile statistics(posts, posts per day, followers, followings, …) +## :assets + +This section configures assets to be used with various frontends. Currently the only option +relates to mascots on the mastodon frontend + +* `mascots`: KeywordList of mascots, each element __MUST__ contain both a `url` and a + `mime_type` key. +* `default_mascot`: An element from `mascots` - This will be used as the default mascot + on MastoFE (default: `:pleroma_fox_tan`) + ## :mrf_simple * `media_removal`: List of instances to remove medias from * `media_nsfw`: List of instances to put medias as NSFW(sensitive) from |