It is possible to add custom and built-in metadata to the source file as follows:
{
'meta': {
'title': 'My Title',
'editorialType': 'article'
}
}
The Jinja connector automatically adds the ft:
prefix for built-in metadata. For example clusterId
becomes ft:clusterId
.