Author API Initialization
edit
Controls whether the status option can be changed.
You would want to use this to prevent authors from changing an Item's status.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"details": {
"status": {
"edit": false
}
}
}
}
}
};
Values
Attribute path config.item_edit.item.details.status.edit
Type boolean