config.item_edit.item.status - Initialization - Author API

Author API Initialization

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

Attribute path config.item_edit.item.status

Default false

Type boolean

Was this article helpful?

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