forked from DigiLive/mushroom-strategy
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:
14
README.md
14
README.md
@@ -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: []
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user