Expose additional actions and context from blocks to utilise new capabilities

This commit is contained in:
Andrew Kingston 2023-11-09 12:38:31 +00:00
parent 28208550c6
commit 8d1bcfd8b5
1 changed files with 20 additions and 1 deletions

View File

@ -6106,6 +6106,24 @@
"defaultValue": "spectrum--medium"
}
],
"actions": [
{
"type": "ValidateForm",
"suffix": "form"
},
{
"type": "ClearForm",
"suffix": "form"
},
{
"type": "UpdateFieldValue",
"suffix": "form"
},
{
"type": "ScrollTo",
"suffix": "form"
}
],
"context": [
{
"type": "form",
@ -6361,7 +6379,8 @@
],
"context": {
"type": "schema"
}
},
"actions": ["RefreshDatasource"]
},
"bbreferencefield": {
"devComment": "As bb reference is only used for user subtype for now, we are using user for icon and labels",