Skip to content

Commit cf52b8d

Browse files
authored
IBX-8732: Added missing ibexa/collaboration routing for 5.0 (#157)
IBX-8732: Added missing routing for 5.x
1 parent 8b96805 commit cf52b8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ibexa.collaboration:
2+
resource: '@IbexaCollaborationBundle/Resources/config/routing.yaml'
3+
4+
ibexa.rest.collaboration:
5+
resource: '@IbexaCollaborationBundle/Resources/config/routing_rest.yaml'
6+
prefix: '%ibexa.rest.path_prefix%'
7+
8+
ibexa.collaboration.routing_admin:
9+
resource: '@IbexaCollaborationBundle/Resources/config/routing_admin.yaml'
10+
defaults:
11+
siteaccess_group_whitelist: '%admin_group_name%'

0 commit comments

Comments
 (0)