Skip to content

Commit

Permalink
Add prototype name value
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Oct 3, 2021
1 parent af698f9 commit a1bc82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/views/bootstrap_5_layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
('data-'~ controllerName ~ '-allow-delete-value'): allow_delete ? 'true' : 'false',
('data-'~ controllerName ~ '-allow-move-up-value'): allow_move_up ? 'true' : 'false',
('data-'~ controllerName ~ '-allow-move-down-value'): allow_move_down ? 'true' : 'false',
('data-'~ controllerName ~ '-prototype-name-value'): prototype_name ? '__name__',
}) %}

{{ block('form_row') }}
Expand Down

0 comments on commit a1bc82f

Please sign in to comment.