Indent importmap block (#1295)

This commit is contained in:
Nicolas Grekas
2024-02-21 09:37:55 +01:00
committed by GitHub
parent a9a2bc1578
commit dc5565b82b
+1 -1
View File
@@ -15,7 +15,7 @@
"add-lines": [
{
"file": "templates/base.html.twig",
"content": "{% block importmap %}{{ importmap('app') }}{% endblock %}",
"content": " {% block importmap %}{{ importmap('app') }}{% endblock %}",
"position": "after_target",
"target": "{% block javascripts %}",
"warn_if_missing": true