You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not able to define a boolean parameter in a schema like this
schema:
type: boolean
default: false
For now, we use a string with "false/true" but for the future it would be great if we could just use the type boolean to define a schema in zilla.
The text was updated successfully, but these errors were encountered:
We are not able to define a boolean parameter in a schema like this
schema:
type: boolean
default: false
For now, we use a string with "false/true" but for the future it would be great if we could just use the type boolean to define a schema in zilla.
The text was updated successfully, but these errors were encountered: