Crazily add the container class to all (form) containers)
This commit is contained in:
parent
37215f014f
commit
52885edbbf
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
{% extends "@stable/form/container.html.twig" %}
|
{% extends "@stable/form/container.html.twig" %}
|
||||||
|
{# TODO this should never be both at once, so a huge TODO is to add template
|
||||||
{% set attributes = attributes.addClass("field") %}
|
suggestions for the container template. Right now there are *none* #}
|
||||||
|
{% set attributes = attributes.addClass(["field", "container"]) %}
|
||||||
|
|
Loading…
Reference in a new issue