We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e259e9e commit 4535e58Copy full SHA for 4535e58
README.md
@@ -130,6 +130,20 @@ columns {
130
131
## Known issues
132
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
147
### TypeError
148
*count(): Argument #1 ($value) must be of type Countable|array, null given*
149
0 commit comments