fond-of-akeneo / export-connector-bundle
FOND OF bundle to export products with localized attribute option labels.
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- akeneo/pim-community-dev: ~4.0 || ~5.0
This package is auto-updated.
Last update: 2024-10-12 15:49: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] ];