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

Author API Initialization

edit

Controls whether the status option can be changed.

You would want to use this to prevent authors from changing an Item's status.

Examples

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

Values

Attribute path config.item_edit.item.details.status.edit

Type boolean

Was this article helpful?

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