Fix for buttons section display config.

This commit is contained in:
Dean 2023-08-24 15:35:12 +01:00
parent 38e46dfa15
commit 3f51b5aa90
1 changed files with 8 additions and 7 deletions

View File

@ -5300,25 +5300,26 @@
"type": "text", "type": "text",
"label": "Empty text", "label": "Empty text",
"key": "noRowsMessage", "key": "noRowsMessage",
"defaultValue": "We couldn't find a row to display" "defaultValue": "We couldn't find a row to display",
"nested": true
} }
] ]
}, },
{ {
"section": true, "section": true,
"name": "Buttons", "name": "Buttons",
"dependsOn": {
"setting": "actionType",
"value": "View",
"invert": true
},
"settings": [ "settings": [
{ {
"type": "text", "type": "text",
"key": "saveButtonLabel", "key": "saveButtonLabel",
"label": "Save button", "label": "Save button",
"nested": true, "nested": true,
"defaultValue": "Save", "defaultValue": "Save"
"dependsOn": {
"setting": "actionType",
"value": "View",
"invert": true
}
}, },
{ {
"type": "text", "type": "text",