Answered

Adding an image with a webplugin

  • 28 April 2020
  • 1 reply
  • 2866 views

Userlevel 2
Badge +2

Hi!

How do i add an image to the board with a webplugin? I cannot find it in the widget create part.

Best regards

Falk

icon

Best answer by Falk Kühnel 28 April 2020, 21:25

View original

1 reply

Userlevel 2
Badge +2

OK, found it already:

miro.board.widgets.create({
"type": "image",
"url": "https://some/url"
})

 

Reply