Move recipes from metas to packs (#1093)

This commit is contained in:
Nicolas Grekas
2022-06-03 15:32:27 +02:00
committed by GitHub
parent 529ef346a0
commit ff88520758
12 changed files with 17 additions and 23 deletions
@@ -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 %}