fond-of-akeneo / export-connector-bundle
FOND OF 插件,用于导出具有本地化属性选项标签的产品。
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: 2024-09-12 15:36:29 UTC
README
FOND OF 插件,用于导出具有本地化属性选项标签的产品。
安装
使用composer安装插件
composer require fond-of-akeneo/export-connector-bundle:VERSION_CONSTRAINT
在config/bundles.php
文件中启用插件。
<?php return [ ... FondOfAkeneo\Bundle\ExportConnectorBundle\FondOfAkeneoExportConnectorBundle::class => ['dev' => true, 'test' => true, 'prod' => true] ];