diff --git a/bitbag/shipping-export-plugin/1.0/config/packages/bitbag_shipping_export_plugin.yaml b/bitbag/shipping-export-plugin/1.0/config/packages/bitbag_shipping_export_plugin.yaml new file mode 100644 index 00000000..ad6278cb --- /dev/null +++ b/bitbag/shipping-export-plugin/1.0/config/packages/bitbag_shipping_export_plugin.yaml @@ -0,0 +1,2 @@ +imports: + - { resource: "@BitBagSyliusShippingExportPlugin/Resources/config/config.yml" } diff --git a/bitbag/shipping-export-plugin/1.0/config/routes/bitbag_shipping_export_plugin.yaml b/bitbag/shipping-export-plugin/1.0/config/routes/bitbag_shipping_export_plugin.yaml new file mode 100644 index 00000000..438d85f2 --- /dev/null +++ b/bitbag/shipping-export-plugin/1.0/config/routes/bitbag_shipping_export_plugin.yaml @@ -0,0 +1,3 @@ +bitbag_shipping_export_plugin: + resource: "@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml" + prefix: /admin diff --git a/bitbag/shipping-export-plugin/1.0/manifest.json b/bitbag/shipping-export-plugin/1.0/manifest.json new file mode 100644 index 00000000..45b71718 --- /dev/null +++ b/bitbag/shipping-export-plugin/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "BitBag\\SyliusShippingExportPlugin\\BitBagSyliusShippingExportPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/shipping_labels/" + ] +} diff --git a/bitbag/shipping-export-plugin/1.0/post-install.txt b/bitbag/shipping-export-plugin/1.0/post-install.txt new file mode 100644 index 00000000..e5f472ec --- /dev/null +++ b/bitbag/shipping-export-plugin/1.0/post-install.txt @@ -0,0 +1,9 @@ + + To finish the install + BitBag Sylius Shipping Export Plugin + + + * Create directory named shipping_labels in project root or customize bitbag.shipping_labels_path 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 hello@bitbag.io with your question(s). + We guarantee that we answer as soon as we can!