From 722baafcc67ba760fb8f6167660b7046764fbf29 Mon Sep 17 00:00:00 2001 From: chulanovskyi Date: Mon, 3 Mar 2025 13:36:26 +0200 Subject: [PATCH] fix: proper placement of the Doc property when the multiple types are selected --- .../field_level/fieldLevelConfig.json | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 9fb45d4..9d734f6 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -1732,6 +1732,24 @@ making sure that you maintain a proper JSON format. "name", "code", "isActivated", + { + "propertyName": "Doc", + "propertyKeyword": "description", + "propertyValidate": false, + "propertyTooltip": "Popup for multi-line text entry", + "propertyType": "details", + "template": "textarea" + }, + { + "propertyName": "Type", + "propertyKeyword": "type", + "dependency": [ + { + "key": "multiType", + "exist": false + } + ] + }, { "propertyName": "Required", "propertyKeyword": "required", @@ -1757,14 +1775,6 @@ making sure that you maintain a proper JSON format. } ] }, - { - "propertyName": "Doc", - "propertyKeyword": "description", - "propertyValidate": false, - "propertyTooltip": "Popup for multi-line text entry", - "propertyType": "details", - "template": "textarea" - }, "dependencies", "primaryKey", "foreignEntity",