I need to create a content type in which the title field must be labeled "Name" instead of "Title".
is there an easy way to change the title label of the field in order to use default plone.app.dexterity.behaviors.metadata.IBasic
and plone.app.content.interfaces.INameFromTitle
instead of having to create the fields and indexers again?