From 3c0e6a4bfd8a5a27edc9d9c2136b5d8edf2f9991 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 3 Jun 2026 10:42:24 +0000 Subject: [PATCH] Create Flex endpoint --- flux-se.sylius-stripe-plugin.1.0.json | 41 +++++++++++++++++++++++++++ index.json | 20 +++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 flux-se.sylius-stripe-plugin.1.0.json create mode 100644 index.json 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" + } +}