Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-19 10:42:36 +00:00
parent c829b8c2f3
commit 8114bdbf65
5 changed files with 174 additions and 0 deletions
@@ -0,0 +1,43 @@
{
"manifests": {
"bitbag/cms-plugin": {
"manifest": {
"bundles": {
"BitBag\\SyliusCmsPlugin\\BitBagSyliusCmsPlugin": [
"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_cms_plugin.yaml": {
"contents": [
"imports:",
" - { resource: \"@BitBagSyliusCmsPlugin/Resources/config/config.yml\" }",
"",
"twig:",
" form_themes:",
" - '@BitBagSyliusCmsPlugin/Form/ckeditor_widget.html.twig'",
""
],
"executable": false
},
"config/routes/bitbag_cms_plugin.yaml": {
"contents": [
"bitbag_sylius_cms_plugin:",
" resource: \"@BitBagSyliusCmsPlugin/Resources/config/routing.yml\"",
""
],
"executable": false
}
},
"ref": "e3c6714d3910e4a76171a069242fe2a2ceb220af"
}
}
}
@@ -0,0 +1,41 @@
{
"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\"",
" prefix: /admin",
""
],
"executable": false
}
},
"ref": "8efcad59ed3478924f2b5fa78572929b28e8b898"
}
}
}
+43
View File
@@ -0,0 +1,43 @@
{
"manifests": {
"bitbag/cms-plugin": {
"manifest": {
"bundles": {
"BitBag\\SyliusCmsPlugin\\BitBagSyliusCmsPlugin": [
"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_cms_plugin.yaml": {
"contents": [
"imports:",
" - { resource: \"@BitBagSyliusCmsPlugin/Resources/config/config.yml\" }",
"",
"twig:",
" form_themes:",
" - '@BitBagSyliusCmsPlugin/Form/ckeditor_widget.html.twig'",
""
],
"executable": false
},
"config/routes/bitbag_cms_plugin.yaml": {
"contents": [
"bitbag_sylius_cms_plugin:",
" resource: \"@BitBagSyliusCmsPlugin/Resources/config/routing.yml\"",
""
],
"executable": false
}
},
"ref": "e3c6714d3910e4a76171a069242fe2a2ceb220af"
}
}
}
+41
View File
@@ -0,0 +1,41 @@
{
"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\"",
" prefix: /admin",
""
],
"executable": false
}
},
"ref": "8efcad59ed3478924f2b5fa78572929b28e8b898"
}
}
}
+6
View File
@@ -115,6 +115,12 @@
"birkof/netopia-mobilpay-bundle": [
"1.0"
],
"bitbag/cms-plugin": [
"3.0"
],
"bitbag/product-bundle-plugin": [
"1.2"
],
"bitbag/shipping-export-plugin": [
"1.0"
],