new TagTypeConfiguration()
This configuration is used to map tags to semantic elements.
Methods
(static) from(configurationElement) → {$k.TagTypeConfiguration}
Returns the tag type configuration defined by the element
Parameters:
Name | Type | Description |
---|---|---|
configurationElement | $k.SemanticElement | The tag type configuration element (semantic element, identifier oder element id) |
- Since
- 5.2.0
Returns:
- Type:
- $k.TagTypeConfiguration
intrafindTagList(languageopt, removeDuplicatesopt)
Returns the tag list for this tag type in a format suitable for the Intrafind tagger
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
language | string | <optional> | Language identifier string or Undefined |
removeDuplicates | boolean | <optional> | Remove duplicate strings in this list of tags |
- Since
- 5.2.0