drugento/date-collection-type

Provides new date collection type for Akeneo PIM

dev-master / 1.1.x-dev 2017-09-07 10:23 UTC

This package is not auto-updated.

Last update: 2024-04-13 00:05:14 UTC


README

Provides new attributes types for Akeneo PIM:

  • DateCollection: this attribute type can store an ordered collection of date ranges.

Date collection with picker

Requirements

DateCollectionTypeBundle Akeneo PIM Community Edition
dev-master v1.7.*

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 drugento/date-collection-type

Add the following bundle in your app/AppKernel.php file:

$bundles = [
    new Pim\Bundle\DateCollectionTypeBundle\PimDateCollectionTypeBundle(),
];

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