Merge commit
This commit is contained in:
parent
1d4de9b084
commit
ccfba675f2
|
@ -4730,7 +4730,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Fields",
|
"label": "",
|
||||||
"type": "fieldConfiguration",
|
"type": "fieldConfiguration",
|
||||||
"key": "sidePanelFields",
|
"key": "sidePanelFields",
|
||||||
"nested": true,
|
"nested": true,
|
||||||
|
@ -4740,17 +4740,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Show delete",
|
"label": "Save button",
|
||||||
"type": "boolean",
|
|
||||||
"key": "sidePanelShowDelete",
|
|
||||||
"nested": true,
|
|
||||||
"dependsOn": {
|
|
||||||
"setting": "clickBehaviour",
|
|
||||||
"value": "details"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Save label",
|
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"key": "sidePanelSaveLabel",
|
"key": "sidePanelSaveLabel",
|
||||||
"defaultValue": "Save",
|
"defaultValue": "Save",
|
||||||
|
@ -4761,7 +4751,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Delete label",
|
"label": "Delete button",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"key": "sidePanelDeleteLabel",
|
"key": "sidePanelDeleteLabel",
|
||||||
"defaultValue": "Delete",
|
"defaultValue": "Delete",
|
||||||
|
@ -5292,21 +5282,26 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Row ID",
|
"label": "Row ID",
|
||||||
"key": "rowId",
|
"key": "rowId",
|
||||||
"nested": true
|
"nested": true,
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"label": "Empty text",
|
|
||||||
"key": "noRowsMessage",
|
|
||||||
"defaultValue": "We couldn't find a row to display"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"dependsOn": {
|
"dependsOn": {
|
||||||
"setting": "actionType",
|
"setting": "actionType",
|
||||||
"value": "Create",
|
"value": "Create",
|
||||||
"invert": true
|
"invert": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"label": "Empty text",
|
||||||
|
"key": "noRowsMessage",
|
||||||
|
"defaultValue": "We couldn't find a row to display",
|
||||||
|
"dependsOn": {
|
||||||
|
"setting": "actionType",
|
||||||
|
"value": "Create",
|
||||||
|
"invert": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"section": true,
|
"section": true,
|
||||||
"name": "Buttons",
|
"name": "Buttons",
|
||||||
|
@ -5352,7 +5347,8 @@
|
||||||
"defaultValue": false,
|
"defaultValue": false,
|
||||||
"dependsOn": {
|
"dependsOn": {
|
||||||
"setting": "actionType",
|
"setting": "actionType",
|
||||||
"value": "Update"
|
"value": "View",
|
||||||
|
"invert": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue