← Theme & layout
Layout
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}/layoutPUT
Replace layout settings.
PUT /api/v1/en/{websiteId}/layoutUse the following request body shape:
{
"maxContentWidthPx": 1200,
"breakpoints": []
}MCP
MCP: get_layout, update_layout.