How to show an icon for Confluence macro?

Hi everyone,

I am developing a Forge app and I would like to know the best practice for defining the main application icon (the one displayed when user add a macron on Confluence).

I have added an icon using the icon property in the manifest.yml file, but nothing showing.

Thanks in advance for your help!

Dear @CreateIssue

as far as I know the icon must refer to a resource - e.g.:

icon: resource:images;myicon.png

and then e.g.

resources:
  - key: images
    path: static/images

I hope that helps.

Best regards

Andreas

1 Like