Skip to content

Commit

Permalink
fix(build): Update menuLink in lowdefy schema to include urlQuery and…
Browse files Browse the repository at this point in the history
… input.
  • Loading branch information
Yianni99 committed Oct 10, 2023
1 parent 309f517 commit 3d1f6c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/build/src/lowdefySchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,18 @@ export default {
type: 'MenuLink "url" should be a string.',
},
},
urlQuery: {
type: 'object',
errorMessage: {
type: 'MenuLink "urlQuery" should be an object.',
},
},
input: {
type: 'object',
errorMessage: {
type: 'MenuLink "input" should be an object.',
},
},
properties: {
type: 'object',
errorMessage: {
Expand Down

0 comments on commit 3d1f6c5

Please sign in to comment.