**Description** Would be nice if when editing template schema we could add more user friendly name that would be displayed in the CMS.  ### Proposed solution Would be nice to have "Home Hero" vs "TemplateHomepageHero" ```export default schema.define({ name: 'TemplateHomepageHero', label: 'Home Hero', description: '', fields: [], });```