{% block image_select_widget %}
{{ value|file_html(200)|raw }}
{{ include( '@IGACoreBundle/DHTML/modal.popup.html.twig', { 'modalId': attr.entity_var|id_string, 'modalAction': 'Select/ Upload Image'|phrase, 'modalTitle': 'Choose an image'|phrase, 'modalBody': '
' ~ 'Loading'|phrase ~ '...
', 'userLanguage': userLanguage } ) }} {{ 'Remove Image' }} {{ 'Rotate Image' }}
{% if attr.auto_update is not defined %} {% set auto_update = 1 %} {% else %} {% set auto_update = attr.auto_update %} {% endif %} {% if attr.entity_name_field is not defined %} {% set entity_name_field = 'content_title' %} {% else %} {% set entity_name_field = attr.entity_name_field %} {% endif %} {% endblock %} {% block categories_select_widget %}
{% endblock %}