Skip to content

Commit

Permalink
Mention bad group keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger committed Sep 23, 2023
1 parent e259e9e commit 4535e58
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@ columns {

## Known issues

### No active tab in New Content Element wizard

Make sure that none of the group keys is containing an underscore:

```
mod.wizards.newContentElement.wizardItems.my_mask_elements {
header = My mask elements
show = my_mask_element_1, my_mask_element_2
...
}
```

Change `my_mask_elements` to e.g. `my-mask-elements` to solve this.

### TypeError
*count(): Argument #1 ($value) must be of type Countable|array, null given*

Expand Down

0 comments on commit 4535e58

Please sign in to comment.