Skip to content

Commit

Permalink
[ENH] add prototype name attribut
Browse files Browse the repository at this point in the history
  • Loading branch information
n3o77 committed Jul 26, 2023
1 parent 38a4ded commit fe150f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/views/_collection.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
data-allow-add="{{ data.vars.allow_add|json_encode }}"
data-allow-delete="{{ data.vars.allow_delete|json_encode }}"
data-prototype="{% apply escape('html_attr')|spaceless %}{% include rowTemplate with {'data': data.vars.prototype} %}{% endapply %}"
data-prototype-name="{{ data.vars.prototype.vars.name }}"
data-add-btn-sel="{{ addBtnSel }}"
data-delete-btn-sel="{{ deleteBtnSel }}"
>
Expand Down

0 comments on commit fe150f2

Please sign in to comment.