Changed on:
19 Oct 2023
The inline user action generates a form from a workflow-configured user action and places it directly into the page as a card.
This is useful when the main reason for a page existing is to trigger that user action, especially when coupled with the conditional component to create a wizard-like flow.
Plugin Name | Core |
---|
The standard library of mystique components.
Initial changelog entry.
fc.action.inline
n/a
Name | Type | Required | Default | Description |
name |
| yes | Name of the User Action to show in the card. If there is no user action of this name on the current entity, the card will not show. | |
highlight |
| no | none | Show a coloured highlight above the card to denote status in cases like dashboard cards. |
width |
| no |
| Define the width of this card on a 12-column grid. Can use the named widths for readability or numbers directly. |
1{
2 "component": "fc.action.inline",
3 "props": {
4 "name": "PickConfirm",
5 "width": "full"
6 }
7}
Language: json
First release
None
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.