Shopify just upgraded our theme editor to 2.0, but our theme is 1.0. There is very problematic behavior I’ve noticed.
In order to differentiate blocks, the previous theme editor would display a title from the schema if id was set using
"id": "title"
This was discussed here: https://community.shopify.com/c/Shopify-Design/Dynamically-Name-Section-Blocks-to-differentiate-many-blocks/td-p/424657
Now in the 2.0 editor, your 1.0 theme blocks show a generic title even with the id set to title in the schema. This is a huge problem if you have a lot of blocks and you need to see what they are. For example we were using blocks to set custom color swatches. Here is what it looks like in 1.0 editor versus 2.0:
We can no longer see what a color swatch is without clicking on each one. I’m noticing this behavior everywhere in the theme where blocks are used in a section. Every block has a generic title for the type of block.
Is there some change that can be made in the schema to bring the title back?



