From 52885edbbf939129b4324ae3a4d5be00b124b4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 12 Nov 2018 11:07:33 -0500 Subject: [PATCH] Crazily add the container class to all (form) containers) --- agaric/templates/container.html.twig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/agaric/templates/container.html.twig b/agaric/templates/container.html.twig index ec1b750..60a8fe7 100644 --- a/agaric/templates/container.html.twig +++ b/agaric/templates/container.html.twig @@ -1,3 +1,4 @@ {% extends "@stable/form/container.html.twig" %} - -{% set attributes = attributes.addClass("field") %} +{# 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"]) %}