Skip to content

Commit

Permalink
tasks/init.json: allow Boolean values
Browse files Browse the repository at this point in the history
This is needed to allow for setting boolean configuration settings.
  • Loading branch information
kenyon committed Nov 15, 2023
1 parent a4ed31e commit 805e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"value": {
"description": "The value you are setting. Only required for set",
"type": "Optional[String[1]]"
"type": "Optional[Variant[String[1], Boolean]]"
}
}
}

0 comments on commit 805e13e

Please sign in to comment.