summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2021-04-15 23:51:04 -0600
committerSean King <seanking2919@protonmail.com>2021-04-15 23:51:04 -0600
commitfa2e62078caeae415fcff7a1cc0503defd05c2de (patch)
tree97d55e789af6d506f2a3e9555e877b117de64c34 /docs
parent08694599aeb26b2204aa8d7783c30a09d35fa49d (diff)
Remove MastoFE configuration stuff
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 069421722..5c3313a2c 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -246,7 +246,7 @@ Notes:
### :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. You can find the documentation for `pleroma_fe` configuration into [Pleroma-FE configuration and customization for instance administrators](/frontend/CONFIGURATION/#options).
+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. 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/v1/pleroma/frontend_configurations`
@@ -257,10 +257,7 @@ config :pleroma, :frontend_configurations,
pleroma_fe: %{
theme: "pleroma-dark",
# ... see /priv/static/static/config.json for the available keys.
-},
- masto_fe: %{
- showInstanceSpecificPanel: true
- }
+}
```
These settings **need to be complete**, they will override the defaults.