Jump to content

Server - Action Icons


Flavien

Recommended Posts

Hi,

you can set your own custom action icons using the icon keyword.

        return {
            'items': [{
                'label': self.label,
                'description': self.description,
                'actionIdentifier': self.identifier,
                'icon': 'http://some-url.com/to/icon.jpg'
            }]
        }

But the icon needs to be a hosted image somewhere. Easiest is if you have a local web server were you can put it.

 

Cheers

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...