Skip to content

Commit 0235fdb

Browse files
authored
#146 Add Schema changes for Readonly schema. (#147)
1 parent 8a19f28 commit 0235fdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@
347347
"type": "object",
348348
"$ref": "#/definitions/resource_definition"
349349
},
350+
"read_only": {
351+
"description": "Determines whether the control should be readonly or can be edited",
352+
"type": "boolean"
353+
},
350354
"text_before": {
351355
"description": "Static text to be displayed before the control",
352356
"type": "object",

0 commit comments

Comments
 (0)