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