projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97694eb
)
docs/config.md: Fix typo, provide an example key with camelCase and where to find...
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Wed, 30 Jan 2019 10:33:06 +0000
(11:33 +0100)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Wed, 30 Jan 2019 10:33:39 +0000
(11:33 +0100)
[ci skip]
docs/config.md
patch
|
blob
|
history
diff --git
a/docs/config.md
b/docs/config.md
index 8740c3fae81f267bf4078c9e8f1dadec186eceb5..5799f003e4f108d2cc1e9d7c9f970b358d3a924e 100644
(file)
--- 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 over
ide the default
s.
+These settings need to be complete, they will over
ride the defaults. See `priv/static/static/config.json` for the available key
s.
## :fe
__THIS IS DEPRECATED__