title-field

Nominates one of the fields in a content-type as its title field. title-field must be the child of a content-type element, and the value it contains must be the name of one of the fields in that content-type.

Title field is a legacy concept required for backwards compatibility with earlier versions of the Content Engine. If a title field is not defined in this way then the PresentationArticle bean's (deprecated) title property will not return a value.

Please note that the field that is to be used as title-field needs to be of mime-type: text/plain.

Syntax
<title-field>
    text
  </title-field>