drugento / date-collection-type
Provides new date collection type for Akeneo PIM
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- akeneo/pim-community-dev: 1.7.*
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- phpspec/phpspec: @stable
This package is not auto-updated.
Last update: 2025-03-29 04:54:01 UTC
README
Provides new attributes types for Akeneo PIM:
- DateCollection: this attribute type can store an ordered collection of date ranges.
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