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

# Config Snippets

Copy-paste configurations for GridMate components. Each snippet names the Lightning App Builder property it goes in; the **Config. Wiz** generates most of them for you.

## Record Layout

Property **Record Layout** of [GM - Record Layout](/package-reference/components-library/gm-record-layout.md), [GM - Record Layout (LWC)](/package-reference/components-library/gm-record-layout-lwc.md) and [GM - Enhanced Record Layout](/package-reference/components-library/gm-enhanced-record-layout.md). The same JSON is the `recordLayout` attribute of an inline Record Layout.

| Snippet                                                                                             | Shows                                                       |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [Layout - basic setup](/troubleshooting/config-samples/record-layout.md)                            | Sections, columns and rows                                  |
| [Layout with read only field](/troubleshooting/config-samples/layout-with-read-only-field.md)       | `readOnly` condition on a field                             |
| [Layout with field visibility](/troubleshooting/config-samples/layout-with-field-visibility.md)     | `visibility` condition on a field, `emptyBlock` placeholder |
| [Layout with section visibility](/troubleshooting/config-samples/layout-with-section-visibility.md) | `visibility` condition on a section                         |
| [Layout with autocomplete](/troubleshooting/config-samples/layout-with-autocomplete.md)             | `autocomplete` values on a text field                       |

## Inline Components

Property **Record Related Components** of [GM - RelatedList Grid](/package-reference/components-library/gm-relatedlist-grid.md), [GM - FieldSet Grid](/package-reference/components-library/gm-fieldset-grid.md), [GM - ListView Grid](/package-reference/components-library/gm-listview-grid.md), [GM - Parent RelatedList Grid](/package-reference/components-library/gm-parent-relatedlist-grid.md), GM - Dynamic FieldSet Grid, GM - ListView Kanban, GM - FieldSet Kanban, GM - Flow View Grid, GM - RelatedList Cards, Accordion and Tabs. For [GM - User Grid](/package-reference/components-library/gm-user-grid.md), use **Config. Wiz → Inline Components** ([setup](/advanced-guides/user-grid-deployment-process.md#inline-component-setup)).

The configuration contract is on [Grid - Inline Components](/advanced-guides/inline-grid-setup.md#configuration); your own components go through [Grid - Custom Inline Component](/advanced-guides/grid-custom-inline-component.md).

| Snippet                                                                                     | Component                            |
| ------------------------------------------------------------------------------------------- | ------------------------------------ |
| [Inline RelatedList Grid](/troubleshooting/config-samples/inline-relatedlist-grid.md)       | `gmpkg:RelatedListDataGridComponent` |
| [Inline FieldSet Grid](/troubleshooting/config-samples/inline-grids.md)                     | `gmpkg:FieldSetDataGridComponent`    |
| [Inline Record Layout](/troubleshooting/config-samples/inline-record-layout.md)             | `gmpkg:RecordLayoutComponent`        |
| [Inline Record Layout (LWC)](/troubleshooting/config-samples/inline-record-layout-lwc.md)   | `gmpkg:RecordLayoutLWCComponent`     |
| [Inline Page Layout](/troubleshooting/config-samples/inline-page-layout.md)                 | `gmpkg:RecordPageLayoutComponent`    |
| [Inline Record Card](/troubleshooting/config-samples/inline-record-card.md)                 | `gmpkg:RecordCardComponent`          |
| [Inline File Explorer](/troubleshooting/config-samples/inline-file-explorer.md)             | `gmpkg:fileExplorerLWC`              |
| [Inline User Grid](/troubleshooting/config-samples/inline-user-grid.md)                     | `gmpkg:UserDataGridComponent`        |
| [Inline Chatter Feed](/troubleshooting/config-samples/inline-chatter-feed.md)               | `forceChatter:feed`                  |
| [Multiple Inline Components](/troubleshooting/config-samples/multiple-inline-components.md) | Record Layout + RelatedList Grid     |

## Calendar

| Snippet                                                                                     | Paste into                                                                                               |
| ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| [Calendar - Extra Activities](/troubleshooting/config-samples/calendar-extra-activities.md) | **Extra Activities** of [GM - Multi Calendar](/package-reference/components-library/gm-calendar.md)      |
| [Compact Calendar](/troubleshooting/config-samples/compact-calendar.md)                     | **Json Config** of [GM - Compact Calendar](/package-reference/components-library/gm-compact-calendar.md) |

## Other Components

| Snippet                                                                   | Paste into                                                                                                                        |
| ------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [Object Timeline](/troubleshooting/config-samples/object-timeline.md)     | **Timeline Configuration** of [GM - Object Timeline](/package-reference/components-library/gm-object-timeline.md)                 |
| [Field Path Stages](/troubleshooting/config-samples/field-path-stages.md) | **Path Stages** of [GM - Field Path](/package-reference/components-library/gm-field-path.md)                                      |
| [Dynamic Tabs](/troubleshooting/config-samples/dynamic-tabs.md)           | **Tabs Config.** of [GM - Dynamic Tabs](/package-reference/components-library/gm-dynamic-tabs.md) (supports per-tab `visibility`) |
| [Dynamic Accordion](/troubleshooting/config-samples/dynamic-accordion.md) | **Accordion Config.** of [GM - Dynamic Accordion](/package-reference/components-library/gm-dynamic-accordion.md)                  |
