config.global.workflow.item.comments.add - Initialization - Author API

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

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.