Skip to content

Variable: row

Misat11 edited this page May 10, 2020 · 3 revisions

row

This sets row of item. There are four rows (on one page): 1, 2, 3, 4

Yaml:

- stack: ...
  row: 4

Groovy:

item('...') {
  row(4)
}

Result:

Clone this wiki locally