How to localize icon in manifest file for everything modules?

Hi

How can I call icon in manifest for display my icon on e.g. admin page, global page etc?

I tried this:

image
image
image

but this not work…

Hey Dominik, you can see an example in the docs here.

So I think your case would be something like:

modules:
  jira:adminPage:
    - key: xxx
      title: yyy
      icon: resource:icon-flask;icons/favicon_flask.svg
resources:
  - key: icon-flask
    path: static

@AdamMoore Unfortunatelly it’s not work because :

@AdamMoore wrongly indicated lolacation, do not point to the ‘static’ folder without subfolders as this causes during deploy to try to open too many folders and loops, causing the above error.

The correct path would be to point to a new folder in the ‘static’ folder and bespoke call the desired icon in the manifest.

image
image
image