vendor/crehler/tools/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% set crehlerToolsOptions = {
  3.     webp: config('CrehlerTools.config.hasWebp'),
  4.     avif: config('CrehlerTools.config.hasAvif')
  5. } %}
  6. {% block base_script_hmr_mode %}
  7.     {{ parent() }}
  8.     <template data-supports-detector data-supports-detector-plugin-options='{{ crehlerToolsOptions|json_encode }}'></template>
  9. {% endblock %}