Initialization Option Author API

back

Controls whether the back button is shown in the Item editor view.

You would want to use this to prevent authors from navigating back to the Item list view.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "back": false
            }
        }
    }
};

Values

Request object key config.item_edit.item.back

Default: true

Type boolean

Was this article helpful?