ezplatform-link-manager

UNIX name Owner Status
ezplatform-link-manager Brookins Consulting stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

ezplatform-link-manager

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.

Features

  • UI for an overview of all URLs with pagination and filtering
  • UI for viewing details of a URL including basic information (address, status, last checked, created, modified date) and usages listing.
  • UI for a URL editing
  • Public API for links management

Installation

  1. Enable the bundle in the kernel:
// app/AppKernel.php

public function registerBundles()
{
$bundles = array(
// ...
new EzSystems\EzPlatformLinkManagerBundle\EzPlatformLinkManagerBundle(),
// ...
);

// ...
}
  1. Import routing files
# app/config/routing.yml

_linkManager:
resource: '@EzPlatformLinkManagerBundle/Resources/config/routing.yml'
  1. Require the bundle with composer

    composer require ezsystems/ezplatform-link-manager:dev-master
  2. Done. You should be able to see "Link management" menu item under the Admin tab your administration panel.

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.