clickandmortar/advanced-enrich-bundle

Advanced Enrich bundle for Akeneo

Installs: 868

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

7.0.0 2023-04-28 13:57 UTC

This package is auto-updated.

Last update: 2024-10-28 17:07:30 UTC


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

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],
    ...
];