Skip to content

Commit

Permalink
HCK-7381: change a tag value field type to text (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-filonenko authored Jul 26, 2024
1 parent 7934ecc commit cb5710c
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 54 deletions.
8 changes: 5 additions & 3 deletions properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down
8 changes: 5 additions & 3 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -915,9 +915,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down
120 changes: 75 additions & 45 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -944,9 +946,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -1354,9 +1358,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -1764,9 +1770,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -2174,9 +2182,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -2489,9 +2499,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -2817,9 +2829,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -3137,9 +3151,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -3466,9 +3482,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -3803,9 +3821,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -4140,9 +4160,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -4477,9 +4499,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -4896,9 +4920,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -5227,9 +5253,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
},
Expand Down Expand Up @@ -5314,9 +5342,11 @@ making sure that you maintain a proper JSON format.
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
}
Expand Down
8 changes: 5 additions & 3 deletions properties_pane/view_level/viewLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@
"propertyName": "Value",
"propertyKeyword": "tagValue",
"propertyTooltip": "",
"propertyType": "details",
"template": "textarea",
"markdown": false
"propertyType": "text",
"shouldValidate": true,
"validation": {
"regex": "^.{0,256}$"
}
}
]
}
Expand Down

0 comments on commit cb5710c

Please sign in to comment.