From 8527c4fc2361a64431c61936c21eb7f6b6e582bb Mon Sep 17 00:00:00 2001 From: designbygio Date: Tue, 12 Nov 2024 20:30:43 +0100 Subject: [PATCH] fix typo Co-authored-by: Luke Stanley <306671+lukestanley@users.noreply.github.com> --- docs/workflow/blocks/actions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/blocks/actions.rst b/docs/workflow/blocks/actions.rst index 08f7d2a3..747cf3ce 100644 --- a/docs/workflow/blocks/actions.rst +++ b/docs/workflow/blocks/actions.rst @@ -31,7 +31,7 @@ Supported properties - **id** (string) - the unique identifier for the button - **color** (string) - passed as the “color” attribute to the material button. Use one of the supported Material colour values, such as “primary”, “warn”, “accent”. Leave as “default” to use the default button styling for a plain button. - **enabledGetter** (string) - A value from the state or context. Based on this value, it generates an "enabled" property on the button. The button will be shown as disabled (greyed out) or enabled accordingly. The default value of this property is `true`. After the block is loaded, it will automatically add a property to the block json: `"enabled": true`. If `enabledGetter` is set to `false` the automatic property will be then shown as `"enabled": false`. - - **valueGetters** (string) - A value that will be pass as context to whichever action is being executed. This is a JMESPath mapping. + - **valueGetters** (string) - A value that will be passed as context to whichever action is being executed. This is a JMESPath mapping. - **blocks** (array) - the list of workflow items to run when this button is pressed. Example