mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
Move admin-pack recipe to admin-meta (#1061)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}API Platform Admin{% endblock %}
|
||||
|
||||
{% block body %}<div id="api-platform-admin"></div>{% endblock %}
|
||||
|
||||
{% block javascripts %}
|
||||
<script type="text/plain" id="api-entrypoint">{{ path('api_entrypoint') }}</script>
|
||||
{{ encore_entry_script_tags('admin') }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user