#306 - Default value fix

This commit is contained in:
Elio Struyf
2022-04-04 08:35:18 +02:00
parent 8d5a678bb8
commit f059b89fa5
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -748,7 +748,7 @@
"description": "Title to show in the UI"
},
"default": {
"type": "string",
"type": ["string", "number", "boolean", "array", "object", "null"],
"description": "Default value"
},
"choices": {