Overview
The repeatable entry allows you to repeat a set of entries and layout components for items in an array or relationship.schema() which gets repeated for each item.
Grid layout
You may organize repeatable items into columns by using thegrid() method:
columns() method of the grid. This allows you to responsively customize the number of grid columns at various breakpoints.
Removing the styled container
By default, each item in a repeatable entry is wrapped in a container styled as a card. You may remove the styled container usingcontained():