vendor/store.shopware.com/rhiemextendedregistration/src/Resources/views/storefront/page/account/_page.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/_page.html.twig' %}
  2. {% block base_content %}
  3.     {{ parent() }}
  4.  {#register routes needed for JS-Plugin#}
  5.      {#TODO: in die base.html.twig übertragen, wenn diese erweitert werden kann #}
  6. <script>
  7.     window.rhiemExtendedRegistrationRouter = {
  8.         'frontend.account.group.edit.modal': '{{ path('frontend.account.group.edit.modal') }}'
  9.     };
  10. </script>
  11. {% endblock %}