Initialization Option Author API

back

Controls whether the back button is shown Item search views.

You would want to use this to hide the back button in the Activity editor Item search.

Examples

// Show the Item titles and hide the Item references
var initializationOptions = {
    "config": {
        "activity_edit": {
            "item_search": {
                "back": false
            }
        }
    }
};

Values

Request object key config.activity_edit.item_search.back

Default: true

Type boolean

Was this article helpful?