Metadata - Fluid Topics - Latest

Jinja Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

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.