要將新自定義組添加到駕駛艙你需要遵循一些具體的指示。
- 首先,在
[custom]cockpits\resources\[custom]cockpits-config\[custom_group]\editorArea_[custom_item].xml
添加以下片段:
[custom_group]:可能是AdminGroup的或例如cockpitgroup。
[custom_item]:可能是產品或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
延伸。
預選賽:不應該包含空格。
運行螞蟻,然後從HAC與項目數據執行更新用於擴展mycockpits
檢查:
注意:在某些情況下,更新可能不是必需的。
最後,從/productcockpit
重置個性化設置:
那麼你現在應該可以看到新的章節。