diff options
author | kaniini <nenolod@gmail.com> | 2019-05-20 18:17:42 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-05-20 18:17:42 +0000 |
commit | 943d1b2f269eaa1fc29702fed45eb8a11164598b (patch) | |
tree | 987eb9e5a5c85796de422dce0335ddf3aede256f /docs/config.md | |
parent | 643b56347879698a60c206ffb6f4e1e70011c552 (diff) | |
parent | daeae8e2e7c506b72c66dea6ac790408f948ec16 (diff) | |
download | pleroma-943d1b2f269eaa1fc29702fed45eb8a11164598b.tar.gz |
Merge branch 'feature/user-configurable-mascot' into 'develop'
Feature: user configurable mascot
See merge request pleroma/pleroma!1177
Diffstat (limited to 'docs/config.md')
-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 |