aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-05-20 17:26:04 +0000
committerfeld <feld@feld.me>2020-05-20 17:26:04 +0000
commit24901ed98feda355e466323264d5113c418cf61f (patch)
tree721d0832fa333a3cf9e02a685d509f2b708c77c8
parenta8e9c05f09926f1dde09174752c71c6d5822b6f4 (diff)
parent4aaa3f87d8ed375d3ec20ad6d9867357f0e6a95c (diff)
Merge branch 'chore/update-docs' into 'develop'
Document the sidebarRight feature See merge request pleroma/pleroma-fe!1117
-rw-r--r--docs/CONFIGURATION.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md
index 39a2840d..14b0428f 100644
--- a/docs/CONFIGURATION.md
+++ b/docs/CONFIGURATION.md
@@ -73,6 +73,9 @@ These two settings should point to where FE should redirect visitor when they lo
### `scopeCopy`
Copy post scope (visibility) when replying to a post. Instance-default.
+### `sidebarRight`
+Change alignment of sidebar and panels to the right. Defaults to `false`.
+
### `showFeaturesPanel`
Show panel showcasing instance features/settings to logged-out visitors