Skip to Content

TermSet

Displays an open taxonomy field in which tag is suggested as it is being written and if it does not exist it allows to create it.

Interface

interface ITagField extends IBaseField { maxTags?: number; }

Example

TagPicker
{ "name": "tags", "type": "TagPicker", "label": { "en-US": "Tags", "es-ES": "Etiquetas" }, "description": { "en-US": "Add tags to your article to help others find it", "es-ES": "Añada etiquetas al artículo para ayudar a los demás a encontrarla" } }

Properties

type

Must be “TagPicker”.

  • Type: "TagPicker"

  • Required: Yes

maxTags

​​​​​​​Maximum number of tags that can be selected.

  • Type: number

  • Required: No

  • Default value: 10