Author API Initialization
show
Controls whether the Tags tab is shown in the Activity editor.
You would want to use this to hide the Tags tab in the Activity settings.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"tags": {
"show": false
}
}
}
};
Values
Attribute path config.activity_edit.tags.show
Default true
Type boolean