Skip to content

Commit

Permalink
Install Netgen Layouts Enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed May 24, 2024
1 parent aeec4c8 commit 8cc0aaf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
3 changes: 3 additions & 0 deletions config/routes/netgen_layouts_enterprise.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
netgen_layouts_enterprise:
resource: "@NetgenLayoutsEnterpriseBundle/Resources/config/routing.yaml"
prefix: "%netgen_layouts.route_prefix%"
2 changes: 2 additions & 0 deletions config/routes/netgen_layouts_enterprise_ibexa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
netgen_layouts_enterprise_ibexa:
resource: "@NetgenLayoutsEnterpriseIbexaBundle/Resources/config/routing.yaml"

0 comments on commit 8cc0aaf

Please sign in to comment.