Author API Initialization
show
Controls whether the Activity reference is shown in the toolbar and in the Activity details tab.
You would want to use this to hide the Activity reference.
Note Setting both reference.show and mode.show initialization options to false will hide the entire toolbar.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"reference": {
"show": false
}
}
}
};
Values
Attribute path config.activity_edit.reference.show
Default true
Type boolean