diff --git a/bitbag/product-bundle-plugin/1.2/config/packages/bitbag_product_bundle_plugin.yaml b/bitbag/product-bundle-plugin/1.2/config/packages/bitbag_product_bundle_plugin.yaml new file mode 100644 index 00000000..2a7aea05 --- /dev/null +++ b/bitbag/product-bundle-plugin/1.2/config/packages/bitbag_product_bundle_plugin.yaml @@ -0,0 +1,3 @@ +imports: + - { resource: "@BitBagSyliusProductBundlePlugin/Resources/config/config.yml" } + diff --git a/bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.yaml b/bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.yaml new file mode 100644 index 00000000..4ec02aa6 --- /dev/null +++ b/bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.yaml @@ -0,0 +1,3 @@ +bitbag_sylius_product_bundle_plugin: + resource: "@BitBagSyliusProductBundlePlugin/Resources/config/routing.yml" + prefix: /admin diff --git a/bitbag/product-bundle-plugin/1.2/manifest.json b/bitbag/product-bundle-plugin/1.2/manifest.json new file mode 100644 index 00000000..5eb43903 --- /dev/null +++ b/bitbag/product-bundle-plugin/1.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "BitBag\\SyliusProductBundlePlugin\\BitBagSyliusProductBundlePlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/bitbag/product-bundle-plugin/1.2/post-install.txt b/bitbag/product-bundle-plugin/1.2/post-install.txt new file mode 100644 index 00000000..36d2244d --- /dev/null +++ b/bitbag/product-bundle-plugin/1.2/post-install.txt @@ -0,0 +1,2 @@ + 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!