In the current version, the suggestion for form-element--form-id--[form-id].html.twig does not work.
There is a typo in the theme sugestion for label element.
When I change the line (33) $suggestions[] = 'form_element_label__form-id__' . $variables['element']['#form_id']; to $suggestions[] = 'form_element_label__form_id__' . $variables['element']['#form_id']; it works.
I have included a patch to fix the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2892560-1.patch | 825 bytes | martijn de wit |
Comments
Comment #2
martijn de witComment #3
tommychrisThe patch is working like a charm, please commit it!