π¨π²Cameroon stephane888
stephane888 β created an issue.
π¨π²Cameroon stephane888
No, sorry, this version is not yet compatible with drupal 11
π¨π²Cameroon stephane888
Thanks Vselivanov,
Path #12 works on Drupal 10.2.4
π¨π²Cameroon stephane888
stephane888 β made their first commit to this issueβs fork.
π¨π²Cameroon stephane888
I suggest using filter,
{% for key, item in form.items if key|first != '#' %} => {% for key, item in form.items|filter((item, key) => key|first != '#') %}
π¨π²Cameroon stephane888
okay, I watch this