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

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