I thought that I could create additional buttons with the group crud and they would show up in their own dropdown like the default options. Is this possible? Could I get an example of how to setup and bind options to your own popupMenu?
I don’t believe our javascript plugin API is set up to make it easy to add a secondary dropdown menu at this point. The toolbar customizations I can think of have all just added options to the existing drop down.
To get something to render you would need to change your group to "extras". The groups are hard-coded and relate to the various sections of composer buttons.
The other thing to watch out for is that the icon you choose needs to be added via your theme component or the svg icon subset site setting.
Beyond that, I’m afraid you’re treading into fairly uncharted territory.
Would this be a possible feature to add to the plugin API? The ability to add custom items to your own dropdown independent of the existing options dropdown. I could see this being useful as our composer is starting to look a little cluttered with all the additional options we would like to have
Totally understand how it could be useful! I see you opened a feature topic which is perfect. That will help us track interest and hopefully make it so sometime in the future.