You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
498B

  1. {% extends app.request.query.get('action') == 'edit' ? '@LcShop/backend/default/edit.html.twig' : '@LcShop/backend/default/new.html.twig' %}
  2. {% block entity_form %}
  3. {% include '@LcShop/backend/merchant/form.html.twig' %}
  4. {% endblock entity_form %}
  5. {% block script_javascript %}
  6. {{ parent() }}
  7. {% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
  8. <script src="{{ asset('bundles/lcshop/js/backend/script/merchant/vuejs-merchant.js') }}"></script>
  9. {% endblock %}