logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: cfda532d16909fcb0fe65d4ab8faf19029b6f96c
parent: 97694eb4512da86440e87ce201a631494af6ea6c
Author: kaniini <nenolod@gmail.com>
Date:   Wed, 30 Jan 2019 10:38:41 +0000

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

Diffstat:

Mdocs/config.md4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/config.md b/docs/config.md @@ -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__