Skip to content

Commit

Permalink
updated defaults in json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
wisotzky committed Jul 5, 2024
1 parent 98fd2ba commit 64d09af
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions media/viewconfig-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"readOnly": {
"markdownDescription": "Attribute is read-only, blocked from getting modified by the user.",
"type": "boolean",
"default": false
"default": true
},
"visible": {
"markdownDescription": "Attribute is hidden from the input form.",
"type": "boolean",
"default": true
"default": false
},
"required": {
"markdownDescription": "Attribute is mandatory. Must be present to submit the form to create/update the intent.",
"type": "boolean",
"default": false
"default": true
},
"default": {
"markdownDescription": "Default value for attribute."
Expand All @@ -43,13 +43,12 @@
"columnSpan": {
"markdownDescription": "Defines the component width within the input form grid.",
"type": "integer",
"default": 2,
"minimum": 1
},
"newRow": {
"markdownDescription": "Shows the input component on the next line.",
"type": "boolean",
"default": false
"default": true
},
"type": {
"type": "string",
Expand Down

0 comments on commit 64d09af

Please sign in to comment.