Skip to content

Commit

Permalink
feat: Add query field to widget (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Louis G <louis@lenra.me>
  • Loading branch information
Nesqwik and Louis G authored Apr 11, 2022
1 parent bf8ca10 commit 0f30f08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/components/widget.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
},
"props": {
"$ref": "defs/props.schema.json"
},
"query": {
"type": "object"
}
},
"required": [
Expand Down

0 comments on commit 0f30f08

Please sign in to comment.