Skip to content

Commit

Permalink
Merge commit 'refs/pull/2/head' of https://github.com/hackolade/Snowf…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Apr 8, 2020
2 parents 6ef4010 + 0f0d88c commit 5754810
Showing 1 changed file with 51 additions and 3 deletions.
54 changes: 51 additions & 3 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1211,10 +1211,14 @@ making sure that you maintain a proper JSON format.
"propertyType": "select",
"options": [
"JSON"
]
],
"dependency": {
"key": "childType",
"value": "variant"
}
},
{
"propertyName": "Subtypes",
"propertyName": "Subtype",
"propertyKeyword": "subtype",
"propertyType": "select",
"options": [
Expand All @@ -1224,7 +1228,11 @@ making sure that you maintain a proper JSON format.
{ "name": "number", "value": "number" },
{ "name": "boolean", "value": "boolean" },
{ "name": "null", "value": "null" }
]
],
"dependency": {
"key": "childType",
"value": "variant"
}
},
{
"propertyName": "Not null",
Expand All @@ -1242,6 +1250,22 @@ making sure that you maintain a proper JSON format.
"addTimestampButton": true,
"propertyType": "details",
"template": "textarea"
},
{
"propertyKeyword": "physicalType",
"hidden": true
},
{
"propertyKeyword": "foreignCollection",
"hidden": true
},
{
"propertyKeyword": "foreignField",
"hidden": true
},
{
"propertyKeyword": "relationshipType",
"hidden": true
}
],
"array": [
Expand Down Expand Up @@ -1285,6 +1309,18 @@ making sure that you maintain a proper JSON format.
"addTimestampButton": true,
"propertyType": "details",
"template": "textarea"
},
{
"propertyKeyword": "foreignCollection",
"hidden": true
},
{
"propertyKeyword": "foreignField",
"hidden": true
},
{
"propertyKeyword": "relationshipType",
"hidden": true
}
],
"object": [
Expand Down Expand Up @@ -1328,6 +1364,18 @@ making sure that you maintain a proper JSON format.
"addTimestampButton": true,
"propertyType": "details",
"template": "textarea"
},
{
"propertyKeyword": "foreignCollection",
"hidden": true
},
{
"propertyKeyword": "foreignField",
"hidden": true
},
{
"propertyKeyword": "relationshipType",
"hidden": true
}
]
}
Expand Down

0 comments on commit 5754810

Please sign in to comment.