config.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin name="WCM应用" version="1.0" id="wcm">
  3. <!-- WCMApp Config BEGIN -->
  4. <extension element-class="com.trs.components.wcm.WCMAppConfig" id="CachedObjs">
  5. <wcmapp-config>
  6. <!--WCMDocument中某些属性是否同步到WCMChnlDoc中-->
  7. <document-syn-chnldoc>
  8. true
  9. </document-syn-chnldoc>
  10. <!--WCMDocument中同步到WCMChnlDoc中的属性-->
  11. <document-syn-chnldoc-fields>
  12. DOCRELTIME,DOCCHANNEL,DocFlag,DocKind,nodeId,SRCSITEID,DOCOUTUPID,DOCFORM,DOCLEVEL,ATTACHPIC,DocType</document-syn-chnldoc-fields>
  13. <!--是否采用最优化的模式获取文档集合-->
  14. <documents-get-optimize>
  15. true
  16. </documents-get-optimize>
  17. </wcmapp-config>
  18. </extension>
  19. <!-- WCMApp Config END -->
  20. <!-- Update-Commander Config For UpdateServer BEGIN -->
  21. <extension element-class="com.trs.infra.update.UpdateCommanderConfig" id="WCMContentUpdateCommander">
  22. <update-commander Name="WCM内容升级程序"
  23. ClassName="com.trs.components.wcm.wcmx.help.WcmHelpUpdate"/>
  24. </extension>
  25. <!-- Update-Commander Config For UpdateServer END -->
  26. </plugin>