Skip to content

Commit

Permalink
HCK-7910: disable validation for the hidden Default attribute (#168)
Browse files Browse the repository at this point in the history
* HCK-7910: disable validation for the hidden Default attribute

* HCK-7910: disable validation for the hidden Default attribute

---------

Co-authored-by: chulanovskyi-bs <56116665+chulanovskyi-bs@users.noreply.github.com>
  • Loading branch information
AlikRakhmonov and chulanovskyi-bs authored Sep 9, 2024
1 parent fb74f7c commit dce2246
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,19 @@ making sure that you maintain a proper JSON format.
"key": "childType",
"value": "array"
}
},
{
"type": "or",
"values": [
{
"key": "subschema",
"value": false
},
{
"key": "subschema",
"exist": false
}
]
}
]
}
Expand Down

0 comments on commit dce2246

Please sign in to comment.