Skip to content

Commit

Permalink
HCK-4544: add type decorator to max length property
Browse files Browse the repository at this point in the history
  • Loading branch information
sahanr committed Mar 27, 2024
1 parent 7f69bc2 commit e02bb60
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,21 @@ making sure that you maintain a proper JSON format.
"format",
"pattern",
"minLength",
"maxLength",
{
"propertyName": "Max length",
"propertyKeyword": "maxLength",
"propertyType": "numeric",
"shouldValidate": true,
"allowNegative": false,
"valueType": "number",
"typeDecorator": {
"useAngleBrackets": false,
"dependency": {
"key": "mode",
"value": "varchar"
}
}
},
"enum",
{
"propertyName": "Not null",
Expand Down

0 comments on commit e02bb60

Please sign in to comment.