mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-15 01:42:24 +00:00
2018-12-31
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user