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