custom/plugins/UandiEfbConfigurableProduct/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_router` instead #}
  3. {% block base_script_router %}
  4.     {{ parent() }}
  5.     {# Register all routes that will be needed in JavaScript to the window.router object #}
  6.     <script>
  7.         window.router['frontend.configurator.link'] = '{{ path('frontend.configurator.link', {type: 'type'}) }}';
  8.     </script>
  9. {% endblock %}