Author API Initialization
show_reference
Controls whether Activity references are visible in the Activity list view.
You would want to use this to hide the Activity references.
Examples
// Show the Activity titles instead of the Activity reference
var initializationOptions = {
"config": {
"activity_list": {
"title": {
"show_reference": false
}
}
}
};
Values
Attribute path config.activity_list.title.show_reference
Default true
Type boolean