config.activity_list.title.show_reference - Initialization - Author API

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

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.