Skip to content

Commit c1bfea3

Browse files
authored
#144 Schema changes for Helper Text. (#143)
1 parent 90e436e commit c1bfea3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common-pipeline/operators/uihints-v3-schema.json

+5
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@
342342
"type": "object",
343343
"$ref": "#/definitions/resource_definition"
344344
},
345+
"helper_text": {
346+
"description": "Additional text to be displayed below the control",
347+
"type": "object",
348+
"$ref": "#/definitions/resource_definition"
349+
},
345350
"text_before": {
346351
"description": "Static text to be displayed before the control",
347352
"type": "object",

0 commit comments

Comments
 (0)