diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-10-04 00:10:28 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-10-04 00:10:28 +0200 |
commit | e4ab9a05ddc857298f2f0f36e06c2a874e1d6a6b (patch) | |
tree | 35127d312a8e80765826d90f30c17bceba21d31f /docs/configuration | |
parent | 4fe2af3b2d6b0701de2ae88f9932e4b6039ced11 (diff) | |
download | pleroma-e4ab9a05ddc857298f2f0f36e06c2a874e1d6a6b.tar.gz |
cheatsheet.md: link to pleroma-fe docs for :frontend_configurations
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` |