Initialization Option Author API

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

Request object key config.activity_edit.status.show

Default: true

Type boolean

Was this article helpful?