config-user-labels-fields.json 343 B

123456789101112131415161718192021222324
  1. {
  2. "fields": [{
  3. "field": "ck",
  4. "checkbox": true
  5. }, {
  6. "field": "name",
  7. "width": "100",
  8. "editor": {
  9. "type": "textbox",
  10. "options": {
  11. "required": true
  12. }
  13. }
  14. }, {
  15. "field": "description",
  16. "width": "120",
  17. "editor": "textbox"
  18. }, {
  19. "field": "color",
  20. "width": "80",
  21. "editor": "textbox",
  22. "formatter": "color"
  23. }]
  24. }