config.activity_edit.status.show - Initialization - Author API

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

Was this article helpful?

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