tags_on_create
Holds Tag objects which are added to a new Item when saved.
A maximum of 50 Tags are allowed.
Note Tag types also defined in the
A maximum of 50 Tags are allowed.
Note Tag types also defined in the
hide_tags
array will be added on save, but will not displayed in the UI.Examples
"tags_on_create": [
{
"type": "Subject",
"name": "Math"
},
{
"type": "Grade",
"name": "Grade 9"
}
]
Values
Request object key config.item_edit.tags_on_create
Default: []
Type array[object |Array]