mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipe for sylius/wishlist-plugin (#1800)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
imports:
|
||||
- { resource: "@SyliusWishlistPlugin/config/config.yaml" }
|
||||
@@ -0,0 +1,2 @@
|
||||
sylius_wishlist_shop:
|
||||
resource: "@SyliusWishlistPlugin/config/routes.yaml"
|
||||
24
sylius/wishlist-plugin/1.0/manifest.json
Normal file
24
sylius/wishlist-plugin/1.0/manifest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user