-
Notifications
You must be signed in to change notification settings - Fork 58
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
Prevent validation error when viewing VideoPress markup within app #4899
Conversation
The 'blocks/videopress/editor' file will import a hook that enables VideoPress previews within the app.
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
…ress-mobile/gutenberg-mobile into jetpack/enable-videopress-previews
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.
Approved via Automattic/jetpack#24548
@SiobhyB @jhnstn I see that the Jetpack PR was already merged, so I'm wondering if this PR could be merged, is there anything that blocks it? |
@fluiddot, thanks for the nudge! The only thing that was delaying me from going straight to merge was I wasn't certain of the status around the Jetpack submodule, given we were using an older reference for a long time. I've gone ahead to catch up on the conversations around that and see we're using a newer reference now, so there are no blockers to updating. I'll go ahead to update this PR and merge it. :) |
Partially fixes WordPress/gutenberg#30987
At the moment, blocks with VideoPress markup create a validation error within the app. This creates a problem as posts that contain videos (for sites with VideoPress enabled) are automatically converted to use VideoPress markup when saved on the web.
Related PRs
jetpack
: [RNMobile] Prevent validation error when viewing VideoPress markup within app Automattic/jetpack#24548Description and Testing
Please refer to the Jetpack PR as the "central PR" with the most up-to-date details and testing instructions.
PR submission checklist: