mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
Indent importmap block (#1295)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user