Skip to content

Commit

Permalink
remove sample properties
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk committed Jul 8, 2021
1 parent 7cd29e4 commit ec04310
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,14 @@ making sure that you maintain a proper JSON format.
"disabledOption": true
},
{
"propertyName": "Custom Property",
"propertyKeyword": "customDetailsProperty",
"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 ec04310

Please sign in to comment.