-
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
Enable Gutenberg for all and hide legacy editors options #9208
Conversation
And hardcode the `is...Enabled` App settings to only have Aztec and Gutenberg enabled. This way, the code that depends on those flags can still run fine while we're transitioning away from supporting the 2 oldest editors.
You're safe, the freeze is done 😄 |
Added the "Not ready for review" flag to postpone until I have another closer look at the PostListFragment change. |
This reverts commit 0fa3dfe. Reverting to let the code be untouched for now. Besides, hardcoded the AppPrefs.isAztecEditorEnabled() method to true anyway.
Lifted the "Not ready for review" flag, ready for a pass! |
LGTM! Added: I've already reviewed the other PR. |
…r-support Tag for the Gutenberg default flag for Support
**** WARNING: Don't merge before the 11.8 app freeze has happened (currently scheduled for Monday Feb 11th 2019)
**
Addresses:
Before testing
To test A:
Use block editor for new posts
toOFF
6 Verify that the editor used is now Gutenberg. Look for the "undo/redo" buttons in the bottom toolbar, characteristic of Gutenberg at this point.
To test B:
Use block editor for new posts
toON
6 Verify that the editor used is now Gutenberg. Look for the "undo/redo" buttons in the bottom toolbar, characteristic of Gutenberg at this point.
To test C:
Update release notes:
RELEASE-NOTES.txt
.