Create Flex endpoint

This commit is contained in:
github-action[bot]
2026-06-03 10:43:54 +00:00
commit 4ed090b21c
2 changed files with 69 additions and 0 deletions
+49
View File
@@ -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"
}
}
}
+20
View File
@@ -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"
}
}