custom/plugins/WbfkExtensions/src/Resources/views/storefront/layout/header/search.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/search.html.twig' %}
  2. {% block layout_header_search_input %}
  3.     <input type="search"
  4.            name="search"
  5.            class="form-control header-search-input"
  6.            autocomplete="off"
  7.            autocapitalize="off"
  8.            placeholder="{{ "header.searchPlaceholder"|trans|striptags }}"
  9.            aria-label="{{ "header.searchPlaceholder"|trans|striptags }}"
  10.            value="{{ page.searchTerm }}"
  11.            data-search-price="{{ doofinderAttributes(context) }}"
  12.     >
  13. {% endblock %}