mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
Add a recipe for API Platform Admin
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% 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