Tag input type
Contents
A simple input for adding free-text tags. Tags will be autocompleted based on tags in other items with the same property name.
Usage
- type: "Tag"
name: "my_tag"
label: "My Tag"
occurrences:
min: 0
max: 0
Output
Value type: String — not included in _alltext
With multiple occurrences, the values are returned as an array.
{
"my_tag": [
"first-tag",
"second tag",
"The third tag"
]
}