Author API Initialization
all
Prevent Activities that contain all of the specified Tags from saving.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"save": {
"restricted_tags": {
"all" : [
{ "type": "TYPE1", "name": "NAME1" },
{ "type": "TYPE1", "name": "NAME2" },
{ "type": "TYPE2", "name": "NAME3" }
]
}
}
}
}
};
Values
Attribute path config.activity_edit.save.restricted_tags.all
Type array[TagsV2]