niji / auto-attribute-options-setter-bundle
Symfony AutoAttributeOptionsSetterBundle
Installs: 436
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 6
Open Issues: 2
Type:symfony-bundle
Requires
- php: ^7.0
- akeneo/pim-community-dev: ~4.0
This package is auto-updated.
Last update: 2025-01-16 22:25:42 UTC
README
This bundle ensure that attribute options are created automatically when importing products for simple select and multi select attribute.
Installation
- Execute the following command to add the dependency to your
composer.json
composer require niji/auto-attribute-options-setter-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\AutoAttributeOptionsSetterBundle\AutoAttributeOptionsSetterBundle(), .../... ]; }
Credits
This bundle is brought to you by Niji - http://www.niji.fr.