We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9f096 commit bf13091Copy full SHA for bf13091
package.json
@@ -37,7 +37,7 @@
37
"entities": false,
38
"model_definitions": true
39
},
40
- "plugin": true
+ "plugin": true
41
42
"disableDenormalization": true,
43
"enableForwardEngineering": {
@@ -74,9 +74,10 @@
74
"enableErdToggle": true,
75
"enableStackedNestedCollections": true,
76
"externalDefinitionsFromTargetSchema": true,
77
- "apiTarget": true
+ "apiTarget": true,
78
+ "FEScriptCommentsSupported": true
79
}
80
81
"description": "Hackolade plugin for OpenAPI",
82
"disabled": false
-}
83
+}
0 commit comments