Skip to content

Commit 4535e58

Browse files
committed
Mention bad group keys
Related: #123
1 parent e259e9e commit 4535e58

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,20 @@ columns {
130130

131131
## Known issues
132132

133+
### No active tab in New Content Element wizard
134+
135+
Make sure that none of the group keys is containing an underscore:
136+
137+
```
138+
mod.wizards.newContentElement.wizardItems.my_mask_elements {
139+
header = My mask elements
140+
show = my_mask_element_1, my_mask_element_2
141+
...
142+
}
143+
```
144+
145+
Change `my_mask_elements` to e.g. `my-mask-elements` to solve this.
146+
133147
### TypeError
134148
*count(): Argument #1 ($value) must be of type Countable|array, null given*
135149

0 commit comments

Comments
 (0)