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.

9 lines
314B

  1. {# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #}
  2. {# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #}
  3. {% extends '@EasyAdmin/crud/edit.html.twig' %}
  4. {% block body_javascript %}
  5. {{ parent() }}
  6. {% include '@Sov/crud/filemanager/file-manager-modal.html.twig' %}
  7. {% endblock %}