{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% set crehlerToolsOptions = {
webp: config('CrehlerTools.config.hasWebp'),
avif: config('CrehlerTools.config.hasAvif')
} %}
{% block base_script_hmr_mode %}
{{ parent() }}
<template data-supports-detector data-supports-detector-plugin-options='{{ crehlerToolsOptions|json_encode }}'></template>
{% endblock %}