Tabs components items tab customization - aem cloud | Community
Skip to main content
Level 3
April 19, 2023

Tabs components items tab customization - aem cloud

  • April 19, 2023
  • 1 reply
  • 1748 views

Hi Team,

Is there any possibility to customize the items tab? I would like to add a new field for each tab inside multifield. Any suggestions please? I have gone through the panelcontainer dialog but didnot find the place to add new fields.

 

 

1 reply

krishna_sai
Community Advisor
Community Advisor
April 20, 2023

Hi @lakshmi9 , Yes it is possible
First we need to override `core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor`. and update childeditor.html with the custom fields that we want to add and also modify the childeditor.js logic to read the values and show up in the dialog.
Point this overridden childreneditor to our tabs component dialog containeritems.
Add your custom clientlibs to our dialog to extraclientlibs property in place of core.wcm.components.commons.editor.dialog.childreneditor.v1

Hope this helps,
Krishna