Initialization Option Author API

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

Request object key config.activity_edit.item.title.show_reference

Default: true

Type boolean

Related articles

Was this article helpful?