aboutsummaryrefslogtreecommitdiff
path: root/docs/CONFIGURATION.md
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-12-11 15:59:46 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-12-11 15:59:46 +0000
commit3cc6f80628233c8b67912af868062f34bd49655a (patch)
treeca5551f4de01729fcf62c20d551a45c64dfd2918 /docs/CONFIGURATION.md
parentabb6747f43f7b903c9ffb643a713e8720938d2af (diff)
parentfee3226705beb4b6eddb8e64f8c53b2651ca89fa (diff)
Merge branch 'hideSitename' into 'develop'
Hide instance url/link/text in header using hideSitename instance option See merge request pleroma/pleroma-fe!1018
Diffstat (limited to 'docs/CONFIGURATION.md')
-rw-r--r--docs/CONFIGURATION.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md
index 35363537..3a21828b 100644
--- a/docs/CONFIGURATION.md
+++ b/docs/CONFIGURATION.md
@@ -77,6 +77,9 @@ Use custom image for NSFW'd images
### `showFeaturesPanel`
Show panel showcasing instance features/settings to logged-out visitors
+### `hideSitename`
+Hide instance name in header
+
## Indirect configuration
Some features are configured depending on how backend is configured. In general the approach is "if backend allows it there's no need to hide it, if backend doesn't allow it there's no need to show it.