move existing container template out of way, but also somehow more in the right spot

This commit is contained in:
benjamin melançon 2018-11-20 10:37:40 -05:00
parent 9f24ccbf08
commit e1f2d23c93

View file

@ -0,0 +1,4 @@
{% extends "@stable/form/container.html.twig" %}
{# TODO this should never be both at once, so a huge TODO is to add template
suggestions for the container template. Right now there are *none* #}
{% set attributes = attributes.addClass(["field", "container"]) %}