From c993cbc2ef57c9e54024d6a940008e723797c73e Mon Sep 17 00:00:00 2001 From: Serhii Filonenko Date: Wed, 24 Apr 2024 18:23:57 +0300 Subject: [PATCH] field-level-config: hide physicalType property for json data type --- properties_pane/field_level/fieldLevelConfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index ea12cb6..34e60c1 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -5575,6 +5575,11 @@ making sure that you maintain a proper JSON format. "addTimestampButton": true, "propertyType": "details", "template": "textarea" + }, + { + "propertyName": "JSON Type", + "propertyKeyword": "physicalType", + "hidden": true } ], "___1": [],