Open sanderbaas opened 1 year ago
Uhm I think previously this wasn't there too, there was this issue where I mentioned a plugin that could achieve that: https://github.com/dcasia/nova-filepond/issues/14 I will try to implement now
Hi, I implemented the change here: https://github.com/dcasia/nova-filepond/pull/32
However, there are a few issues:
disableDownload
option set to be ignoredFeels like the only way around would be by forking that plugin and making a few changes:
allowDownloadByUrl
not workingany updates on this?
This is an amazing system but we really need to have a downloadable option :(
please @milewski
I found the following package filepond-plugin-get-file. But it didn't work for me in the Nova admin panel. I hope there will be a download option soon.
I have implemented the field as follows:
Uploading works perfectly, but I do not see a download button on the view page. If I remember correctly there was a download button in the Nova3 version of this field.
The property
downloadsAreEnabled
that is inherited from theFile
field istrue
on runtime.