Skip to content

Commit

Permalink
EZEE-3224: Added ezplatform-segmentation package
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Oct 6, 2020
1 parent c83f1a9 commit d501780
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"ezsystems/ezplatform-rest": "^1.2@dev",
"ezsystems/ezplatform-richtext": "^2.2@dev",
"ezsystems/ezplatform-search": "^1.1@dev",
"ezsystems/ezplatform-segmentation": "^1.0@dev",
"ezsystems/ezplatform-site-factory": "^1.2@dev",
"ezsystems/ezplatform-solr-search-engine": "^3.2@dev",
"ezsystems/ezplatform-standard-design": "^0.4@dev",
Expand Down
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@
Ibexa\Platform\Bundle\ElasticSearchEngine\PlatformElasticSearchEngineBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Permissions\PlatformPermissionsBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Connector\Dam\IbexaPlatformConnectorDamBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Segmentation\IbexaPlatformSegmentationBundle::class => ['all' => true],
];
2 changes: 2 additions & 0 deletions config/routes/ibexa_segmentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ibexa.segmentation:
resource: '@IbexaPlatformSegmentationBundle/Resources/config/routing.yaml'

0 comments on commit d501780

Please # to comment.