Skip to content

Commit cfdb029

Browse files
Let generic thing supports writeOnly
1 parent 6938773 commit cfdb029

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

extensions/generic/manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@
132132
]
133133
},
134134
"readOnly": {
135-
"title": "Read Only Property",
135+
"title": "Non Writable Property",
136+
"type": "boolean",
137+
"default": false
138+
},
139+
"writeOnly": {
140+
"title": "Non Readable Property",
136141
"type": "boolean",
137142
"default": false
138143
},

0 commit comments

Comments
 (0)