Files
symfony-flex-recipes-contrib/bitbag.shipping-export-plugin.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

46 lines
1.9 KiB
JSON

{
"manifests": {
"bitbag/shipping-export-plugin": {
"manifest": {
"bundles": {
"BitBag\\SyliusShippingExportPlugin\\BitBagSyliusShippingExportPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/shipping_labels/"
],
"post-install-output": [
" * <fg=blue>Create</> directory named <comment>shipping_labels</comment> in project root or customize <comment>bitbag.shipping_labels_path</comment> parameter.",
"",
" 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/routes/bitbag_shipping_export_plugin.yaml": {
"contents": [
"bitbag_shipping_export_plugin:",
" resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml\"",
" prefix: /admin",
""
],
"executable": false
},
"config/packages/bitbag_shipping_export_plugin.yaml": {
"contents": [
"imports:",
" - { resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/config.yml\" }",
""
],
"executable": false
}
},
"ref": "4095c0f7a2cc51e0f40e806ad7d3256ef5f42ae2"
}
}
}