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

Author API Initialization

edit

Controls whether the notes field can be changed.

You would want to use this so that you can prevent authors from editing the Item's notes.

Examples

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

Values

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

Type boolean

Was this article helpful?

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