Skip to content

Commit 904a22c

Browse files
authored
Merge pull request #206 from kenyon/boolean
Allow Boolean values
2 parents cc9b659 + 75f4278 commit 904a22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/init.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"description": "The name of the config entry to set/get",
1515
"type": "String[1]"
1616
},
17-
"value": {
17+
"value": {
1818
"description": "The value you are setting. Only required for set",
19-
"type": "Optional[String[1]]"
19+
"type": "Optional[Variant[String[1], Boolean]]"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)