This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Bridge/Twig/Extension/custom_widgets.html.twig

6 lines
206 B
Twig
Raw Normal View History

{% block _text_id_widget %}
<div id="container">
{# TODO find a smarter way to render the parent type #}
<input type="text" id="{{ id }}" value="{{ value }}" />
</div>
{% endblock _text_id_widget %}