Skip to content

Commit

Permalink
Added recipe for ibexa/discounts package (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p authored Oct 6, 2024
1 parent 36e2220 commit 3460a12
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ibexa/discounts/4.6/config/routes/ibexa_discounts.yaml
Original file line number Diff line number Diff line change
@@ -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%'
9 changes: 9 additions & 0 deletions ibexa/discounts/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\Discounts\\IbexaDiscountsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
8 changes: 8 additions & 0 deletions ibexa/discounts/5.0/config/routes/ibexa_discounts.yaml
Original file line number Diff line number Diff line change
@@ -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%'
9 changes: 9 additions & 0 deletions ibexa/discounts/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\Discounts\\IbexaDiscountsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 3460a12

Please sign in to comment.