From 3460a1220d9263c02275e9f0c325b2ef8bc83dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Sun, 6 Oct 2024 14:33:27 +0200 Subject: [PATCH] Added recipe for ibexa/discounts package (#144) --- ibexa/discounts/4.6/config/routes/ibexa_discounts.yaml | 8 ++++++++ ibexa/discounts/4.6/manifest.json | 9 +++++++++ ibexa/discounts/5.0/config/routes/ibexa_discounts.yaml | 8 ++++++++ ibexa/discounts/5.0/manifest.json | 9 +++++++++ 4 files changed, 34 insertions(+) create mode 100644 ibexa/discounts/4.6/config/routes/ibexa_discounts.yaml create mode 100644 ibexa/discounts/4.6/manifest.json create mode 100644 ibexa/discounts/5.0/config/routes/ibexa_discounts.yaml create mode 100644 ibexa/discounts/5.0/manifest.json diff --git a/ibexa/discounts/4.6/config/routes/ibexa_discounts.yaml b/ibexa/discounts/4.6/config/routes/ibexa_discounts.yaml new file mode 100644 index 00000000..e465d263 --- /dev/null +++ b/ibexa/discounts/4.6/config/routes/ibexa_discounts.yaml @@ -0,0 +1,8 @@ +ibexa.discounts.rest: + resource: '@IbexaDiscountsBundle/Resources/config/routing_rest.yaml' + prefix: '%ibexa.rest.path_prefix%' + +ibexa.discounts.admin: + resource: '@IbexaDiscountsBundle/Resources/config/routing_admin.yaml' + defaults: + siteaccess_group_whitelist: '%admin_group_name%' diff --git a/ibexa/discounts/4.6/manifest.json b/ibexa/discounts/4.6/manifest.json new file mode 100644 index 00000000..d435ae74 --- /dev/null +++ b/ibexa/discounts/4.6/manifest.json @@ -0,0 +1,9 @@ +{ + "aliases": [], + "bundles": { + "Ibexa\\Bundle\\Discounts\\IbexaDiscountsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/ibexa/discounts/5.0/config/routes/ibexa_discounts.yaml b/ibexa/discounts/5.0/config/routes/ibexa_discounts.yaml new file mode 100644 index 00000000..e465d263 --- /dev/null +++ b/ibexa/discounts/5.0/config/routes/ibexa_discounts.yaml @@ -0,0 +1,8 @@ +ibexa.discounts.rest: + resource: '@IbexaDiscountsBundle/Resources/config/routing_rest.yaml' + prefix: '%ibexa.rest.path_prefix%' + +ibexa.discounts.admin: + resource: '@IbexaDiscountsBundle/Resources/config/routing_admin.yaml' + defaults: + siteaccess_group_whitelist: '%admin_group_name%' diff --git a/ibexa/discounts/5.0/manifest.json b/ibexa/discounts/5.0/manifest.json new file mode 100644 index 00000000..d435ae74 --- /dev/null +++ b/ibexa/discounts/5.0/manifest.json @@ -0,0 +1,9 @@ +{ + "aliases": [], + "bundles": { + "Ibexa\\Bundle\\Discounts\\IbexaDiscountsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}