dev-master
9999999-devProvides new date collection type for Akeneo PIM
OSL-3.0
The Requires
- akeneo/pim-community-dev 1.7.*
The Development Requires
by Drugento
Provides new date collection type for Akeneo PIM
Provides new attributes types for Akeneo PIM: - DateCollection: this attribute type can store an ordered collection of date ranges., (*1)
, (*2)
DateCollectionTypeBundle | Akeneo PIM Community Edition |
---|---|
dev-master | v1.7.* |
You can install this bundle with composer (see requirements section)., (*3)
First, add the VCS then launch the following command from your root application:, (*4)
php composer.phar require --prefer-dist drugento/date-collection-type
Add the following bundle in your app/AppKernel.php
file:, (*5)
$bundles = [ new Pim\Bundle\DateCollectionTypeBundle\PimDateCollectionTypeBundle(), ];
You can read the detailed configuration documentation following thins link: doc/index.md, (*6)
If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement, (*7)
Provides new date collection type for Akeneo PIM
OSL-3.0