添加高级搜索、简易搜索、列表视图到 WCMS 后台资源管理器树中,Sap Hybris。

huangapple go评论59阅读模式
英文:

Add Advanced, Simple Search, listview to WCMS Backoffice explorer-tree Sap Hybris

问题

我在x-config.xml中创建了一个高级和简单搜索以及一个listview。我想将它们添加到WCMS部分的BackOffice中,但是WCMS的资源管理器树所在的文件(y-config.xml)是只读的。我的问题是,我如何从另一个文件追加它们?

英文:

I have an advanced and simple search and a listview created in x-config.xml. I want to add them to the BackOffice in the WCMS section, but the file where the explorer-tree of WCMS is written (y-config.xml) is read-only. My question is, how can I append them from another file?

答案1

得分: 2

你必须创建自定义的xxxbackoffice扩展,在你新创建的扩展中的xxxbackoffice-config.xml文件中添加你所需的高级搜索配置或其他内容。

英文:

You have to create your custom xxxbackoffice extension and in the file xxxbackoffice-config.xml from your new created extension you have to add your configuration for advance-search or what you need.

huangapple
  • 本文由 发表于 2020年10月20日 22:39:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/64447496.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定