Skip to content

Commit abae5b0

Browse files
authored
Add recipe for sylius/wishlist-plugin (#1800)
1 parent 2d8cc35 commit abae5b0

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- { resource: "@SyliusWishlistPlugin/config/config.yaml" }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sylius_wishlist_shop:
2+
resource: "@SyliusWishlistPlugin/config/routes.yaml"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"bundles": {
3+
"Sylius\\WishlistPlugin\\SyliusWishlistPlugin": [
4+
"all"
5+
]
6+
},
7+
"copy-from-recipe": {
8+
"config/": "%CONFIG_DIR%/"
9+
},
10+
"add-lines": [
11+
{
12+
"file": "assets/admin/entrypoint.js",
13+
"content": "import '@vendor/sylius/wishlist-plugin/assets/admin/entrypoint';",
14+
"position": "bottom",
15+
"warn_if_missing": true
16+
},
17+
{
18+
"file": "assets/shop/entrypoint.js",
19+
"content": "import '@vendor/sylius/wishlist-plugin/assets/shop/entrypoint';",
20+
"position": "bottom",
21+
"warn_if_missing": true
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)