要将新的自定义组添加到驾驶舱,您需要遵循一些特定的说明。
- 首先,
[custom]cockpits\resources\[custom]cockpits-config\[custom_group]\editorArea_[custom_item].xml
添加以下代码段:
[custom_group]:例如可以是admingroup或cockpitgroup。
[custom_item]:可以是Product或MyProduct或任何其他项目。
例如 :mycockpits\resources\mycockpits-config\admingroup\editorArea_Product.xml
<custom-group class="de.hybris.platform.cockpit.services.config.impl.ClassAttrEditorSectionConfiguration" qualifier="my_new_section" initially-opened="true" show-if-empty="true" visible="true">
<label lang="de">Section name [DE]</label>
<label lang="en">Section name [EN]</label>
<label lang="fr">Section name [FR]</label>
</custom-group>
类:应该CustomEditorSectionConfiguration
从DefaultEditorSectionConfiguration
.
限定符:不应包含空格。
运行Ant,然后从 HAC 执行更新,并检查扩展mycockpits
的项目数据:
注意:在某些情况下可能不需要更新。
最后,从/productcockpit
重置个性化设置:
然后你现在应该可以看到新的部分了。