> 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-record-layout.md).

# Inline Record Layout

```coffeescript
[
   {
      "component": "gmpkg:RecordLayoutComponent",
      "attributes": {
         "targetObjName": "Contact",
         "recordIdField": "Sponsor__c",
         "recordLayout": "{\"sections\":[{\"name\":\"contactInformation\",\"label\":\"Contact Information\",\"active\":true,\"cols\":3,\"rows\":[[{\"apiName\":\"FirstName\"},{\"apiName\":\"Email\"},{\"apiName\":\"C_Level__c\"}]]}]}",
         "showBorder": true
      }
   }
]
```
