So I've added a Web Resource in my atlassian-plugin.xml like so:
<web-resource key="logo" name="Logo">
<resource type="download" name="Logo" location="/images/logo.png"/>
</web-resource>
Now that I have this declared, what do I need to put in the head of my html to access the image?
As it stands, the following does not reach the image.
<img id='logo' src='images/logo.png' alt='Logo Pic'/>
The image currently resides in my 'resources/images' directory
Thanks in advance
Did you solved the problem?
I have now the same problem with css, pics and JS files:
https://community.atlassian.com/t5/Questions/Use-Web-Resources-on-HTML-File/qaq-p/957323
No, nothing yet unfortunately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.