netgen / enhanced-selection-bundle
Netgen Enhanced Selection bundle for Ibexa Platform
Installs: 92 795
Dependents: 1
Suggesters: 0
Security: 0
Stars: 19
Watchers: 9
Forks: 10
Open Issues: 1
Type:ibexa-bundle
Requires
- ibexa/content-forms: ^4.0
- ibexa/core: ^4.0
- twig/twig: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.3
- netgen/ibexa-forms-bundle: ^4.0
- phpunit/phpunit: ^9.0
Suggests
- ibexa/solr: Allows use of EnhancedSelection search criterion with Solr search engine
- netgen/ibexa-forms-bundle: Allows use of enhanced selection field type with Symfony forms
This package is auto-updated.
Last update: 2024-11-07 13:34:44 UTC
README
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
branch.
For eZ Platform 1.x and 2.x, use the 3.x-stable
branch.