Provides new attributes types for Akeneo PIM CE and EE:
- TextCollection: this attribute type can store an ordered collection of strings or URLs.
| ExtendedAttributeTypeBundle | Akeneo PIM Community Edition |
|---|---|
| dev-master | v1.7.* |
| 1.0.* | v1.6.* |
You can install this bundle with composer (see requirements section).
First, add the VCS then launch the following command from your root application:
php composer.phar require --prefer-dist akeneo/extended-attribute-type:1.1.*
Add the following bundle in your app/AppKernel.php file:
$bundles = [
new Pim\Bundle\ExtendedAttributeTypeBundle\PimExtendedAttributeTypeBundle(),
];You can read the detailed configuration documentation following thins link: doc/index.md
If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement
