Layout controls the content column width and breakpoint definitions used by the site shell and blocks.

Operations

GET

Read layout settings.

GET /api/v1/en/{websiteId}/layout

PUT

Replace layout settings.

PUT /api/v1/en/{websiteId}/layout

Use the following request body shape:

{
  "maxContentWidthPx": 1200,
  "breakpoints": []
}

MCP

MCP: get_layout, update_layout.