authors

All the authors of this content item.

Type: java.util.List<Person>

Example usage

To get all the authors:

${myPresentationArticle.authors}

To get one particular author:

${myPresentationArticle.authors[index]}

where index is the index of the author you want.