toolsGroup.json 692 B

123456789101112131415161718192021222324252627282930313233
  1. [
  2. {
  3. "name": "default",
  4. "json": "tools.json",
  5. "text": MWF.APPPOD.LP.modules.group_all,
  6. },
  7. {
  8. "name": "form",
  9. "json": "tools-form.json",
  10. "text": MWF.APPPOD.LP.modules.group_form,
  11. },
  12. {
  13. "name": "layout",
  14. "json": "tools-layout.json",
  15. "text": MWF.APPPOD.LP.modules.group_layout,
  16. },
  17. {
  18. "name": "data",
  19. "json": "tools-data.json",
  20. "text": MWF.APPPOD.LP.modules.group_data,
  21. },
  22. {
  23. "name": "function",
  24. "json": "tools-function.json",
  25. "text": MWF.APPPOD.LP.modules.group_function,
  26. },
  27. {
  28. "name": "element",
  29. "json": "tools-element.json",
  30. "text": MWF.APPPOD.LP.modules.group_element,
  31. "className": "Textfield"
  32. }
  33. ]