afPodBuilderExt icon

afPodBuilderExt

Transform your Axon functions, Views, and Apps, into custom SkySpark extensions
afPodBuilderExtForum
< All topics

Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.

There are 7 watchers.


How to load .svg files into Pod Builder?
Ian Habermann3rd Mar 2021

Hello!

In "Edit Meta" dialogue, I can set skyarc.icons to true, but how do I actually load new icons? Can it be done inside of Pod Builder?

I am getting the skyarc.icons warning "Is true but there is no svg/ icon directory". Where should that directory be exactly?

Thank you.

Steve Eynon3rd Mar 2021

Hello Ian!

The svg/ directory is inside the project's PodBuilder directory.

So if your project is called acme with a pod called myPod then it would be:

%SKY_SPARK%/var/proj/acme/io/afPodBuilder/myPod/svg/

Pop your SVG icon in there and the ext.icon meta then becomes the name of the file. For example, if you added svg/funkyLogo.svg then the ext.icon would just be funkyLogo.

We've updated the warning message to print the full location of the missing directory and should be releasing it soon.

Thanks,

Steve.


Log in or Sign up to post a reply.