Skip to content

julienanquetil/ExtendedAttributeTypeBundle

 
 

Repository files navigation

ExtendedAttributeTypeBundle

Provides new attributes types for Akeneo PIM CE and EE:

  • TextCollection: this attribute type can store an ordered collection of strings or URLs.

Simple string collection

Requirements

ExtendedAttributeTypeBundle Akeneo PIM Community Edition
dev-master v1.7.*
1.0.* v1.6.*

Installation

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(),
];

Configuration

You can read the detailed configuration documentation following thins link: doc/index.md

Contributing

If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement

About

Extra attribute types for Akeneo PIM

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 80.5%
  • JavaScript 17.0%
  • HTML 2.2%
  • CSS 0.3%