mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
45 lines
1.9 KiB
JSON
45 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"
|
|
}
|
|
}
|
|
} |