config.activity_edit.item.title.show_reference - Initialization - Author API

Author API Initialization

show_reference

Controls whether Item references are shown in the Activity editor view.

You would want to use this to hide the display of Item references.

Examples

// Hide the Item references
var initializationOptions = {
    "config": {
        "activity_edit": {
            "item": {
                "title": {
                    "show_reference": false
                }
            }
        }
    }
};

Values

Attribute path config.activity_edit.item.title.show_reference

Default true

Type boolean

Related articles

Was this article helpful?

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