mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -610,6 +610,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sylius/twig-extra](https://packagist.org/packages/sylius/twig-extra) | [0.4](sylius/twig-extra/0.4) |
|
||||
| [sylius/twig-hooks](https://packagist.org/packages/sylius/twig-hooks) | [0.4](sylius/twig-hooks/0.4) |
|
||||
| [sylius/ui-translations](https://packagist.org/packages/sylius/ui-translations) | [0.4](sylius/ui-translations/0.4) |
|
||||
| [sylius/wishlist-plugin](https://packagist.org/packages/sylius/wishlist-plugin) | [1.0](sylius/wishlist-plugin/1.0) |
|
||||
| [symandy/makefile-maker-bundle](https://packagist.org/packages/symandy/makefile-maker-bundle) | [0.5](symandy/makefile-maker-bundle/0.5) |
|
||||
| [symfony-bundles/kafka-bundle](https://packagist.org/packages/symfony-bundles/kafka-bundle) | [1.0](symfony-bundles/kafka-bundle/1.0) |
|
||||
| [symfony-bundles/redis-bundle](https://packagist.org/packages/symfony-bundles/redis-bundle) | [2.0](symfony-bundles/redis-bundle/2.0) |
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
"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": "1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1957,6 +1957,9 @@
|
||||
"sylius/ui-translations": [
|
||||
"0.4"
|
||||
],
|
||||
"sylius/wishlist-plugin": [
|
||||
"1.0"
|
||||
],
|
||||
"symandy/makefile-maker-bundle": [
|
||||
"0.5"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
"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": "1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user