commit 3c0e6a4bfd8a5a27edc9d9c2136b5d8edf2f9991 Author: github-action[bot] <> Date: Wed Jun 3 10:42:24 2026 +0000 Create Flex endpoint diff --git a/flux-se.sylius-stripe-plugin.1.0.json b/flux-se.sylius-stripe-plugin.1.0.json new file mode 100644 index 00000000..6a49197e --- /dev/null +++ b/flux-se.sylius-stripe-plugin.1.0.json @@ -0,0 +1,41 @@ +{ + "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 + } + }, + "ref": "2dd2498b504978c9ade500bc07f9603bc023af9d" + } + } +} diff --git a/index.json b/index.json new file mode 100644 index 00000000..afa74a34 --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "flux-se/sylius-stripe-plugin": [ + "1.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-1986/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1986/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +}