Author API Initialization
status
Controls whether the Activity status is shown in the Activity list view.
You would want to use this to hide the default status indicators and display your own custom indicators in your application, for example.
Examples
// Hide the Activity status
var initializationOptions = {
"config": {
"activity_list": {
"status": false
}
}
};
Values
Attribute path config.activity_list.status
Default true
Type boolean