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

Author API Initialization

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.

Examples

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

Values

Attribute path 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?

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