vendor/shopware/storefront/Resources/views/storefront/component/feature.html.twig line 1

Open in your IDE?
  1. {% block component_head_feature %}
        <script>
            window.features = {{ getAllFeatures()|json_encode|raw }};
        </script>
    {% endblock %}