clickandmortar / advanced-enrich-bundle
Advanced Enrich bundle for Akeneo
Package info
github.com/ClickAndMortar/AdvancedEnrichBundle
Language:JavaScript
Type:symfony-bundle
pkg:composer/clickandmortar/advanced-enrich-bundle
7.0.0
2023-04-28 13:57 UTC
Requires
- akeneo/pim-community-dev: 7.0.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Advanced Enrich Bundle is an extension of Akeneo Enrich bundle. It allows you to manage more fields types and other display options.
Made with 💙 by C&M
Versions
| Bundle version | Akeneo version |
|---|---|
| v7.0.* | v7.0.* |
| v6.0.* | v6.0.* |
| v1.2.* | v4.0.* |
| v1.1.* | v3.1.* / v3.2.* |
| v1.0.* | v2.3.* |
Installation
Download the Bundle
$ composer require clickandmortar/advanced-enrich-bundle
Enable the Bundle
Enable the bundle by adding it to the list of registered bundles
in the config/bundles.php file of your project:
<?php return [ ... ClickAndMortar\AdvancedEnrichBundle\ClickAndMortarAdvancedEnrichBundle::class => ['all' => true], ... ];