Client Extension for adding a new Menu Entry (Item)

What is the problem you are trying to solve?

As a Developer User I would like the possibility to add a menu item to that bar using a client extension,

Currently this Menu Entry can be created as OSGI implementing the

ProductNavigationControlMenuEntry

See example of our friend Olaf: liferay-documentation-workspace/modules/documentation-controlmenu/src/main/java/de/olafkock/liferay/documentation/toast/control/menu/DocumentationToastControlMenuEntryProductNavigationControlMenuEntry.java at 7.4 · olafk/liferay-documentation-workspace

Thanks.

What is your project about? (e. g. Intranet, Partner Portal, Enterprise Website, etc)

(Intranet) This solves for migration of older versions and for new menu item the needs of using OSGI modules.

What is your proposed solution? (optional)

We have a way to inject CX as application in a lot of control panel sections (categories), except this one (Product Navigation Menu Entry), adding this category option would be standardizing with remaining CX.

3 Likes