Skip to content

Commit

Permalink
fix: Fixed overlay (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Apr 20, 2022
1 parent 268e27a commit b2ad0ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/components/overlayEntry.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"description": "Whether this entry occludes the entire overlay.",
"type": "boolean",
"default": false
},
"showOverlay": {
"description": "Whether this entry should be shown.",
"type": "boolean",
"default": false
}
},
"required": [
Expand Down

0 comments on commit b2ad0ef

Please sign in to comment.