This is a sample of plugin with drag-and-drop content to the canvas:
- Clone the repo
- Run
npm run build
ornpm run watch
to compile app - Run http-server in root rep folder:
http-server -p 8081
- Run ngrok for https:
ngrok http 8081
- Get https url from ngrok and paste it in
iframe url
in your app settings.