custom_widgets.html.twig 206 B

123456
  1. {% block _text_id_widget %}
  2. <div id="container">
  3. {# TODO find a smarter way to render the parent type #}
  4. <input type="text" id="{{ id }}" value="{{ value }}" />
  5. </div>
  6. {% endblock _text_id_widget %}