diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-01-30 11:33:06 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-01-30 11:33:39 +0100 |
commit | aa492af6c26fb7505d36c80f9ff2fac6d7c38b61 (patch) | |
tree | ee00afd359dcba0b4728968ceede0b1f09e80950 /docs/config.md | |
parent | 97694eb4512da86440e87ce201a631494af6ea6c (diff) | |
download | pleroma-aa492af6c26fb7505d36c80f9ff2fac6d7c38b61.tar.gz |
docs/config.md: Fix typo, provide an example key with camelCase and where to find more
[ci skip]
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.md b/docs/config.md index 8740c3fae..5799f003e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -110,9 +110,9 @@ Frontends can access these settings at `/api/pleroma/frontend_configurations` To add your own configuration for PleromaFE, use it like this: -`config :pleroma, :frontend_configurations, :pleroma_fe, %{theme: "my-theme", ...}` +`config :pleroma, :frontend_configurations, :pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}` -These settings need to be complete, they will overide the defaults. +These settings need to be complete, they will override the defaults. See `priv/static/static/config.json` for the available keys. ## :fe __THIS IS DEPRECATED__ |