Skip to content

Commit 1162011

Browse files
authored
Update button links entry (#495)
1 parent 4033366 commit 1162011

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

content/guides/01.data-model/3.interfaces.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -492,14 +492,16 @@ A horizontal divider to separate fields into different sections.
492492

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

495-
Group of one or more buttons that link to a preset or dynamic URL. Each link has the following configuration:
496-
497-
| Configuration | Options |
498-
| ------------- | ------------------------------------------------------------------------------------------------------------------------- |
499-
| Label | Label for the button. |
500-
| Icon | Icon displayed beside the button label. |
501-
| Type | The colors used by the button. `Primary`, `Normal`, `Info`, `Success`, `Warning`, `Danger` |
502-
| 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. |
495+
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:
496+
497+
| Configuration | Options |
498+
| ------------- | ----------------------------------------------------------------------------------------------------------------------------- |
499+
| Label | Label for the button. |
500+
| Icon | Icon displayed beside the button label. |
501+
| Type | The colors used by the button. `Primary`, `Normal`, `Info`, `Success`, `Warning`, `Danger` |
502+
| Action Type | Toggles whether the button will be used to run a flow, or open a hyperlink. |
503+
| 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. |
504+
| Flow | Flow to be run when the button is clicked. The flow must have a manual trigger and be configured for the relevant collection. |
503505

504506
### Notice
505507

0 commit comments

Comments
 (0)