mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-14 13:58:40 +00:00
44 lines
821 B
JSON
Executable File
44 lines
821 B
JSON
Executable File
[
|
|
{
|
|
"type": "label",
|
|
"attributes": {
|
|
"for": "amount"
|
|
},
|
|
"default": {
|
|
"value": "Amount"
|
|
}
|
|
},
|
|
{
|
|
"type": "input",
|
|
"subtype": "text",
|
|
"attributes": {
|
|
"id": "amount",
|
|
"name": "amount",
|
|
"type": "text"
|
|
},
|
|
"default": {
|
|
"value": "10000"
|
|
}
|
|
},
|
|
{
|
|
"type": "label",
|
|
"attributes": {
|
|
"for": "duration"
|
|
},
|
|
"default": {
|
|
"value": "Duration"
|
|
}
|
|
},
|
|
{
|
|
"type": "input",
|
|
"subtype": "text",
|
|
"attributes": {
|
|
"id": "duration",
|
|
"name": "duration",
|
|
"type": "text"
|
|
},
|
|
"default": {
|
|
"value": "10"
|
|
}
|
|
}
|
|
] |