forked from AkkomaGang/akkoma
docs/config.md: Fix typo, provide an example key with camelCase and where to find more
[ci skip]
This commit is contained in:
parent
97694eb451
commit
aa492af6c2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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
|
## :fe
|
||||||
__THIS IS DEPRECATED__
|
__THIS IS DEPRECATED__
|
||||||
|
|
Loading…
Reference in a new issue