Template Part: Allow changing properties in focus mode#43151
Conversation
| <Text | ||
| size={ 16 } |
| return ( | ||
| <div className="edit-site-template-details"> | ||
| <div className="edit-site-template-details__group"> | ||
| <VStack className="edit-site-template-details__group" spacing={ 3 }> |
There was a problem hiding this comment.
I switched to VStrack. It makes it much easier to control spacing.
|
Size Change: +2.33 kB (0%) Total Size: 1.27 MB
ℹ️ View Unchanged
|
|
Nice! Everything seems to be working :) We can probably lose the helper text beneath the title input. I think we should put these fields in the Inspector too, but we can do that separately since it should be aligned with regular templates. Perhaps we can tackle them together. |
Remove help text just for template parts or for both?
I agree it makes sense to implement this for both template types. Probably as a part of the |
Probably just Template Parts for now, the content doesn't make sense there.
I shared some potential designs over here: #36951 (comment) |
Added condition to hide the help text for template parts 👍 |
jameskoster
left a comment
There was a problem hiding this comment.
Nice, I think this is good to go.



What?
Resolves #37220.
PR updates the "Template Details" dropdown and enables changing the Template Part title and area.
The title edit field is only displayed for user-created parts while changing the
areais available for any template part.Why?
The user should be able to manage template properties while working in "focus mode."
How?
canEditTitlecondition to include template parts.Testing Instructions
Additional tests
Confirm that template part-related changes don't affect the details dropdown for the Templates.
Screenshots or screencast