Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions content/guides/01.data-model/3.interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,14 +492,16 @@ A horizontal divider to separate fields into different sections.

![A group of two buttons. One primary button. One default button.](/img/c88411d7-c4a9-44e8-8a55-78e84de7dbd2.webp)

Group of one or more buttons that link to a preset or dynamic URL. Each link has the following configuration:

| Configuration | Options |
| ------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Label | Label for the button. |
| Icon | Icon displayed beside the button label. |
| Type | The colors used by the button. `Primary`, `Normal`, `Info`, `Success`, `Warning`, `Danger` |
| URL | URL to send the user to when the button is clicked. You can use field values from the item to create the URL dynamically. |
Group of one or more buttons that can trigger a manual flow, or hyperlink to a preset or dynamic URL. Each button link has the following configuration:

| Configuration | Options |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Label | Label for the button. |
| Icon | Icon displayed beside the button label. |
| Type | The colors used by the button. `Primary`, `Normal`, `Info`, `Success`, `Warning`, `Danger` |
| Action Type | Toggles whether the button will be used to run a flow, or open a hyperlink. |
| URL | URL to send the user to when the button is clicked. You can use field values from the item to create the URL dynamically. |
| Flow | Flow to be run when the button is clicked. The flow must have a manual trigger and be configured for the relevant collection. |

### Notice

Expand Down