# registerLayout

**Kind:** Function

**Source:** [`atloria-monorepo/libs/pme-core/src/tools/layouts/registry.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/tools/layouts/registry.ts#L21)

Register a layout renderer for a section type.

## Signature

```ts
function registerLayout(sectionType: string, layoutKey: string, renderer: SectionRenderer): void
```

## Parameters

| Name | Type |
|---|---|
| `sectionType` | `string` |
| `layoutKey` | `string` |
| `renderer` | `SectionRenderer` |

**Returns:** `void`
