corrected case for layoutBackgroundBlur parameter

This commit is contained in:
Nuno Coração
2022-11-06 19:09:18 +00:00
parent c3ee4b41be
commit 2f2b159cb7
4 changed files with 4 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
| `homepage.showMoreLinkDest` | '/posts' | The destination of the show more button. |
| `homepage.cardView` | `false` | Display recent articles as a gallery of cards. |
| `homepage.cardViewScreenWidth` | `false` | Enhance the width of the recent articles card gallery to take the full width available. |
| `homepage.layout_background_blur` | `false` | Makes the background image in the homepage layout blur with the scroll |
| `homepage.layoutBackgroundBlur` | `false` | Makes the background image in the homepage layout blur with the scroll |
| `article.showDate` | `true` | Whether or not article dates are displayed. |
| `article.showViews` | `false` | Whether or not article views are displayed. This requires firebase integrations to be enabled, look below. |
| `article.showLikes` | `false` | Whether or not article likes are displayed. This requires firebase integrations to be enabled, look below. |