We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b676bc3 + 1867345 commit 19bd38dCopy full SHA for 19bd38d
frontend/asset_mapper.rst
@@ -1047,8 +1047,8 @@ both ``app`` and ``checkout``:
1047
1048
{# templates/products/checkout.html.twig #}
1049
{#
1050
- Override an "importmap" block in base.html.twig.
1051
- If you don't have this, add it around the {{ importmap('app') }} call.
+ Override an "importmap" block from base.html.twig.
+ If you don't have that block, add it around the {{ importmap('app') }} call.
1052
#}
1053
{% block importmap %}
1054
{# do NOT call parent() #}
0 commit comments