.. rst-class:: outdated Summary ======= .. danger:: We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you! Configuration reference ----------------------- .. code-block:: yaml sylius_customer: driver: doctrine/orm resources: customer: classes: model: Sylius\Component\Core\Model\Customer repository: Sylius\Bundle\CoreBundle\Doctrine\ORM\CustomerRepository form: default: Sylius\Bundle\CoreBundle\Form\Type\Customer\CustomerType profile: Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType choice: Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType interface: Sylius\Component\Customer\Model\CustomerInterface controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController factory: Sylius\Component\Resource\Factory\Factory customer_group: classes: model: Sylius\Component\Customer\Model\CustomerGroup repository: Sylius\Bundle\CustomerBundle\Doctrine\ORM\CustomerGroupRepository interface: Sylius\Component\Customer\Model\CustomerGroupInterface controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController factory: Sylius\Component\Resource\Factory\Factory form: Sylius\Bundle\CustomerBundle\Form\Type\CustomerGroupType Bug tracking ------------ This bundle uses `GitHub issues `_. If you have found bug, please create an issue.