---
title: "editorLayout"
description: "An editor dock arrangement as an asset: a <name>.editorLayout/ folder whose layout.yaml names either the panels the arrangement holds, each with the region it seeds into, or a captured arrangement in…"
section: "Types"
slug: "types-editorlayout"
canonical: "https://origozero.ai/docs/types-editorlayout"
updated: "2026-09-10T13:19:11.294386369+00:00"
tags: ["asset-type", "reference"]
---

# editorLayout

```yaml
# recording.editorLayout/layout.yaml
title: The scene and the first agent's terminal side by side.
mode: full            # full | simple
panels:
  - { id: viewport, dock: center }
  - { id: agent, dock: right }
fractions: { right: 0.42 }
```

A layout the editor ships lives in the built-in library; one a person saves
lives in the world at `/zero/source/editor/layouts/`. Both are the same asset,
and a world layout of the same name stands in for the built-in one.
