Initialization Option Author API

show

Controls whether the Activity reference is shown in the toolbar and in the Activity details tab.

You would want to use this to hide the Activity reference.

Note Setting both reference.show and mode.show initialization options to false will hide the entire toolbar.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "reference": {
                "show": false
            }
        }
    }
};

Values

Request object key config.activity_edit.reference.show

Default: true

Type boolean

Was this article helpful?