templates/areas/image/editables.html.twig line 1

Open in your IDE?
  1. {% block editables %}
  2.   {# image #}
  3.   {% if contentInclude is not defined %}
  4.     {% set image = pimcore_image('image', {
  5.       reload: true,
  6.       thumbnail: 'col-12'
  7.     }) %}
  8.   {% endif %}
  9.   {% block view %}
  10.   {% endblock %}
  11. {% endblock %}