-
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
Template Part: Move "title" to block toolbar #24450
Template Part: Move "title" to block toolbar #24450
Conversation
Size Change: -43 B (0%) Total Size: 1.16 MB
ℹ️ View Unchanged
|
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.
Requirements
- I can modify and persist the template part name.
- I can modify and persist the template part name at the same time as other site editor updates.
- Text changes are still cached when, without saving, the user focuses on a new block and returns focus to the original block.
Browsers
- Firefox
- Chrome
- Edge
- Safari
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.
The changes here make sense to me. I know that you mention that "This is not supposed to be a super fancy, polished design or implementation", and that "It's just a foundation from which we can improve the interaction." I think it might warrant a quick check-in with design to make sure that this the UX pattern upon which we'd like to iterate.
With that being said, the code changes look good to me. 🚀
2b07531
to
411ced5
Compare
Description
Moves the title input to the block toolbar for consistency. Work towards #23871.
_Note: This is not supposed to be a super fancy, polished design or implementation. It's just a foundation from which we can improve the interaction. _
This is part of our work towards the editing interactions with the different entity-related blocks in the editor, like the template parts.
How has this been tested?
Locally, in edit site.
Screenshots
Types of changes
Enhancement
Checklist: