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.
- Host: GitHub
- URL: https://github.com/netgen/netgenenhancedselectionbundle
- Owner: netgen
- License: gpl-2.0
- Created: 2014-09-23T08:10:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T16:16:40.000Z (over 1 year ago)
- Last Synced: 2025-03-30T14:11:15.484Z (about 1 year ago)
- Topics: ezplatform, ezpublish, field-type, php
- Language: PHP
- Homepage: https://netgen.io
- Size: 358 KB
- Stars: 19
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Netgen Enhanced Selection Bundle
================================
[](https://codecov.io/gh/netgen/NetgenEnhancedSelectionBundle)
[](https://scrutinizer-ci.com/g/netgen/NetgenEnhancedSelectionBundle)
[](https://packagist.org/packages/netgen/enhanced-selection-bundle)
[](https://packagist.org/packages/netgen/enhanced-selection-bundle)
[](LICENSE)
[](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)