-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Added download link to filename in file widget #5880
Added download link to filename in file widget #5880
Conversation
✅ Deploy Preview for plone-components canceled.
|
✅ Deploy Preview for volto canceled.
|
@sabrina-bongiovanni you are missing 2 steps that would make this pull request green:
If you run into any problems get in touch with your colleagues from Redturtle, they are more |
See Change log entry
Testing. Oh, wait, that's not much help. @ichim-david could you work on this issue today? 😁 |
@stevepiercy plone tune up day, might be a good time todo something about it indeed :) |
Thank you so much. I gave a look at these two topics with Piero and I managed to fix the problems. Let's see if the checks go through correctly this time :) |
To further clarify why the expedite PR instead of a discussion on the new feature: it's a feature the Classic UI file widget had in previous plone versions, this just makes it available again. |
* main: Add new types generator, don't know why they don't get included when releasing Release 18.0.0-alpha.22 Release @plone/registry 1.5.3 Cross-package manager Volto path resolver in webpack-relative-resolver (#5893) New `volto-update-deps` documentation (#5892) Release generate-volto 9.0.0-alpha.13 Release @plone/scripts 3.6.1 Improve and fix volto-update-deps (#5889) Sort facet values if they are numbers (#5865) Release generate-volto 9.0.0-alpha.12 Bump @plone/scripts and @plone/types to latests (#5888) Release 18.0.0-alpha.21 Release @plone/scripts 3.6.0 Release @plone/types 1.0.0-alpha.7 Notify in documentation useLinkedHeadings setting change after changes from #5225 (#5885) Add dependencies syncronizer utility (#5879) Update volto-slate configuration to indicate it is now part of the core. (#5886) Bump all the versions in GitHub workflows (#5873) Added download link to filename in file widget (#5880) Improve `@plone/types` - Block*Props - Widgets (#5876)
Added a UniversalLink tag around the filename to allow users to download the file directly from the widget in other views.
It's useful if a user needs to download the file but didn't create the content and does not have the original file.