Initialization Option Author API

show

Controls visibility of Item status in the Activity edit view.

You would want to use this to hide the Item status from authors.

Examples

// Hide the Item status
var initializationOptions = {
    "config": {
        "activity_edit": {
            "item": {
                "status": {
                    "show": false
                }
            }
        }
    }
};

Values

Request object key config.activity_edit.item.status.show

Default: true

Type boolean

Was this article helpful?