-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Revert "Honor the Disable Visual Editor setting (#12000)" #12151
Revert "Honor the Disable Visual Editor setting (#12000)" #12151
Conversation
This reverts commit 095d18f.
Seems like it will fix the reported issue. However, we still need to find a way to fix the original issue which we are about to revert. |
I pushed a commit adding the RichText support in Gutenberg itself. |
Code in 97ffd1b looks good, I'm testing it. |
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.
Gooood, let's
</div> | ||
{ isRichEditingEnabled && ( | ||
<div className="edit-post-text-editor__toolbar"> | ||
<h2>{ __( 'Editing Code' ) }</h2> |
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.
@youknowriad Should this headline maybe still be displayed (without the button)? See #12182 for a related report.
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.
Sure no strong opinion.
Fixes #12148 by reverting #12000.
From #12148 (comment):