starter
starter copied to clipboard
Show the title of the component along with the component name in the content tree.
As of now, the content tree only shows the component name, so if we have nested instances of the same component, it looks a bit hard in some cases to identify the specific component from the content tree. If we just added some unique user-friendly titles for all the components along with the component name, it would be helpful to identify the components easily.
Some components does not have visible titles, maybe we could even allow to add a title only to be able to mark it here. The same title could be displayed in the component marker in the editor. @paweljozwicki I think the ticket is very valid.
Totally agree. The possibility to add a title for each component definitely should help, but I think we should consider some automation whenever it will be possible.
You could easily check for title
property and if thats not there use node name, as its always helpfull to know that. Maybe even as the tooltip for the title.