Kishan Kumar Soni
Kishan Kumar Soni

Reputation: 11

Custom Icon for custom mule connector development

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.

Upvotes: 1

Views: 605

Answers (3)

Hemin
Hemin

Reputation: 752

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.

Upvotes: 0

Froylan Ramirez
Froylan Ramirez

Reputation: 1

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.

Upvotes: 0

shankar
shankar

Reputation: 11

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

Upvotes: 1

Related Questions