startMenu.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [
  2. {
  3. "title": MWF.xApplication.portal.PortalManager.LP.pageConfig,
  4. "id": "1.1",
  5. "action": "pageConfig",
  6. "icon": "portal_page.png",
  7. "expand": false,
  8. "sub": []
  9. },
  10. // {
  11. // "title": "菜单配置",
  12. // "id": "1.1",
  13. // "action": "menuConfig",
  14. // "icon": "portal_menu.png",
  15. // "expand": false,
  16. // "sub": []
  17. // },
  18. {
  19. "title": MWF.xApplication.portal.PortalManager.LP.widgetConfig,
  20. "id": "1.1",
  21. "action": "widgetConfig",
  22. "icon": "portal_widget.png",
  23. "expand": false,
  24. "sub": []
  25. },
  26. {
  27. "title": MWF.xApplication.portal.PortalManager.LP.dataConfig,
  28. "id": "1.1",
  29. "action": "dataConfig",
  30. "icon": "portal_data.png",
  31. "expand": false,
  32. "sub": []
  33. },
  34. {
  35. "title": MWF.xApplication.portal.PortalManager.LP.scriptConfig,
  36. "id": "1.1",
  37. "action": "scriptConfig",
  38. "icon": "portal_script.png",
  39. "expand": false,
  40. "sub": []
  41. },
  42. {
  43. "title": MWF.xApplication.portal.PortalManager.LP.fileConfig,
  44. "id": "1.1",
  45. "action": "fileConfig",
  46. "icon": "portal_file.png",
  47. "expand": false,
  48. "sub": []
  49. },
  50. {
  51. "title": MWF.xApplication.portal.PortalManager.LP.applicationConfig,
  52. "id": "1.1",
  53. "action": "applicationProperty",
  54. "icon": "portal_property.png",
  55. "expand": false,
  56. "sub": []
  57. }
  58. ]