Skip to content

julienanquetil/akeneo-auto-attribute-options-setter-bundle

 
 

Repository files navigation

AutoAttributeOptionsSetterBundle

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.

About

This bundle automatically creates attributes options during imports.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%