Initialization Option Author API

status

Controls whether the Item status is shown in the Item editor view.

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

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "status": {
                    "show": false
                }
            }
        }
    }
};

Values

Request object key config.item_edit.item.status

Default: false

Type boolean

Was this article helpful?