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%/" + } +}