autocode-cli
Version:
code automation for every language, framework and platform
28 lines • 423 B
JSON
{
"action": "/settings",
"method": "post",
"fields": {
"name": {
"label": "Name",
"type": "text"
},
"email": {
"label": "Email",
"type": "text"
},
"url": {
"label": "URL",
"type": "text"
},
"copyright": {
"label": "Copyright",
"type": "text"
}
},
"buttons": {
"submit": {
"label": "Save",
"type": "submit"
}
}
}