mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Add recipe for bitbag/shipping-export-plugin (#1126)
This commit is contained in:
@@ -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!
|
||||
Reference in New Issue
Block a user