An open API service indexing awesome lists of open source software.

https://github.com/netgen/netgenenhancedselectionbundle

Netgen Enhanced Selection Bundle is an eZ Publish and eZ Platform bundle that provides a field type that reimplements ezselection field type.
https://github.com/netgen/netgenenhancedselectionbundle

ezplatform ezpublish field-type php

Last synced: about 1 year ago
JSON representation

Netgen Enhanced Selection Bundle is an eZ Publish and eZ Platform bundle that provides a field type that reimplements ezselection field type.

Awesome Lists containing this project

README

          

Netgen Enhanced Selection Bundle
================================

[![Code Coverage](https://img.shields.io/codecov/c/github/netgen/NetgenEnhancedSelectionBundle.svg?style=flat-square)](https://codecov.io/gh/netgen/NetgenEnhancedSelectionBundle)
[![Quality Score](https://img.shields.io/scrutinizer/g/netgen/NetgenEnhancedSelectionBundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/netgen/NetgenEnhancedSelectionBundle)
[![Downloads](https://img.shields.io/packagist/dt/netgen/enhanced-selection-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/enhanced-selection-bundle)
[![Latest stable](https://img.shields.io/packagist/v/netgen/enhanced-selection-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/enhanced-selection-bundle)
[![License](https://img.shields.io/github/license/netgen/NetgenEnhancedSelectionBundle.svg?style=flat-square)](LICENSE)
[![PHP](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg?style=flat-square)](https://secure.php.net/)

Netgen Enhanced Selection Bundle is an Ibexa Platform bundle that provides a
field type that allows defining and storing selection options with identifiers
instead of using numerical indexes like `ezselection` field type built into
Ibexa kernel does.

Advantage is the ability to move the options up and down in the field definition
without affecting the semantics of the values stored in the fields.

`master` branch can be installed on Ibexa Platform 4 only.

For Ibexa Platform 3.x, use the [`4.x-stable`](https://github.com/netgen/NetgenEnhancedSelectionBundle/tree/4.x-stable) branch.

For eZ Platform 1.x and 2.x, use the [`3.x-stable`](https://github.com/netgen/NetgenEnhancedSelectionBundle/tree/3.x-stable) branch.

License and installation instructions
-------------------------------------

* [Copyright](COPYRIGHT)

* [License](LICENSE)

* [Installation instructions](bundle/Resources/doc/INSTALL.md)

* [Changelog](bundle/Resources/doc/CHANGELOG.md)