aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-01-31 16:28:40 +0000
committerkaniini <nenolod@gmail.com>2019-01-31 16:28:40 +0000
commitdea33f4aecfe55e980c2839b686f84244a49c5ed (patch)
treec6055cd0bf6946f1f1a76b3757ffce9ab6011099 /docs
parentfb9730010e794a7f80c94b4320fd0591f2e7c93c (diff)
parenta0dc95d0849fecdc2251efade18435e98f16f682 (diff)
downloadpleroma-dea33f4aecfe55e980c2839b686f84244a49c5ed.tar.gz
Merge branch 'develop' into 'develop'
Clarify the description of the `logo_mask` configuration key. See merge request pleroma/pleroma!747
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index 902c1e188..22a9b23f9 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.