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

Author API Initialization

edit

Controls whether the source field can be changed.

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

Examples

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

Values

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

Type boolean

Was this article helpful?

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