Initialization Option Author API

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

Request object key config.item_edit.item.tabs

Default: true

Type boolean

Related articles

Was this article helpful?