1
votes

I need to change default icon of my custom connector. I tried @icon but it is not supported to 308 version. But it is getting imported for 3.6 Version. So, How can I change icon in mule 3.8.

3

3 Answers

1
votes

In the package explorer there is a folder called Icons and please replace the icon image file to your file with the same resolution. if you need more details please free ask me thank you

0
votes

This work for me, create folder "theme.classic" and/or "theme.light" in your icon folder with your image icons, then install or update your connector.

0
votes

To set icon to Mule connector,

In Src/main/Java make a folder call "icons". in the icons folder make two new folder called "theme.classic", "theme.light". place images in both folder named- "google-maps-connector-large.png", "google-maps-connector-small.png".

And install/Update that connector project. Connector should have your icons on them.