From 5e71ab177ff31958cb89442c983b5b754145c6b0 Mon Sep 17 00:00:00 2001 From: yevhenii-moroziuk Date: Fri, 5 Jul 2024 12:09:12 +0300 Subject: [PATCH 1/2] HCK-7107: update fields list for geospatial type --- properties_pane/field_level/fieldLevelConfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index f85dfb5..aa19a15 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -1614,6 +1614,10 @@ making sure that you maintain a proper JSON format. } ] }, + "minItems", + "maxItems", + "uniqueItems", + "additionalItems", "foreignCollection", "foreignField", "relationshipType", From 59a10c8a02263bab9eda3d7e9a1538fbcfa4187c Mon Sep 17 00:00:00 2001 From: yevhenii-moroziuk Date: Fri, 5 Jul 2024 13:33:34 +0300 Subject: [PATCH 2/2] HCK-7107: fix props order --- properties_pane/field_level/fieldLevelConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index aa19a15..9cca16e 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -1614,13 +1614,13 @@ making sure that you maintain a proper JSON format. } ] }, + "foreignCollection", + "foreignField", + "relationshipType", "minItems", "maxItems", "uniqueItems", "additionalItems", - "foreignCollection", - "foreignField", - "relationshipType", "comments", "subtype" ],