image icon indicating copy to clipboard operation
image copied to clipboard

implement url to image

Open weiloon1234 opened this issue 4 years ago • 0 comments

I found that is unable to achieve something like this (image wrap in <a href> with this image block plugin for editorjs? I tried the action button passing info just name, I tot can achieve by something like this but just don't know how to do

"file": {
            "url" : "https://www.tesla.com/tesla_theme/assets/img/_vehicle_redesign/roadster_and_semi/roadster/hero.jpg"
        },
        "caption" : "Roadster // tesla.com",
        "withBorder" : false,
        "withBackground" : false,
        "stretched" : true,
        "url": "https://github.com/editor-js/image",
        "target": "_blank"
}

weiloon1234 avatar Oct 07 '21 06:10 weiloon1234