mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,13 +29,12 @@
|
||||
"contents": [
|
||||
"bitbag_sylius_product_bundle_plugin:",
|
||||
" resource: \"@BitBagSyliusProductBundlePlugin/Resources/config/routing.yml\"",
|
||||
" prefix: /admin",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8efcad59ed3478924f2b5fa78572929b28e8b898"
|
||||
"ref": "07e79a3a3e235e8f7f4685c21ec9b814c8d36872"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user