Author API Initialization
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
Attribute path config.item_edit.item.columns
Default true
Type boolean