autocode
Version:
the ultimate developer platform
24 lines • 381 B
JSON
{
"action": "/commands",
"method": "post",
"fields": {
"title": {
"label": "Title",
"type": "text"
},
"command": {
"label": "Command",
"type": "text"
},
"description": {
"label": "Description",
"type": "textarea"
}
},
"buttons": {
"submit": {
"label": "Add Command",
"type": "submit"
}
}
}