thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

Part 81 - Deleting Uploaded Files #131

Open titabruni opened 9 years ago

titabruni commented 9 years ago

In this video, nothing is deleted. How do you add the option addRemoveLinks:true, to your "myDropzone"? Im trying but dont work:

var myDropzone=new Dropzone("#formdrop"); Dropzone.options.myDropzone = { addRemoveLinks: true, }

creptor commented 9 years ago

I'm not sure what you're asking, please be more specific. (I don't have time to view the video again)

titabruni commented 9 years ago

Ok, I have solved this issue. This is the correct way to add options:

var myDropzone=new Dropzone("#formdrop", { /* My options*/ });