Columns
Columns tool is different from other built-in tools. It is not a content element but rather a block that allows end-users to quickly add a new empty block and choose its column configuration.
Enable / Disable
Columns tool is enabled by default but you can choose to disable it.
unlayer.init({
tools: {
rows: {
enabled: false
}
}
});
Updated about 2 months ago