From bbc190e7437861dfc9bd45038328a8b2882dfeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Sat, 20 Jun 2020 22:21:36 +0200 Subject: [PATCH] Add routes for Netgen Layouts and eZ Platform integration --- app/config/routing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config/routing.yml b/app/config/routing.yml index 19ed2bae9..d598cb1f7 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -67,6 +67,9 @@ netgen_layouts: resource: '@NetgenLayoutsBundle/Resources/config/routing.yaml' prefix: '%netgen_layouts.route_prefix%' +netgen_layouts_ezplatform: + resource: '@NetgenLayoutsEzPlatformBundle/Resources/config/routing.yaml' + netgen_content_browser: resource: '@NetgenContentBrowserBundle/Resources/config/routing.yaml' prefix: '%netgen_content_browser.route_prefix%'