Unsupported block editor is on all mobile builds#23592
Merged
Conversation
2 tasks
|
Size Change: 0 B Total Size: 1.13 MB ℹ️ View Unchanged
|
This was referenced Jun 30, 2020
00a2cd1 to
d7b7b11
Compare
d7b7b11 to
1c66a2e
Compare
Contributor
|
Updated the PR making it possible to enable-disable this feature ( |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Previously, mobile's unsupported block editor was only available on development builds. It is now ready to be made available on all builds, so this PR removes that restriction.
Related:
How has this been tested?
Download the test build for iOS: Enable editing of unsupported blocks wordpress-mobile/WordPress-iOS#14403 (comment)
Perform the test cases for the Unsupported Block Editor from Add test case for unsupported block editor wordpress-mobile/test-cases#39
Repeat steps 1 and 2 for the test build for Android: Enable editing of unsupported blocks wordpress-mobile/WordPress-Android#12331 (comment)
Screenshots
Note: the black navigation bar title on the iOS gif below looks like a bug but not part of this PR — I see it on the v15.2 build of WPiOS and have reported it here.
Types of changes
This code introduces a new feature: the ability for users to edit in a web-view blocks that are not yet supported on mobile
Checklist: