editor-js/embed

need i18n support

Forsakenrox opened this issue · 1 comments

Caption placeholder unchangable

+1

I resolved this issue by hiding the caption box with css

    .embed-tool__caption {
        display: none;
    }