File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -173,12 +173,10 @@ Custom Attributes on script and link Tags
173
173
Custom attributes can be added to rendered ``script `` or ``link `` in 3
174
174
different ways:
175
175
176
- 1 . Via global config (``script_attributes `` and ``link_attributes ``) - see the
176
+ # . Via global config (``script_attributes `` and ``link_attributes ``) - see the
177
177
config example above.
178
-
179
- 1. When rendering in Twig - see the ``attributes `` option in the docs above.
180
-
181
- 1. By listening to the ``Symfony\WebpackEncoreBundle\Event\RenderAssetTagEvent ``
178
+ #. When rendering in Twig - see the ``attributes `` option in the docs above.
179
+ #. By listening to the ``Symfony\WebpackEncoreBundle\Event\RenderAssetTagEvent ``
182
180
event. For example::
183
181
184
182
namespace App\EventSubscriber;
You can’t perform that action at this time.
0 commit comments