need i18n support
Forsakenrox opened this issue · 1 comments
Forsakenrox commented
Caption placeholder unchangable
JVisuri1 commented
+1
I resolved this issue by hiding the caption box with css
.embed-tool__caption {
display: none;
}