mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-12 16:31:27 +00:00
24 lines
343 B
JSON
24 lines
343 B
JSON
{
|
|
"fields": [{
|
|
"field": "ck",
|
|
"checkbox": true
|
|
}, {
|
|
"field": "name",
|
|
"width": "100",
|
|
"editor": {
|
|
"type": "textbox",
|
|
"options": {
|
|
"required": true
|
|
}
|
|
}
|
|
}, {
|
|
"field": "description",
|
|
"width": "120",
|
|
"editor": "textbox"
|
|
}, {
|
|
"field": "color",
|
|
"width": "80",
|
|
"editor": "textbox",
|
|
"formatter": "color"
|
|
}]
|
|
} |