4.2.8
Patch: Container field column controls in the inspector sidebar
Selecting a Container on the Fields tab now reveals a Layout section in the inspector sidebar with the column controls. Three column-count inputs (desktop / tablet / mobile, 1–6 each) plus a free-text gap field. Tablet and mobile inherit from the next breakpoint up when left blank.
- Settings persist on the field and emit as inline CSS variables (
--cf-cols,--cf-cols-t,--cf-cols-m,--cf-gap) on the saved.cf-rowwrapper, so the runtime form picks them up via the existing rules informs.css. - The canvas now applies the same CSS variables to the container’s drop area, so the drag-and-drop preview mirrors the runtime grid instead of stacking fields vertically.
- New Containers ship with
cols_desktop: 2,cols_mobile: 1,gap: 1remby default — a useful starting point you can override per breakpoint.
Full Changelog: