One thing I noticed is that the field set for field group layouts gets the class name 'field-group-default', but I think it should instead have the class name 'field-group-layout'
I think it comes from this line, maybe the ID for the layout field groups have not been set properly?
https://git.drupalcode.org/project/field_group/-/blob/8.x-3.x/src/FieldGroupFormatterBase.php?ref_type=heads#L177
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | field_group_layout-wrong_class_names-3390765-3.patch | 3.6 KB | valentine94 |
Comments
Comment #2
matsbla commentedComment #3
valentine94Here is a patch that fixes missing group classes
Comment #5
matsbla commentedGreat!