Skip to content

Commit 9f0960e

Browse files
authored
Merge pull request #70 from hackolade/fix/arraytype-enable-forreference
Enable for references Array type property
2 parents e2dba52 + 46f4b01 commit 9f0960e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4463,6 +4463,7 @@ making sure that you maintain a proper JSON format.
44634463
"propertyType": "group",
44644464
"propertyKeyword": "array_type",
44654465
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4466+
"enableForReference": true,
44664467
"structure": [
44674468
{
44684469
"propertyName": "Size limit",
@@ -4512,6 +4513,7 @@ making sure that you maintain a proper JSON format.
45124513
"propertyType": "group",
45134514
"propertyKeyword": "array_type",
45144515
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4516+
"enableForReference": true,
45154517
"structure": [
45164518
{
45174519
"propertyName": "Size limit",
@@ -4562,6 +4564,7 @@ making sure that you maintain a proper JSON format.
45624564
"propertyType": "group",
45634565
"propertyKeyword": "array_type",
45644566
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4567+
"enableForReference": true,
45654568
"structure": [
45664569
{
45674570
"propertyName": "Size limit",
@@ -4697,6 +4700,7 @@ making sure that you maintain a proper JSON format.
46974700
"propertyType": "group",
46984701
"propertyKeyword": "array_type",
46994702
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4703+
"enableForReference": true,
47004704
"structure": [
47014705
{
47024706
"propertyName": "Size limit",

0 commit comments

Comments
 (0)