cloudinary / cloudinary/pycloudinary
CloudinaryFileField doesn't show checkbox for clear the field
- Ngôn ngữ chính
- Python
- Star
- 262
- Fork
- 134
- Merge trung bình
- 5 giờ 6 phút
- Pull request đã merge (30 ngày)
- 5
Mô tả
Hello,
I'm ussing the CloudinaryField in model to upload the image in my project but today I need add more options like "quality" so I implemented CloudinaryFileField in forms, it's works perfect. The issue that I have is the checkbox to clear (or delete) the file is dissapeared.
So, is there a way to add the checkbox?
`logo = CloudinaryFileField(
options={
'folder': "logos/",
#'eager': [{'crop': 'fill', 'width': 150, 'height': 100}]
'overwrite': True,
'quality': 20,
})`
This is before with the checkbox

And when I use CloudinaryFileField

Regards
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.