Content types has content-display-name-script, I would like the same functionality for parts.
http://xp.readthedocs.io/en/stable/developer/site/content-types/custom-types.html?highlight=display-name-script
When you use the same part many times on a page, for instance form text input fields, the component view lists the same part name many times. If you want to rearrange the order of them it becomes difficult to pick the correct one…
Since I know the input field name is a required field, I would like to use that name in content studio component view too.
As a workaround I think I can manipulate the model on the layout level, only when mode==edit ofcourse.