Skip to content

Commit 75f4278

Browse files
committed
tasks/init.json: allow Boolean values
This is needed to allow for setting boolean configuration settings.
1 parent fd826a9 commit 75f4278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/init.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"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)