diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 22:22:47 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 22:22:47 +0000 |
commit | bdf188b2a68992e8e30379d75e367eadebb07e36 (patch) | |
tree | 35127d312a8e80765826d90f30c17bceba21d31f /docs/configuration | |
parent | 4fe2af3b2d6b0701de2ae88f9932e4b6039ced11 (diff) | |
parent | e4ab9a05ddc857298f2f0f36e06c2a874e1d6a6b (diff) | |
download | pleroma-bdf188b2a68992e8e30379d75e367eadebb07e36.tar.gz |
Merge branch 'docs/frontend_configuration' into 'develop'
cheatsheet.md: link to pleroma-fe docs for :frontend_configurations
See merge request pleroma/pleroma!1778
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 8f00915a3..b86799ecc 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -189,7 +189,7 @@ See the [Quack Github](https://github.com/azohra/quack) for more details ## :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` and `masto_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. You can find the documentation for `pleroma_fe` configuration into [Pleroma-FE configuration and customization for instance administrators](/frontend/CONFIGURATION/#options). Frontends can access these settings at `/api/pleroma/frontend_configurations` |