Skip to content

Commit

Permalink
add missing @type and @id controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Sep 5, 2023
1 parent 078e8b1 commit e6b724e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/form/uischema/Exhibition.uischema.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@
"options": {
"multi": true
}
},
{
"type": "Control",
"scope": "#/properties/@type"
},
{
"type": "Control",
"scope": "#/properties/@id"
}
]
}
Expand Down

0 comments on commit e6b724e

Please sign in to comment.