Author API Initialization
show
Controls whether the status drop-down menu for the Activity status is shown.
You would want to use this to hide the menu from the interface and prevent authors from changing the workflow status.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"status": {
"show": false
}
}
}
};
Values
Attribute path config.activity_edit.status.show
Default true
Type boolean