mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Adding missing requires for asset-mapper only feature
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user