mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Update Flex endpoint
This commit is contained in:
@@ -607,6 +607,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [1.0](sylius/invoicing-plugin/1.0) |
|
||||
| [sylius/mollie-plugin](https://packagist.org/packages/sylius/mollie-plugin) | [2.0](sylius/mollie-plugin/2.0) |
|
||||
| [sylius/paypal-plugin](https://packagist.org/packages/sylius/paypal-plugin) | [2.0](sylius/paypal-plugin/2.0) |
|
||||
| [sylius/product-bundle-plugin](https://packagist.org/packages/sylius/product-bundle-plugin) | [1.0](sylius/product-bundle-plugin/1.0) |
|
||||
| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [2.0](sylius/refund-plugin/2.0) |
|
||||
| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.12](sylius/resource-bundle/1.12) |
|
||||
| [sylius/twig-extra](https://packagist.org/packages/sylius/twig-extra) | [0.4](sylius/twig-extra/0.4) |
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/product-bundle-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\ProductBundlePlugin\\SyliusProductBundlePlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "assets/admin/entrypoint.js",
|
||||
"content": "import '@vendor/sylius/product-bundle-plugin/assets/admin/entrypoint';",
|
||||
"position": "bottom",
|
||||
"warn_if_missing": true
|
||||
},
|
||||
{
|
||||
"file": "assets/shop/entrypoint.js",
|
||||
"content": "import '@vendor/sylius/product-bundle-plugin/assets/shop/entrypoint';",
|
||||
"position": "bottom",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_product_bundle.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusProductBundlePlugin/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_product_bundle.yaml": {
|
||||
"contents": [
|
||||
"sylius_product_bundle:",
|
||||
" resource: \"@SyliusProductBundlePlugin/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "19437b51c393256f8eef86a59b8378f2ee284bf8"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1945,6 +1945,9 @@
|
||||
"1.7",
|
||||
"2.0"
|
||||
],
|
||||
"sylius/product-bundle-plugin": [
|
||||
"1.0"
|
||||
],
|
||||
"sylius/refund-plugin": [
|
||||
"0.4",
|
||||
"2.0"
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/product-bundle-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\ProductBundlePlugin\\SyliusProductBundlePlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "assets/admin/entrypoint.js",
|
||||
"content": "import '@vendor/sylius/product-bundle-plugin/assets/admin/entrypoint';",
|
||||
"position": "bottom",
|
||||
"warn_if_missing": true
|
||||
},
|
||||
{
|
||||
"file": "assets/shop/entrypoint.js",
|
||||
"content": "import '@vendor/sylius/product-bundle-plugin/assets/shop/entrypoint';",
|
||||
"position": "bottom",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_product_bundle.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusProductBundlePlugin/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_product_bundle.yaml": {
|
||||
"contents": [
|
||||
"sylius_product_bundle:",
|
||||
" resource: \"@SyliusProductBundlePlugin/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "19437b51c393256f8eef86a59b8378f2ee284bf8"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user