You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: properties_pane/container_level/containerLevelConfig.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,7 @@ making sure that you maintain a proper JSON format.
175
175
"defaultValue": "IN",
176
176
"options": [
177
177
"IN",
178
+
"OUT",
178
179
"INOUT",
179
180
"VARIADIC"
180
181
]
@@ -226,7 +227,7 @@ making sure that you maintain a proper JSON format.
226
227
},
227
228
{
228
229
"propertyName": "Definition",
229
-
"propertyKeyword": "functionDefinition",
230
+
"propertyKeyword": "functionBody",
230
231
"propertyTooltip": "A string constant defining the function; the meaning depends on the language. It can be an internal function name, the path to an object file, an SQL command, or text in a procedural language.",
231
232
"propertyType": "details",
232
233
"template": "textarea",
@@ -400,6 +401,7 @@ making sure that you maintain a proper JSON format.
0 commit comments