Add recipe for bitbag/shipping-export-plugin (#1126)

This commit is contained in:
Piotr Kardasz
2021-08-02 06:52:36 +02:00
committed by GitHub
parent 5072a5e9a1
commit e22667f349
4 changed files with 25 additions and 0 deletions
@@ -0,0 +1,2 @@
imports:
- { resource: "@BitBagSyliusShippingExportPlugin/Resources/config/config.yml" }
@@ -0,0 +1,3 @@
bitbag_shipping_export_plugin:
resource: "@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml"
prefix: /admin
@@ -0,0 +1,11 @@
{
"bundles": {
"BitBag\\SyliusShippingExportPlugin\\BitBagSyliusShippingExportPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/shipping_labels/"
]
}
@@ -0,0 +1,9 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white;options=bold> To finish the install </>
<bg=blue;fg=white;options=bold> BitBag Sylius Shipping Export Plugin </>
<bg=blue;fg=white> </>
* <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!