Skip to content

Commit

Permalink
Merge pull request #5 from hackolade/master
Browse files Browse the repository at this point in the history
Add required "dbVendor" property
  • Loading branch information
pdesmarets authored Jul 10, 2021
2 parents fecd5d5 + 416ca89 commit 8f1b1d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 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"
}
}
28 changes: 14 additions & 14 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@ making sure that you maintain a proper JSON format.
"lowerTab": "Details",
"structure": [
{
"propertyName": "Custom Property",
"propertyKeyword": "customDetailsProperty",
"propertyName": "DB vendor",
"propertyKeyword": "dbVendor",
"shouldValidate": false,
"propertyTooltip": "DB vendor",
"propertyType": "select",
"options": [
"Joi"
],
"disabledOption": true
},
{
"propertyName": "Comments",
"propertyKeyword": "comments",
"shouldValidate": false,
"propertyTooltip": "comments",
"addTimestampButton": false,
"propertyType": "details",
"template": "textarea"
}
]
},
{
"lowerTab": "Relationships",
"structure": [
{
"propertyName": "Custom Relationships Property",
"propertyKeyword": "customRelationshipsProperty",
"shouldValidate": false,
"propertyTooltip": "db vendor",
"propertyType": "text"
}
]
}
]

0 comments on commit 8f1b1d7

Please sign in to comment.