Merge branch 'docs/fix-frontend_config' into 'develop'

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

See merge request pleroma/pleroma!738
This commit is contained in:
Haelwenn 2019-01-30 10:56:53 +00:00
commit aa98a100b4
1 changed files with 1 additions and 1 deletions

View File

@ -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.