Class: TagTypeConfiguration

$k. TagTypeConfiguration

new $k.TagTypeConfiguration()

This configuration is used to map tags to semantic elements.

Methods

static$k.TagTypeConfiguration.from(configurationElement) : $k.TagTypeConfiguration

Returns the tag type configuration defined by the element

Name Type Description
configurationElement $k.SemanticElement

The tag type configuration element (semantic element, identifier oder element id)

Since:
  • 5.2.0
Returns:
Type Description
$k.TagTypeConfiguration

intrafindTagList(language, removeDuplicates)

Returns the tag list for this tag type in a format suitable for the Intrafind tagger

Name Type Description
language string optional

Language identifier string or Undefined

removeDuplicates boolean optional

Remove duplicate strings in this list of tags

Since:
  • 5.2.0