Initialization Option Author API

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

Request object key config.activity_list.title.show_reference

Default: true

Type boolean

Was this article helpful?