2017 © Pedro Peláez
 

symfony-bundle date-collection-type

Provides new date collection type for Akeneo PIM

image

drugento/date-collection-type

Provides new date collection type for Akeneo PIM

  • Thursday, September 7, 2017
  • by alexdrupal
  • Repository
  • 4 Watchers
  • 4 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DateCollectionTypeBundle

Provides new attributes types for Akeneo PIM: - DateCollection: this attribute type can store an ordered collection of date ranges., (*1)

Date collection with picker, (*2)

Requirements

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

Installation

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

Configuration

You can read the detailed configuration documentation following thins link: doc/index.md, (*6)

Contributing

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

The Versions

07/09 2017

dev-master

9999999-dev

Provides new date collection type for Akeneo PIM

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires