diff --git a/properties_pane/entity_level/entityLevelConfig.json b/properties_pane/entity_level/entityLevelConfig.json index f3465ce..1da363e 100644 --- a/properties_pane/entity_level/entityLevelConfig.json +++ b/properties_pane/entity_level/entityLevelConfig.json @@ -815,6 +815,25 @@ making sure that you maintain a proper JSON format. "propertyType": "text", "validation": { "required": true + }, + "dependency": { + "type": "not", + "values": [ + { + "key": "indxType", + "value": "FullText" + } + ] + } + }, + { + "propertyName": "Name", + "propertyKeyword": "indxName", + "propertyTooltip": "", + "propertyType": "text", + "dependency": { + "key": "indxType", + "value": "FullText" } }, {