From bcf1fab9c69603267483cab37839550b889eba6f Mon Sep 17 00:00:00 2001 From: Aleksandra Bozek Date: Mon, 4 Nov 2024 16:09:20 +0100 Subject: [PATCH] format twig fix --- .../Resources/views/themes/admin/content_type/create.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/views/themes/admin/content_type/create.html.twig b/src/bundle/Resources/views/themes/admin/content_type/create.html.twig index 566398ba12..1ef52806a5 100644 --- a/src/bundle/Resources/views/themes/admin/content_type/create.html.twig +++ b/src/bundle/Resources/views/themes/admin/content_type/create.html.twig @@ -51,7 +51,7 @@ {% block left_column %} {% set form_field_options = { row_attr: { class: 'ibexa-form-field' } } %} - {{ form_row(form.name, { + {{ form_row(form.name, { row_attr: { class: 'ibexa-form-field' }, attr: { 'data-autogenerate-identifier-target-selector': '.ibexa-edit-content-type-identifier' }, }) }}