You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/asset_mapper.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -958,7 +958,7 @@ rendered by the ``{{ importmap() }}`` Twig function:
958
958
``framework.asset_mapper.config_reader_id``
959
959
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
960
960
961
-
Sometimes you may want to create your own config reader to load your importmap or use a custom one from a 3rd party package. You can do this by creating a service that implements ``ImportMapConfigReaderInterface`` and then setting the ``config_reader_id`` option:
961
+
Sometimes you may want to create your own config reader to load your importmap or use a custom one from a third party package. You can do this by creating a service that implements ``ImportMapConfigReaderInterface`` and then setting the ``config_reader_id`` option:
0 commit comments