projects / org / brookinsconsulting / ezplatform-link-manager
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezplatform-link-manager | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
This package provides prototype of Public API and UI for links management in eZ Platform.
NOTE: This bundle is currently only integrating with eZ Platform UI 1.x, integration with 2.x is planned.
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new EzSystems\EzPlatformLinkManagerBundle\EzPlatformLinkManagerBundle(),
// ...
);
// ...
}
# app/config/routing.yml
_linkManager:
resource: '@EzPlatformLinkManagerBundle/Resources/config/routing.yml'
Require the bundle with composer
composer require ezsystems/ezplatform-link-manager:dev-master