Configuration of a single column.

Note that this deviates from Formio.js' own schema, as they are tightly coupled with Bootstrap properties/class names, which we deliberately avoid.

Hierarchy

  • Column

Properties

components: AnyComponentSchema[]

Nested components inside a single column.

size: 2 | 1 | 3 | 4 | 8 | 5 | 6 | 10 | 7 | 12 | 9 | 11

Size on non-mobile viewports.

The size specifies the number of columns spanned in a 12-column grid. If no mobile size is specified, a 100% width is assumed.

sizeMobile: 2 | 1 | 3 | 4

Size on mobile viewports.

The mobile size specifies the numbers of columns spanned in a 4-column grid.

Todo

Add backend migration to ensure this attribute is set everywhere.

Generated using TypeDoc