Author API Initialization
tabs
Controls whether tabs can be added to Items in the Item editor view. This option appears in the Item settings view, in the layout section.
You would want to use this to prevent authors from creating Items with navigation tabs.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"tabs": false
}
}
}
};
Values
Attribute path config.item_edit.item.tabs
Default true
Type boolean