template.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "WpsOffice2",
  5. "description": "",
  6. "officeType": "word",
  7. "template": "",
  8. "isNotLoadNow": false,
  9. "isShowTopArea" : true,
  10. "isShowHeader" : true,
  11. "isShowComment" : false,
  12. "isCooperUsersAvatarVisible" : false,
  13. "showMode" : "normal",
  14. "isBrowserViewFullscreen" : false,
  15. "isIframeViewFullscreen" : false,
  16. "isShowDocMap" : true,
  17. "isBestScale" : false,
  18. "isShowBottomStatusBar" : true,
  19. "isOpenIntoEdit" : false,
  20. "HeaderLeft": true,
  21. "HeaderRight": true,
  22. "FloatQuickHelp": true,
  23. "HistoryVersion": true,
  24. "HistoryRecord": true,
  25. "HistoryVersionDivider": true,
  26. "TabPrintPreview": true,
  27. "MenuPrintPreview": true,
  28. "ReviewTrackChanges": true,
  29. "TrackChanges": true,
  30. "ContextMenuConvene": true,
  31. "Logo": true,
  32. "Cooperation": true,
  33. "More": true,
  34. "SendButton": true,
  35. "CooperHistoryMenuItem": true,
  36. "WriterHoverToolbars": true,
  37. "ReadSetting": true,
  38. "script": {
  39. "code": "",
  40. "html": ""
  41. },
  42. "events": {
  43. "afterOpen": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "beforeOpen": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "afterSave": {
  52. "code": "",
  53. "html": ""
  54. }
  55. },
  56. "properties": {},
  57. "class": "",
  58. "styles": {},
  59. "container": ""
  60. }