Author API Initialization
show
Controls whether Activity titles are visible in the Activity list view.
You would want to use this to always show the Activity title instead of the Activity reference.
Examples
// Show the Activity titles instead of the Activity reference
var initializationOptions = {
"config": {
"activity_list": {
"title": {
"show": true
}
}
}
};
Values
Attribute path config.activity_list.title.show
Default false
Type boolean
Possible values
truethe Activity title or "Untitled" will be shown.falsethe Activity reference will be shown.