Skip to content

Commit

Permalink
Added readOnly flag to state (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Sep 19, 2024
1 parent b7eb6a5 commit 2d18030
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,10 @@
"type": "string",
"enum": ["contained", "outlined", "text"]
},
"readOnly": {
"description": "Defines if the control is read-only. Applied only to 'input', 'slider', 'select', 'button', 'switch', 'number'",
"type": "boolean"
},
"label": true,
"type": true,
"xs": true,
Expand Down

0 comments on commit 2d18030

Please sign in to comment.