From 4ed090b21c42b29eb1387f25e9ef4cee99afe8cf Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 3 Jun 2026 10:43:54 +0000 Subject: [PATCH] Create Flex endpoint --- flux-se.sylius-stripe-plugin.2.0.json | 49 +++++++++++++++++++++++++++ index.json | 20 +++++++++++ 2 files changed, 69 insertions(+) create mode 100644 flux-se.sylius-stripe-plugin.2.0.json create mode 100644 index.json diff --git a/flux-se.sylius-stripe-plugin.2.0.json b/flux-se.sylius-stripe-plugin.2.0.json new file mode 100644 index 00000000..f2cb01c6 --- /dev/null +++ b/flux-se.sylius-stripe-plugin.2.0.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "flux-se/sylius-stripe-plugin": { + "manifest": { + "bundles": { + "FluxSE\\SyliusStripePlugin\\FluxSESyliusStripePlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "assets/admin/entrypoint.js", + "content": "import '../../vendor/flux-se/sylius-stripe-plugin/assets/admin/entrypoint';", + "position": "bottom", + "warn_if_missing": true + }, + { + "file": "assets/shop/entrypoint.js", + "content": "import '../../vendor/flux-se/sylius-stripe-plugin/assets/shop/entrypoint';", + "position": "bottom", + "warn_if_missing": true + } + ] + }, + "files": { + "config/packages/sylius_stripe.yaml": { + "contents": [ + "imports:", + " - { resource: \"@FluxSESyliusStripePlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_stripe.yaml": { + "contents": [ + "sylius_stripe_shop_express_checkout:", + " resource: \"@FluxSESyliusStripePlugin/config/routes/shop_express_checkout.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "143bd4a3ffc977255dbdf24352526a6d3c341a76" + } + } +} diff --git a/index.json b/index.json new file mode 100644 index 00000000..bf9db685 --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "flux-se/sylius-stripe-plugin": [ + "2.0" + ] + }, + "recipe-conflicts": [], + "versions": [], + "branch": "main", + "is_contrib": true, + "_links": { + "repository": "github.com/symfony/recipes-contrib", + "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", + "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1992/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1992/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +}