Initialization Option Author API

show

Controls whether Item titles are visible in the Activity editor view.

You would want to use this to choose whether the Item title or the Item reference is shown to the author.

Note Setting activity_edit.item_title.show to true will also show Item titles in the Activity editor view.

Examples

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

Values

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

Default: false

Type boolean

Possible values:
  • true the Item title or "Untitled" will be shown.
  • false the Item reference will be shown.

Related articles

Was this article helpful?