I can’t remember if you’ve said this would be coming in a future release, but now that we’ve got conditional statements for Layouts & Headers, I’d really love to be able to apply them to specific elements too.
One use case for me is turning on/off whole bars in the headers. For example, I have a standard header bar I want to appear on every page, and I’d like to have a second bar with some additional stuff in it (title, share links, etc.) – but only have that appear on blog posts.
I know I can accomplish this by building the primary header, then duplicating it, then adding specific conditions & a higher priority… but that gets cumbersome to support if I ever change the styling on the primary header.
Another use case I immediately ran into was that I want to build a single blog post layout, and have it support posts with and without featured images. In my case, I only want to display the image if there is one – but it appears the current layout builder outputs the empty image element if there isn’t a featured image set.

