Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youwegit/importergridsettingsbundle
Bundle that set the selected grid columns automatically when importing a data object
https://github.com/youwegit/importergridsettingsbundle
php pimcore pimcore-bundle
Last synced: about 2 months ago
JSON representation
Bundle that set the selected grid columns automatically when importing a data object
- Host: GitHub
- URL: https://github.com/youwegit/importergridsettingsbundle
- Owner: YouweGit
- License: gpl-3.0
- Created: 2018-12-06T12:28:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T09:32:12.000Z (about 4 years ago)
- Last Synced: 2024-09-18T20:08:44.463Z (4 months ago)
- Topics: php, pimcore, pimcore-bundle
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImporterObjectBundle
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.
1. Run ``composer require youwe/importer-grid-settings`` to receive the bundle.
2. Enable the bundle ``bin/console pimcore:bundle:enable ImporterObjectBundle``.
3. 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.