-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎊 !
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