Skip to content

Commit bbbe17c

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Adding `{% block importmap %}` in v6.4
2 parents 9a39b92 + f1b85ce commit bbbe17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It also *updated* the ``templates/base.html.twig`` file:
4444
.. code-block:: diff
4545
4646
{% block javascripts %}
47-
+ {{ importmap('app') }}
47+
+ {% block importmap %}{{ importmap('app') }}{% endblock %}
4848
{% endblock %}
4949
5050
If you're not using Flex, you'll need to create & update these files manually. See

0 commit comments

Comments
 (0)