Skip to content

Commit 8a43c7f

Browse files
authored
collapse erd fields only for big models (#93)
1 parent 385635d commit 8a43c7f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,12 @@
118118
"schemas"
119119
]
120120
},
121-
"collapseEntityAttributesInRE": true
121+
"collapseEntityAttributesInRE": {
122+
"erd": true,
123+
"erdEntityNumberThreshold": 250,
124+
"entityDTD": false,
125+
"modelDefinitions": true
126+
}
122127
}
123128
},
124129
"description": "Hackolade plugin for OpenAPI",

0 commit comments

Comments
 (0)