Files
symfony-flex-recipes-contrib/sylius/wishlist-plugin/1.0/manifest.json
T

25 lines
668 B
JSON

{
"bundles": {
"Sylius\\WishlistPlugin\\SyliusWishlistPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"add-lines": [
{
"file": "assets/admin/entrypoint.js",
"content": "import '@vendor/sylius/wishlist-plugin/assets/admin/entrypoint';",
"position": "bottom",
"warn_if_missing": true
},
{
"file": "assets/shop/entrypoint.js",
"content": "import '@vendor/sylius/wishlist-plugin/assets/shop/entrypoint';",
"position": "bottom",
"warn_if_missing": true
}
]
}