youwe / importer-grid-settings
Bundle that set the selected grid columns automatically when importing a data object
Installs: 750
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:pimcore-bundle
Requires
- php: >=7.1
- pimcore/core-version: >=5.1.0
- pimcore/output-data-config-toolkit-bundle: ^2.2
- pimcore/pimcore: ~5.5
This package is auto-updated.
Last update: 2024-10-29 05:34:31 UTC
README
The importer object bundle is a pimcore bundle that set the selected grid columns automatically when importing a data object.
Installation
The installation can be installed through composer.
- Run
composer require youwe/importer-grid-settings
to receive the bundle. - Enable the bundle
bin/console pimcore:bundle:enable ImporterObjectBundle
. - Then reload the GUI of Pimcore.
How does it work?
The working is quite simple; when you are importing a CSV file, the bundle will set up the grid automatically according to the headers of the CSV you're importing.