aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice <tissevert+devel@marvid.fr>2019-01-31 13:14:22 +0000
committerAlice <tissevert+devel@marvid.fr>2019-01-31 13:14:22 +0000
commita0dc95d0849fecdc2251efade18435e98f16f682 (patch)
tree8eb9afc52f4932253c5f9c36d6ec9069f5525586
parentbd89cdbe318ce12e0273163a51f2907e6e763be6 (diff)
downloadpleroma-a0dc95d0849fecdc2251efade18435e98f16f682.tar.gz
Clarify the description of the `logo_mask` configuration key.
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index 4f4a4378c..1d76f9ce4 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -123,7 +123,7 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i
* `theme`: Which theme to use, they are defined in ``styles.json``
* `logo`: URL of the logo, defaults to Pleroma’s logo
-* `logo_mask`: Whenether to mask the logo
+* `logo_mask`: Whether to use only the logo's shape as a mask (true) or as a regular image (false)
* `logo_margin`: What margin to use around the logo
* `background`: URL of the background, unless viewing a user profile with a background that is set
* `redirect_root_no_login`: relative URL which indicates where to redirect when a user isn’t logged in.