diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index b4205aa..4136a76 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -2707,7 +2707,12 @@ making sure that you maintain a proper JSON format. { "propertyName": "As identity", "propertyKeyword": "asIdentity", - "propertyType": "checkbox" + "propertyType": "checkbox", + "disabledOnCondition": { + "level": "siblings", + "key": "generatedDefaultValue.asIdentity", + "value": true + } }, { "propertyName": "Expression", @@ -2755,7 +2760,12 @@ making sure that you maintain a proper JSON format. { "propertyName": "As identity", "propertyKeyword": "asIdentity", - "propertyType": "checkbox" + "propertyType": "checkbox", + "disabledOnCondition": { + "level": "siblings", + "key": "generatedDefaultValue.asIdentity", + "value": true + } }, { "propertyName": "Type",