Initialization Option Author API

columns

Controls whether the preconfigured columns options are shown in the layout tab of the settings view.

You would want to use this to prevent authors from setting up a columns style layout for any Items.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "columns": false
            }
        }
    }
};

Values

Request object key config.item_edit.item.columns

Default: true

Type boolean

Was this article helpful?