niji / akeneo-labelized-export-bundle
Akeneo bundle that add an XLSX export profile which use labels instead of codes for attribute names and value.
Installs: 368
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 2
Open Issues: 2
Type:symfony-bundle
Requires
- php: ^7.0
- akeneo/pim-community-dev: ^3.2
This package is auto-updated.
Last update: 2025-01-20 22:00:56 UTC
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.