Initialization Option Author API

show

Controls whether the actions tab is shown in the Item editor view.

You would want to use this to allow authors to access the action builder tool.

Important Supported with rendering_type set to "assess" only.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "actions": {
                    "show": true
                }
            }
        }
    }
};

Values

Request object key config.item_edit.item.actions.show

Default: false

Type boolean

Related articles

Was this article helpful?