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

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

Related articles

Was this article helpful?

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