Skip to content

Commit 71915f8

Browse files
authored
HCK-2825: added config to erd on field level for array_type (#38)
1 parent 4a05056 commit 71915f8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

central_pane/style.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,26 @@
33
"erd": {
44
"width": 300
55
}
6+
},
7+
"field": {
8+
"erd": [
9+
"keys",
10+
"type",
11+
[
12+
{
13+
"value": {
14+
"template": "[{array_size_limit}]",
15+
"defaultValue": "x",
16+
"key": "array_type.*.array_size_limit"
17+
},
18+
"dependency": {
19+
"key": "array_type",
20+
"minLength": 1
21+
}
22+
}
23+
],
24+
"indexes",
25+
"refType"
26+
]
627
}
728
}

0 commit comments

Comments
 (0)