RNMobile: Add new Video block capability#59144
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
derekblank
left a comment
There was a problem hiding this comment.
LGTM -- Approving, if it's advantageous to merge the enableVideoPressV5Support flag ahead of the ongoing changes in Automattic/jetpack#35637. 🚀
I'm hesitant to proceed with merging these changes before WP-Android and WP-iOS PRs are ready to be merged. Otherwise, we'll likely get build failures when using |
What?
This PR is adding a new capability to enable changes to the Video block.
Why?
There are times where the Video block doesn't work as expected, this PR helps lay the groundwork for addressing this.
How?
Previously-used patterns to add a new capability have been followed.
Testing Instructions
See the related Gutenberg Mobile PR here for an example of when this new capability will be useful: wordpress-mobile/gutenberg-mobile#6634