Skip to content

Commit

Permalink
add dbVendor model level property
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk committed Jul 8, 2021
1 parent fecd5d5 commit 7cd29e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions properties_pane/defaultData.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"modelName": "New model",
"dbVendor": "Joi"
}
}
11 changes: 11 additions & 0 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ making sure that you maintain a proper JSON format.
{
"lowerTab": "Details",
"structure": [
{
"propertyName": "DB vendor",
"propertyKeyword": "dbVendor",
"shouldValidate": false,
"propertyTooltip": "DB vendor",
"propertyType": "select",
"options": [
"Joi"
],
"disabledOption": true
},
{
"propertyName": "Custom Property",
"propertyKeyword": "customDetailsProperty",
Expand Down

0 comments on commit 7cd29e4

Please sign in to comment.