config.item_edit.item.back - Initialization - Author API

Author API Initialization

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

Attribute path config.item_edit.item.back

Default true

Type boolean

Was this article helpful?

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