Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of the a project I was asked to create a
Download
button for a VideoPress video. This functionality exists within the iFrame of the VideoPress block but it's not obvious where this button is because it is hidden inside a modal, and the modal trigger button is only visible when hovering over the video.No VideoPress block found
is displayed on the backend and nothing is displayed in the front endallow download
button checked otherwise aDownload is disabled for this video
message is displayed in the backend and nothing is displayed on the front endVideo cannot be downloaded
error on the front end.Due to the way this block works, it is not possible to use it with synced patterns or FSE templates.
Please note I also used the
__experimentalBorder
property in the block.json because the button would work better with this enabled, but let me know if you would like me to take this out