docs/config.md: Fix typo, provide an example key with camelCase and where to find...
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 30 Jan 2019 10:33:06 +0000 (11:33 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 30 Jan 2019 10:33:39 +0000 (11:33 +0100)
[ci skip]

docs/config.md

index 8740c3fae81f267bf4078c9e8f1dadec186eceb5..5799f003e4f108d2cc1e9d7c9f970b358d3a924e 100644 (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__