Author API Initialization
show
Controls whether the status drop-down menu is shown.
You would want to use this to hide the status from authors.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"details": {
"status": {
"show": false
}
}
}
}
}
};
Values
Attribute path config.item_edit.item.details.status.show
Type boolean