File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
sylius/wishlist-plugin/1.0 Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ imports :
2
+ - { resource: "@SyliusWishlistPlugin/config/config.yaml" }
Original file line number Diff line number Diff line change
1
+ sylius_wishlist_shop :
2
+ resource : " @SyliusWishlistPlugin/config/routes.yaml"
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments