intprog/enhanced-relationlist-type-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

This bundle contains the enhanced relation list field type for eZ Platform version 2.x

v1.1.0-alpha1 2019-05-23 21:39 UTC

README

Build Status Packagist codecov

IntProg Enhanced Relation List Type Bundle

This bundle contains the enhanced relation list field type for eZ Platform version 2.x

The enhanced relation list type stores configurable information extending simple relations. It enables an editor to enhance the data stored with the relation (grouping and attributes).

Additionally the relations may be grouped (via predefined or on the fly created groups).

The behavior of the relation list is completely controlled by the field definition (settings/validation).

Refer to the general information and usage documentation for more information.

Installation

The installation uses composer and the general concept for adding bundles to a symfony installation.

Refer to the installation document for more information.

Configuration

Refer to the configuration document on how to configure fields of this type.

Extending

From 1.1.0 on you are able to inject your own attribute types.

Refer to the extending document on how to extend the type.