How to add action for button in plugin

You were very close :+1:

You only need to change the file name. Both the .hbs and js.es6 files in your connector class need to have the same name. So, if you change

actions.js.es6

to

button.js.es6

it should work. You can read more about connector classes here

7 Likes