intprog / enhanced-relationlist-type-bundle
This bundle contains the enhanced relation list field type for eZ Platform version 2.x
Installs: 3 419
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 1
Open Issues: 2
Type:ezplatform-bundle
Requires
- php: ^7.1
- ext-dom: *
- ext-json: *
- ezsystems/ezplatform-admin-ui: ~1.5
- ezsystems/ezpublish-kernel: ~7.5
Requires (Dev)
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2021-01-22 03:56:17 UTC
README
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.