embed icon indicating copy to clipboard operation
embed copied to clipboard

[Feature] use embed as multiple type

Open falstack opened this issue 5 years ago • 0 comments

like this:

video: {
    class: Embed,
    inlineToolbar: true,
    config: {
        // video service
    }
},
music: {
    class: Embed,
    inlineToolbar: true,
    config: {
        // music service
    }
},

falstack avatar Jul 03 '19 15:07 falstack