Skip to content

Commit

Permalink
HCK-7108: add a type decorator for flex column (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-filonenko authored Jul 5, 2024
1 parent 25aee26 commit 9bcf678
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6996,6 +6996,14 @@ making sure that you maintain a proper JSON format.
"propertyName": "As FLEX column",
"propertyKeyword": "flexColumn",
"propertyType": "checkbox",
"typeDecorator": {
"value": "flex",
"useAsTypeName": true,
"dependency": {
"key": "flexColumn",
"value": true
}
},
"dependency": {
"type": "and",
"values": [
Expand Down

0 comments on commit 9bcf678

Please sign in to comment.