How to add sub-menu group on "Help" menu?
Currently I want to add a small menu group in "Help" menu for my plugin. I tried to write it like this but I prefer to add it as my own menu group:
<action id="Open Cookbook" text="Learn How to Use it " description="Learn How toUse it." icon="/images/btn/logo.png">
<add-to-group group-id="HelpMenu" anchor="last"/>
</action>
it looks like this:
And I want it to be like this:
Please sign in to leave a comment.
Any one help?
Put your action into a new group like this: