From cd868d5b42d252e37f30bf769ac3fdbdb154a07a Mon Sep 17 00:00:00 2001 From: Mateusz Zalewski Date: Tue, 25 Sep 2018 18:21:22 +0200 Subject: [PATCH] Add a recipe for sylius/customer-reorder-plugin --- .../1.0/config/packages/sylius_customer_reorder.yaml | 2 ++ .../1.0/config/routes/sylius_customer_reorder.yaml | 2 ++ sylius/customer-reorder-plugin/1.0/manifest.json | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 sylius/customer-reorder-plugin/1.0/config/packages/sylius_customer_reorder.yaml create mode 100644 sylius/customer-reorder-plugin/1.0/config/routes/sylius_customer_reorder.yaml create mode 100644 sylius/customer-reorder-plugin/1.0/manifest.json diff --git a/sylius/customer-reorder-plugin/1.0/config/packages/sylius_customer_reorder.yaml b/sylius/customer-reorder-plugin/1.0/config/packages/sylius_customer_reorder.yaml new file mode 100644 index 00000000..15b70381 --- /dev/null +++ b/sylius/customer-reorder-plugin/1.0/config/packages/sylius_customer_reorder.yaml @@ -0,0 +1,2 @@ +imports: + - { resource: "@SyliusCustomerReorderPlugin/Resources/config/config.yml" } diff --git a/sylius/customer-reorder-plugin/1.0/config/routes/sylius_customer_reorder.yaml b/sylius/customer-reorder-plugin/1.0/config/routes/sylius_customer_reorder.yaml new file mode 100644 index 00000000..f78e57d5 --- /dev/null +++ b/sylius/customer-reorder-plugin/1.0/config/routes/sylius_customer_reorder.yaml @@ -0,0 +1,2 @@ +sylius_customer_reorder: + resource: "@SyliusCustomerReorderPlugin/Resources/config/app/reorder_routing.yml" diff --git a/sylius/customer-reorder-plugin/1.0/manifest.json b/sylius/customer-reorder-plugin/1.0/manifest.json new file mode 100644 index 00000000..f488b4e2 --- /dev/null +++ b/sylius/customer-reorder-plugin/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sylius\\CustomerReorderPlugin\\SyliusCustomerReorderPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}