Skip to Content
0
Jan 29, 2023 at 07:12 PM

Backoffice systembar customization (add new button to systembar)

159 Views

I need to add new button to the system bar in backoffice, in this position:

image.png

some ideas?

I now how to create the button but I don't now how to attach it to the system bar, I have the idea but I can't override the OOTB configuration:

 
<widget id="systemBar" widgetDefinitionId="com.hybris.cockpitng.widgets.common.systembar" slotId="headerArea"
template="false">
<widget id="systemBar" widgetDefinitionId="com.hybris.cockpitng.widgets.common.systembar" slotId="headerArea"
template="false">

<widget id="newButtonId"
widgetDefinitionId="com.hybris.backoffice.widgets.newButtonId" slotId="indicators"
template="false">
</widget>
</widget>
</widget>

Attachments

image.png (69.6 kB)