diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 744b552..4c7b152 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -934,7 +934,27 @@ making sure that you maintain a proper JSON format. "propertyName": "Not null", "propertyKeyword": "required", "enableForReference": true, - "propertyType": "checkbox" + "propertyType": "checkbox", + "dependency": { + "key": "primaryKey", + "value": true + }, + "disabled": true, + "defaultValue": true + }, + { + "propertyName": "Not null", + "propertyKeyword": "required", + "enableForReference": true, + "propertyType": "checkbox", + "dependency": { + "type": "not", + "values": { + "key": "primaryKey", + "value": true + } + }, + "defaultValue": false }, "default", { @@ -1481,7 +1501,27 @@ making sure that you maintain a proper JSON format. "propertyName": "Not null", "propertyKeyword": "required", "enableForReference": true, - "propertyType": "checkbox" + "propertyType": "checkbox", + "dependency": { + "key": "primaryKey", + "value": true + }, + "disabled": true, + "defaultValue": true + }, + { + "propertyName": "Not null", + "propertyKeyword": "required", + "enableForReference": true, + "propertyType": "checkbox", + "dependency": { + "type": "not", + "values": { + "key": "primaryKey", + "value": true + } + }, + "defaultValue": false }, "default", { @@ -2107,7 +2147,27 @@ making sure that you maintain a proper JSON format. "propertyName": "Not null", "propertyKeyword": "required", "enableForReference": true, - "propertyType": "checkbox" + "propertyType": "checkbox", + "dependency": { + "key": "primaryKey", + "value": true + }, + "disabled": true, + "defaultValue": true + }, + { + "propertyName": "Not null", + "propertyKeyword": "required", + "enableForReference": true, + "propertyType": "checkbox", + "dependency": { + "type": "not", + "values": { + "key": "primaryKey", + "value": true + } + }, + "defaultValue": false }, { "propertyName": "Primary key", @@ -2594,7 +2654,27 @@ making sure that you maintain a proper JSON format. "propertyName": "Not null", "propertyKeyword": "required", "enableForReference": true, - "propertyType": "checkbox" + "propertyType": "checkbox", + "dependency": { + "key": "primaryKey", + "value": true + }, + "disabled": true, + "defaultValue": true + }, + { + "propertyName": "Not null", + "propertyKeyword": "required", + "enableForReference": true, + "propertyType": "checkbox", + "dependency": { + "type": "not", + "values": { + "key": "primaryKey", + "value": true + } + }, + "defaultValue": false }, "default", {