easy_admin: design: form_theme: 'vertical' entities: Contact: class: Sikofitt\DoughnutWeddingBundle\Entity\Contact list: actions: ['show','edit','delete'] fields: ['userid','email','name','comment','createdAt'] User: class: Sikofitt\DoughnutWeddingBundle\Entity\User list: actions: ['show','edit','delete'] fields: ['name','username','email','enabled','lastLogin','rsvp'] show: fields: - name - username - email - rsvp - comment - images - enabled - lastLogin - passwordRequestedAt - roles - created - updated - facebookId - googleId - amazonId - instagramId - twitterId - yahooId Rsvp: class: Sikofitt\DoughnutWeddingBundle\Entity\Rsvp Image: class: Sikofitt\DoughnutWeddingBundle\Entity\Image image_base_path: 'https://storage.googleapis.com/zgluzzkwodfky2m0ytbhmjhmmzqzntq2ngy3ndjmntyxmzg4/gallery/' list: actions: ['show','delete'] fields: - { property: 'imageName', label: 'Image', type: 'image', base_path: 'https://storage.googleapis.com/zgluzzkwodfky2m0ytbhmjhmmzqzntq2ngy3ndjmntyxmzg4/gallery/' } - category - tags - user form: fields: - { property: 'imageFile', type: 'vich_image', base_path: 'https://storage.googleapis.com/zgluzzkwodfky2m0ytbhmjhmmzqzntq2ngy3ndjmntyxmzg4/gallery/' } - { property: tags, type: 'collection'} - category - user