Author API Initialization
add
Controls whether Item review workflow comments can be added.
You would want to use this to prevent authors from adding workflow comments.
Examples
// Disable workflow comments
var initializationOptions = {
"config": {
"global": {
"workflow": {
"item": {
"comments": {
"add": false
}
}
}
}
}
};
Values
Attribute path config.global.workflow.item.comments.add
Type boolean