Skip to content

Commit

Permalink
format twig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bozatko committed Nov 4, 2024
1 parent 1366c35 commit bcf1fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
}) }}
Expand Down

0 comments on commit bcf1fab

Please sign in to comment.