custom/static-plugins/EfbStorefront/Resources/views/storefront/element/cms-element-product-slider.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/element/cms-element-product-slider.html.twig' %}
  2. {% block element_product_slider_controls_items_prev_icon %}
  3.     {% sw_icon 'chevron-left-s' style {'namespace': 'EfbStorefront'} %}
  4. {% endblock %}
  5. {% block element_product_slider_controls_items_next_icon %}
  6.     {% sw_icon 'chevron-right-s' style {'namespace': 'EfbStorefront'} %}
  7. {% endblock %}