config.activity_edit.reference.edit - Initialization - Author API

Author API Initialization

edit

Controls whether the Activity reference can be changed in the toolbar and Activity details tab.

You would want to use this so that you can prevent authors from changing the Activity reference. The reference will be shown but cannot be changed.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "reference": {
                "edit": false
            }
        }
    }
};

Values

Attribute path config.activity_edit.reference.edit

Default true

Type boolean

Was this article helpful?

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