niji/akeneo-labelized-export-bundle
Composer 安装命令:
composer require niji/akeneo-labelized-export-bundle
包简介
Akeneo bundle that add an XLSX export profile which use labels instead of codes for attribute names and value.
关键字:
README 文档
README
This bundle adds an XLSX export profile that export attributes labels instead of codes.
Installation
composer req niji/akeneo-labelized-export-bundle
In your app/AppKernel.php add a line to enable the bundle:
public function registerProjectBundles() { return [ // your app bundles should be registered here, .../... new Niji\AkeneoLabelizedExportBundle\AkeneoLabelizedExportBundle(), .../... ]; }
Important note
This export profile assume that there is only one locale selected on the profile configuration. In case there are multiple locales selected, it'll take in account only the first one for the labels and simple/multi select attributes values.
统计信息
- 总下载量: 368
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-12