-
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
[FSE] Show Template Part color settings when in isolated mode #30641
Comments
The styles for the template part are saved in the template that includes the template part. I wonder if we need to rethink template parts and remove all styling and layout options from them and only let them be a container for the content. Related: #30732 |
Agree. I don't think this is possible with the current architecture. We could perhaps solve this only for the template part focus mode though (when there's a back button), but I'm not sure if it's worth the effort. |
I agree. These settings are stored in the template, it doesn't really make sense for the template part editor to have them. Is there another way of addressing the confusion here? What do you think @mtias? |
We removed the ability to apply style to Template Part blocks directly in #36571. This should eliminate the confusion around being able to style them in the regular editor, but not in focus mode (and the relationship thereof). Do you think we can close this issue @annezazu? To be clear, it should still be possible to edit template part properties like name and area in focus mode (#37220). |
Yes :) Thanks for following up here. If this gets added back, we can revisit. |
What problem does this address?
Currently, if you are viewing an isolated template part, the usual block settings for that template part aren't viewable. You're not able to select the overall template part either to make specific changes to styling. Considering this is an isolated view, it seems one should actually be able to edit the entire template part even more directly including setting colors. This came up as part of the fourth call for testing for the FSE Outreach Program:
Template View
Opening the site editor > opening a specific template > selecting the Header template part
Isolated Template Part View
Opening the site editor > using the navigation component to navigate to a template part > viewing the template part.
Note that you're unable to even select the parent template part block while in this view.
What is your proposed solution?
When one navigates to the isolated template part, enable the ability to modify the entire template part rather than just showing the contents of the template part.
The text was updated successfully, but these errors were encountered: