Adding missing requires for asset-mapper only feature

This commit is contained in:
Ryan Weaver
2023-05-28 20:35:14 -04:00
parent c006df73c6
commit 11c156d2b4
+2 -1
View File
@@ -40,7 +40,8 @@
"content": " {{ ux_controller_link_tags() }}",
"position": "after_target",
"target": "{% block stylesheets %}",
"warn_if_missing": true
"warn_if_missing": true,
"requires": "symfony/asset-mapper"
}
]
}