Initial reflow of the block settings

This commit is contained in:
Dean 2023-10-18 12:19:24 +01:00
parent 9a8f7aeb84
commit 0d67f000f0
1 changed files with 7 additions and 7 deletions

View File

@ -5288,17 +5288,17 @@
},
"settings": [
{
"type": "select",
"type": "table",
"label": "Data",
"key": "dataSource"
},
{
"type": "radio",
"label": "Type",
"key": "actionType",
"options": ["Create", "Update", "View"],
"defaultValue": "Create"
},
{
"type": "table",
"label": "Data",
"key": "dataSource"
},
{
"type": "text",
"label": "Title",
@ -5323,7 +5323,7 @@
},
{
"type": "text",
"label": "Empty text",
"label": "No rows found",
"key": "noRowsMessage",
"defaultValue": "We couldn't find a row to display",
"nested": true