starter icon indicating copy to clipboard operation
starter copied to clipboard

Show the title of the component along with the component name in the content tree.

Open Harikarthyk opened this issue 1 year ago • 3 comments

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.

image

Harikarthyk avatar Apr 05 '23 13:04 Harikarthyk

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.

michalcukierman avatar Apr 05 '23 13:04 michalcukierman

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.

paweljozwicki avatar Apr 06 '23 05:04 paweljozwicki

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.

wildone avatar Apr 12 '23 10:04 wildone