on ‎2018 Jun 24 4:37 PM
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi ,
It is all about UI configuration. You can see a general description here. Then using this mechanism you can specify tabs to be added/removed from EditorArea (description of what can be included in EditorArea configuration can be found here). Long story short - you need to add a proper configuration into your resources/extensionname-backoffice-config.xml. It should look something like the one below:
<context merge-by="type" parent="GenericItem" type="Category" component="editor-area" principal="some-backoffice-role">
<editorArea:editorArea xmlns:editorArea="http://www.hybris.com/cockpitng/component/editorArea">
<editorArea:tab name="tab.to.be.removed" merge-mode="REMOVE"/>
</editorArea:editorArea>
</context>
Cheers, Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.