Default to running button actions for table blocks and add info

This commit is contained in:
Andrew Kingston 2022-11-23 16:14:43 +00:00
parent bc4d7da7ff
commit 835ab5dab4
1 changed files with 12 additions and 10 deletions

View File

@ -4535,15 +4535,16 @@
{
"type": "radio",
"key": "clickBehaviour",
"defaultValue": "details",
"defaultValue": "actions",
"info": "Details side panel is only compatible with internal or SQL tables",
"options": [
{
"label": "Show details side panel",
"value": "details"
},
{
"label": "Run actions",
"value": "actions"
},
{
"label": "Show details side panel",
"value": "details"
}
]
},
@ -4584,15 +4585,16 @@
"key": "titleButtonClickBehaviour",
"label": "On Click",
"dependsOn": "showTitleButton",
"defaultValue": "new",
"defaultValue": "actions",
"info": "New row side panel is only compatible with internal or SQL tables",
"options": [
{
"label": "Show new row side panel",
"value": "new"
},
{
"label": "Run actions",
"value": "actions"
},
{
"label": "Show new row side panel",
"value": "new"
}
]
},