Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-06-07 09:03:29 +00:00
parent 74bf77cea6
commit a789bb4e04
2 changed files with 41 additions and 2 deletions
@@ -0,0 +1,40 @@
{
"manifests": {
"bitbag/product-bundle-plugin": {
"manifest": {
"bundles": {
"BitBag\\SyliusProductBundlePlugin\\BitBagSyliusProductBundlePlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).",
" We guarantee that we answer as soon as we can!"
]
},
"files": {
"config/packages/bitbag_product_bundle_plugin.yaml": {
"contents": [
"imports:",
" - { resource: \"@BitBagSyliusProductBundlePlugin/Resources/config/config.yml\" }",
"",
""
],
"executable": false
},
"config/routes/bitbag_product_bundle_plugin.yaml": {
"contents": [
"bitbag_sylius_product_bundle_plugin:",
" resource: \"@BitBagSyliusProductBundlePlugin/Resources/config/routing.yml\"",
""
],
"executable": false
}
},
"ref": "07e79a3a3e235e8f7f4685c21ec9b814c8d36872"
}
}
}
+1 -2
View File
@@ -29,13 +29,12 @@
"contents": [
"bitbag_sylius_product_bundle_plugin:",
" resource: \"@BitBagSyliusProductBundlePlugin/Resources/config/routing.yml\"",
" prefix: /admin",
""
],
"executable": false
}
},
"ref": "8efcad59ed3478924f2b5fa78572929b28e8b898"
"ref": "07e79a3a3e235e8f7f4685c21ec9b814c8d36872"
}
}
}