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

docs/config.md: Fix typo, provide an example key with camelCase and where to find more

See merge request pleroma/pleroma!737
This commit is contained in:
kaniini 2019-01-30 10:38:41 +00:00
commit cfda532d16
1 changed files with 2 additions and 2 deletions

View File

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