Skip to content

Instantly share code, notes, and snippets.

@Cyr69
Cyr69 / Customize_data-prototype_attribute.html.twig
Created August 26, 2013 14:09
Customize data-prototype attribute for embedded form collection in Symfony2
<!-- Customize data-prototype attribute for embedded form collection in Symfony2 -->
<!-- form.html.twig -->
<div class="parameters" data-prototype="{% filter escape %}{% include 'AcmeApplicationBundle:Application:field-prototype.html.twig' with {'form': form.parameters.get('prototype')} %}{% endfilter %}"></div>
<!-- field-prototype.html.twig -->
<div>
<!-- Customisez le rendu ici -->
<table>