mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/wishlist-plugin": {
|
||||
"manifest": {
|
||||
"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
|
||||
}
|
||||
],
|
||||
"post-install-output": [
|
||||
"* Run: bin/console assets:install public && yarn install && yarn encore dev",
|
||||
"* Run: bin/console doctrine:migrations:migrate",
|
||||
"* Run: bin/console cache:clear",
|
||||
"* Using async Messenger? Wishlist commands must run synchronously:",
|
||||
" https://docs.sylius.com/wishlist-plugin/configuration/configuring-messenger"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_wishlist.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusWishlistPlugin/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_wishlist.yaml": {
|
||||
"contents": [
|
||||
"sylius_wishlist_shop:",
|
||||
" resource: \"@SyliusWishlistPlugin/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "3971d84f4e83dbdf714806c5bf60d2471151eeab"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,6 +23,13 @@
|
||||
"position": "bottom",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
],
|
||||
"post-install-output": [
|
||||
"* Run: bin/console assets:install public && yarn install && yarn encore dev",
|
||||
"* Run: bin/console doctrine:migrations:migrate",
|
||||
"* Run: bin/console cache:clear",
|
||||
"* Using async Messenger? Wishlist commands must run synchronously:",
|
||||
" https://docs.sylius.com/wishlist-plugin/configuration/configuring-messenger"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
@@ -43,7 +50,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75"
|
||||
"ref": "3971d84f4e83dbdf714806c5bf60d2471151eeab"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user