custom/plugins/DreiwmBrandstetterPlugin/src/Resources/views/storefront/layout/scroll-up.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/layout/scroll-up.html.twig" %}
  2. {# Aria-label hinzugefügt BFSG #}
  3. {% block layout_scroll_up_button %}
  4.     <div class="scroll-up-button js-scroll-up-button">
  5.         <button type="submit"
  6.                 class="btn btn-primary"
  7.                 aria-label="scroll-up">
  8.             {% block layout_scroll_up_button_icon %}
  9.                 {% sw_icon 'arrow-up' style { 'size': 'sm' } %}
  10.             {% endblock %}
  11.         </button>
  12.     </div>
  13. {% endblock %}