Skip to content

Commit f5c23b3

Browse files
committed
MAGETWO-92152: HTML in Image caption is not stored correctly between saves
Change text attribute to html
1 parent f517305 commit f5c23b3

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/image/full-width

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/image/full-width/master.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<figcaption if="data.caption.html()"
3636
attr="data.caption.attributes"
3737
css="data.caption.css"
38-
ko-style="data.caption.style"
39-
text="data.caption.html">
38+
html="data.caption.html"
39+
ko-style="data.caption.style">
4040
</figcaption>
4141
</figure>

0 commit comments

Comments
 (0)