Skip to Content
1
May 17, 2018 at 10:44 AM

How to remove editorarea essentialsection from specific tab in backoffice?

509 Views

Hi, I am very new to hybris backoffice. I have customized some tabs in customer editor area in backoffice like below.

  <context merge-by="type" parent="User" type="Customer" component="cs-editor-area">        
     <editorArea:editorArea name="">
         <editorArea:essentials>
             <editorArea:essentialSection name="hmc.essential">
                 <editorArea:attribute qualifier="name" position="1"/>
                 <editorArea:attribute qualifier="uid" position="2"/>
                 <editorArea:attribute qualifier="customerID" position="3"/>
             </editorArea:essentialSection>
         </editorArea:essentials>
         
         <editorArea:tab name="tab1"></editorArea:tab>
         <editorArea:tab name="tab2></editorArea:tab>
         <editorArea:tab name="tab3></editorArea:tab>
     </editorArea:editorArea> 
 </context>

above code will be displayed the essentials section in all tabls(tab1, tab2 and tab3). here I want to hide/skip the essentials section from tab3.

Can any one help on this please!!!

Regards, Praveen