You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fieldtypes/grid.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,13 @@ Specifies the maximum number of rows this Grid can have. For example, if you ent
33
33
34
34
Enables moving the Grid rows with drag & drop to change the order
35
35
36
-
#### Always use a vertical grid layout?
36
+
#### Grid layout
37
37
38
-
The fields within the grid will be always stacked vertically on the publish form.
38
+
**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.
39
39
40
-
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.
40
+
**Vertical layout** - The fields within the grid will always be stack vertically on the publish form.
41
+
42
+
**Horizontal layout** - The fields within the grid will always be stacked horizontally on the publish form.
0 commit comments