Disable file thumbnails in the dropzone

Hi All,

Could you give me a hint how to disable thumbnails in the dropzone?
I’d like to see the whole name of the file that I attached during thea reply/comment on a ticket.
RT version 4.4.2.

Thanks,

Eszter

Okay, I found the /opt/rt4/share/static/js/dropzone.min.js, and I changed the createImageThumbnails to !1
It didn’t work.
I’m not familiar in javascript and CSS so I would appreciate all help.

It would be also good for me If I can disable the dropzone feature somehow.

Thanks and Regards,

Eszter

And finally the forceFallback:=!0 option in /opt/rt4/share/static/js/dropzone.min.js is solved my problem.