Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/fieldtypes/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ Specifies the maximum number of rows this Grid can have. For example, if you ent

Enables moving the Grid rows with drag & drop to change the order

#### Always use a vertical grid layout?
#### Grid layout

The fields within the grid will be always stacked vertically on the publish form.
**Auto (default)** - the fields within the grid will be placed in a horizontal row on bigger screens, and stacked vertically on smaller screens or when there is not enough space on the page.

When turned off, the fields within the grid will be placed in a horizontal row next to each other in bigger screens, and stacked vertically on smaller screens.
**Vertical layout** - The fields within the grid will always be stack vertically on the publish form.

**Horizontal layout** - The fields within the grid will always be stacked horizontally on the publish form.

### Grid Fields

Expand Down