> For the complete documentation index, see [llms.txt](https://docs.gridmate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridmate.io/troubleshooting/config-samples/inline-page-layout.md).

# Inline Page Layout

Paste into **Record Related Components** of a GM grid. See [Grid - Inline Components](/advanced-guides/inline-grid-setup.md#configuration).

```json
[
    {
        "component": "gmpkg:RecordPageLayoutComponent",
        "attributes": {
            "sObjectName": "Contact"
        }
    }
]
```
