is there a way in symfony easyadmin I can configureFields of type symfony ux Dropzone ??
I used this method but when I drag drop, the preview image does not show ,any help
yield Field::new('imageFile')
->onlyOnForms()
->setFormType(DropzoneType::class);