fond-of-akeneo / export-connector-bundle
FOND OF bundle to export products with localized attribute option labels.
Package info
github.com/fond-of/akeneo-export-connector-bundle
Type:symfony-bundle
pkg:composer/fond-of-akeneo/export-connector-bundle
4.0.0
2021-08-04 08:25 UTC
Requires
- akeneo/pim-community-dev: ~4.0 || ~5.0
This package is auto-updated.
Last update: 2026-02-12 19:05:35 UTC
README
FOND OF bundle to export products with localized attribute option labels.
Install
Install bundle with composer:
composer require fond-of-akeneo/export-connector-bundle:VERSION_CONSTRAINT
Enable the bundle in config/bundles.php file.:
<?php return [ ... FondOfAkeneo\Bundle\ExportConnectorBundle\FondOfAkeneoExportConnectorBundle::class => ['dev' => true, 'test' => true, 'prod' => true] ];