From f2743805154cf9e359bc29124dfa6c8b3f0f58db Mon Sep 17 00:00:00 2001 From: Niranjan Reddy Panem Date: Mon, 9 Jun 2025 09:52:09 +0000 Subject: [PATCH] Updated the twig file for attributes to item.attributes --- core/modules/system/templates/field.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/templates/field.html.twig b/core/modules/system/templates/field.html.twig index 1497678b50ad..295712f34421 100644 --- a/core/modules/system/templates/field.html.twig +++ b/core/modules/system/templates/field.html.twig @@ -53,7 +53,7 @@ {% else %} {% for item in items %} - {{ item.content }} + {{ item.content }} {% endfor %} {% endif %} {% else %} -- GitLab