-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing download button on view page #31
Comments
Uhm I think previously this wasn't there too, there was this issue where I mentioned a plugin that could achieve that: #14 I will try to implement now |
Hi, I implemented the change here: #32 However, there are a few issues:
Feels like the only way around would be by forking that plugin and making a few changes:
|
any 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.The text was updated successfully, but these errors were encountered: