<% containers.each((container, index) => { %>
<% container.children.each((block, index) => { %>
<%= allowedBlocks[block.name] %>
<% }) %>
<%= _.i18n('Column Settings') %>
<%= _.i18n('Align Items') %>
Select how items will be aligned inside column.
> > >
Column Grow/Shrink
Control column size and free space distribution.
Default - the column will take space according to its content size and will shrink when there is no enough space.
Grow - the column will grow to fill all available space and will shrink when space not enough.
None - the column will always have its content size and won't shrink.
> > >
Additional CSS Classes
Assign additional CSS classes separated with whitespace.
<% }) %>