Field - separator (knowledge graph)

This feature is no longer available but remains supported for customers with an existing knowledge graph implementation.

Description

Multi-value field can be displayed as:

  • string - array of values will be concatenated using defined separator

  • list - array of values will be displayed as unstyled list; to overwrite that refer to CSS class kg-list-value

Default value

field: {
  display: 'string'
}

Examples

field: {
  display: 'list',
}