Update knobs.json

This commit is contained in:
Michael Shilman 2020-04-16 08:01:57 +08:00 committed by GitHub
parent 1cf7568014
commit 44aff79db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
{ "type": "text", "name": "Name", "value": "John Doe", "param": "name"},
{ "type": "date", "name": "Birthday", "value": "1960-12-25T00:42:03.600Z", "param": "birthday"},
{ "type": "color", "name": "Favorite Color", "value": "red", "param": "favorite_color"},
{ "type": "boolean", "name": "Acive", "value": true, "param": "active"},
{ "type": "boolean", "name": "Active", "value": true, "param": "active"},
{ "type": "number", "name": "Pets", "value": 2, "param": "pets"},
{ "type": "array", "name": "Sports", "value": ["football", "baseball"], "param": "sports"},
{