tools-cms.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "reader": {
  3. "icon": "readerfield.png",
  4. "text": MWF.xApplication.cms.FormDesigner.LP.modules.reader,
  5. "className": "Reader"
  6. },
  7. "author": {
  8. "icon": "authorfield.png",
  9. "text": MWF.xApplication.cms.FormDesigner.LP.modules.author,
  10. "className": "Author"
  11. },
  12. "Actionbar": {
  13. "icon": "actionbar.png",
  14. "text": MWF.xApplication.cms.FormDesigner.LP.modules.Actionbar,
  15. "className": "Actionbar"
  16. },
  17. "attachment": {
  18. "icon": "attachment.png",
  19. "text": MWF.xApplication.cms.FormDesigner.LP.modules.attachment,
  20. "className": "Attachment"
  21. },
  22. "subform": {
  23. "icon": "subform.png",
  24. "text": MWF.xApplication.cms.FormDesigner.LP.modules.subform,
  25. "className": "Subform"
  26. },
  27. "log": {
  28. "icon": "log.png",
  29. "text": MWF.xApplication.cms.FormDesigner.LP.modules.log,
  30. "className": "Log"
  31. },
  32. "logCommend": {
  33. "icon": "logCommend.png",
  34. "text": MWF.xApplication.cms.FormDesigner.LP.modules.logCommend,
  35. "className": "LogCommend"
  36. },
  37. "comment": {
  38. "icon": "comment.png",
  39. "text": MWF.xApplication.cms.FormDesigner.LP.modules.comment,
  40. "className": "Comment"
  41. },
  42. "commend": {
  43. "icon": "commend.png",
  44. "text": MWF.xApplication.cms.FormDesigner.LP.modules.commend,
  45. "className": "Commend"
  46. }
  47. }