Skip to content

Commit e2dba52

Browse files
authored
Merge pull request #69 from hackolade/fix/mark-arraytype-for-references
Fix mark array type for references
2 parents d815b05 + 25362c7 commit e2dba52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

central_pane/style.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
{
2626
"key": "array_size_limit",
2727
"exist": true
28+
},
29+
{
30+
"level": "definition",
31+
"key": "array_type",
32+
"minLength": 1
33+
},
34+
{
35+
"level": "definition",
36+
"key": "array_size_limit",
37+
"exist": true
2838
}
2939
]
3040
},

0 commit comments

Comments
 (0)