mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
* Add recipe for sylius/product-bundle-plugin * Change routes import
25 lines
690 B
JSON
25 lines
690 B
JSON
{
|
|
"bundles": {
|
|
"Sylius\\ProductBundlePlugin\\SyliusProductBundlePlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"add-lines": [
|
|
{
|
|
"file": "assets/admin/entrypoint.js",
|
|
"content": "import '@vendor/sylius/product-bundle-plugin/assets/admin/entrypoint';",
|
|
"position": "bottom",
|
|
"warn_if_missing": true
|
|
},
|
|
{
|
|
"file": "assets/shop/entrypoint.js",
|
|
"content": "import '@vendor/sylius/product-bundle-plugin/assets/shop/entrypoint';",
|
|
"position": "bottom",
|
|
"warn_if_missing": true
|
|
}
|
|
]
|
|
}
|