Sylake / SyliusConsumerPlugin

[DEPRECATED] Consumes messages produced by Sylake/AkeneoProducerBundle.
MIT License
15 stars 6 forks source link

Make attributes keys customizable #12

Closed pamil closed 7 years ago

pamil commented 7 years ago

Usage:

sylake_sylius_consumer:
    denormalizer:
        product:
            name_attribute: custom_name_attribute_key # default "name"
            description_attribute: custom_description_attribute_key # default "description"
            price_attribute: custom_price_attribute_key # default "price"
pamil commented 7 years ago

YOLO merging without review #lateNightFixes. 🎉