How to config to show customize node logo on KNIME Startup UI?

I imported the PG KNIMe node https://github.com/knime-pg to eclipse-rcp,i saw the node logo when KNIME startup,how to config to do that?

image

I compared the plugin.xml of PG-KNIME Project,i use similar xml config,but my node logo did not show when KNIME startup

i found the config to do that

 <extension point="org.knime.product.splashExtension">
	<splashExtension icon="icons/turbine.png" id="GoldWind" tooltip="GoldWind Bigdata">
  </splashExtension>
</extension>

thanks

HI @lou
I am not sure what your question is, you did find the correct way to add a logo to the splash screen, is this not working for you?

best,
Gabriel

thanks,It’s work using that config i provided

 <extension point="org.knime.product.splashExtension">
<splashExtension icon="icons/turbine.png" id="GoldWind" tooltip="GoldWind Bigdata">
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.