Skip to content

Commit fb41d3a

Browse files
authored
Added shopping-list recipes (#230)
1 parent d3ecc12 commit fb41d3a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ibexa.shopping_list:
2+
resource: '@IbexaShoppingListBundle/Resources/config/routing.php'
3+
4+
ibexa.shopping_list.rest:
5+
resource: '@IbexaShoppingListBundle/Resources/config/routing_rest.php'
6+
prefix: '%ibexa.rest.path_prefix%'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"aliases": [],
3+
"bundles": {
4+
"Ibexa\\Bundle\\ShoppingList\\IbexaShoppingListBundle": ["all"]
5+
},
6+
"copy-from-recipe": {
7+
"config/": "%CONFIG_DIR%/"
8+
}
9+
}

0 commit comments

Comments
 (0)