diff options
author | kaniini <nenolod@gmail.com> | 2019-03-06 13:19:26 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-03-06 13:19:26 +0000 |
commit | 4cbaab2181e7dd5e471b78481997fa4ad049e192 (patch) | |
tree | 0aa6924e890f57bbad977516a3d17aadcc8f04a2 /docs | |
parent | 96901b6554b4932db018986e8745bc827fa0500b (diff) | |
parent | a283a1fcd026f33ecdd246fef6d035f95b2071a1 (diff) | |
download | pleroma-4cbaab2181e7dd5e471b78481997fa4ad049e192.tar.gz |
Merge branch 'features/masto_fe-config' into 'develop'
Add default config for masto_fe
See merge request pleroma/pleroma!906
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index d1bf2a6f4..465bc1d2b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -129,7 +129,7 @@ See: [logger’s documentation](https://hexdocs.pm/logger/Logger.html) and [ex_s ## :frontend_configurations -This can be used to configure a keyword list that keeps the configuration data for any kind of frontend. By default, settings for `pleroma_fe` are configured. +This can be used to configure a keyword list that keeps the configuration data for any kind of frontend. By default, settings for `pleroma_fe` and `masto_fe` are configured. Frontends can access these settings at `/api/pleroma/frontend_configurations` |