From f0e09aac9cfbaaeb44ceb36941b1b1e743771bc6 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 4 Jun 2025 10:04:50 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...37b51c393256f8eef86a59b8378f2ee284bf8.json | 49 +++++++++++++++++++ index.json | 3 ++ sylius.product-bundle-plugin.1.0.json | 49 +++++++++++++++++++ 4 files changed, 102 insertions(+) create mode 100644 archived/sylius.product-bundle-plugin/19437b51c393256f8eef86a59b8378f2ee284bf8.json create mode 100644 sylius.product-bundle-plugin.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 9632ff73..adf3a4bb 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/sylius.product-bundle-plugin/19437b51c393256f8eef86a59b8378f2ee284bf8.json b/archived/sylius.product-bundle-plugin/19437b51c393256f8eef86a59b8378f2ee284bf8.json new file mode 100644 index 00000000..b7479831 --- /dev/null +++ b/archived/sylius.product-bundle-plugin/19437b51c393256f8eef86a59b8378f2ee284bf8.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 6d866a66..fb635812 100644 --- a/index.json +++ b/index.json @@ -1945,6 +1945,9 @@ "1.7", "2.0" ], + "sylius/product-bundle-plugin": [ + "1.0" + ], "sylius/refund-plugin": [ "0.4", "2.0" diff --git a/sylius.product-bundle-plugin.1.0.json b/sylius.product-bundle-plugin.1.0.json new file mode 100644 index 00000000..b7479831 --- /dev/null +++ b/sylius.product-bundle-plugin.1.0.json @@ -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" + } + } +}