custom/static-plugins/product-labels/src/Resources/views/storefront/component/product-label/badge-image.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product-label/badge.html.twig' %}
  2. {% block component_product_label_badge_content %}
  3.     {% set media = customLabel.media ? customLabel.media.url : customLabel.imgUrl %}
  4.     <img src="{{ media }}"  alt="{{ customLabel.name }}" />
  5. {% endblock %}