-
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
[widgets.php] Use textarea for editing block widgets #24899
Conversation
Size Change: 0 B Total Size: 1.38 MB ℹ️ View Unchanged
|
In nav-menus.php the equivalent
|
a6d86ac
to
03a239f
Compare
@noisysocks I just addressed your feedback |
I tested this and the render html does appear in a textarea but:
|
I just tested it locally, and got the same result as above. |
Blocked by #25625 as depending on the outcome there either a textarea or a block preview may make more sense. |
We're going to properly implement a block editor in the Customizer. We should go ahead and do this so that |
03a239f
to
e5c2614
Compare
Rebased. |
e5c2614
to
62d4efa
Compare
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.
LGTM!
Description
As @noisysocks noted here:
This PR updates the Widget Block to use a textarea as it's edit form instead of rendering the block.
How has this been tested?
Types of changes
Non-breaking change
Checklist: