Fix Home View Options documentation (#80)

The code for hiding sections in the home view is case sensitive, so none of the options in the README worked.
Also, the option for the areas title was missing an 's'.
This commit is contained in:
Johan Frick
2023-10-29 23:45:03 +01:00
committed by GitHub
parent 0a0819f7d2
commit ccf10f716c

View File

@@ -355,11 +355,11 @@ Home View options will let you configure the Home View.
#### hidden
The following elements are supported:
* Chips
* Persons
* Greeting
* AreaTitle
* Areas
* chips
* persons
* greeting
* areasTitle
* areas
#### Example
@@ -369,8 +369,8 @@ strategy:
options:
homeView:
hidden:
- Greeting
- AreaTitle
- greeting
- areasTitle
views: []
```