Initialization Option Author API

show

Controls whether the Activity title is shown.

You would want to use this to show the Activity title instead of the Activity reference.

Note The navigate search parameter when using Activity titles is titleOrReferenceOrDescription instead of referenceOrDescription, which will be ignored.

Examples

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

Values

Request object key config.activity_edit.title.show

Default: false

Type boolean

When set to true, the Activity reference will not be shown and the reference.show and reference.edit initialization options are ignored.

Was this article helpful?