Initialization Option Author API

global

Holds configuration for global settings.

Values

Request object key config.global

Type object

This object has the following properties which can be configured.

  • ab_standards object

    Holds the configuration for the integration of Academic Benchmarks / AB Connect.

  • disable_onbeforeunload boolean

    If set to true, the HTML DOM onbefore event is not listened to by Author API.

  • hide_tags array

    Tag types defined in hide_tags will not be displayed in Tag suggestions when: Using "Find by tags" drop-down menu in the Item or Activity list views Browsing via browse controls Applying Tags to Items/Activities Viewing the tags attached to an Item/Activity You can only specify hide_tags or show_tags, but not both at the same time.

  • items object

    Holds the configuration for items.

  • show_tags array

    If you define Tag types in show_tags, only Tags of the specified type will be displayed in the Tag suggestions when: Using "Find by tags" drop-down menu in the Item or Activity list views Browsing via browse controls Applying Tags to Items/Activities Viewing the tags attached to an Item/Activity You can only specify hide_tags or show_tags, but not both at the same time.

  • workflow object

    Holds the configuration for workflows.