config.item_edit.item.title.edit - Initialization - Author API

Author API Initialization

edit

Controls whether the Item title can be changed.

You would want to use this to prevent authors from changing the Item titles.

Examples

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

Values

Attribute path config.item_edit.item.title.edit

Default true

Type boolean

Was this article helpful?

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