diff --git a/composer.json b/composer.json index 375aa35b2..19abc7f73 100644 --- a/composer.json +++ b/composer.json @@ -53,6 +53,7 @@ "netgen/layouts-standard": "~1.4.0", "netgen/layouts-ibexa": "~1.4.0", "netgen/layouts-ibexa-site-api": "~1.4.0", + "netgen/layouts-enterprise-ibexa": "~1.4.0", "netgen/layouts-ibexa-relation-list-query": "^1.4", "netgen/layouts-ibexa-tags-query": "^1.4", "netgen/conversations": "^1.0", diff --git a/config/bundles.php b/config/bundles.php index a0835d663..e23abe3cb 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -67,6 +67,10 @@ Netgen\Bundle\LayoutsIbexaTagsQueryBundle\NetgenLayoutsIbexaTagsQueryBundle::class => ['all' => true], Netgen\Bundle\LayoutsIbexaBundle\NetgenLayoutsIbexaBundle::class => ['all' => true], Netgen\Bundle\LayoutsIbexaSiteApiBundle\NetgenLayoutsIbexaSiteApiBundle::class => ['all' => true], + Netgen\Bundle\LayoutsEnterpriseUIBundle\NetgenLayoutsEnterpriseUIBundle::class => ['all' => true], + Netgen\Bundle\LayoutsEnterpriseBundle\NetgenLayoutsEnterpriseBundle::class => ['all' => true], + Netgen\Bundle\LayoutsEnterpriseAdminBundle\NetgenLayoutsEnterpriseAdminBundle::class => ['all' => true], + Netgen\Bundle\LayoutsEnterpriseIbexaBundle\NetgenLayoutsEnterpriseIbexaBundle::class => ['all' => true], Netgen\Bundle\OpenGraphBundle\NetgenOpenGraphBundle::class => ['all' => true], Netgen\Bundle\ContentTypeListBundle\NetgenContentTypeListBundle::class => ['all' => true], Netgen\Bundle\BirthdayBundle\NetgenBirthdayBundle::class => ['all' => true], diff --git a/config/routes/netgen_layouts_enterprise.yaml b/config/routes/netgen_layouts_enterprise.yaml new file mode 100644 index 000000000..02ef02d85 --- /dev/null +++ b/config/routes/netgen_layouts_enterprise.yaml @@ -0,0 +1,3 @@ +netgen_layouts_enterprise: + resource: "@NetgenLayoutsEnterpriseBundle/Resources/config/routing.yaml" + prefix: "%netgen_layouts.route_prefix%" diff --git a/config/routes/netgen_layouts_enterprise_ibexa.yaml b/config/routes/netgen_layouts_enterprise_ibexa.yaml new file mode 100644 index 000000000..03f12be6d --- /dev/null +++ b/config/routes/netgen_layouts_enterprise_ibexa.yaml @@ -0,0 +1,2 @@ +netgen_layouts_enterprise_ibexa: + resource: "@NetgenLayoutsEnterpriseIbexaBundle/Resources/config/routing.yaml"