Type: grid

Editable: false

Tags: div

The div tag with a special class will become a grid block. The grid class is specified in the grid.classname setting and by default it is grid.

<div class="grid">
    <div class="column column-6"></div>
    <div class="column column-6"></div>
</div>