toolsGroup.json 1008 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [
  2. {
  3. "name": "default",
  4. "json": "tools.json",
  5. "text": MWF.xApplication.process.FormDesigner.LP.modules.group_all,
  6. },
  7. {
  8. "name": "form",
  9. "json": "tools-form.json",
  10. "text": MWF.xApplication.process.FormDesigner.LP.modules.group_form,
  11. },
  12. {
  13. "name": "layout",
  14. "json": "tools-layout.json",
  15. "text": MWF.xApplication.process.FormDesigner.LP.modules.group_layout,
  16. },
  17. {
  18. "name": "process",
  19. "json": "tools-process.json",
  20. "text": MWF.xApplication.process.FormDesigner.LP.modules.group_process,
  21. },
  22. {
  23. "name": "function",
  24. "json": "tools-function.json",
  25. "text": MWF.xApplication.process.FormDesigner.LP.modules.group_function,
  26. },
  27. {
  28. "name": "filetext",
  29. "json": "tools-filetext.json",
  30. "text": MWF.xApplication.process.FormDesigner.LP.modules.group_filetext,
  31. },
  32. {
  33. "name": "element",
  34. "json": "tools-element.json",
  35. "text": MWF.xApplication.process.FormDesigner.LP.modules.group_element,
  36. "className": "Textfield"
  37. }
  38. ]