Author API Initialization
show
Controls visibility of Item status in the Activity edit view.
You would want to use this to hide the Item status from authors.
Examples
// Hide the Item status
var initializationOptions = {
"config": {
"activity_edit": {
"item": {
"status": {
"show": false
}
}
}
}
};
Values
Attribute path config.activity_edit.item.status.show
Default true
Type boolean