Initialization Option Author API

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

Request object key config.activity_edit.reference.edit

Default: true

Type boolean

Was this article helpful?