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 Answers
1
votes
0
votes
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.