-
Notifications
You must be signed in to change notification settings - Fork 1.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
Disable features on static posters phase #18132
Merged
zwarm
merged 6 commits into
release/21.9
from
issue/disable_features_on_static_posters_phase
Mar 17, 2023
Merged
Disable features on static posters phase #18132
zwarm
merged 6 commits into
release/21.9
from
issue/disable_features_on_static_posters_phase
Mar 17, 2023
Conversation
This file contains 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
Updates: the logic to remove template selection ability in static poster phase 4 This commit is based on this commit b2feee0 from this PR - #17738 which disabled the feature on phase 4 Added a helper function to disable the template selection in pages and replaced the usages of `shouldRemoveJetpackFeatures` with `shouldShowTemplateSelectionInPages`
Updates: the logic to add jetpack powered blocks ability in static poster phase This commit is based on this commit 4418fbd from this PR - #17587 which disabled the jetpack powered editor features on phase 4 Added a helper function to disable the Jp powered editor features in pages and replaced the usages of `shouldRemoveJetpackFeatures` with `shouldShowJetpackPoweredEditorFeatures`
📲 You can test these changes on WordPress by downloading wordpress-installable-build-pr18132-4ac1550.apk
|
📲 You can test these changes on Jetpack by downloading jetpack-installable-build-pr18132-4ac1550.apk
|
enejb
approved these changes
Mar 17, 2023
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.
This works really well for me! Nice work!
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.
Closes #18131
Description
This PR focuses on disabling the following features during the static screens phase.
To test
jp_removal_static_posters
and restart the appTest - Page Creation Template Picker
Test - Quick Start
Test - Jetpack powered editor blocks AND Help and Support
Note: These instructions were copied from PR #17587 - thanks @fluiddot ### 1 - Editor Jetpack-powered features **ENABLED** in **WordPress app**Preparation
p_removal_static_posters
and restart the appCheck Jetpack blocks
Contact Info
,Story
,Layout Grid
blocks).Check @-mentions and X-posts features
+
character and observe that thex-post
sheet is displayed.NOTE:
x-post
feature only works in sites with the O2 plugin enabled like P2-based sites. In order to test this, please use a P2-based site.@
character and observe that the@-mentions
sheet is displayed.@
format button is displayed.Check the help's support section
Support
, tap on it.Check Reusable blocks
Check Unsupported Block Editor (UBE)
2 - Editor Jetpack-powered features DISABLED in WordPress app
p_removal_static_posters
and restart the appCheck Jetpack blocks
Check @-mentions and X-posts features
+
character and observe that thex-post
sheet is NOT displayed.NOTE:
x-post
feature only works in sites with the O2 plugin enabled like P2-based sites. In order to test this, please use a P2-based site.@
character and observe that the@-mentions
sheet is NOT displayed.@
format button is NOT displayed.Check the help's support section
Support
, tap on it.Check Reusable blocks
Check Unsupported Block Editor (UBE)
3- Editor Jetpack-powered features ENABLED in Jetpack app
jp_removal_four
flag on. This flag should be omitted by the Jetpack app.Regression Notes
Potential unintended areas of impact
The features are still visible when in static poster phase
What I did to test those areas of impact (or what existing automated tests I relied on)
Manual testing and updated unit tests
What automated tests I added (or what prevented me from doing so)
N/A
PR submission checklist:
RELEASE-NOTES.txt
if necessary.