From e00f7d8028646e98a96912198a09fe809b74a258 Mon Sep 17 00:00:00 2001 From: Mateusz Dyla <88793508+MateuszDyla@users.noreply.github.com> Date: Sat, 19 Feb 2022 11:11:11 +0100 Subject: [PATCH] add bitbag/product-bundle-plugin (#1313) * Add recipe for bitbag/product-bundle-plugin * Add newline * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml * Update bitbag_product_bundle_plugin.yaml --- .../1.2/config/packages/bitbag_product_bundle_plugin.yaml | 3 +++ .../1.2/config/routes/bitbag_product_bundle_plugin.yaml | 3 +++ bitbag/product-bundle-plugin/1.2/manifest.json | 8 ++++++++ bitbag/product-bundle-plugin/1.2/post-install.txt | 2 ++ 4 files changed, 16 insertions(+) create mode 100644 bitbag/product-bundle-plugin/1.2/config/packages/bitbag_product_bundle_plugin.yaml create mode 100644 bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.yaml create mode 100644 bitbag/product-bundle-plugin/1.2/manifest.json create mode 100644 bitbag/product-bundle-plugin/1.2/post-install.txt 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!