Skip to content
Snippets Groups Projects
Verified Commit 7db517ff authored by Haelwenn's avatar Haelwenn
Browse files

docs/config.md: Fix syntax, pleroma_fe isn’t an atom

parent aa492af6
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ 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: %{redirectRootNoLogin: "/main/all", ...}`
`config :pleroma, :frontend_configurations, pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
These settings need to be complete, they will override the defaults. See `priv/static/static/config.json` for the available keys.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment